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

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

#content a{
	color: #da001a;
	text-decoration: none
}
#content 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.6em;
	line-height: 120%;
	color: #555;	
	margin: 1em 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.1em;
	line-height: 120%;
	color: #777;	
	color: #da001a;	
	margin: 0.5em 0 0.4em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a{
	text-decoration: none;
}
.red{
	color: #da001a;		
}
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;
}
