/* Standard Stylesheet fr Websites der Interface Medien GmbH */

body, table, td, p, a {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

body{
background-color: #CBDAEB;
}

ul{
margin-bottom: 20px;
padding: 0;
list-style-type: none;
}

ul li{
    font-weight: bold;
}

ul ul{
    padding-left: 20px;
}

ul ul li{
    font-weight: normal;
}

a {
	font-size: 12px;
	font-weight: bold;
}

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

a:visited {
	color: #036;
	text-decoration: none;
	}

a:hover {
	color: #036;
	text-decoration: none;
	}
	
.produced_by {
	color: #666666; 
	font-size: 10px; 
	}

form { 
	display:inline
	}

h1{

}

h2{

}

h3{
	font-size: 13px;
	font-weight: bold;
}

.rollover{
}

.rahmen {
	border: 1px solid black;
}

.datum {
	font-size: 10px;
	color: #808080;
}

.bildlinks {
	float: left;
	margin-right: 10px;
}

.bildrechts {
	float: right;
	margin-left: 10px;
}

#navigation{
	float: left;
	margin-right: 30px;
	clear:both;
	}

#inhalt{
	padding:0px;
	float: left;
	margin-right: 10px;
	width: 570px;
	}
	
#navigation div a{
	padding-left: 7px;
	}
	
#abschlusszeile{
	border-bottom: 1px solid #4A7DBB;
	position: relative; 
	top: 15px; 
	font-size: 11px;
}

#logo{
		display: block;
	}
#drucklogo{
		display: none;
	}
	
@media print{
	
	#logo{
		display: none;
	}
	#drucklogo{
		display: block;
		position: relative;
		z-index: 2;
	}
}
