html, body { 	
	background: #fff url(../images/bg_body.jpg) repeat-x;
	margin: 0; padding:0;}

.imp a:link{

text-decoration:none;
}
.imp a:hover{

text-decoration:underline;
}


#header2-left{
background: url(../images/bg-header2-left.gif) no-repeat left top;
color:#4e5da4;
font-weight:normal;
font-size:15px !important;
padding:35px 10px 0 33px;
height:105px;
line-height:145%;
}	
#header2-right{
background: url(../images/bg-header2-right.png) repeat-y left top;
color:#fff;
font-weight:normal;
font-size:15px !important;
padding:25px 10px 0 33px;
height:114px;
line-height:145%;
}	
#left{

width:237px;
}
#middlebox{
width:422px;
padding:28px;
}
#header{
width:980px;
height:151px;
margin: 0 auto 0 auto;
z-index:1;
}
#logo{
float:left;
width:640px;
}
#header2{

height:140px;
h1 { 
	color:#4e5da4;
	margin:5px 0 20px 0;
	font-size: 16px;
	border-bottom: solid 1px #686868;	
	
}

h2 { 
	color:#4e5da4;
	margin:5px 0 5px 0;
	font-size: 16px;
	border-bottom: solid 1px #686868;		
}

}	
#main { /* Holds the page items in place */
	width: 980px;
	margin: 0 auto 0 auto;
	overflow:hidden;
	z-index:4;
	background: url(../images/bg_main.png) repeat-y;
	padding: 0 7px;
}

#rightbox {
background: url(../images/bg-rightbox.png) no-repeat top right;
color:#4e5da4;
font-weight:normal;
font-size:15px !important;
padding:35px 10px 0 33px;
height:386px;
line-height:145%;
width:203px;
}
.clearcontent {height:0px; clear:both}

#suche {
	width:160px;
	padding: 13px 0 0 10px;
	float:left;
}
#suche input {
	
	display: block;
	font-size: 12px;
}
#suche input.textbox {
	float:left;
	width: 100px;
	*width: 95px;
	height: 14px;
	padding: 2px;
	*padding: 5px 2px 2px 5px;
	border: solid #4e5da4 1px;
}
#suche .button {
	height: 16px;
	width: 53px;
	background: url(../images/searchbutton.png);
	border: none;
	cursor:pointer;
}


#footerbox {margin:0 auto 0 auto;  width: 980px; }

#footer{
	padding: 10px;
	height:170px;
	color: #4e5da4;
	margin:0 auto 0 auto;  
	font-size: 12px;
}
#copy{
width:750px;
float:left;
padding-left:5px;
}
#footernavi {
width:240px;
	float:left;
	color: #862521;
	padding-right:5px;
	
	
}
#footer a {
	color: #4e5da4;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#top{
padding: 0 20px 0 0;
}
.upimage {
	background: url(../images/up.png) no-repeat top right;
	*background: none;
	height: 12px;
	width: 15px;
	float:right;
}

.trigger {
	background: url(../images/weiter.png) no-repeat bottom left; 
	border-bottom:1px solid #4e5da4;
	color:#686868;
	cursor:pointer;
	margin-bottom:7px;
	padding:10px 0 2px 20px;
	font-weight:normal;
	
}
.trigger_active {
	color:#4e5da4;
}
.toggle_container {
	padding:5px 10px;
}

.container {width: 700px; margin: 10px;}
ul.tabs {
	margin: 0 !important;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #eee;
	overflow: hidden;
	position: relative;
	list-style-image: none;
}
ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ddd;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	
}
.tab_content {
	padding: 20px;
	font-size: 13px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
