@import "nav.css";


/* Struktur */
body {
	font-family: verdana, sans-serif;
	text-align: center;
	background: #FFF;
	}

#globalcontainer{
	width: 770px;
	margin: 0px auto;
	text-align: center;

	}
	
#headercontainer{
	background: url(../img/header.jpg) no-repeat;
	width: 770px;
	height: 182px;
	text-align: left;	
	}
	
#maincontainer{
	width: 770px;
	padding-top: 10px;
	text-align: left;
	}	
	
#navcontainer{
	float: left;
	width: 230px;
	}
	
#contentcontainer{
	float: left;
	width: 485px;
	text-align: left;
	min-height: 250px;
	padding: 18px 0px 0px 32px;
	}
	
#content {
	color: #4B4B4B;
	font-size: 11px;
	padding: 20px 0px 0px 0px;
	line-height: 18px;
	}
	
#linie {
	border-bottom: 1px dotted #DA251C;
	padding: 20px 0px 0px 0px;
	}
	
img{
	padding: 5px 10px 0px 0px;
	float: left;
	}
	
	
#footer{
	clear: both;
	width: 770px;
	background: url(../img/footer.gif) no-repeat;
	}
	
#footercontent {
	color: #4B4B4B;
	font-size: 11px;
	padding: 5px 0px 0px 0px;
	}
	
h1{
	font-size: 12px;
	border-bottom: 1px dotted #DA251C;
	padding: 3px 0px 3px 0px;
	margin: 0px 14px 0px 0px;
	font-weight: regular;
	color: #4B4B4B;
	}
	
h2{
	color: #A4BF0C;
	font-size: 12px;
	font-weight: bold;
	}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
	}

li{
	line-height: 15px;
	}
	
#list{
	margin: 0;
	padding-top: 0px;
	padding-left: 0px;
	}

#list ul{
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#list li{
	background: url(../img/list.gif) no-repeat;

	padding-left: 15px;
	padding-right: 15px;
	}
	
div{
	line-height: 1.2em;
	}
	
tr{	
	color: #04184F;
	font-size: 13px;
	}
	
#imagehp{
	padding: 5px 0px 3px 1px;
	}
	
	
	
.button{
	border-left: 1px solid #75A0A6;
	border-top: 1px solid #75A0A6;
	border-right: 1px solid #036356;
	border-bottom: 1px solid #036356;
	background: #75A0A6;
	height: 17px;
	font-size: 10px;
	color: #fff;
	}
	
	
a:link, a:visited {
	color: #DA251C;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	}


a.footer, .footerlink a, a.readon, .readonlink a, #content a {
	color: #720803;
	text-decoration: none; 
	}
	
a.readon hover, .readonlink a, #content a:hover{
	color: #8A88CB;
	}

