@charset "utf-8";
body {
	color: #D3D9D6;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
	background-image:url(file://///edv2/EDV/Homepage/images/hintergrund.jpg);
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1 {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	font-size: xx-large;
}

h2 {margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
	font-size:xx-large;
	
	}
	
h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: small;
}

a {
	color: #036;
	text-decoration: underline;
}

a img { 
	border: none;
}


a:link {
	color: #333333;
	
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active, a:focus { 
	text-decoration: none;
}


.a1:link {
	color: #000;	
	}

.a1:visited {
	color: #333;
	text-decoration: underline;
	}

.a1:hover {
	text-decoration: none;
	}

.a1:active {
	text-decoration: none;
	}

#container {
	background-color: #fff;
	width: 1024px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #006666;
	width: 1024px;
	float: left;
	font-size: 14px;
	text-align:center;
	height:109px;
}

#content {
	padding: 0 0;
	width: 1024px;
	float: left;
	background: #FFFFFF;
	color:#000000;	
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


* {
margin: 0;
padding: 0;
}


#menu {
width: 1024px;
padding: 0 0px;
background: #545454;
font-family: Verdana;
font-size: medium;
line-height: 2.0; 
 
}

#menu ul {
float: left;
width: 204px;
list-style-type: none;
}

#menu h3 {
	font-size: medium;
	text-align: center;
	color: #fff;
	border: 1px solid #545454;
	background: #545454;
}

#menu a {
text-decoration: none;
display: block;
border: 1px solid #545454;
text-align: center;
background: #545454;
color: #fff;
}



#menu a:hover {
color: #000;
background: #E6E6E6;
}


#menu ul ul {
position: absolute;
z-index: 2;
display: none;
}

#menu li {
position: relative; 
}


#menu ul li:hover ul {
display: block;
}



#menu a.direkt:link {
font-size: medium;
font-weight: bold;
text-align: center;
color: #fff;
border: 1px solid #545454;
background: #545454;
}

#menu a.direkt:hover {
color: #000;
background: #E6E6E6;
border: 1px solid #ccc;
}


* html #menu ul li {
float: left;
width: 100%;
}


*+ html #menu ul li {
float: left;
width: 100%;
}


*html body {

font-size: 100%;
}

*html #menu ul li a {
height: 1%;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



#masthead img { 
	float: left; 
}
#masthead p {
	font-size:xx-large;
	color: #fff;
	margin: 10px 10px 0;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 25px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
#footer {
	width: 1024px;
	text-align: center;
	background-color: #006666;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
