@media screen
{
html { height: 101%; margin-bottom: 1px; } 
* {
	margin: 0;
	padding: 0;
}

body {
	height:100%;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #666666;
	background-color:#0d264b;	
}
/* Wrapper */
#wrapper {
	width:100%;	
	background-image: url(../bilder/hg-header.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;	
}
#wrapper1 {
	background-image: url(../bilder/versicherungstreuhand.jpg);
	background-repeat: no-repeat;
	width: 795px;
	padding-top:92px;
	margin: 0 auto;
	background-position: center 92px;	
	
}
#wrapper2 {
	background-image: url(../bilder/team.jpg);
	background-repeat: no-repeat;
	width: 795px;
	padding-top:92px;
	margin: 0 auto;
	background-position: center 92px;	
	
}
#wrapper3 {
	background-image: url(../bilder/beratung.jpg);
	background-repeat: no-repeat;
	width: 795px;
	padding-top:92px;
	margin: 0 auto;
	background-position: center 92px;	
	
}
#wrapper4 {
	background-image: url(../bilder/vorteile.jpg);
	background-repeat: no-repeat;
	width: 795px;
	padding-top:92px;
	margin: 0 auto;
	background-position: center 92px;	
}
#wrapper5 {
	background-image: url(../bilder/services.jpg);
	background-repeat: no-repeat;
	width: 795px;
	padding-top:92px;
	margin: 0 auto;
	background-position: center 92px;	
}
#wrapper6 {
	background-image: url(../bilder/kosten.jpg);
	background-repeat: no-repeat;
	width: 795px;
	padding-top:92px;
	margin: 0 auto;
	background-position: center 92px;	
}
/* Menu */
#menue{
	padding-left:43px;
	padding-top:152px;
}
#menue a {
	padding-right: 50px;
	text-decoration: none;	
	font-weight: bold;
	color: #091433;
}
#menue a:hover {	
	text-decoration:underline;
	color: #003a8c;
}

#menue a.hier {
	color: #003a8c;
	text-decoration:underline;
}
#content {	
	width: 795px;	
	margin: 0 auto;
	margin-top:40px;	
	background-image: url(../bilder/hg-content.gif);
	background-repeat: repeat-y;
		
}
#text{
	padding-top:20px;
	padding-left:47px;
	padding-right:60px;
	
	line-height: 150%;
}
/* Footer */
#footer {
	clear:both;
	width:100%;	
	font-size:90%;
	text-align: center;
	color: #ffffff;
	background-color:#0d264b;
}
#bild{
	float:left;
	padding-top:47px;
}
h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;		
	letter-spacing: -0.035em;
	font-weight: bold;
	color: #003a8c;
}

h2 {
	font-size: 150%;
	
}

h3 {
	font-size: 120%;
	font-weight: bold;
	color: #e46517;
}



p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

ul, ol {  
	list-style-position:inside;
	padding: 0;
        margin: 0;
    }
.zitat{
	
	color: #003a8c;
	text-align: center;
	line-height: 150%;
	font-size:120%;
	font-variant: small-caps;
	z-index:4;
}
.foto{	
	background: url(../bilder/shadow.gif) no-repeat right bottom;
	padding: 4px 10px 10px 4px;
	border: #eee 1px solid;
	border-right:none;
	border-bottom:none;
	margin-right:20px;

}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color:#666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a img {
	border: none;
}










}

@media print
{
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;	
	background-color: #ffffff;	
}
form {
	display:none;
}

h1 {
	font-size:15px;
	font-weight:bold;
	color: #000000;
	 }
img {
	display:none;
}
#menue, #menu ul{
	display:none;
	
}
.utitel, .zitat{
	font-size:13px;
	font-weight:bold;
	color: #000000;
}
.ohnedruck {
	display:none;
}
a:link , a:visited, a:active, a:hover{
	text-decoration:underline;
	color: #000000;
}

}
