/* CSS Document 7Sachen*/

body, div, p, img, span, ul, li, a, table, h1, h2, h3, h4, h5, h6{
	padding:0px;
	margin:0px;
}
body{
	background-color:#fcfce7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(bilder/hg.gif);
	background-repeat:repeat-x;
}

h1 {
	font-size: 18px;
	color: #f88c00;
	padding-top:30px;
	padding-bottom: 10px;
}

h2 {
	font-size:14px;
	padding-top:10px;
	color:#0b7158;
}

h3 {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:2px;
	color: #000000;	
}

h4 {
	font-size:14px;
	font-size: bold;
	padding-top:5px;
	color: #f88c00;;	
}



p {
	margin-top:10px;
	text-align:left;
}

img {
	border:none;
}

ul {
	padding-left:50px;
	margin-top:10px;
	margin-bottom: 17px;
	list-style:disc;
	color:#f88c00;
	
}

li {
	padding-top:3px;
}

.bildRechts {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
}

.bildLinks {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;}
	
a:focus {
	color: #f88c00;
	text-decoration: none;	
}

a:hover {
	color: #f88c00;
	text-decoration: none;		
}

a:active {
	text-decoration: none;	
	color: #f88c00;		
}


.ActiveLink{
	color: #0b7158;
}

/*******************/
/* Bild Links oben */

#TimesDiv {
	/*border: 1px solid #000000;	*/	
	z-index:10;
	position: relative;
	float:left;
	width:270px;
	height:180px;
	background-color:#fffaf0;
	padding-top:380px;	
	background-repeat:no-repeat;
}

#TimesDiv p{
	margin-left:20px;
}
	
.start {
	background-image:url(bilder/ol02.jpg);
}
.aktu {
	background-image:url(bilder/ol03.jpg);
}
.ange {
	background-image:url(bilder/ol06.jpg);
}

.wir {
	background-image:url(bilder/ol11.jpg);
}
.part {
	background-image:url(bilder/ol08.jpg);
}
.kont {
	background-image:url(bilder/ol09.jpg);
}
.impr {
	background-image:url(bilder/ol10.jpg);
}

/********************/
/* Bild Rechts oben */
#PicRightDiv {
	width: 230px;
	height:365px;
	position:absolute;
	z-index:1;
	right:0px;
	top:0px;
	background-image:url(bilder/eckerechts.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

/*******************/
/* Logo plus Links */
#mainDiv {
	width:1000px; 
	height:auto;
}

#HeaderDiv {
/*	border: 1px solid #000000;	*/
	z-index:10;
	position:relative;
	float:left;
	background-image:url(bilder/haute-nature-mode.gif);
	background-repeat:no-repeat;	
	width:700px;
	height:160px;
}

#AdressDiv {
	
	width:auto;
	height: 101px;		/*Gesamthöhe 141px*/
	padding-top:40px;	/*Gesamthöhe 141px*/
	top:0px;
	left:0px;
	position:relative;	
	padding-left:400px;	
}

#NaviDiv {
	font-size:12px;
	position:relative;
	height:auto;
	padding-left:7px;
}
	
/**********/
/* Inhalt */
#ContentDiv {
	z-index:11;
	/*border: 1px solid #000000;*/	
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:700px;
	height:auto;
	padding-bottom:20px;
	padding-left:7px;
}

