/* Start of CMSMS style sheet 'Eingangsseite_Sprachen' */
#distance {
	width:1px;
	height:50%;
	margin-bottom:-150px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:300px;
	width:600px;
	clear:left;

}


/* Farbtabelle
======================================================================
	#	: background
	# : Schriftfarbe

====================================================================== */

/* Generelle Settings
====================================================================== */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height:100%;
}

:link,:visited { text-decoration: none; }

ul,ol { list-style:none; }

ul,li,body,html { margin: 0; padding: 0; }

a img,:link img,:visited img { border: none; }

a { outline: none; }

body {
	/*background-color:#E1E1E1;*/
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.83em;
	color:#666666;
	padding-top: 60px;
	font:100.01%/1.4 sans-serif;
	text-align:center;

}

/* Layout
====================================================================== */

#header {
	height: 73px;
	background-color:#fff;
	overflow: hidden;
	padding-top: 45px;
	font-size:14px;
} 

#footer {
	margin-top: 30px;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;;
}

#footer .raster-footer-b {
	text-align: right;
}

/* Inhalte
====================================================================== */

#hauptteil img {
	padding-bottom: 10px;
}

h1 {
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	padding-right: 5px;
	text-align:right;
	line-height: 16px;
	white-space:nowrap;

	}
	
a{
       color:#666666;
}

a:hover{
       color:#000000;
}

p {
	font-size:0.83em;
	line-height: 1.4em;
	color: #666666;
	padding-bottom: 10px;
	white-space:normal;
	padding-right: 5px;
}
	
#footer h3,
#footer p {
	color:#666666;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
}

#footer a {
	color:#666666;
	
}

#footer a:hover {
	color:#000;
	
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	float: none;
	background-color: #FFFFFF;
	}

.raster{
	display:inline;float:left;margin-left:0px;margin-right:0px; overflow:hidden;
}

.raster-eingang-a{width: 220px;}
.raster-eingang-b{width: 300px;}
.raster-eingang-c{width: 80px;}



#navigation {
	padding-top: 35px;
	font-size:12px;
	line-height: 14px;

}

#navigation li{
	display: inline;
	padding-right: 15px;
}

#navigation a {
	color:#aaaaaa;
	font-weight: bold;	
}


#navigation a:hover,
#navigation a:active,
#navigation li.current a
 {
	color:#000;
	font-weight: bold;	
}


/* End of 'Eingangsseite_Sprachen' */

