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

body {
 background-image: url(bilders/body_bg_frontpage.jpg);
 background-repeat: repeat-x;
 }
 #top {
 height: 350px;
 }
 #container {
 width: 1000px;
 margin: 0px auto;
 }
 #secondary_menu {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #dddddd;
	width: 550px;
	float: right;
	height: 15px;
	text-align: right;
	position: relative;
	margin-top: 0px;
}

#secondary_menu li {
	display: inline-block;
}

#secondary_menu a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #dddddd;
	margin-right: 10px;
	margin-left: 10px;
}

#secondary_menu a:hover {
	text-decoration: underline;
	color: #ffffff;
}

 #kolonne1 {
 	width: 240px;
	height: 350px;
	border-right: #999999 1px dashed;
	border-left: #999999 1px dashed;
	float: left;
	margin-left: 115px;
	padding: 5px;
	}
	 #kolonne {
 	width: 240px;
	height: 350px;
	border-right: #999999 1px dashed;
	float: left;
	padding: 7px;
	}
	
 h1, h1 a, h1 a:hover {
	font-family: Georgia, Sans-Serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #222222;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 0px;
}

#logo {
	with: 100%;
	height: 60px;
	text-align: center;
}
#secondary_menu li {
display: inline;
list-style-type: none;
}
.front_link {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.front_link a {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.front_link a:hover {
	text-decoration: underline;
}
.normal {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

#footer {
	float: left;
	width: 100%;
	text-align: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	text-align: center;
	}