









/*


body {
	margin: 0;
	padding: 0;
	font: lucida console;
        font-family: Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	color:#000000;
	background-color: rgb(0, 0, 102);
	}
	
a:link { 
	color: black;
	text-decoration:none; 
	}
	
a:visited {
	color: black;
	text-decoration:none;
	}
	
a:hover, a:active {
	color: #fff;
	background-color: gray;
	text-decoration:none;
	cursor:pointer;
	}
	

	}
	
#container {
	margin: 1em auto;
	width: 800;
	height: 600;
	text-align: left;
	background-color: #fff;
	border: 1px solid #676767;
	border-radius: 15px;
	}
	
#header {
	height: 45px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	}
	
#header h1 {
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
	}
	
#mainnav {
	background-color: #e2e21d;
	color: black;
	padding: 2px 0;
	margin-bottom: 22px;
	}
	
#mainnav ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #C4C769;
	border-right: 1px solid #C4C769;
	}
	
#mainnav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #C4C769;
	}
	
#mainnav li a {
	text-decoration: none;
	color: #272900;
	}
	
#mainnav li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #272900;
	}
	
#menu {
	float: right;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
	}
	
#menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 165%;
	}
	
#contents {
	margin: 0 0 40px 20px;
	}
	
#contents p {
	line-height: normal;
	}
	
.blogentry {
	border-bottom: 1px solid #C5C877;
	}
	
.blogentry ul {
	list-style-type: none;
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 95%;
	}
	
.blogentry li {
	display: inline;
	padding: 0 0 0 7px;
	}
	
.imagefloat {
	float: right;
	padding: 2px;
	margin: 0 0 10px 10px;
	}
	
#footer {
	clear: both;
	color: black;
	background-color: #e2e21d;
	text-align: right;
	padding: 5px;
	font-size: 95%;
	}
	
#skipmenu {
	position: absolute;
	right: 106px;
	top: 17px;
	}
	
#skipmenu a {
	color: #666;
	text-decoration: none;
	}
	
#skipmenu a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
	}

#p {
	text-align: justify;
	font-weight: bold;
	}
#leistungen_1 a:hover {
	color: black;
	background-color: red;
	text-decoration: none;
	}

#leistungen_2 a:hover {
	color: black;
	background-color: yellow;
	text-decoration: none;
	}

#leistungen_3 a:hover {
	color: black;
	background-color: green;
	text-decoration: none;
	}
	
#brake {
	font-weight: bold;
	}
	
#table {
	text-align: left;
	height: 400px;
	width: 800px;
	}
	
#td_1 {
	vertical-align: top;
	}

#td_2 {
	vertical-align: top;
	text-align: right;
	}

#td_3 {
	vertical-align: top;
	text-align: left;
	}
	
#img {
	width: 200px;
	height: 200px;
	}
	
#span_1 {
	font-weight: bold;
	color: rgb(255, 255, 255);
	}



*/