
/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {
	background:#ffffff;
	color: rgb(0,102,51);
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}



/* ### breite der Webseite unter #website, #left, #right und #main einstellen */

#website, #footer { width: 936px; }
#left, #right { width: 180px; }

#website {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
}

#header {
	margin:0;
	padding:0;
	height:135px;
}

#middle {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

#footer {
	float: left;
  background-color: rgb(236,244,233);
  height: 14px;
  line-height:14px;
  padding: 3px 6px 3px 6px;
  margin-bottom: 100px;
}

#left {
	float: left;
  margin-bottom: 30px;
}

#main {
  margin: 0px 180px;
  padding: 0 30px 0 30px;
}

#right {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color:rgb(236,244,233);
  margin-bottom: 30px;
}



#nav {
	display:block;
  background-color:rgb(236,244,233);
}



#nav-header {
	position:absolute;
	left:210px;
	bottom:18px;
}

/* ### rest ####################################################################### */
#logo {
	position:absolute;
	top:20px;
	right:0px;
	background-image: url(../top2.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo a {
	display:block;
	height:90px;
	width:936px;
	text-indent:-700em;
}


#right-column-block {
	padding: 20px;
	display:block;
}





#footer a,
#footer a:link {
  color:rgb(0,102,51);
	text-decoration: none;
  padding: 0 5px 0 5px;
}

#footer a:hover {
	text-decoration: none;
}


/* ### breadcrump ############################################################ */

#main p#breadcrumb {
font-size: 1em;
color: #90B0BF;
margin-bottom: 30px;
}


/* ### headlines ############################################################ */

#main h1 {
	color:rgb(0,102,51);
	background: inherit;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.1em;
  padding-bottom: 10px;
}

#main .teaser h1 {
	color:rgb(0,102,51);
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.1em;
  margin-top: 20px;
  padding-bottom: 10px;
}

#main h2 {
	color:rgb(0,102,51);
	background: inherit;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.6em;
}

#main h3 {
	color:rgb(0,102,51);
	background: inherit;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4em;
}

#main h4 {
	color:rgb(0,102,51);
	background: inherit;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2em;
}

#main h5 {
	color:rgb(0,102,51);
	background: inherit;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
}

#main h6 {
	background: inherit;
	color:rgb(0,102,51);
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
}


/* ### Images ############################################################ */

#main img {
	display:block;
	margin:4px 0;
}

#main img.floatLeft {
	float:left;
	margin:4px 10px 4px 0;
}

#main img.floatRight {
	float:right;
	margin:4px 0 4px 10px;
}



/* ### Hyperlinks ######################################################### */

#main a, 
#main a:link {
	color:#90B0BF;
	background: inherit;
	text-decoration:underline;
}

#main a:hover {
	color:#90B0BF;
	background: inherit;
	text-decoration: none;
}

#main a.faq, 
#main a.faq:link {
	color:#eee;
	background: inherit;
	font-size:1.4em;
	text-decoration:none;
	text-transform:none;
	line-height: 2.0em;
}

#main a.faq:hover {
	color:#90B0BF;
	background: inherit;
	text-decoration:underline;
}


/* ### Paragraphs ########################################################## */

#main p {
	margin-bottom:1.6em;
	font-size:11px;
	line-height:1.6em;
}

#nav p {
	margin-bottom:1.2em;
}



/* ### Tables ############################################################## */

#main table {
	font-size:11px;
	line-height:1.6em;
}

#main td {
	padding:0 0 0 0;
}


/* ### Blockquotes ########################################################## */

#main blockquote {
	margin:0 0 0 20px;
}


/* ### Lists ################################################################ */

#main ul, 
#main ol {
	margin-bottom:1.2em;
	font-size:11px;
	line-height:1.6em;
}

#main ol li {
	margin:0 0 0 30px;
	list-style-type:decimal-leading-zero;
} 
#main ul li {
	margin:0 0 0 20px;
	list-style-type:square;
}


/* ### Module ################################################################ */

#main div.floatLeft img {
	float:left;
	margin:4px 40px 4px 0;
}

#main div.floatRight img {
	float:right;
	margin:4px 0 4px 40px;
}

#main a.more {
	clear:left;
	position: relative;
	left: 120px;
}

/* ### Team ### */

#main div.txt-img {
	clear: both;
	padding: 12px 0;
}


/* ### Team ### */

#main div.team {
	clear: both;
	padding: 12px 0;
	margin-bottom: 0px ;
}

#main div.team div{
	width:100px;
}

#main div.team p {
	font-size: 1.3em;
	letter-spacing: 0.05em;
	margin-top: 0px;
}

#main div.team div.floatLeft img {
	margin:4px 0px 4px 0;
}

/* ### Bildgalerie ### */

#main div.galerie {
	clear: both;
}
#main div.galerie div.image {
	float: left;
	width: 270px;
}

#main div.galerie div.image img{
	padding: 5px;
	border:1px solid #aaa;
}


/* ### Formular ################################################################ */

label.text{
	width: 80px;
	height: 25px;
	display:block;
	float:left;
	clear: left;
	padding-top:5px;
}

label.textarea{
	width: 80px;
	height: 25px;
	display:block;
	clear: left;
	padding-top:5px;
}
input.text {
	float:left;
	width: 370px;
	height:20px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

textarea.textarea {
	width: 450px;
	height:100px;
	background-color: #eee;
	color:#000;
	border-left: 6px solid #90b0bf;;
	border-bottom: 1px solid #FFF;
	border-right: 6px solid #90b0bf;;
	border-top: 1px solid #FFF;
}

.submit{
	background-color: #90b0bf;
	color:#fff;
	margin-top: 10px;
	border: none;
}