/**
 * @version 1.0.0
 * @author Marcus Klüche
 * @copyright Copyright (C) 2012 All rights reserved.
*/

body {
	height: 100%;
	background-color:#ccc;
	font: 14px Arial, Georgia, sans-serif;
	color: #000;
	font-style: regular;
	font-weight: normal;
	letter-spacing: 0px;
	}

h1 {
	font-size: 18px; 
	color: #113284;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	}
h2 {
	font-size: 16px; 
	color: #113284;
	font-weight: normal;
	font-style: regular;
	text-decoration: none;
	}	
	
a:link,
a:visited,
a:active {
	color:#113284;
	text-decoration: none;
	font-weight: bold;
	}
a:hover,
a:focus {
	color:#ccc;
	text-decoration: none;
	font-weight: bold;
	}

#wrapper { 
	height: 100%;
	width: 900px; 
	margin: 0px auto;
	}
	
#header { 
	width: 900px;
	height: 160px;
	margin-top: -8px;
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
	}

#navi {
	width: 900px;
	height: 32px;	
	margin-top: -14px;
	background-image: url(../images/Navi-BG.jpg);
	background-repeat: no-repeat;
	}
#navi ul {
	margin-left: -40px;
	}
#navi li {
	display: inline;
	list-style: none;
	}
#navi ul a, 
#navi ul span {
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	}
#navi ul a:hover, 
#navi ul span {
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	background-color: #339933;	
	}	
#navi li a,
#navi li a:visited {
	color: #fff;
	font: 16px Arial, Georgia, sans-serif;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
	}
#navi li a:hover {
	color: #112d02;
	text-decoration: none;
	font-weight: bold;
	}	

#vknavibg {
	width: 900px; 
	height: 25px;
	margin-top: 0px;	
	background-image: url(../images/Content-BG.jpg);
	background-repeat: repeat-y;	
	}	
	
#vknavi {
	width: 590px; 
	height: 20px;
	margin-top: -35px;	
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 280px;
	padding-bottom: 0px;
	}
#vknavi ul {
	margin-left: 20px;
	}
#vknavi li {
	display: inline;
	list-style: none;
	}
#vknavi ul a, 
#vknavi ul span {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	}
#vknavi li a,
#vknavi li a:visited {
	color: #339933;
	font: 14px Arial, Georgia, sans-serif;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	}
#vknavi li a:hover {
	color: #112d02;
	text-decoration: none;
	font-weight: bold;
	}	
	
#component { 
	width: 590px; 
	min-height: 400px;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 280px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/Content-BG.jpg);
	background-repeat: repeat-y;
	}
	
#address {
	float: right;
	min-height: 410px;
	width: 190px;
	margin-top: 0px;
	margin-right: 30px;
	padding-top: 40px;
	padding-right: 30px;
	text-align: right;
	}	
	
#footer { 
	float: left;
	width: 890px;
	height: 30px;
	padding-left: 10px;
	background-image: url(../images/Footer-BG.jpg);
	background-repeat: no-repeat;	
	margin-bottom: 0px;
	font: 10px Arial, Georgia, sans-serif;
	color: #fff;
	line-height: 10px;
	}
#footer a,
#footer a:visited {
	font: 10px Arial, Georgia, sans-serif;
	color: #113284;
	}
#footer a:hover {
	font: 10px Arial, Georgia, sans-serif;
	color: #fff;
	}
