/* CSS Document */

html { height: 101% } 

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #486D92;
}

a {color: #006D92;
   text-decoration: underline;
}

a:hover {color: #EC6E00;}

h1 {
	font-weight: bold;
	color: #EC6E00;
	font-size: 1em;
}


table {
	width: 800px;
	border-collapse: collapse;
}
	
#wrapper {
	position: relative;
	width: 900px;
	margin: 15px auto 0px auto;
}

#logo {	
	background-image: url(bilder/roundedcornr_725466.gif);
	background-repeat: no-repeat;
	height: 110px;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}

#navigation{
	font-size: 80%;
	color: #EC6E00;
	height: 35px;
	border: 1px solid #009ACB;
	text-align: right;	
	padding-right: 10px;
}

#navigation a {
	
	color: #006D92;
	text-decoration: none;
}
	
#navigation a:hover {
	color: #EC6E00;	
}

#navigation li {
	display: inline;
	margin-right: 20px;
}

#copy ul {
	margin: 0px;
	padding: 0px;	
}

#copy {
	height: 345px;
	line-height: 1.4em;
	
	border-right: thin solid #009ACB;
	border-bottom: thin solid #009ACB;
	border-left: thin solid #009ACB;
	
	padding: 20px 0px 20px 40px;
}

#copyperson {

	height: 345px;
	line-height: 1.4em;
	
	border-right: thin solid #009ACB;
	border-bottom: thin solid #009ACB;
	border-left: thin solid #009ACB;
	
	padding: 20px 0px 20px 40px;
}

#copy li, #copykunden li, #copykundenwerbung li {
	list-style-type: none;
	padding-top: 10px;
}

#copykunden {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	height: auto;
	background-repeat: repeat;
	background-image: url(bilder/hgcovers_lightgross.png);
	padding: 10px 20px 0px 0px;
	border-right: thin solid #009ACB;
	border-bottom: thin solid #009ACB;
	border-left: thin solid #009ACB;
}


#copykundenwerbung {
	
	font-weight: bold;
	color: #000000;
	height: 440px;
	
	padding: 10px 20px 0px 0px;

	border-right: thin solid #009ACB;
	border-bottom: thin solid #009ACB;
	border-left: thin solid #009ACB;
	
	background-repeat: no-repeat;
	background-image: url(bilder/hgwerbung_light-Kopie.png);
}


#karinbild {
	position: absolute;
	height: 230px;
	width: 145px;
	top: 200px;
	right: 30px;
	text-align: left;
}

address {
	position: absolute;
	font-size: 80%;	
	font-style: normal;
	text-align: right;
	height: 90px;
	width: 250px;	
	top: 20px;
	left: 620px;
}

