/**
 * General css file.
 *
 * @author Markus Partheymueller
 * @version 0.1
 */
 
* {
	border:0;
	margin:0;
	padding:0;	
}

body,html {
	/*background-color:#bbffbc;*/
	font-family:Verdana,sans-serif;
}

br.clear {
	clear:both;
}

div#page {
	width:1000px;
	margin:0.5em auto;
}

h1#start_header {
	height:80px;
	background:url('bg.gif') repeat-x;
	background-position:bottom;
	color:#000;
	line-height:300%;
	padding-left:5%;
	font-family:Verdana, sans-serif;
	font-size:17pt;
	font-weight:normal;
	border-top:1px solid #a0a0a0;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-khtml-border-radius-topleft:10px;
	-khtml-border-radius-topright:10px;
}

span#lang_chooser {
	float:right;
	margin-top:0.4em;
	margin-right:1em;
	display:block;
}

#lang_chooser img {
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}

#choose_de:hover img, #choose_en:hover img {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}

div#content {
	width:100%;
	margin-bottom:3em;
	clear:both;
}

div#index_left {
	float:left;
	margin-left:10%;
	width:40%;
	height:100%;
	/*background-color:#e5e5e5;
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);*/
}

div#index_right {
	float:right;
	margin-right:10%;
	width:40%;
	height:100%;
}

/* IE Hack */
*+html div#index_right {
	margin-right:5%;
}

#index_left, #index_right {
	background-color:#fff;
}

h2 {
	margin:4em auto;
	margin-bottom:2em;
	width:70%;
	text-align:center;
	font-size:14pt;
	color:#800;
}

a, a:visited, a:hover {
	color:#080;
}

a#link_private, a#link_business {
	display:block;
	width:320px;
	margin:auto;
	text-align:center;
}

a#link_private img, a#link_business img {
	width:280px;
	position:relative;
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}

a#link_private:hover img, a#link_business:hover img {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}

div#footer {
	clear:both;
	width:100%;
	background:url('bg_footer.gif') repeat-x;
	background-position:center;
	height:90px;
	line-height:45px;
	text-align:center;
	font-size:10pt;
	border-bottom:1px solid #a0a0a0;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-khtml-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:10px;
}

div#valid_icons {
	height:31px;
	opacity:0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}

