/* Alle Einstellungen gleich setzen */

@import url("base.css");

/* fixes fuer den Internet-Explorer */

@import url("iefixes.css");


/* Schrift einbinden */

/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700); */

/* Allgemeine Deklarationen */

html {
	overflow-y: scroll;
}

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


/* Einstellungen fuer Links */
/* Alte Farben: normal: #282A2B activ:#EDEFF1 */


a:link { font-weight:400; font-size: 12px; color:#EDEFF1; text-decoration:none; }
a:visited { font-weight:400; font-size: 12px; color:#EDEFF1; text-decoration:none; }

a:hover { font-weight:400; font-size: 12px; color:#EDEFF1; text-decoration:none; }
a:active { font-weight:400; font-size: 12px; color:#EDEFF1; text-decoration:none; }

a:focus { font-weight:400; font-size: 12px; color:#EDEFF1; text-decoration:none; }

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

.active a {
	color: #EDEFF1;
}

/* Einzelne Elemente einstellen */


/* Logo einstellen */
#logo {
	background: url(../img/main_img/VonMendelGrafik-Web.png) no-repeat 0px 24px;
	margin: 0 auto;
	height: 80px;
	width: 920px;
}


/* Obere Menueleiste */

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

#menueleiste ul {
	margin: 0px auto;
	width: 920px;
/* 	padding: 4px 0; */
}

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

#menueleiste li a {
	margin: 0;
	padding: 4px 15px;
	display: block;	
}

/* 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; font-weight: 700;} 
#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;
}
