html,body {
	margin:0px;
	padding:0;
	color: #000;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #ffffff;
}

body {
	font:76%/135% Arial, Helvetica, sans-serif;
	padding:0 0 0 0;

}

code {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:1.5em;
	color: #b2080b;
	padding-left: 20px;
}
h2 {
	font-size: 1em;
}
a { 
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


td.header {
	height: 70px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

div.navigation {
	padding-left: 350px;
}

td.navi {
	padding-left: 40px;
}
div.navi {
	padding-top: 25px;
}

td.content {
	height: 520px;
	background-image: url(images/content_wdh.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	color: #000000;
	vertical-align: top
}

div.image_content {
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	min-height: 520px;
	width: 1000px;
	padding-left: 100px;
}
div.inhalt_content {
	width: 780px;
	padding-top: 1px;
	/*overflow: auto;
	overflow-x: hidden;
	max-height: 479px;*/
}

td.presse_image {
	padding-right: 20px;
}

td.footer {
	height: 51px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

div.footer {
	padding-top: 20px;
	padding-left: 540px;
	text-decoration: none;
	color: #999999;
}
div.footer a {
	color: #999999;
	text-decoration: none;
}
div.footer a:hover {
	color: #999999;
	text-decoration: underline;
}



/* NAVIGATION */
#menu {
	width: 560px; /*1276px*/
	border-bottom : 1px solid #eeeeee;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
#menu a:link, #menu a:visited	{
	background : #eeeeee;
	border : 1px solid #eeeeee;
	color : #b2080b;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#menu a:link.active, #menu a:visited.active	{
	background : #ffffff;
	border-bottom : 1px solid #eeeeee;
	color : #b2080b;
}

#menu a:hover	{
	color : #000000;
}

	
body.section-1 #menu li#nav-1 a, 
body.section-2 #menu li#nav-2 a,
body.section-3 #menu li#nav-3 a,
body.section-4 #menu li#nav-4 a,
body.section-5 #menu li#nav-5 a,
body.section-6 #menu li#nav-6 a {
	background : #ffffff;
	border-bottom : 1px solid #ffffff;
	color : #000;
}

#menu #subnav-1,
#menu #subnav-2,
#menu #subnav-3,
#menu #subnav-4,
#menu #subnav-5,
#menu #subnav-6 {                                                                                                         background-image: url(//WDMYCLOUD/Patrick/Kunden/Morlock, Maren/Design3/header.jpg);
width: 1000px;
height: 70px;
	display : none;
	width: 90%;
}

body.section-1 #menu ul#subnav-1, 
body.section-2 #menu ul#subnav-2,
body.section-3 #menu ul#subnav-3,
body.section-4 #menu ul#subnav-4,
body.section-5 #menu ul#subnav-5,
body.section-6 #menu ul#subnav-6 {
	display : inline;
	left : 10px;
	position : absolute;
	top : 95px;
}

body.section-1 #menu ul#subnav-1 a, 
body.section-2 #menu ul#subnav-2 a,
body.section-3 #menu ul#subnav-3 a,
body.section-4 #menu ul#subnav-4 a,
body.section-5 #menu ul#subnav-5 a,
body.section-6 #menu ul#subnav-6 a {
	background : #eeeeee;
	border : none;
	border-left : 1px solid #eeeeee;
	color : #999;
	font-size : smaller;
	font-weight : bold;
	line-height : 10px;
	margin-right : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

 #menu ul a:hover {
	color : #f00 !important;
}

#contents {
	background : #eeeeee;
	border : 1px solid #eeeeee;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 15px;
}
/* ENDE NAVIGATION */