 

@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background: #273c56;
	font-family: Arial;
	font-size: 12px;
	color: #5e5e5e;
	margin: 0 0 50px 0;
}

h1 {
	font-family: Arial; 
	font-size: 14px;
	color: #2b9719;
	height: 19px;
	text-indent: -100em;
	padding: 0;
}

h2 {
	margin: 0 0 10px 0;
	font-family: Arial;
	font-size: 12px;
	color: #2b9719;
	font-weight: normal;
	background: url(../images/linie.jpg) left bottom no-repeat;
}

h3 {
	font-family:Verdana; 
	font-size:12px; 
	line-height:18px;
	font-weight: bold;
	margin: 0 0 18px 0;
	color: #9F2900;
}

p {
	font-family:Verdana; 
	font-size:12px; 
	line-height:18px; 
	margin: 0 0 18px 0;
	color: #5e5e5e;
}

strong {
	font-family:Verdana; 
	font-size:12px; 
	line-height:18px; 
	margin: 0 0 18px 0;
	font-weight: bold;
	color: #5e5e5e;
}

b {
	font-weight: bold;
}

ol {margin-left: 20px;}
dd {margin-left: 20px;}
ul {margin-left: 25px;}
dt {font-weight: bold;}
dt, dd, li {
	font-family:Verdana; 
	font-size:12px; 
	line-height:18px;
	color: #5e5e5e;
	padding: 0 0 10px 0;
}

a {
	color:#2B9318;
	font-size:1.1em;
	outline: 0;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color:#A9BF9B;
}

img { 
	border: 0;
}

.clearing {
	clear: both;
	overflow: hidden;
}

* html .clearing {
	height: 1%;
}

