@charset "UTF-8";
/* CSS Document */

img, div { behavior: url(iepngfix.htc) }

html {
	background:#293950; 
}

body,td,th {
	color: #333333;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 22px;
}
body {
	background-color: #293950;
    background: url(grafik/btm-bg.jpg) center top fixed no-repeat; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #444;
}
a:visited {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: underline;
	color: #444;
}
a:active {
	text-decoration: none;
	color: #444;
}
a.weiss:link {
	text-decoration: none;
	color: #FFF;
}
a.weiss:visited {
	text-decoration: none;
	color: #FFF;
}
a.weiss:hover {
	text-decoration: underline;
	color: #FFF;
}
a.weiss:active {
	text-decoration: none;
	color: #FFF;
}
h1 {
	font-size: 35px;
	line-height:35px;
	font-weight:700;
	color: #293950;
	margin-top:10px;
}
h2 {
	font-size: 30px;
	font-weight:700;
	color: #fff;
	line-height:30px;
	padding-top:10px;
	padding-bottom:15px;
	padding-left:57px;
	margin-top:0;
	margin-bottom:0;
	margin-right:170px;
	display:block;
	background:url(grafik/h2-bg.png) center left repeat-y;
}
h3 {
	font-size: 17px;
	font-weight:700;
	color: #293950;
	margin-bottom:0px;
	margin-top:15px;
}
::selection {
	background: #F8D48F; /* Safari */
	}
::-moz-selection {
	background: #F8D48F; /* Firefox */
}

p { 
	margin-top: 10px;
	margin-bottom: 25px;
}

