/* @override http://dev.poll-gruppe.de/fileadmin/templates/site/_css/styles.css */

body{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 75%;
	line-height:  150%;
	color: #777;
}
a{
	color: #da001a;
	color: #777;
	text-decoration: none
}
a:hover {
	color: #da001a;
}
a.active {
	color: #da001a;
}
a:focus, a:active {

       outline: none;
}
.main a{
	color: #da001a;
	text-decoration: none
}
.main a:hover {
	text-decoration: underline;
}
table, td{
	font-size: 1em;
}
p{
	margin:  0.1em 0 1.3em 0;
}
h1{
	font-weight: normal;
	font-size: 2.1em;
	line-height: 120%;
	color: #da001a;	
	margin: 0.3em 0 0 0;
}
h2{
	font-weight: bold;
	font-size: 1.8em;
	line-height: 120%;
	color: #777;	
	margin: 0.5em 0 0.4em 0;
}

p + h2 {
	margin-bottom: 0.3em !important;
}

h3{
	font-weight: normal;
	line-height: 120%;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #da001a;	
	margin: 0.3em 0 0.5em 0;
}

h4{
	font-weight: bold;
	line-height:  120%;
	font-size: 1.2em;
	color: #da001a;	
	margin: 0.3em 0 0.4em 0;
}

h5{
	font-weight: bold;
	font-size: 1.4em;
	line-height: 120%;
	color: #777;	
	margin: 0.5em 0 0.4em 0;
}
.threedesc h6 {
	width: 194px;
	background-color: #da001a;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0.2em 0;
	padding: 3px;
}

h1 a, h2 a, h3 a, h4 a, h5 a{
	text-decoration: none;
}

ul{
	list-style-type: none;
	margin: 2em 0;
	padding: 0;
}
ul{
	margin: 0 0 2em 0;
}
ul li{
	padding: 0 0 0.5em 1.2em;
	margin: 0;
	background: url('../_gfx/submenu_dot.gif') 5px 0.7em  no-repeat;
	background: url('../_gfx/submenu_plus.gif') 5px 0.65em  no-repeat;
}

