/* Alle Einstellungen gleich setzen */

@import url("base.css");

/* Allgemeine Deklarationen */


html, body { 
	font-family: arial, tahoma, verdana, helvetican, sans-serif; 
	font-size: 12px;
	line-height: 1em;
	color: #323233; 
	border: 0;
	background-color: #E0ECEC;
	background-image: url("../img/bg_img/body_background.jpg"); 
	background-repeat: repeat-y;
	height: 100%;
}

p {
	font-size: 12px;
	padding: 0px 25px 1em 25px;
	line-height: 1.5em;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 80px 100px 1em 25px; 
	line-height: 1.5em;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 1em 100px 1em 25px; 
	line-height: 1.5em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 1em 1em 25px; 
	line-height: 1.5em;
}

ul {
	padding: 30px 10px 10px 50px;
}

li {
	padding-bottom: 35px;
}

table {
	font-family: arial, tahoma, verdana, helvetican, sans-serif; 
	font-size: 12px;
	line-height: 1em;
	color: #323233; 
	padding: 0px 25px 1em 20px;
}

td {
	padding-right: 10px;
}

/* Einstellungen fuer Links */

a:link { font-weight: normal; font-size: 12px; color: #A0B6C9; text-decoration:none; }
a:visited { font-weight: normal; font-size: 12px; color: #A0B6C9; text-decoration:none; }
a:hover { font-weight: normal; font-size: 12px; color: white; text-decoration:none; }
a:active { font-weight: normal; font-size: 12px; color: white; text-decoration:none; }
a:focus { font-weight: normal; font-size: 12px; color: #A0B6C9; text-decoration:none; }

a img, :link img, :visited img {
	border: none;
}

.active a {
	color: white;
}


/* Einzelne Elemente einstellen */

#container {
	width: 810px;
	float:left;
	overflow: hidden;
}


#header {
	width: 100%;
	height: 100px;
	background-image: url("../img/bg_img/header.jpg");
	background-repeat: no-repeat;
	float: left;
}


#menuebar {
	clear: both;
	width: 200px;
	height: 100%;
	background-image: url("../img/bg_img/menuebar.jpg");
	background-repeat: no-repeat;
	float: left;
}

#menuebar img {
	margin-left: 40px;
	margin-top: 50px;
}

#menuebar a {
	font-size: 13px;
	font-weight: lighter;
}

#content_area {
	float: left;
	width: 610px;
	overflow: hidden;
}

#content_area ul {
	padding: 0 0 0 0;
}

#content_area ul li {
	font-size: 12px;
	padding: 0px 25px 5px 25px;
	line-height: 1.5em;
	list-style-type: disc;
}

#upper_images {
	height: 204px;
	width: auto;
	overflow: hidden;
}

#lower_text {
	background-image: url("../img/bg_img/text_background.jpg");
	background-repeat: no-repeat;
	height: auto;
	overflow: hidden;
}

#lower_text a:link { font-weight: bold; font-size: 12px; color: #323233;}
#lower_text a:visited { font-weight: bold; font-size: 12px; color: #323233;}
#lower_text a:hover { font-weight: bold; font-size: 12px; color: #A0B6C9;}
#lower_text a:active { font-weight: bold; font-size: 12px; color: #A0B6C9;}
#lower_text a:focus { font-weight: bold; font-size: 12px; color: #323233;}


#left_border {
	background-image: url("../img/bg_img/left_border.jpg");
	background-repeat: repeat-x;
	height: 550px;
	width: 100%;
}

