/* meta	veränderabre CSS-Datei für den Contentbereich*/
/* colors	#F9F9F9	sehr helles grau (hintergrund body)	
#F4F4F4	helles grau (hintergrund mainnavi)	
#E9E9E9	grau (hintegrund list-items der mainnavi, lines im content)	
#525252	dunkles grau (content-schrift, verlauf im hintergrund der sub- und extrannavi)	
#aaaaaa	dunkles grau (hintergrund footer)	
#de0000	rot (logo, headlines, arrows)	
#000000	schwarz (schrift der mainnavi)	
#ffffff	weiß (schrift der sub- und extranavi)*/

/* ============ main ============ */
#mainContent {	float: left;
	border-right: 1px solid #fff;
	background-color: #fff;
	line-height: 17px;}
	
html* #mainContent { /* ie7-hack */	margin-top: 22px;	}

* html #mainContent { /* ie6-hack gegen ie7-hack */	margin-top: 0;}

td { text-align:top;}

/* cols (2spaltige Darstellung) */
/* alle zeilen */

#mainContent #col1a,
#mainContent #col1b,
#mainContent #col2a,
#mainContent #col2b {
	float: left;
	background-color: #fff;
}

/* erste zeile */
#mainContent #col1a,
#mainContent #col1b {
	padding: 18px 9px 30px 18px;
	/*height: 190px;*/
	/* 2 */
	/*overflow: auto;*/
	/* 2 */}
	
#mainContent #col1a {
	text-align: left;
	border-right: 1px solid #E9E9E9;
}

/* zweite zeile und nachfolgende */
#mainContent #col2a,
#mainContent #col2b {
	padding: 0 9px 8px 8px;
	border-top: 1px solid #E9E9E9;}
	
#mainContent #col1a,
 	/* erste zeile */
#mainContent #col2a {
	/*width: 400px;*/
	width: 380px;}
	
#mainContent #col1b,
#mainContent #col2b {
	width: 342px;
	/* 2 */
	/*width: 341px;*/ 
	/* 1 */}
	
* html #mainContent #col2b {
	width: auto;}
	
/* 404-Seite / feste Höhe */
#mainContent .errorPage {
/*	height: 326px; */
}

/* oneCol (1spaltige [normale] Darstellung) */
#mainContent #oneCol {
	clear: both;
	width: 742px;
	padding: 18px;}
	
#mainContent .block {
	clear: both;
	width: 660px;
	margin-top:35px;
}

#mainContent .subhead {
	font-weight: 900;
	font-size: 12px;
	line-height:22px;
	color: #333;
}
	
#mainContent .block img {
	margin: 0 20px 5px 0;
	float: left;}
	
/* sitemap */
#mainContent #sitemap * {
	list-style-type: none;}
	
#mainContent #sitemap li {
	margin: 0.5em 1em;}
	
/* p */
#mainContent p {
	padding-top: 1em;}
	
#mainContent p.adressHeadline {
	clear: both;
	float: left;
	width: 130px;
	padding-right: 10px;}
	
#mainContent p.floatLeft {
	float: left;}
	
/* Lexikon */
#mainContent #oneCol #lexikon {
	clear: left;
	height: 22px;
	margin: 12px 0;
	border-bottom: 1px solid #999;}

#mainContent #oneCol #lexikon ul {
	list-style-type: none;}
	
#mainContent #oneCol #lexikon ul li {
	display: inline;	}
	
#mainContent #oneCol  #lexikon ul li a {
	float: left;
	padding: 3px 5px 3px 5px;
	border: 1px solid #999;
	background-color: #dcc;
	margin-left: 3px;
	font-size: 12px;
	font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
	font-weight: 900;	color: #666;}
	
#mainContent  #oneCol #lexikon ul li a:hover,
#mainContent #oneCol #lexikon ul li a.active {
	background-color:#a99;
 	color:#fff;}
	
/* a */
#mainContent a {
	text-decoration: none;
	font-weight:normal;
	/*border-bottom: 1px solid #525252; */
}

#mainContent a:hover {
	text-decoration: underline;
	color:#000000;}
	
#mainContent a.arrow {
	padding-left: 20px;
	background: transparent url(gfx/arrow_content.png) left no-repeat;
	border-bottom: none;}
	
#mainContent a.arrow:hover {
	border-bottom: none;}
	
#mainContent li {
	list-style: url(img/bullet.gif);
	line-height:15px;
	margin-bottom:5px;
}

/* Abstaende rund um Aufzaehlungen */
#mainContent ul {
  margin-top: 8px;
  margin-bottom:12px;
  margin-left: 24px;
}

/* ============  ============ */
/* ============ formular ============ */

form {
	border: 1px solid #E9E9E9;
	padding: 0.5em;
}

/* input, textarea, select */
input, textarea, select {
	border: 1px solid #666;
}

input:hover,
textarea:hover,
select:hover {
	border: 1px solid #000;
}

input, select {
	height: 20px;
}

select {
	width: 135px;}
	
* html select {
	width: 145px;
}

textarea {
	width: 420px
}

* html textarea {
	width: 430px;
}

/* label */
form label {
	width: 100px;
	margin-right: 10px;
	float: left;
	text-align: right;
}

/* button */
form button {
	padding-left: 20px;
	background: transparent url(gfx/arrow_content.png) left no-repeat;
	cursor: pointer;
	margin-left: 110px;
}

/* fieldset */
form fieldset {
	clear: both;
	padding-left: 1em;
}

form fieldset p {
	width: 40%;
	float: left;
}

form fieldset.borderBottom {
	/*border-bottom: 1px solid #ffE9E9;*/
	padding-bottom: 0.5em;
}

form fieldset.noWidth p {
	width: auto;
}

/* copy */
form .copy {
	margin-left: 110px;
}

* html form .copy {
	margin-left: 54px;
}

form .copy input {
	float: left;
	margin-right: 10px;
	height: auto;
}

* html form .copy input {
	border: none;
}

form .copy label {
	width: auto;
}

input.error,select.error {
	border: 1px solid #de0000;
}

/* ============  ============ */
