/* CSS Document */

@font-face {
    font-family: 'lucida_granderegular';
    src: url('../fonts/6216-webfont.eot');
    src: url('../fonts/6216-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/6216-webfont.woff') format('woff'),
         url('../fonts/6216-webfont.ttf') format('truetype'),
         url('../fonts/6216-webfont.svg#lucida_granderegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	height: 100%;
	background-image:url(../images/bg.jpg);
	margin: 0; // wichtig für Firefox, IE, Safari & Co
	padding: 0; // wichtig für Opera
}

#abstand { 
	width:5px;
	height:50%;
	margin-bottom:-150px; /* halbe Höhe von #container */
	float:left;
}

#wrapper {
	height:300px;
	width:450px;
	margin:0 auto;
	clear:left;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 3px 7px 5px #d8d8d8, -3px 7px 5px #d8d8d8;
	-moz-box-shadow: 3px 7px 5px #d8d8d8, -3px 7px 5px #d8d8d8;
	-webkit-box-shadow: 3px 7px 5px #d8d8d8, -3px 7px 5px #d8d8d8;
}

#langheader {
	height:75px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color:#fff;
	line-height:75px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
	margin-left:40px;
	-moz-border-bottom-left-radius:0px;
	-moz-border-bottom-right-radius:0px;
	-moz-border-top-left-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}

#langcontent {
	height:200px;
	background-color:#f4f4f4;
	border-bottom:2px solid #e2e2e2;
	border-top:2px solid #e2e2e2;
	-moz-border-bottom:2px solid #e2e2e2;
	-moz-border-top:2px solid #e2e2e2;
	-webkit-border-bottom:2px solid #e2e2e2;
	-webkit-border-top:2px solid #e2e2e2;
}

#content {
	height:80px;
	list-style:none;
}

.split { 
	width:33%;
	list-style:none;
	float:left;
	line-height:60px;
	color:#333333;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
}

.split img { 
	vertical-align:middle;
}

#langfooter {
	height:25px;
	background-color:#fff;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	color:#333333;
	font-family:"Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:25px;
	text-indent:370px;
}

#langfooter a:link,
#langfooter a:hover,
#langfooter a:visited,
#langfooter a.active {
	color:#333333;
}