﻿html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color:#4E4E4E;
	}

h1 {
	font-size:16px;
	line-height: 18px;
	color:#005983;
	margin-bottom:10px;
}

h2{
	font-size:12px;
	color: #005983;
}

h3{
	text-transform:uppercase;
	padding-bottom:2px;
	letter-spacing:2px;
	font-size:11px;
	font-weight: bold;
	color: #005983;
}

h4{
	text-transform:uppercase;
	padding-bottom:2px;
	letter-spacing:1px;
	font-size:9px;
	color: #005983;
}

h5{
	font-weight: bold;
	padding-bottom:2px;
	font-size:12px;
	color: #4E4E4E;
}

h6{
	padding-bottom:2px;
	font-size:12px;
	font-style:italic;
	color: #4E4E4E;
}
	 
p{	
	margin-bottom:10px;
}

img{  
	border:0;
}

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

/* /////////////////////////////////////////////////////////////////////////////*/
/*LISTEN*/
ul, ol, dl {line-height:18px;padding:0px;}
li {
	line-height:16px;
	list-style:none;
}

ul{
	margin:0 0 15px 0;
}

li{
	background-image:url(images/li.gif);
	background-repeat:no-repeat;
	padding:0 0 6px 15px;
	line-height:16px;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*Tabellen*/
table{
	width:100%;
	border-collapse:collapse; 
	margin-bottom: 0;
}


td{
	vertical-align:top;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
