@charset "utf-8";

@import url(galleriffic.css);


/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	background: #d2d2d2;
	color: #3b3b3b;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.rechtsumfliessend {
	float: left;
	margin: 0 25px 10px 0;
}
.linksumfliessend {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.underlined {
	text-decoration: underline;
}


/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.callbackbutton img {
	border: 1px solid #3b3b3b;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	color: #63b25f;
	font-size: 18px;
	margin: 0 0 14px 0;
}
h2, h3, h4 {
	font-size: 18px;
	margin: 0 0 8px 0;
}
p {
	margin: 0 0 14px 0;
}
p.bottomp {
	margin: 0;
}
address {
	font-style: normal;
}
ul {
	margin: 0 0 1em 15px;
}
ul li {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0 0 1em 22px;
}
ol li {
	margin: 0;
	padding: 0 0 5px 0;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}
#header {
	float: left;
	height: 134px;
	width: 100%;
}
.logo {
	float: left;
	margin: 13px 0 0 0;
	text-align: center;
	width: 199px;
}
.headerimg {
	float: left;
	width: 701px;
}
#container {
	background: url(gfx/bg_container.png) repeat-y 0 0;
	float: left;
	position: relative;
	width: 100%;	
}
.randomimg {
	bottom: -25px;
	left: 10px;
	position: absolute;
	width: 179px;
	z-index: 9999;
}
.randomimg p {
	margin: 0;
	padding: 0;
}
.randomimg p img {
	float: left;
	margin: 10px 0 0 0;
}
#sidebar {
	background: #63b25f;
	float: left;
	padding: 10px;
	position: relative;
}
.sep {
	background: #3b3b3b;
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
	margin: 2px 0 14px 0;
}
ul#logos {
	margin: 70px 0 0 0;
	text-align: center;
}
ul#logos li {
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
}
#navigation {
	background: #ededed;
	border-bottom: 17px solid #fff;
	float: left;
	width: 100%;
	z-index: 9999;
}
#main {
	float: left;
	position: relative;
	width: 701px;
}
#content {
	float: left;
	margin: 0 17px 0 16px;
	position: relative;
	width: 668px;
	z-index: 1;
	/*Überlagerung randoming/Logos vermeiden*/
	min-height: 840px;
	height: auto !important;  /*moderne Browser*/
	height: 840px;  /*IE*/
}
.contentbox {
	background: #ededed;
	float: left;
	padding: 17px;
	width: 634px;
	z-index: 1;
}
.bb {
	border-bottom: 17px solid #fff;
}
.textblock,
.homeblock {
	float: left;
	width: 365px;
}
.homeblock {
	width: 473px;
}
.bildblock {
	float: left;
	text-align: right;
	width: 269px;
}
.bildblock img {
	border: 1px solid #4c4c4c;
}
.portraitframe {
	background: #fff;
	border: 1px solid #4c4c4c;
	color: #63b25f;
	float: right;
	font-size: 12px;
	padding-bottom: 4px;
	text-align: center;
}
.portraitframe strong {
	color: #3b3b3b;
	font-weight: normal;
	font-size: 14px;
}
ul#vlogos {
	bottom: 17px;
	float: right;
	position: absolute;
	right: 17px;
}
ul#vlogos li {
	float: left;
	list-style: none;
	padding: 0 0 0 17px;
}
#map {
	background: #ededed;
	border: 1px solid #4c4c4c;
	float: left;
	height: 373px;
	margin: 0 0 15px 0;
	width: 632px;
}
#footer {
	background: #4c4c4c url(gfx/bg_footer.png) no-repeat 0 0;
	float: left;
	height: 129px;
	margin-bottom: -1px;
	text-align: center;
	width: 100%;
}

/* Navigationen
-----------------------------------------------*/
ul#menu,
ul.menu {
	position:relative !important;
	z-index:1000000 !important;
}

ul.menu {
	list-style: none;
	margin: 0 0 0 17px;
	padding: 0;
}
ul.menu * {
	margin: 0;
	padding: 0;
}
ul.menu a,
ul.menu a:visited,
.psmenulink {
	background: #ededed;
	color: #63b25f;
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	text-transform: uppercase;
}
ul.menu a:hover,
ul.menu li:hover a.menulink,
ul.menu li:hover a:visited.menulink,
.psmenulink:hover,
ul.menu li:hover .psmenulink {
	background: #4c4c4c;
	color: #63b25f;
	display: block;
}
ul.menu li {
	float: left;
	position: relative;
}
ul.menu ul {
	background: #63b25f;
	display: none;
	left: 0;
	list-style: none;
	position: absolute;
	opacity: 0;
	top: 28px;
}
ul.menu ul li {
	border-top: none;
	margin: 0;
	position: relative;
	width: 133px;
}
ul.menu ul li a,
ul.menu ul li a:visited {
	background-color: #63b25f;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	padding: 3px 6px 3px 17px;
	text-decoration: none;
	text-transform: none;
	width: 110px;
}
ul.menu ul li a:hover {
	background-color: #c5c5c5;
}
ul.menu ul ul {
	left: 133px;
	top: -1px;
}
ul.menu .menulink,
ul.menu .psmenulink {
	display: block;
	font-weight: bold;
	padding: 0 6px 0 17px;
	width: 110px;
}



/* Formulare
----------------------------------------------- */
form#callbackform,
form#terminform {
	border: none;
}
#callbackform fieldset,
#terminform fieldset {
	border: none;
}
#callbackform legend,
#terminform legend {
	border: none;
	font-size: 18px;
	margin: 0 0 16px 0;
}
#callbackform label,
#terminform label {
	cursor: pointer;
	float: left;
	text-align: left;
	width: 145px;
}
.stdinput {
	border: 1px solid #999;
	font-family: inherit;
	font-size: 1em;
	padding: 2px 0;
	width: 160px;
}
.stdselect {
	border: 1px solid #999;
	font-family: inherit;
	font-size: 1em;
	padding: 2px 0;
	width: 160px;
}
#callbackform .button {
	margin-left: 145px;
}
#callbackform .xs {
	font-size: 11px;
	margin-left: 145px;
}
#terminform .xs {
	font-size: 11px;
}
textarea.txtastandard {
	border: 1px solid #999;
	font-family: inherit;
	font-size: 1em;
	height: 140px;
	padding: 2px 0;
	width: 305px;
}
.fehler {
	color: red;
}


/* Tabellen
----------------------------------------------- */
.oeffnungszeiten {
	border: none;
	margin: 0;
	padding: 0 0 130px 0;
	width: 100%;
}
.oeffnungszeiten td {
	border: none;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 1px;
	vertical-align: top;
	text-align: left;
}
.oztage {
	width: 86px;
}
/*Vita*/
.vita {
	border: none;
	margin: 0 0 0 18px;
	padding: 0;
	width: 455px;
}
.vita td {
	border: none;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 1px 1px 5px 1px;
	vertical-align: top;
	text-align: left;
}
.vjahre {
	width: 90px;
}