
body {
background-color: #273143;
font-size: 12px;
font-family: Verdana, Arial, Sans-Serif;
color:#273143;
line-height: 18px;
padding:0px;
margin:0px;
min-height:1000px;
}

#border {
border:3px solid #7b8aa6;
width:846px;
margin:0 auto;
margin-top:30px;
}

div#border { 
min-height:710px;
height:expression(this.scrollHeight > 710 ? "auto":"710px"); 
}

h1 {
font-size: 20px;
text-transform:uppercase;
margin:0px;
font-weight:bold;
font-family:verdana;
padding: 40px 20px 30px 30px;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

#container {
padding:0px;
width: 840px;
height:100%;
margin-bottom: 0px;
margin-top:0px;
background-color:#7b8aa6;
border: 3px solid #273143;
}

div#container { 
min-height:710px;
height:expression(this.scrollHeight > 710 ? "auto":"710px"); 
}


/* ----------banner for logo-------------- */
#banner {
height:167px;
border-bottom:3px solid #273143;
}

/* -----------------Inhalt--------------------- */
#content {
height: 100%;
width: 636px;
margin: 0;
float:left;
background-color: #ffffff;
border-left:3px solid #273143;
}

div#content { 
min-height:540px;
height:expression(this.scrollHeight > 540 ? "auto":"540px"); 
}


p {
padding: 5px 30px;
margin:0px;
}

p.first {
padding-top:30px;
}

p.ohnetitel {
padding-top:60px;
}

li
	{
	margin-left:25px;
	padding-left: 0px;
	list-style-type: square;
  margin-bottom:15px;
	width:70%;
	}

/* --------------left navigavtion------------- */
#left {
width: 200px;
height: 370px;
background-color: #F7E5B4;
float: left;
border-bottom:3px solid #273143;
}



/* -----------footer zur kosmetik--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
height:30px;
text-align: right;
background-image:url(pic/bg_container.gif);
background-repeat:repeat-y;margin:0px;height:0px;
}

ul {
list-style-type:none;
width:70%;
}


li
	{
	  list-style-type:none;
		background-image: url(pic/square.gif);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: 20px;
		margin-bottom: 30px;
		width: 90%;
		clear:left;
	}
	

