/* Styles fuer Ex-In */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 5% 20px 5%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 16px;
	background-color: #FFF;
	color: #666;
	}


p, li {
	font-size: 13px;
	}

hr {
	width: 100%;
	}



/* Die Farbangabe im |#wrapper| sorgt dafuer, dass im Contentbereich
eine durchgaengige Hintergrundfarbe inkl. rechter |border| angezeigt 
wird, auch wenn das Menue laenger als der Text ist ... */
#wrapper {
	background-color: #e0e0e0;
	color: #666;
	height: 1%;
	/* Buggy IE needs this */
	border-width: 1px;
	border-style: solid;
	border-color: #333;
}

/* ---- */
#header {
	margin:0;
	padding:0 0 0 150px;
	height: 80px;
	background-color: #FFF;
	color: #F60;
	text-align:center;
	border-bottom: #F60;
	border-width: 0 0 3px 0;
	border-style: none none solid none;
	background-image: url(../grafik/header_back.gif);
	background-repeat: no-repeat;
}

#header img {
	border:none;
}


#leftmenue
{
	float: left;
	left: 2%;
	width: 120px;
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background-color: transparent;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
#leftmenue ul li
{
	list-style-type: none;
	list-style-position: default;
}
#leftmenue a {
	display: block;
	text-decoration: none;
	width: 125px;
	margin: 2px 0;
	padding: 3px 0 3px 25px;
	color: #333;

}
#leftmenue a:hover
{
	background-color: #FFF;
	color: #f60;
	list-style-type: none;
	list-style-position: default;
	background-image: url(../grafik/listenpunkt.gif);
	background-repeat: no-repeat;
}

#leftmenue_selected a {
	background-color: #FFF;
	color: #f60;
	background-image: url(../grafik/listenpunkt.gif);
	background-repeat: no-repeat;

}

/* Neu von Bo */
.leftmenue_selected {
	background-color: #FFF;
	color: #f60;
	background-image: url(../grafik/listenpunkt.gif);
	background-repeat: no-repeat;

}

/* Ende */

#leftmenue_selected a :hover {
	background-color: #FFF;
	color: #f60;
	list-style-type: none;
	list-style-position: default;
	background-image: url(../grafik/listenpunkt.gif);
	background-repeat: no-repeat;

}

#submenue a {
	display: block;
	text-decoration: none;
	width: 125px;
	margin: 1px 0;
	padding: 1px 0 1px 35px;
	color: #333;
	font-size: 12px;

}

#submenue a:hover
{
	background-color: #FFF;
	color: #f60;
	list-style-type: none;
	list-style-position: default;
	background-image: url(../grafik/listenpunkt_sub.gif);
	background-repeat: no-repeat;
	font-size: 12px;
}

#submenue_selected a {
	margin: 1px 0;
	padding: 1px 0 1px 35px;
	background-color: #FFF;
	color: #f60;
	background-image: url(../grafik/listenpunkt_sub.gif);
	background-repeat: no-repeat;
	font-size: 12px;

}


#submenue_selected a:hover {
	background-color: #FFF;
	color: #f60;
	list-style-type: none;
	list-style-position: default;
	background-image: url(../grafik/listenpunkt_sub.gif);
	background-repeat: no-repeat;
	font-size: 12px;
}


#flagg {
	display: block;
	text-decoration: none;
	width: 125px;
	margin: 1px 0;
	padding: 1px 0 1px 25px;
	color: #333;

}

#flagg img
{
border:none;
}



/* ---- */
#content
{
	margin:0;
	padding:0;
	background-color: #FFF;
	color: #666;
	border-left: #E0E0E0;
	border-width: 0 0 0 150px;
	border-style: none none none solid;
	min-height: 500px;
	height: auto 100%;
}

#content h1,
#content h2,
#content h3 {
	padding: 20px 50px 10px 45px;
	background-color: transparent;
	color: #F60;
}


#content h1 {
	font-size: 20px;
}

#content h2 {
	font-size: 17px;
	}

#content h3 {
	font-size: 13px;
	}

#content p {
	line-height: 150%;
	padding: 0 50px 15px 45px;
	}

