

/**
 * ALLGEMEINER RESET
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0px;
  border: none;
}

body {
	background-color: #CCCCFF;
	color: #333;
	font-family: Arial, sans-serif;
	
	font-size: 12px;
	line-height: 14px;

	padding: 0px;
	
	/*text-align: center; wg. Zentrierung des Fensters im IE */
}

a {
	color: #333;
	text-decoration: underline;
}


a:hover {
  text-decoration: underline;
}

.c {
  clear: both;
}

p, h1, h2, h3, h4, h5, h6{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;	
}

ul{
	padding-left: 20px;
	padding-bottom: 10px;
	list-style: disc;
}
li{
	line-height: 18px;
}

.Bold{
	font-weight: bold;
}

/* allg. CMS-Objekt */
div.object{
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
	/*float: left;*/
	/*border: 1px solid silver;*/
	margin-right: 20px;
}

/* spezielle CMS-Objekte und Varianten
z.B.:

div.articles{
}

div.articlesVariante{
}
*/


/* Haupt- und Untermenü */

#mainWin {

	width: 1000px;
	padding: 0px;
	
	margin: auto;
	margin-top: 0px;
	
	text-align: left; /* wg. body.text-align: center des Fensters im IE */
}

#header{
	width: 100%;
}
#logoBar{
	width: 100%;
	padding-top: 20px;
}
#logoBarTitle{
	font-size: 16px;
	line-height: 120%;
	margin-left: 5px;
	margin-bottom: 30px;
}

#mainMenu{
	/*background: transparent url(../img/menu.png);*/
	margin: 0px;
	padding-right: 5px;
	
	border-bottom: 1px solid gray;
}

#mainMenu ul{
	float: left;
	list-style: none;
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
	margin-left: 0px;
}

#mainMenu ul li{
	float: left;
	padding: 0px;
	padding-bottom: 3px;
	margin: 0px;
}

#mainMenu ul li a{
	margin: 5px;
	margin-bottom: 0px;
	padding: 0px;
	
	text-decoration: none;
	font-weight: bold;
	
	font-size: 1.1em;
	color: #444444;
}

#mainMenu ul li a.Active{
	color: black;
}

#subMenu {
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	padding-left: 10px;
	list-style: disc;
}

#subMenu li{
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 16px;
}

#subMenu li a{
	font-weight: bold;
	font-size: 12px;
	color: #444444;
	text-decoration: none;	
}

#subMenu li ul{
	list-style: disc;
	padding-left: 20px;
	padding-bottom: 0px;
}

#subMenu li ul li{
	color: #444444;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 16px;	
}
#subMenu li ul li a{
	font-weight: bold;
	color: #444444;
}


#right div{
	background: transparent url(../img/nix.jpg) no-repeat;
	padding-top: 0px;
	padding-bottom: 10px;
}
#right div a{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 16px;
	display: block;	
}
#right div a{
	text-decoration: none;
}

#right div p{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 140%;
}

#right div img{
	margin-top: 6px;
}



#footer{
	padding: 2px;
	border-top: 1px solid gray;
	font-size: 0.9em;
}

#system-menu{
	float: left;
	padding: 0;
	margin: 0;	
}

#system-menu li,
#system-menu li.LastChild{
	float: left;

	padding: 0;
	margin: 0;
	margin-right: 10px;

	list-style: none;
}

#system-menu a{
	padding: 0;
	margin: 0;	
	text-decoration: none;
}

#copyright{
	float: right;
	text-align: right;
	padding: 2px;
	margin: 0;	
}


#content {
	width: 100%;
	min-height: 450px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}

#content ol{
	margin-left: 30px;
}
#content ul{
	margin-left: 5px;
}

#left {
	float: left;
	width: 130px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 25px;
	overflow: hidden;
	
	border: 1px none silver;
}

#center {
	float: left;
	width: 700px;
	padding-left: 20px;
	overflow: hidden;
	
	border: 1px none silver;
}

#right {
	float: right;
	width: 183px;	
	padding-right: 0px;
	overflow: hidden;
}

/* Article ************************************/

div.Article{
	border: 1px none red;
	margin: 0px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 0px;	
}

div.ArticleTeaser{
	font-weight: bold;
}

div.Article h1{
	color: black;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}


/* Pubimage *****************************************/

div.Pubimage{
	float: right;
	margin: 5px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 15px; 
}
div.Pubimage div p{
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
}

div.ImageDescription,
div.ImageDescription p{
	font-size: 11px; 
	font-style: italic;
	line-height: 120%; 
}
div.ImageDescription{
	padding-top: 5px;
}

