/* CSS Document */
html {
	height: 100%;
}
body {
	margin: 0em;
	padding: 0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:left; 
	color:#666; 
	background-color:#c6c8c3;
	height: 100%;
}

img {
	margin: 0em;
	padding: 0em;
	border:0px;
}

p {
	margin: 0em;
	padding: 0em;
	border:0px;
}
div.title {
	text-transform: uppercase;
	font-family: verdana, arial;
	font-size: 15px;
	font-weight: bold;
	color: white;
}
.form {
	padding: 20px 20px 20px 70px;
	color: white;
	text-transform: uppercase;
}
.form a {
	color: white;
}
#form_left {
	float: left;
	width: 440px;
}
#frmContact {
	height: 500px;
}
.input_radio_div {
	vertical-align:top; 
}
.form .input-radio {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px;
}
.form .input-text {
	border: 0px;
	width: 350px;
	margin-bottom: 10px;
	margin-top: 4px;
	font-size: 120%;
	padding: 2px;
}
.form .input-textarea {
	border: 0px;
	font-size: 120%;
	padding: 2px;
	width: 350px;
	height: 236px;	
	margin-top: 4px;
	margin-bottom: 10px;
}
.form .input-submit {
	border: 0px;
	background: white;
	text-transform: uppercase;
	margin-top: 2px;
	padding: 2px;
}
#form_right {
	float: left;
	width: 440px;
}
.orange {
	background: #ff9900;
}
.height_min {
	height: 490px;
}
#text {
	margin-top: 3px;
	text-transform: uppercase;
	left: 40px;
}

/* texte */
#text a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom: dotted 1px #666;
}

#text a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom: dotted 1px #666;
}

#text a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom: dotted 1px #666;
}



.text-bold {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#666;
text-decoration:none;
text-transform:uppercase;
border-bottom: dotted 1px #666;
}

.text-bold a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#666;
text-decoration:none;
text-transform:uppercase;
border-bottom: dotted 1px #666;
}

.text-bold a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#666;
text-decoration:none;
text-transform:uppercase;
border-bottom: dotted 1px #666;
}

.text-bold a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#666;
text-decoration:none;
text-transform:uppercase;
border-bottom: dotted 1px #666;
}

.clear-both {
clear:both;
}

/* container */

#container {
margin:0 auto;
text-align:left;
width:980px;
}


#container-navigation {
top:53px;
left:42px;
width:670px;
position:relative;
}

#container-head {
position:relative;
background-image:url(../bilder/head.gif);
width:980px;
height:106px;
z-index: 200;
}


#container-bild {
position:relative;
z-index: 100;
}

#container-text {
position:relative;
background-color:#fff;
padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
margin-bottom:10px;
z-index:50;
}
#mesch {
padding-bottom: 10px;
text-align: right;
}

#text {
position:relative;
width:860px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
margin-bottom:0px;
line-height: 20px;
}

#container-navigation-bild {
position:relative;
float:left;
width:30px;
z-index:20;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
margin-bottom:0px;
border:thin #0066CC solid;
}
#prev_next {
position:absolute;
top:14px;
left:900px;
width:60px;
visibility:hidden;
}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
	float:			left;
	margin-bottom:	1em;
}
.sf-menu li ul {
	width: 170px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
}
.sf-menu ul li {
	width:			170px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	background:		white;
}
.sf-menu a {
	display:		block;
	position:		relative;
	padding: 		5px 20px 5px 5px;
	text-decoration:none;	
	cursor: default;
}
.sf-menu ul a {
	cursor: pointer;
}

.menu_sub {display:block;width:170px;}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			25px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	width:			170px;	
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			black;
}
.sf-menu a:hover {
	font-weight: bold;
}
.sf-menu li li {
	background:		white;
}
.sf-menu li li li {
	background:		white;
}
.sf-menu .aNavLeftLevel2Selected {
	font-weight: bold;
}


#NavigationsDiv{
  position:absolute;
  top:20px;
  left:900px;
}

a.BTNlinks{
	display:block;
	width:20px;
	height:20px;
	float:left;
	background: url("pfeil_links.gif") 0 0 no-repeat;
}
a.BTNlinks:hover { 
	background: url("pfeil_links_up.gif") 0 0 no-repeat;
	cursor:pointer;
}
a.BTNrechts{
	display:block;
	width:20px;
	height:20px;
	float:left;
	background: url("pfeil_rechts.gif") 0 0 no-repeat;
}
a.BTNrechts:hover { 
	background: url("pfeil_rechts_up.gif") 0 0 no-repeat;
	cursor:pointer;
}
