@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0px;
	padding:0px;
	background-color:#71685c;
}
#containerfront {
	margin:0px auto 0px auto;
	width:660px;
}
img {
	border:0px;
}
/*FRONT*/
#headerfront {
	float:left;
	margin:200px 0px 0px 0px;
	width:660px;
}
#contentfront {
	float:left;
	margin:0px auto 0px auto;
	width:660px;
}
#contentfront #left {
	float:left;
	width:200px;
}
#contentfront #right {
	float:left;
	width:460px;
}
#contentfront #right #navigationfront {
	float:right;
	margin:98px 0px 0px 0px;
	padding:6px 0px 0px 0px;
	width:460px;
	height:26px;
	background-image:url(../sign/bg_navigation_front.gif);
	background-repeat:no-repeat;
	text-align:right;
}
#contentfront #right #navigationfront a {
	float:right;
	margin:2px 6px 0px 0px; 
	padding:0px 0px 0px 12px;
	color:#ececec;
	font-size:14px;
	text-decoration:none;
	background-image:url(../sign/arrow_white.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#contentfront #right #navigationfront a:hover {
	color:#cb9245;
}
#footerfront {
	float:left;
	padding:5px 0px 0px 0px;
	width:660px;
	height:22px;
	background-image:url(../sign/horizon.gif);
	background-repeat:no-repeat;
	font-size:12px;
	color:#CCCCCC;
}
#footerfront a {
	color:#a0a0a0;
	font-size:12px;
	text-decoration:none;
}
#footerfront a:hover {
	text-decoration:underline;
}


/* Inhalt */
#container {
	margin:0px auto 0px auto;
	width:682px;
	height:10px;
}
#container #header {
	float:left;
	margin:50px 0px 0px 0px;
	width:682px;
	height:26px;
}
#container #header #navigation {
	float:right;
	margin:0px 0px 0px 0px;
	padding:6px 42px 0px 0px;
	width:640px;
	height:26px;
	background-image:url(../sign/bg_navigation_inhalt.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align:right;
	background-color:#6a6054;
}
#container #header #navigation a {
	float:right;
	margin:2px 6px 0px 0px; 
	padding:0px 0px 0px 14px;
	color:#ececec;
	font-size:15px;
	text-decoration:none;
	background-image:url(../sign/arrow_black.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#container #header #navigation a:hover {
	color:#cb9245;
}
#container #content {
	float:left;
	margin:10px 1px 0px 1px;
	width:680px;
}
#container #content #left {
	float:left;
	width:265px;
}
#container #content #right {
	float:left;
	margin:10px 2px 0px 5px;
	width:408px;
}
#text {
	float:left;
	width:408px;
	color:#c2c2c2;
}
#text #print {
	float:left;
	margin:0px 0px 0px 288px;
	width:40px;
	height:12px;
}
#text #print a {
	float:left;
	padding:0px 0px 0px 18px;
	font-size:11px;
	color:#999999;
	text-decoration:none;
	background-image:url(../sign/drucker.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#text #print a:hover {
	color:#cb9245;
}
#text a {
	float:left;
	padding:0px 0px 0px 12px;
	color:#999999;
	font-size:12px;
	text-decoration:none;
	background-image:url(../sign/arrow_white.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#text a:hover {
	color:#cb9245;
	text-decoration:underline;
}
#text h1 {
	margin:32px 0px 0px 0px;
	color:#c2c2c2;	
	font-size:16px;
}
#text h2 {
	margin:0px 0px 0px 0px;
	color:#c2c2c2;	
	font-size:14px;
}
#text h3 {
	margin:0px 0px 0px 0px;
	color:#c2c2c2;	
	font-size:12px;
}
#text p {
	float:left;
	margin:12px 0px 0px 0px;
	width:408px;
	font-size:12px;
}
#text table td {
	font-size:12px;
} 
#lign{
	float:left;
	margin:10px 1px 0px 1px;
	width:680px;
	height:2px;
	background-color:#7d7d7d;
}
#footer {
	float:left;
	margin:0px 1px 0px 1px;
	padding:5px 0px 0px 34px;
	width:646px;
	height:22px;
	font-size:12px;
	color:#CCCCCC;
}
#footer a {
	color:#a0a0a0;
	font-size:12px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

