/* 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: #6C797F; 
	border: 0;
	background-color: white;
	height: 100%;
}

p {
	font-size: 12px;
	line-height: 1.5em;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}

/* Einstellungen fuer Links */

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

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

.active a {
	color: #ACD091;
}


/* Einzelne Elemente einstellen */

#header {
	width: 100%;
	height: 150px;
	background-color: #E6F2E6;
	background-image: url("../img/bg_img/avm_header.jpg");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

#menuebar {
	padding-top: 35px;
	padding-left: 250px;
	height: 75px;
	width: 650px;
}

#menuebar li {
	float: left;
	padding: 0px 10px;
	border-left: 1px solid #6C797F;
}

#container {
	width: 850px;
}
#left_menu {
	width: 230px;
	text-align: right;
	line-height: 2em;
	float: left;
}

#left_menu h3 {
	font-size: 14px;
	font-weight: bold;
	color: #6C797F;
	padding-bottom: 40px;
	line-height: 1em;
}

#main_content {
	width: 380px;
	height: 360px;
	float: left;
}

#main_content img {
	padding-left: 20px;
}

#right_content {
	width: 225px;
	float: left;
}

#upper_image img {
	padding-left: 25px;
}

#lower_text {
	padding: 40px 0px 0px 25px;
}

#upper_text {
	padding: 0px 0px 0px 25px;
}

#upper_text h1 {
	padding-bottom: 15px;
}

#upper_text p {
	padding-bottom: 5px;
}

