html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}
/*ALLGEMEIN*/
*{
	margin: 0;
	padding: 0;
}
html,body {
height: 100%;

}
body {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	background: url(../assets/bg_main.jpg) repeat;
	height: 100%;
	color: #333333;
}
img{
	margin: 0;
	padding: 0;
}

.newsdate{
	color: #5E5E5E;
	font-size: 10px;
}

.error{
	color: #e4302c;
}


h1
{
	color: #e4302c;
	padding-bottom: 25px;

}

h2
{
	color: #e4302c;
	padding-bottom: 15px;

}

h3
{
	color: #e4302c;
	font-weight: bold;
	text-decoration: underline;

}

p
{
	padding-bottom: 15px;
}



a.navi:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.footer {
	text-decoration: none;
	color: #000000;
}

a {
	color: #e4302c;
	font-decoration: none;
}



a:visited {
	color: #e4302c;
}



a:hover {
	text-decoration: underline;
	color: #000000;
}




