﻿/* ------------------------------------------------------------ */
/*					Poiser Studio (c) 2008						*/
/* ------------------------------------------------------------ */
* {
	margin:0;
	padding:0;
}
body {
	background:#999999;
	font-family:Verdana, Arial;
	font-weight:normal;
	padding-bottom:50px;
}
img {
	border:none;
}
img.bild {
	margin:0px 10px 0px 0px;
	float:left;
}
a {
	color:#09f;
	text-decoration:none;
}
p, ul, table {
	font-size:0.8em;
	line-height:18px;
	margin:0.5em 10px 0.5em 15px;
	color:#555;
}
ul {
	list-style:inside;
	margin-left:10px;
}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#333;
	margin-bottom:-4px;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.2em;
	margin:1em 0 0 15px;
}
/* ------------------------------------------------------------ */
/*						Design elements							*/
/* ------------------------------------------------------------ */

#container {
	position:relative;
	width: 800px;
	left:50%;
	margin: 0em -400px auto;
	padding:0 0 30px 0;
	background: url(/img/container/bg_center.png) bottom repeat-y;
}
#container_head {
	position:relative;
	width:800px;
	background:url(/img/container/top.png) top repeat-x;
}
#container_border {
	position:relative;
	width:750px;
	height:167px;
	left:24px;
	top:0px;
	background:url(/img/container/border.png) bottom repeat-x;
}
#bg {
	position:relative;
	top:60px;
	width: 100%;
	height:92px;
	background:url(/img/container/head.png) #FFF;
}
#bg #logo {
	float:left;
	width:380px;
	margin:0px 0 0 30px;
}
#bg p {
	color:#FFFFFF;
}
#bg #logo p {
	font-size: 10px;
	line-height:14px;
	margin:-8px 0 0 65px;
}
#bg #contact {
	text-align:left;
	float:right;
	width:220px;
	margin-right:10px;
	margin-top:20px;
}
#bg #contact p {
	padding-left:20px;
	font-style:italic;
	font-weight:bold;
	font-size:0.8em;
}
#bg #contact p.tel {
	background:url(/img/icons/tel.png) no-repeat left;
}
#bg #contact p.email {
	background:url(/img/icons/email.png) no-repeat left;
}
#bg #contact p.email a {
	color:#FFFFFF;
}
#container_bottom {
	position:relative;
	width:800px;
	height:40px;
	bottom:-40px;
	left:0px;
	background: url(/img/container/bg_bottom.png) bottom repeat-x;

}
#lb, #rb {
	position:relative;
	width:800px;
	height:40px;
	top:0px;
}
#lb {
	left:0px;
	background:url(/img/container/lb.png) left no-repeat;
}
#rb {
	right:0px;
	background:url(/img/container/rb.png) right no-repeat;
}
/* ------------------------------------------------------------ */
/*						Logic elements							*/
/* ------------------------------------------------------------ */
#langs {
	font-size:0.9em;
	margin:-12px -20px 10px 0px;
}

ul#menu {
	margin:-10px 30px -10px -170px;
	width:155px;
	float:left;
}
#menu .menu_punkt {
	font-family:Verdana, Arial;
	font-size:10pt;
	color:#333;
	list-style:disc;
	list-style-position:outside;
	cursor: pointer;
	cursor: hand;
	background:url(/img/menu/border.png) bottom repeat-x;
	background-position:0px 0px;
	padding:6px 0 0 0px;
	margin-bottom:10pt;
	margin-left:25px;
}
#menu .current {
	color:#09f;
	cursor: text;
}
#menu .impressum {
	margin-top:4em;
}
#menu .menu_punkt a {
	color:#333;
	text-decoration:underline;
}
#menu .menu_punkt a:hover {
	color:#3399ff;
}
.content {
	margin: 1em 60px 0 200px;
	background-color: #FFF;
}
#map_canvas {
	width:500px;
	height:400px;
	margin:0px 0px 30px 15px;
	border-bottom:1px solid #666666;
	border-right:1px solid #999999;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
#copyright {
	font-size:10px;
	color:#666;
	margin-top:10px;
	margin-left:0px;
	width:200px;
}
.nashi {
	margin-top:-30px;
	margin-bottom:5px;

}
#copyright img {
	margin-top:-9px;
}
#copyright a {
	color:#000000;
}
#stift {
	position:relative;
	margin-right:-34px;
	margin-top:-55px;
}
#unterschrift {
	margin-right:-5px;
	margin-top:20px;
}
#footer {
	margin-top:1em;
	height:70px;
	width:700px;
	margin-left:-160px;
}

