/* ++++++++++++++++++++++++++++++++++ */
/* +++ PixelundBytes.de +++++++++++++ */
/* ++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++ */
/* +++ Body/Container +++++++ */
/* ++++++++++++++++++++++++++ */
body {
	margin:0px;
	padding:0px;
	overflow-y:scroll;
	background:#ffffff url(/bilder/hg_verlauf.png) repeat;
	text-align: center;
	font: 10pt Tahoma, Arial, sans-serif;	
}
*html body {
	overflow-y:hidden; /* Korrektur für IE<7 */
}
*+html body {
	overflow-y:hidden; /* Korrektur für IE7 */
}
/* Container */
#container {
	width:900px;
	margin:0px auto;
	padding:0px;
	/*background-color:#0b0b0b;	*/
	text-align:left;
	box-shadow: 0px 0px 10px #aaaaaa;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	behavior: url(PIE.php);
	position:relative;	
}
/* +++++++++++++++++++++ */
/* +++ Header ++++++++++ */
/* +++++++++++++++++++++ */
#header {
	/*border:1px solid #f3f3f3;*/
	background-color:#f9f9f9;
	margin:30px 0px 0px 0px;
	padding:4px 20px 4px 20px;
	height:72px;
	color:#ffffff;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom:1px solid #d3d3d3;
}
#logo {
	width:300px;
	height:65px;
	float:left;
	background:url(/bilder/logo.png) no-repeat;
	margin:5px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}
*html #logo {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/bilder/logo.png', sizingMethod='scale');
background:none;
}
#print-header {
	display:none;
}
/* ++++++++++++++++++++++++ */
/* +++ Navigation +++++++++ */
/* ++++++++++++++++++++++++ */	
#nav {
	margin:55px 50px 0px 0px;
	padding:0px 0px 0px 0px;	
	/*width: 550px;*/
	/*background-color:#ffffff;*/
	float:right;
	text-align:right;
	}
#nav ul {
	margin:0px;
	padding:0px;	
}
#nav li {
	list-style:none;	
	display: block;
	float:left;
	margin:0px;
	padding:0px;
}
#nav a {
	margin:0px 2px;
	padding:6px 10px;
	border:1px solid #d3d3d3;
	/*border-bottom:1px solid #fcc300;*/
	border-bottom:1px solid #f9f9f9;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	background-color:#f9f9f9;
	font: 12px Verdana, Geneva, sans-serif;
	/*text-transform:uppercase;*/
	letter-spacing:0.2px;
	font-weight:normal;
	color:#555555;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:none;
	background-color:#fed95d;
	color:#333333;
}
#nav a.sel {
	background-color:#ffffff;
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
}
#nav a:hover.sel {

}
/* +++++++++++++++++++++++ */
/* +++ Inhalt ++++++++++++ */
/* +++++++++++++++++++++++ */
#inhalt {
	/*border:1px solid #f3f3f3;*/
	margin:0px;
	background-color:#FFFFFF;
	padding:35px;
	color:#ffffff;
	overflow:auto;
	/*border-top:10px solid #f9f9f9;*/
	/*border-top:10px solid #fcc300;	*/
}
#inhalt-links {
	float:left;
	width:586px;
	padding:0px 20px 0px 0px;
	border-right:1px solid #f3f3f3;
}
#inhalt-rechts {
	width:200px;
	float:right;
	padding:0px 0px 0px 20px; 
}
#inhalt-links-links {
	float:left;
	width:284px;
	padding:0px 20px 0px 0px;
}
#inhalt-links-rechts {
	width:284px;
	float:right;
	padding:0px 0px 0px 15px; 
}
#box {
	float:right;
	width:180px;
	border:1px solid #f3f3f3;
	padding:10px;
}
/* +++++++++++++++++++++++ */
/* +++ Allgemein +++++++++ */
/* +++++++++++++++++++++++ */
.rot {
	color:#d9001a;
}
.gelb {
	color:#fcc300;
}
h1 {
	font: 13pt Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#d9001a;
	margin-top:0px;
	margin-bottom:12px;
}
h2 {
	/*background:url(/bilder/bullet_h2.png) no-repeat;
	padding-left:20px;*/ /* Platz fuer Bullet */
	font: 11pt Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#fcc300;
	margin-top:18px;
	margin-bottom:10px;
}
h3 {
	font: 10pt Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#666666;
	margin-bottom:10px;
	line-height:16px;
}
div {
	color:#666666;
}
p {
	color:#666666;
	margin-bottom:20px;
	line-height:16px;
}
td {
	color:#666666;
}
#jQueryTabs img {
	float:right;
	border:1px solid #f3f3f3;
	margin:5px 0px 5px 10px;
}
/* Anchor */
a {
	color:#d9001a;
}
a:hover {
	color:#d9001a;
	text-decoration:none;
}
/* Listen */
*html ul {
	margin-left:20px; /* Korrektur für IE<7 */
}
*+html ul {
	margin-left:20px; /* Korrektur für IE7 */
}
ul {
	color:#666666;
	list-style-type:square;
	margin-bottom:20px;
}
li {
	margin: 0px 0px 5px 0px;
	padding:0px;
	line-height:16px;
}
ul ul {
	list-style-image:none;
	list-style-type: square;
	margin-bottom:5px;
}
/* Button */
#button {
	display:inline;
	padding: 6px 30px;
	background-color:#111111;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	margin-left:25px;
	text-align:center;
	vertical-align:middle;
	background:#0b0b0b url(/bilder/gradient.png) repeat-x;
}
/* +++++++++++++++++++++ */
/* +++ Footer ++++++++++ */
/* +++++++++++++++++++++ */
#footer {
	clear:both;
	/*border:1px solid #f3f3f3;*/
	background-color:#f9f9f9;	
	padding:10px 20px;
	overflow:auto;
	margin:0px 0px 40px 0px;
	/*border-top:10px solid #f9f9f9;*/
	/*border-top:10px solid #fcc300;*/
	border-top:1px solid #d3d3d3;
	font: 11px Verdana, Geneva, sans-serif;	
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}
#footer-left {
	float:left;
	width:250px;
}
#footer-center {
	float:left;
	width:350px;
	text-align:center;
}
#footer-right {
	float:right;
	width:250px;
	text-align:right;
	font: 11px Verdana, Geneva, sans-serif;
}
#footer p {
	margin:0px;
	color:#333333;
}
#footer a {
	margin:0px;
	color:#333333;
}
#footer a:hover {
	margin:0px;
	color:#d9001a;
}
#print-footer {
	display:none;
}



