﻿html, body { 
	min-height: 		100%; 
	width: 				100%; 
	height: 			100%;
	overflow:			auto;
} 

html>body { 
	height: 			auto; 
} 

* html, body { 
	overflow:			hidden; 
} 
body{
	padding:			0;
	margin:				0;
	font-size:			0.9em;
	font-family:		arial;
	background-color:	#62aa2e;
}
h1{
	font-family:		Tahoma;
	font-size:			25px;
	color:				#62aa2e;
}
#header{
	width:				100%;
	height:				60px;
	text-align:			center;
	background: 		url(images/header.gif) #429217 fixed no-repeat;
	border-bottom:		2px solid #357f0e;
	
}
#content{
	margin:				0px 0px 0px 30px;
	width:				auto;
}
#contentcontainer{
	background: 		url(images/bodybg.gif) #62aa2e fixed repeat-x;
	width:				100%;
	padding-top:		20px;
	padding-bottom:		20px;
	overflow:			auto;
}
#bordercontent a:link,a:visited,a:focus{
	color:				#429217;
	text-decoration:	none;
}
#bordercontent a:hover, a:active{
	color:				#62aa2e;
	text-decoration:	none;
}

#bordercontent{
	background-color:	#fff;
	position:			relative;
	margin: 			auto;
	padding:			20px;
	min-width:			400px;
	width:				800px;
	border: 			3px white solid;
	}
	
#guid{
	font-weight:		bold;
	margin-right:		10px;
	margin-top:			10px;
	float: 				left;
	
}
#reloadcontainer{
	float:				left;
}
.cnt_right{
	width:				300px;
	margin-top:			40px;
	margin-bottom:		40px;
	}
/*Forms*/
.button {
	border:				1px solid #62aa2e;
	color:				#000000;
	width:				auto;
	margin-top:			10px;
	margin-right:		20px;
	float:				right;
}
.inp_guid, .qs_input{
	border:				1px solid #62aa2e;
	color:				#000000;
	width:				280px;
	margin-top:			10px;
}

/*Ads Google*/
#adcontent {
	text-align:			center;
	margin-top:			30px;
}


#footer{

	padding-top:		40px;
	font-weight:		bold;
}
#footer a{
	position:			relative;
	padding: 			10px;
	font-size:			0.8em;
	text-decoration:	none;
}
#footer a:link,a:visited,a:focus{
	color:				#429217;
}
#footer a:hover, a:active{
	color:				#62aa2e;
}
#footer a.active{
	text-decoration:	underline;
}

/*Navigationstabs*/
#MainNav
{
	text-align:			center;
	font-size:			12px;
	height:				25px;
	width:				100%;
	text-transform:		uppercase;
}

#MainNav ul {
	list-style:			none;
	margin:				auto;
	padding:			0;
	width:				750px;
}
#MainNav li {
	float:				left;
	width:				150px;
	margin:				0;
	padding:			0;
	text-align:			center;
}
#MainNav li a {
	display:			block;
	padding:			5px 10px;
	height:				100%;
	color:				#FFF;
	text-decoration:	none;
	font-weight:		bold;
	border-right:		1px solid #FFF;
}
#MainNav li .last{
	border-right:		0px !important;
}
#MainNav li a {
	background:			url(/images/nav_bg.png) repeat 0 0;
}
#MainNav li a:hover, #MainNav li a:focus, #MainNav li a:active {
	background-position:-150px 0;
}
#MainNav #navi a {
	background:			url(/images/nav_bg.png) repeat 0 0;
}

#MainNav .selected {
	background:			url(/images/nav_bg.png) repeat 0 -250px !important;
}


/*CSS fuer Tabs auf Startseite*/
@media screen
{
.jquery_tabs {
	overflow:			hidden; 
}

.jquery_tabs ul {
	overflow:			hidden;
	margin:  			0;
	padding: 			0;
}

.jquery_tabs .content {
	margin:  			0;
	padding: 			4px 4px;
	border:		 		2px #eee solid;
}

.jquery_tabs .content * {
	margin:				0
}

.jquery_tabs ul li {
	float: 				left;
	margin: 			0 0.3em 0 0;
	list-style-type: 	none;
}

.jquery_tabs ul li a { 
	padding: 			.2em 2em; }

.jquery_tabs ul li a {
	display: 			block;
	width: 				auto;
	font-weight: 		bold !important;
	font-size: 			1em;
	background: 		#62aa2e;
	color: 				#000 !important;
	margin: 			0;
	border: 			2px solid #eee;
	border-bottom: 		0px #eee solid;
}

.jquery_tabs ul li a:focus,
.jquery_tabs ul li a:hover,
.jquery_tabs ul li a:active { 
	background: 		#429217; 
	font-weight: 		bold !important; 
	color: 				#000 !important; 
	text-decoration: 	none; 
	border-bottom: 		0px #eee solid; 
}

.jquery_tabs ul li.current a,
.jquery_tabs ul li.current a:focus,
.jquery_tabs ul li.current a:hover,
.jquery_tabs ul li.current a:active {
	color: 				#000 !important;
	text-decoration: 	none;
	font-weight: 		bold !important;
	background: 		#429217;
	border-color: 		#eee;
}
}

.js .jquery_tabs .current-info,
.js .jquery_tabs .accessibletabsanchor{
    position:			absolute;
    left:				-999em;
}

.jquery_tabs .content .text {
	margin-top:			10px;
	margin-bottom:			10px;
}




