html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 150%;
	color: #404040;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #DAE4E9;
}

#main {
width: 100%;
background: url('../wLayout/design/img/top-back.png') top left repeat-x;
position: relative;
text-align: center;

}


#main-in {
	float:left;
	position:relative;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #C9D8DF;
	padding-bottom: 0px;
	background: #fff url('../wLayout/design/img/main-back.png') top left repeat-y;
}



#col-left {
	float:left;
	width: 214px;
	text-align: left;
	margin-bottom: 18px;
	line-height: 200%;
	font-size: 11px;
}

#col-middle {
	float:left;
	padding-left:15px;
	width: 520px; 
          height: auto; 
	margin-top: 40px;	
	margin-bottom: 18px;

}


/*********** LAYOUT END ***********/



/*********** Header ***********/


#obenBalken {
	position: absolute;
	top: 182px;
 	left: 0px;
	width: 770px;
	height: 28px;
	background: #75A7B9;
	z-index:10;
}



#obenAbstand {
height: 190px;
}


#spruchOben_li {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 313px;
	height: 45px;
	background: #E7EFF3 url('../wLayout/design/img/top-1-eng.png') top left no-repeat;
}

#logo {
	position: absolute;
	top: 44px;
	left: 0px;
	width: 770px;
	height: 139px;
	background: white url('../wLayout/design/img/logo.png') top left no-repeat;
}


#obenSprachen {
	position: absolute;
	top: 14px;
	left: 459px;
	width: 310px;
	height: 26px;
	z-index: 5;
	text-align: right;
	background: url('../wLayout/design/img/top-motto-eng.png') top left no-repeat;
}


#obenSprachen img{
	border: 1px solid gray;
	margin-top: 6px;
}


#balkenTop {
	position: absolute;
	top: 0px;
	left: 313px;
	width: 457px;
	height: 45px;
	background: #E7EFF3 url('../wLayout/design/img/top-back.png') top left repeat-x;
}



#bildOben {
	position: absolute;
	top: 44px;
	left: 417px;
	width: 353px;
	height: 138px;
}


#click-logo {
	position: absolute;
	top: 65px;
	left: 10px;
	width: 145px;
	height: 95px;
	z-index:17;
}

#title {
	position: absolute;
	top: 82px;
	left: 170px;
	width: 245px;
	height: 30px;
	z-index: 18;
	padding-top: 5px;
}

/*********** Header END ***********/





/*********** WEB (LEFT) MENU ***********/
.webmenu {
	padding-top: 40px;
	width: 214px;
}
.webmenu span {
	display: block;
	color: #2A2526;
}
.webmenu span.selected {
	background-color: #DAE4E9;
	font-weight: bold;
padding-left: 20px;
}
.webmenu a {
	color: #2A2526;
	text-decoration: none;
}
.webmenu a:hover {
	text-decoration: underline;
}

.menue_abstand {
padding-left: 20px;
}

/*********** WEB (LEFT) MENU END ***********/








/*********** Fusszeile ***********/
#down {
	float:left;
	width: 100%;
	height: 35px;
	margin-left: 0;
	background-color: #F2F7FA;
	color: #6CA2B4;
}
#down-in {	float:left;
	width: 770px;
	height: 30px;
	background-color: #F2F7FA;
}

#down a, #down a:visited {
	color: #6CA2B4;
}

.copy-left {
	float: left;
	text-align: left;
	width: 78%;
	padding-left: 10px;
	margin-top: 5px;
}
.copy-right {
	float: right;
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
}


/*********** Fusszeile END ***********/









/*********** VSEOBECNE ***********/
a {
color: #5491A7;
}

a:visited {
	color: #404040;
}


a:hover {
	text-decoration: none;
}

abbr {
  cursor: help;
  border-bottom: 1px dashed #000;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: bold;
}

h1 {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 120%;
	color: #5491A7;
	padding: 0px;
	margin: 0px;
	padding-top: 15px;
	margin-bottom: 5px;

}


h3 {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 160%;
	color: #5491A7;
	padding: 0px;
	margin: 0px;
	padding-top: 15px;
	margin-bottom: 5px;
}


h2, h4, h5, h6, h7 {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 120%;
	color: #5491A7;
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}

 ul {
margin-top:0px;

}


img {
	border: none;
}

hr {
	border: none 0; 
	border-top: 1px solid #C0CAC8;
	width: 100%;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 5px;
	color: #C0CAC8;
}

abbr, acronym, .help, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #000;
}


