@charset "UTF-8";
/* CSS Document */

/* LAYOUT *****************************************************/
* {
	margin: 0;
	padding: 0;

}
body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 1024px;
	height: 768px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(../img/background.png);	
}
#mother {
	position: absolute;
	left: 23px;
	top: 23px;
	width: 976px;
	height: 600px;
	background-color: none;
	margin: 0px;
	padding: 0px;
	border: 0;
	z-index: 2;
 }
  #logo {
	position: absolute;
	left: 8px;
	top: 8px;
	margin:0;
	padding: 0;
	z-index: 3;
	border: 0;
}

#logo a:hover,
#logo a:active,
#logo a:link
{
	border: 0;
	border-style: none;
}




/* HEADER ********************************************/

#header {
	float: left; /*schwebt links*/
	background-color: none;
	padding: 0px;
	position: absolute;
	left: 768px;
	top: 12px;
	z-index: 4;
	width: 201px;
	text-align: right;
}
#header h2 {
  color: white;
  padding: 0px
}
ul.header {
	margin: 0px;
	padding: 0px;
}
#header  li {
	display: inline; /* li nebeneinander anzeigen */
	padding: 0px;
	list-style-type: none;
}
ul.header a, ul.header a:link, ul.header a:visited {
	color: #ffffff;
	text-decoration: none;
}
ul.header a:active,
ul.header a:hover,
ul.header span {
	color: #B8CEC5;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
}
#header #high {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/* MENUE *****************************************************/

#menu {
	position: absolute;
	top: 401px;
	left: 16px;
	padding: 0px;
	z-index: 6;
	width: 167px;
	list-style-type: none;
	height: 89px;
}
#menu h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 16px;
	word-spacing: 3px;
}
#menu ul {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	letter-spacing: 0px;
}
#menu a {
    text-decoration: none;
	color: #fff;
}
#menu a:active,
#menu a:hover,
#menu span {
	line-height: 16px;
	text-decoration: none;
	color: #B8CEC5;
	list-style-type: none;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
 #facebook {
	position: absolute;
	left: 16px;
	top: 546px;
	margin:0;
	padding: 0;
	z-index: 12;
	border: 0;
	width: 163px;
	height: 35px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	line-height: 16px;
	text-decoration: none;
}
#facebook a {
    text-decoration: none;
	color: #fff;
}
#facebook a:hover,
#facebook a:active,
#facebook a:link {
	line-height: 16px;
	text-decoration: none;
	color: #B8CEC5;
	list-style-type: none;
	font-weight: bold;
	font-family: Arial, sans-serif;
	border: 0;
	border-style: none;
}

/* SUBMENUE *****************************************************/

#submenu {
	position: absolute;
	top: 485px;
	left: 16px;
	padding-top: 3px;
	z-index: 6;
	width: 167px;
	list-style-type: none;
	height: 89px;
	border-top:#FFF dotted 2px;
}
#submenu h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#submenu a {
    text-decoration: none;
	color: #fff;
}
#submenu a:active,
#submenu a:hover,
#submenu span {
	line-height: 16px;
	text-decoration: none;
	color: #000;
	list-style-type: none;
	font-weight: normal;
}

/* MAIN_LAYOUT *****************************************************/

#main1 {
	background-color: white;
	position: absolute;
	top: 194px;
	left: 195px;
	width: 351px;
	height: 351px;
	padding: 18px;
	margin: 0;
	z-index: 7;
	overflow:auto
}

#main2 {
	background-color: white;
	position: absolute;
	top: 195px;
	left: 584px;
	width: 351px;
	height: 351px;
	padding: 18px;
	margin: 0;
	z-index: 8;
	line-height: normal;
	overflow:auto
}

#main3 {
	position: absolute;
	top: 194px;
	left: 582px;
	width: 351px;
	height: 351px;
	margin: 0;
	z-index: 9;
}
#main4 {
	position: absolute;
	top: 194px;
	left: 195px;
	width: 702px;
	height: 351px;
	margin: 0;
	z-index: 10;
}

/* SUBMAIN_1 *****************************************************/

#submain1 {
	background-color: none;
	position: absolute;
	top: 247px;
	left: 213px;
	width: 351px;
	height: 351px;
	padding: 0px;
	margin: 0;
	z-index: 10;
	height: 100px;
	border-bottom: #000 dotted 2px;
}
#submain1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#submain1 a {
	text-decoration: none;
	color: #000;
}
#submain1 a:active,
#submain1 a:hover {
	line-height: 16px;
	text-decoration: underline;
	color: #96F;
	list-style-type: none;
	font-weight: normal;
}

#submain1 span {
	line-height: 16px;
	text-decoration: none;
	color: #96F;
	list-style-type: none;
	font-weight: normal;
	}
	
#submain1 link {
	text-decoration: none;
	color: #96F;
}
	
/* SUBMAIN_2 *****************************************************/

#submain2 {
	background-color: none;
	position: absolute;
	top: 372px;
	left: 212px;
	width: 351px;
	height: 351px;
	padding: 0px;
	margin: 0;
	z-index: 11;
	height: 200px;
	color: black;
}
#submain2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#submain2 a {
	text-decoration: none;
	color: #96F;
}
#submain2 a:active,
#submain2 a:hover {
	line-height: 16px;
	text-decoration: underline;
	color: #96F;
	list-style-type: none;
	font-weight: normal;
}

#submain2 span {
	line-height: 16px;
	text-decoration: none;
	color: #96F;
	list-style-type: none;
	font-weight: normal;
	}


/* TYPO *****************************************************/

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	word-spacing: 1px;
}
h3 {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
	margin:  0;
	padding: 0;
	font-weight: normal;
}
.home p{
	margin:  0;
	padding: 0;
}
strong {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
	line-height: 16px;
	background-image: url(../img/line_white.gif);
	font-family: Arial, sans-serif;
}
.link a {
	text-decoration: none;
	color: #96F;
}



/* Anfrageformular*********************************/

form {
	display: inline;
}

fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

select, input, textarea {
	width: 98%;
	margin: 0 0 6px 0;
	padding: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #6e6e6e;
	border: 1px solid #6e6e6e;
	background-color: transparent;
}

textarea {
	overflow: auto;
}

#btn_senden, #btn_zurück {
	margin: 0 3px 18px 0;
	padding: 1px 1px 1px 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #6e6e6e;
	border: 1px solid #6e6e6e;
	background-color: transparent;
	width: auto;
}

.radio {
	margin: 0 5px 0 5px;
	vertical-align: middle;
}

.noborder {
	border-style: none;
}

/* Slideshow *********************************/

.images {
	background:#fff 
	border: 0;
	position: absolute;	
	height: 386px;
	
	width: 386px;
	float:left;	
	margin: 0;
	cursor: pointer;
}
.images div {
	position: absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0;
	height: 386px;
}
