/* Alle Einstellungen gleich setzen */

@import url("base.css");

/* Allgemeine Deklarationen */


html, body { 
	font-family: arial, tahoma, verdana, helvetican, sans-serif; 
	font-size: 13px;
	line-height: 1em;
	color: #323233; 
	border: 0;
	background-color: #CCCCCC;
	height: 100%;
}

p {
	font-size: 13px;
	line-height: 1.5em;
	padding: 20px 50px 0px 30px;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 30px 30px 0px 30px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 10px 30px 0px 30px;
}

h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	color: white;
	padding: 20px 30px 0px 330px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 15px 30px 0px 30px;
}

/* Einstellungen fuer Links */

a:link { font-weight: normal; font-size: 13px; color: #6C797F; text-decoration:none; }
a:visited { font-weight: normal; font-size: 13px; color: #6C797F; text-decoration:none; }
a:hover { font-weight: normal; font-size: 13px; color: black; text-decoration:none; }
a:active { font-weight: normal; font-size: 13px; color: black; text-decoration:none; }
a:focus { font-weight: normal; font-size: 13px; color: #6C797F; text-decoration:none; }

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

.active a {
	color: black;
}


/* Einzelne Elemente einstellen */

#header {
	width: 942px;
	height: 181px;
	margin: 0px auto 0px auto;
	background-image: url("../img/bg_img/header.jpg");
	background-repeat: no-repeat;
}

#container {
	width: 942px;
	height: 494px;
	margin: 0px auto 0px auto;
}

#menuebar {
	width: 942px;
	height: 43px;
	overflow: hidden;
}

#menuebar li {
	float: left;
	width: 182px;
	height: 43px;
}

#menuebar ul li.active a {
	width: 182px;
	background-position: 0px -43px;
	color: black;
}

#menuebar ul li a {
	display: block;
	height: 43px;
	padding-top: 16px;
	text-align: center;
	background-image: url("../img/bg_img/menuebar.jpg");
	background-repeat: no-repeat;
	width: 182px;
}

html > body #menuebar ul li a {
	width: auto;
}

#menuebar li a:hover {
	width: 182px;
	background-position: 0px -86px;
}

#menuebar ul li.active a:hover {
	width: 182px;
	background-position: 0px -43px;
}

#content_area {
	float: left;
	width: 100%;
	height: 446px;
	background-color: white;
	overflow: hidden;
}

#left_text {
	height: auto;
	width: 568px;
	float: left;
}

#right_images {
	width: auto;
	padding-top: 30px;
	float: left;
}

#footer {
	width: 942px;
	height: 50px;
	margin: 0px auto 0px auto;
}

