/* CSS Document */
html, body {
	background: #333333 url(../images/back3.jpg) repeat-y center top;
	text-align:center;
	margin: 0;
	padding: 0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color: #000000;
}
h1 {
	font-size: 16px;
	color: #88bb88;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	color: #000000;
	margin-top: 15px;
	font-weight:bold;
	margin-bottom: 5px;
}
img {
	border:none;
	}
	

#main {
	min-height: 100%;
	margin: 0px auto;
	padding:0;
	width: 750px;
	position: relative;
	text-align: justify;
	background-image: url(../images/back_main.jpg);
	background-repeat: repeat-y;
}
#main #titelbild {
	height: 260px;
	width: 500px;
	position: absolute;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99cc99;
	background-color: #99cc99;
	left: 0px;
	top: 0px;
}
#main #menu {
	width: 209px;
	float: left;
	margin-top: 280px;
}
#main #menu a{
	color: #000000;
	text-decoration:none
}

.imgsprache {
	margin-bottom: 7px;
}
#main #content {
	width: 500px;
	float: right;
	margin-top: 280px;
	margin-left: 20px;
	margin-right: 20px;
}
#main #content a {
	color: #88bb88;
}
#main #content a:hover{
	color: #000000;
	text-decoration:underline;
}
#main #titel {
	position: absolute;
	width: 250px;
	left: 500px;
	top: 0px;
	margin-top: 50px;
}
#main #titel #adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #88bb88;
	text-align: right;
	margin-right: 20px;
}

#main #footer {
	height: 40px;
	position: static;
	clear: both;
	width: 100%;
	background-color: #99cc99;
	margin-top: 20px;
	bottom: 0px;
	margin-bottom: 0px;
}
#bildgross {
	visibility: hidden;
	border: 2px solid #88bb88;
	position:absolute;
	height:100px;
	width:100px;
	z-index:999;
	left: 360px;
	top: 236px;
	background-color: #99cc99;
	overflow: hidden;
}
#main #sprache {
	position: absolute;
	z-index: 100;
	left: 686px;
	top: 10px;
}

.tplfg {
	float: left;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.tplfg img {
	border:none;
	margin-bottom: 3px;
}
table#preise {
	border-bottom: 1px solid #99cc99;
	border-left: 1px solid #99cc99;
}

table#preise td {
	padding: 3px;
	text-align:right;
	border-top: 1px solid #99cc99;
	border-right: 1px solid #99cc99;
}

table#anfrage {
}

table#anfrage td {
	padding-bottom: 1px;
	padding-right: 10px;
}

.sle {
	border: 1px solid #99cc99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#main #logos {
}
.txtsmall {
	font-size: 9px;
}
