/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
	background: url(bg_index.jpg) top left no-repeat transparent;
	background-color:  #e3dab0;
margin: 0px 0px 10px 0px;
}

a{
color:#d7752c;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

.clear_r {clear: right;}
.clear_l{clear: left;}
.clear_b {clear: both;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:720px;
margin:0px 450px;
text-align:left;
background:transparent;
color:#303030;
}

/*Unternavigation (Info)*/

#navigation1 {
    height: 20px; 	
	width: 720px;
	float: right;
	background: url(bg_nav1.gif);
	margin: 0px;
	margin-top:160px;
	text-align: right;
}

#navigation1 ul li {
	display: inline-block;
}

#navigation1 ul li a {
	/*display: inline-block;*/
	padding: 0 4px;
	font-family: Verdana;
	font-size: 8pt;
	color: #fafadc;
	font-weight: normal;
}

/*Hauptnavigation*/

#navigation{
	float: right;
	clear: both;
 	margin: 0px;
    padding: 0px 0px 0px 0px;
	height: 26px;
	width: 720px;
	float: right;
	background: #d7752c;
	clear: both;
	text-align: center;
}

#navigation  li{
float:left;
list-style-type:none;
white-space:nowrap;
display: block;
position: relative;
width:77px;
height:26px;
}

#navigation li a{
display:block;
padding:3px 5px;
font-weight:normal;
text-decoration:none;
background-color:inherit;
color: #af3c1f;
height:26px;
}

* html #navigation a {width:1%;}

#navigation a:hover{
color:#af3c1f;
text-decoration:underline;
}

/* Navigation for drop downs*/

	ul li#bypass {
		display			: none;
	}

	#navigation > ul {
		height			: 26px; /* you will also need to change #navigation a padding and #navigation li ul margin-top*/
		width			: 100%;
		margin			: 0;
		padding			: 0;
		background		: #e3dab0 url(nav_bg_l.gif); /* background color of the drop downs */
		color			: #ffffff;
		list-style-type	: none;
	}

		#navigation li ul {
			border-top		: 1px solid #ffffff;
			margin-top		: -5px;		/* How far down the drop down menus start  - you will also need to change #navigation ul height and #navigation a padding */
			display			: none;
			left			: 0;
			position		: absolute;
			width			: 180px;		/* width of the drop down menus? */
			background		: #d7752c;
		}
		
		#navigation li li {
			width			: 180px;		/* width of the drop down menus? */
			border			: 1px solid #FFFFFF; /* color of drop down borders */
			border-top		: 0;
		}
		
		#navigation li li a {
		display:block;
		padding:0 10px;
		font-weight:normal;
		text-decoration:none;
		text-align: left;
		background-color:inherit;
		color: #000000;
		border-right: none;
		width: 180px;
		}
		
		#navigation a:focus {
		background-color:inherit;
		color: #000000;
		}
		
		#navigation .sel a {
		background-color:inherit;
		color: #000000;
		}

		#navivation a:active {
		background-color:inherit;
		color: #000000;
		}
		
		#navigation li li a:hover{
		color:#000000;
		text-decoration:underline;
		}

/**************** Content styles ****************/

#content{
	float:left;
	width:508px;
	min-height:250px;
	font-size:0.9em;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

#content-top {
	background: url(bg_content_top.png) no-repeat center;
	height: 16px;
	width: 508px;
}

#content-m{
	background: url(bg_content_m.png) repeat-y center;
	padding: 25px;
}

#content-bottom {
	background: url(bg_content_bottom.png) no-repeat center;
	height: 15px;
	width: 508px;
}

#news h1, #content h1, #searchbar h1{
display:block;
margin:0 0 16px 0;
font-size:2.4em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2{
display:block;
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

.hist_img { border: 3px ridge #d7752c; }

/**************** News styles ****************/

#pscroller1{
	width: 150px; /*marquee width */
	height: 150px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 3px solid #d7752c;
	padding: 2px;
}

#news { 
	float: right;
	width: 198px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#news-top{
	background: url(bg_side_top.png) no-repeat center;
	height:16px;
	width:198px;
}

#news-m{
	background: url(bg_side_m.png) repeat-y center;
	padding: 20px;
}

#news-bottom{
	background: url(bg_side_bottom.png) no-repeat center;
	height:15px;
	width:198px;
}

/**************** Searchbar styles ****************/

#searchbar{
	float: right;
	width: 198px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#searchbar-top{
	background: url(bg_side_top.png) no-repeat center;
	height:16px;
	width:198px;
}

#searchbar-m{
	background: url(bg_side_m.png) repeat-y center;
	padding: 20px;
}

#searchbar-bottom{
	background: url(bg_side_bottom.png) no-repeat center;
	height:15px;
	width:198px;
}

#searchbar form fieldset{margin-left:10px; border:0 solid;}

#searchbar p{
	font-size: 8pt;
}

#searchbar #searchbutton{
width:auto;
padding:0 1px;
border:1px solid #808080;
font-size:0.9em;
text-align:center;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:720px;
height:20px;
margin:0 1px;
font-size:0.9em;
color:#fafadc;
background: url(bg_nav1.gif);
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}