#p1 {
	line-height: 150%;
	padding: 0 50px 15px 45px;
	font-size: 13px;
}


#p1 p {
	font-size: 13px;
	padding: 0;
	}
	
#p1 li {
	font-size: 13px;
	}
	
#p1 ul {
	margin: 5px 0 5px 0;
	padding: 0 0 10px 15px;
	}



#content p.topper {
	padding: 10px 0 30px 40px;
}

#content a {
	text-decoration: none;
	background-color: transparent;
	color: #F60;
	padding-right:2px;
	border-bottom: 1px solid #F90;
	border-right: 1px solid #FFF;
}

#content a:hover
{
	background-color: #E8E8E8;
	color: #F60;
	padding-right:2px;
	border-bottom: 1px solid #F60;
	border-right: 1px solid #F60;
}


/* News */
#nonews
{
	margin: 0 0 20px 10px;
	padding: 0;
	width: 160px;
	overflow: visible;
	float: right;
	border-width: 0;

}


#news
{
	margin: 0 0 20px 10px;
	padding: 0;
	width: 160px;
	overflow: visible;
	float: right;
	border-bottom: #F60;
	border-left: #F60;
	border-width: 0 0 1px 1px;
	border-style: none none dotted dotted;
}

#news p
{
	margin: 0;
	padding: 10px 5px;
	font-size: 11px;
	color: #666;
	line-height: 140%;
}

#news h2
{
	margin:0;
	padding:2px 5px;
	font-size: 17px;
	color:#fff;
	background-color:#F60;
}

#news h3
{
	margin: 0;
	padding: 2px 5px;
	font-size: 13px;
	background-color: #E0E0E0;
	font-weight: bold;
}

#news a {
	text-decoration: none;
	background-color: transparent;
	color: #F60;
	padding-right:2px;
	border-bottom: 1px solid #F90;
	border-right: 1px solid #FFF;
}

#news a:hover
{
	background-color: #E8E8E8;
	color: #F60;
	padding-right:2px;
	border-bottom: 1px solid #F60;
	border-right: 1px solid #F60;
}


/* Bilder */

.fleft { 
 float: left;
 margin: 0 1em 0.2em 0; 
}

.fright {
 float: right;
 margin: 0 0 0.2em 1em;
 padding: 1px;
}

/* speziell fuer virthos */
.vtmedia_left { 
 float: left;
 margin: 0 1em 0.2em 0; 
}

.vtmedia_right {
 float: right;
 margin: 0 0 0.2em 1em;
 padding: 1px;
}



/* ---- */
.breaker {
	clear: both;
}

#language {
	line-height: 150%;
	padding: 0 50px 15px 45px;
	}
	
#language td {
	text-align: left;
	padding: 5px;
	width: 65px;
	font-size: 12px;
	}
	
#partner {
	line-height: 150%;
	padding: 0 50px 15px 45px;
	font-size: 13px;
	}
	
	
#partner p {
	padding: 0 0 0 10px;
	font-size: 14px;
}

#partner a {
	
	color: #666;
	text-decoration: none;	
}

#partner a:link {
	
	color: #666;
	text-decoration: none;	
}

#partner h3 {
	margin:0;
	padding:2px 5px;
	display:block;
	font-size: 17px;
	color:#fff;
	background-color:#F60;
}

#partner img{
	border:none;
	padding:10px;
	text-decoration: none;	

}

#partner td {
	
	text-align: left;
	width: 250px;
	
	}

#table_partner {
	padding: 5px 0 5px 0;
	}

#footer
{
	height: 30px;
	background-color: #F60;
	color: #fff;
	border-top: 1px solid #000;
	text-align: center;
}
#footer p {
	padding: 4px 15px 8px 15px;
}

#footer a {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	padding-right:2px;
	border-bottom: 1px solid #F60;
	border-right: 1px solid #F60;
}

#footer a:hover
{
	background-color: #fff;
	color: #F60;
	text-decoration: underline;
	padding-right:2px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* ---- */
#main .invis {
	display: none;
}

#sprache { text-align: right; }