/* Alle Einstellungen gleich setzen */

@import url("base.css");

/* fixes fuer den Internet-Explorer */

@import url("iefixes.css");


/* Allgemeine Deklarationen */

body, html { 
	font-family: arial, tahoma, verdana, helvetican, sans-serif; 
	font-size: 12px;
	line-height: 1.45em;
	color:#6C6A6A; 
	border: 0;
}


/* Einstellungen fuer Links */

a:link { font-weight:bold; font-size: 12px; color:#282A2B; text-decoration:none; }
a:visited { font-weight:bold; font-size: 12px; color:#282A2B; text-decoration:none; }
a:hover { font-weight:bold; font-size: 12px; color:#EDEFF1; text-decoration:none; }
a:active { font-weight:bold; font-size: 12px; color:#EDEFF1; text-decoration:none; }
a:focus { font-weight:bold; font-size: 12px; color:#282A2B; text-decoration:none; }

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

.active a {
	color: #EDEFF1;
}

/* Einzelne Elemente einstellen */

/* Obere Menueleiste */

#menueleiste {
	margin: 80px 0px 12px 0px;
	width: 100%;
}

#menueleiste ul {
	margin: 0px auto;
	width: 920px;
}

#menueleiste li {
	margin: 0px;
	float: left;
}

#menueleiste li a {
	padding: 4px 20px 4px 0px;	
}

/* Mittlerer Teil mit dem Inhalt */

#hauptteil {
	clear:both;
	width: 100%;
	height: 305px;
}

#maincontent {
	height: 305px;
	margin: 0px auto;
	width: 920px;
	background-image:url(../img/main_img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;	
	background-color: #FFFFFF;
}

#linkesBild {
	width: 540px;
	background-image:url(../img/main_img/pfeil.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 305px;
	float: left;
}

#rechterText {
	width: 320px;
	height: 305px;
	overflow: auto;
}

#rechterText a {color:#6C6A6A;} 
#rechterText a:hover {color:#CCCCCC;}

/* Hier wird das Untermenue fuer die Referenzen oder der Balken erstellt */

#unterlinie {
	width: 100%;
	height: 6px;
	margin: 55px auto 0 auto;
}

