﻿  /* CSS layout */

html {
	overflow-y: scroll; 
}
  
  
a {
	color:#2e2e2e;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #E78C21;
	
}

#button_line {
	position: absolute; left: 19px;
	width: 200px;
	height: 1px;
	background-image:url(../img/divider.png);
	background-repeat: no-repeat;
}

#button {
	position: absolute; left: 19px;
	width: 200px;
	height: 69px;
	padding-top: 7px;
	text-align: center;
}
/*
#button:hover {
	background-image:url(../img/button_gradient.png);
	background-position: right;
}
*/

#button_icon {
	font-size: 280%;
	color: #E78C21;
	position: absolute; top: 10px; left: 0px;
	width: 200px;
	height: 39x;
}

#button_text {
	position: absolute; top: 49px; left: 0px;
	width: 200px;
	height: 23px;
	font-size: 90%;
	font-family: sans-Serif;
	/*color: #2e2e2e;*/
	color: #E5E5E5;
	text-align: center;
	font-weight: bold;
	
}

#header {
	background-image:url(../img/gradient.png);
	width: 1000px;
	height: 100px;
	position: absolute; top: 0px; left: 0px;
	text-align:center;
}

#footer {
	width: 1000px;
	height: 50px;
	position: absolute; left: 0px;
	font-size: 90%;
	font-family: sans-Serif;
	color: #111111;
	text-align: center;
	font-weight: normal;

}

#horizontal_border {
	position: absolute; 
	font-size: 90%;
	font-family: sans-Serif;
	color: #2e2e2e;
	text-align: left;
	font-weight: bold;
}

#nav_left {
	border-right: 0px solid #000000;
	width: 219px;
	position: absolute; top: 130px; left: 0px;
	background-image:url(../img/gradient_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#centralizer {
	width: 1000px;
	overflow: visible;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	background-image:url(../img/backgroundtexture_neu.png);
}

#main {
	background: #E5E5E5;
	width: 780px;
	position: absolute; top: 130px; left: 220px;
	font-family: sans-Serif;
	color: #111111;
	text-align: left;
	font-weight: normal;
}

#main_header_image {
	background: #ffffff;
	width: 80px; height: 80px;
	position: absolute; top: 20px; left: 20px;
	border: 1px #c0c0c0 solid; border-bottom: 0px; border-right: 0px;
	padding-left:20px; padding-top: 20px;
	font-size: 450%;
	color: #E78C21;
	border-radius: 10px 0px 0px 0px;
}

#main_header_image  i {
opacity:0.2;
filter:alpha(opacity=20); /* For IE8 and earlier */
}

#main_header {
	background: #ffffff;
	width: 621px; height: 65px;
	position: absolute; top: 20px; left: 110px;
	border: 1px #c0c0c0 solid; border-bottom: 0px; border-left: 0px;
	font-size: 150%;
	color: #444343;
	font-weight: bold;
	padding-top: 34px;
	padding-left: 30px;
	border-radius: 0px 10px 0px 0px;
}



#main_content {
	background: #ffffff;
	width: 720px;
	padding:10px;
	position: absolute; top: 120px; left: 20px;
	border: 1px #c0c0c0 solid; border-top: 0px;
	font-size: 90%;
	text-align: justify;
	border-radius: 0px 0px 10px 10px;
}