@import "styles_news.css";

html, body  {
	background: url(images/bg.gif) repeat-y center;
	background-color:#eb6909;
	color: #f3cd7c; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	padding: 0px 8px 0px 8px; /* Shadow Abstand */
	margin: 0px;
	height: 100%;
	min-height: 100%;
}

/*###################STYLES####################*/

#shadow {
	margin: 0px auto; /* Links und rechts Abstand */
	width: 764px;
	
}

* html #headcontainer {
	margin: 0px 0px -3px 0px;
}

#headcontainer {
	width: 764px;
	text-align: left;
	height: 248px;
}

#head {
	background: url(images/head.jpg) no-repeat;
	width: 564px;
	height: 214px;
	float: left;
}

#head_01 {
	width: 564px;
	height: 214px;
	float: left;
}

#re_oben {
	background: url(images/re_oben.gif) no-repeat;
	width: 200px;
	height: 248px;
	float: right;
}
#re_oben_01 {
	width: 200px;
	height: 248px;
	float: right;
}

#nav {
	background: url(images/nonactive.gif) repeat-x;
	font-family: Trebuchet MS;
	font-weight: bold;
	width: 564px;
	height: 34px;
	float: left;
}

#contentcontainer {
	width: 764px;
	float: left;
	z-index: 1;
}

#leftcontainer {
	background: url(images/li_unten.gif) bottom left no-repeat;
	width: 564px;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}

#left {
	width: 140px;
	float: left;
	margin: 0px;
	padding: 70px 0px 0px 0px;
	z-index: 10;
}

#content {
	background-color: #ffffff;
	width: 384px;
	margin: 0px;
	padding: 30px 30px 30px 10px;;
	float: left;
	z-index: 15;
}

#rightcontainer {
	background-color: #fff5d7;
	width: 200px;
	padding: 0px;
	float: right;
}

* html #subnav {
	margin: 0px 0px 0px 0px;
}

#subnav {
	width: 200px;
	padding: 0px;
	float: right;
	border: none;
}

#news {
	background-color: #f8dda0;
	width: 155px;
	margin: 30px 0px 0px 0px;
	padding: 15px 10px 15px 35px;
	float: right;
}

#email {
	width: 170px;
	height: 10px;
	margin: 2px 0px 15px 0px;
	padding: 0px 0px 0px 30px;
	float: right;
}

#adresse {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 33px;
	color: 	#802625;
	font-size: 10px;
	line-height: 14px;
}

/*###################Hauptnavi####################*/

#nav ul {
	padding: 0px;
	margin: 0px;
}

#nav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}

#nav a, #nav a:link {
	background: url(images/nonactive.gif) repeat-x;
	text-decoration: none;
	color: #802625;
	font-size: 12px;
	display: block;
	padding: 7px 0px 13px 24px;
	margin: 0px;
}

#nav a:hover, #nav a:active, .navcurrent {
	background: url(images/active.gif) repeat-x !important;
	text-decoration: none;
	color: #ffffff !important;
}

/*###################Subnav####################*/

#subnav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#subnav li {
	padding: 0px;
	margin: 0px;
}

#subnav a, #subnav a:link, #subnav a:visited {
	background: url(images/pfeil_no.gif) no-repeat left center;
	background-color: #f3cd7c;

	text-decoration: none;
	color: #802625;
	display: block;
	font-size: 11px;
	padding: 8px 0px 8px 35px;
	margin: 0px;
	border-bottom: none;
	border-top: 1px solid #fff3d7;
	border-left: none;
	border-right: none;
	font-weight: bold;
}

#subnav a:hover, #subnav a:active, .subnavcurrent {
	background: url(images/pfeil_mo.gif) no-repeat left center !important;
	background-color: #ffffff !important;
	font-weight: bold !important;
	color: #eb6909 !important;
}

/*###################Content####################*/

p {
	color: #802625; 
	font-size: 11px;
	line-height: 15px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content ul {
	padding: 0px;
	margin: 0px;
}

#content li {
	background: url(images/pfeil_liste.gif) no-repeat;
	color: #802625;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	list-style-type: none;
	line-height: 17px;
}

h1 {
	color: #eb6909; 
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

h2 {
	color: #802625;
	font-size: 12px;
	font-weight: normal;
}

#content a:link, #content a:visited {
	color: #ef822e;
	text-decoration: none;
}


#content a:hover, #content a:active {
	color: #802625;
	text-decoration: none;
}
