#content h5 {
	background:#e6e4e2;
	padding: 10px 0 10px 8px;
	margin: 3px 0 0 0;
	position:relative;
	color: #00aaa0;
	font-weight: bold;
}


#content h5 span {
	position:absolute;
	right:1em;
	padding: 0;
}

#content h6 {
	background:#e6e4e2;
	padding: 5px 0 5px 2px;
	margin: 3px 0;
	position:relative;

	color: #000;
	font-weight: bold;
}


#content .schadensenden {
	background:#e6e4e2;
	padding: 10px 0 10px 8px;
	margin: 10px 0 0 0;
	position:relative;

	color: #00aaa0;
	font-weight: bold;
	text-align: right;
}


#content .schadensenden span {
	position:absolute;
	right:1em;
	padding: 0;
}

h1 { 
	color: #cc0e1b;
}

div#main.hdu {
	padding-bottom:15px !important;
	margin-bottom:-8px !important;
	_margin-bottom:-30px !important;
	}

/*
-------------------------------------
schaden styles
-------------------------------------
*/

.buttonbar {
        background:#e6e4e2;
        padding: 10px 0 10px 8px;
        margin: 0;
        position:relative;
        color: #424242;
        font-weight: normal;
        height:20px;
        border:none;
}


/*
html>body hpv.buttonbar {height:20px;}
form .buttonbar span {
        position:absolute;
        right:1em;
        padding: 0;
}

.buttonbar input, .buttonbar img {
        margin-right: 5px;
}
*/



body#popup #footer_schaden {
	clear:both;
	background: url(../images_mailforms/bg_footer_schaden.gif) top left no-repeat;
}


table.schadenformular td label { 
	padding-left: .6em;
}

table.schadenformular {
	margin-top: 0px;
	margin-bottom: 0px;
}

input.btnDefault.links {
	margin-left: 3px;
}
input.btnDefault.rechts {
	float: right;
}

a.btnDefault.links {
	margin-left: 3px;
        text-decoration: none;
}
a.btnDefault.rechts {
	float: right;
        text-decoration: none;
}

#function-print {
	margin-left: 200px;
}
#contentfunctions a:hover, #servicenav a:hover {
	color: #cc0e1b;
}

.hpv table a {
	color: #cc0e1b;
}


/*
-------------------------------------
 tooltip
-------------------------------------
*/
.tooltipp {
margin: 0; 
padding: 0; 
}

.tooltipp a {
position: relative;
}

.tooltipp a span { 
display: none;
}

.tooltipp a:hover { 
font-weight: 500; 
color: #000; 
text-decoration:none;
}

.tooltipp a:hover span { 
display: block !important; 
position: absolute; 
top: 0;  
left: 20px;  
width: 140px; 
border: 1px solid #777471; 
background-color: #f6f5f4;  
padding: 2px; 
text-decoration:none;
z-index: 1;
color: #000; 
}

