/*content.css
Autor: Mike Kaden
Datum: 2009-07-20
*/

h2 {
	padding-bottom: 5px; 
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 10px;
	text-transform: none;  
	color: #006600; 
	font-size: 16px;
}

h3 {
	text-transform: none; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #006600; 
	font-size: 13px;
	padding-top: 1.2em;
}

h4 {
	text-transform: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight:bold;
	padding-top: 1.2em;
}

a {text-decoration: underline;}
a:link {color: #006600;}
a:visited {color: #006600;}
a:hover {color: #800000;}
a:active {color: #238d23;}

#main {			
	background: #ffffff;
}

p {
	padding-top: 1em;
	display: block;
}

#content {
	background: #ffffff;
	display: block;
}

#contentTop {
	background: #ffffff;
	min-height: 400px;
	margin-left: 5px;
}

.imgRight {
	text-align:right;
}

#contentBottom {
	margin-top: 20px;
	background: #ffffff;
	border: 1px solid #AAAAAA;
	margin-left: 5px;
}

/* table content pressespiegel*/
table .pressespiegel {
	width: 600px; 
	color:#000000;
}

tr .pressespiegel_spalte {
	width: 250px;
}

.info {
	font-family: Arial, Helvetica, sans-serif; 
	color: #006600; 
	font-size: 13px
}

.text {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 11px
}

.bildtitel {
	display:block;
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 10px
}
.bildtitel2 {
	display:block;
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 11px;
}

#iconsDL {
	/*width: 100%;*/
	height: 96px;
	margin: 5px 0 0 5px;
}

#iconsDL div{
	float: left;
	margin-right: 5px;
}

ul {
	margin: 1.1em 0 0.9em 0;
}

.musterland_liste {
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	width:100%;
}

.musterland_liste td {
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;
}

.musterland_liste tr.mlhead {
	background-color: #1f419b;
	color: #FFFFFF;
	font-weight: bold;
}

.musterland_liste tr.mlsubhead {
	background-color: #049a04;
	color: #FFFFFF;
	font-weight: bold;
}

/* tab pane styling */
div.karte {
	height:780px;
}

div.karte ul{
list-style:none;padding:0;margin:0;
}


