﻿body {
	background-color: #FFFFFF;
	background-repeat: repeat;
}
#top {
	background-color: #FFFFFF;
	background-image: url('../bilder/top5.gif');
	width: 875px;
	height: 140px;
	background-repeat: no-repeat;
	clip: rect(auto, auto, auto, auto);
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat;
	margin-top: 10px;
	background-image: url('../bilder/Contentbackg.gif');
}
#container {
	background-color: #FFFFFF;
	width: 875px;
	margin-right: auto;
	margin-left: auto;
}
#LeftText {
	padding: 3px 3px 3px 5px;
	width: 700px;
	float: left;
	text-shadow: #444 0px 1px 0px;
}
#RightText {
	padding: 3px;
	width: 145px;
	float: right;
	font-style: italic;
}
#menu {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #686868;
	background-color: #f4f4f4;
}
.chromestyle{
	width: 875px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}
.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url('../chrometheme/chromebg3.gif') repeat-x center;
/*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}
.chromestyle ul li a:hover{
	background: url('../chrometheme/chromebg-over.gif') repeat-x center; /*THEME CHANGE HERE*/
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
#LeftTextkontakt {
	border: thin dashed #00CC00;
	padding: 5px;
	width: 275px;
	float: left;
	text-shadow: #444 0px 1px 0px;
	height: 100px;
}
#RightTextkontakt {
	border: thin dashed #00CC00;
	padding: 5px;
	width: 275px;
	float: right;
	text-shadow: #444 0px 1px 0px;
	height: 100px;
}
