/* Alle Einstellungen gleich setzen */

@import url("base.css");

/* Allgemeine Deklarationen */


html, body { 
	font-family: arial, tahoma, verdana, helvetican, sans-serif; 
	font-size: 14px;
	line-height: 1em;
	color: black; 
	border: 0;
	background-color: #FFF3C6;
	height: auto;
	width: 100%;
}

p {
	font-size: 14px;
	line-height: 1.5em;
}

p b {
	color: black;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2em;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 15px 0px 15px 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	border-style: hidden;
}

fieldset {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF; 	
	margin-bottom: 20px;
	padding: 8px;
}

fieldset.kopfzeile {
	background-color: #FAE38C;
	height: 120px;
	margin-bottom: 20px; 	
}

fieldset.kopfzeile img {
	margin-bottom: 0px;
	padding: 5px 10px 5px 5px; 	
}

b{
	color: #666666;
}

/* Einstellungen fuer Links */

a:link { font-weight: normal; font-size: 14px; color: #666666; text-decoration:none; }
a:visited { font-weight: normal; font-size: 14px; color: #666666; text-decoration:none; }
a:hover { font-weight: normal; font-size: 14px; color: #AAAAAA; text-decoration:none; }
a:active { font-weight: normal; font-size: 14px; color: #AAAAAA; text-decoration:none; }
a:focus { font-weight: normal; font-size: 14px; color: #666666; text-decoration:none; }

a img, :link img, :visited img {
	border: none;
}

#header {
	width: auto;
	height: 100px;
	padding: 15px 0px 0px 233px;
	background-color:#FAE38C;
	overflow: hidden;
}

#header h1, h2 {
	width: 850px;
}

#sprachen {
	position: absolute;
	left: 12px;
	top: 25px;
	width: 80px;
	line-height: 1.3em;	
}

*+html #sprachen {
	margin-left: -18px;
}

* html #sprachen {
	margin-left: 0px;
}

#sprachen ul li a.sprachwahl {
	font-weight: bold;
}

#container {
	float: left;
	width: 1150px;
	height: 100%;
	overflow: hidden;
}

#menubar {
	width: 212px;
	margin-top: 12px;
	height: auto;
	border-right: 3px solid white;
	float: left;
}

#menubar li {
	width: 200px;
	margin: 6px 6px;
}

*+html #menubar li {
	width: 200px;
	margin-left: -12px;
}

* html #menubar li {
	width: 200px;
	margin-left: 6px;
}

#menubar ul li.active a {
	background-color: #FAE38C;
	font-weight: bold;
	color: black;
}

#menubar ul li a {
	background-color: white;
	color: #44495b;
	display: block;
	width: 200px;
	padding: 15px 6px;
	line-height: 1.3em;
}

#menubar li a:hover {
	background-color: #FAE38C;
}

html > body #menubar ul li a {
	width: auto;
}

#textarea {
	float: left;
	width: 450px;
	padding: 0px 20px;
}

#textarea a {
	font-weight: bold;
}

#textarea_wide {
	float: left;
	width: 650px;
	padding: 0px 20px;
}

#textarea_wide a {
	font-weight: bold;
}

#textarea_wide p {
	padding-bottom: 10px;
}

#textarea_wide ul {
	list-style-type: square;
	line-height: 1.3em;
	display: block;
}

#textarea_wide li {
	list-style-position: outside;
	padding-bottom: 5px;
	margin-left: 1em;
}

#textarea_wide ul.linklist li {
	list-style-type: none;;
	margin-left: 0em;
}

#textarea_xl {
	float: left;
	width: 770px;
	padding: 0px 20px;
}

#textarea_xl a {
	font-weight: bold;
}

#textarea_xl p {
	padding-bottom: 10px;
}

#picarea {
	float: left;
	width: 320px;
	height: 100%;
	padding-top: 55px;
}

#picarea a img {
	padding: 0px 6px 4px 0px;	
}

#picarea_wide {
	float: left;
	width: 200px;
	height: 100%;
	padding-top: 55px;
}

#picarea_wide img {
	padding: 0px 0px 60px 0px;	
}