/*
Title:		BGB - Cascade Style Sheet
Date: 		14.04.2010
Version:	1.0
Author: 	Michael Schneider - GO OUT Production GmbH
Design: 	Vera Pavesi - Pavesi Multimedia Design
*/

body {
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
}

strong {
    color: #4A4A4A;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #FF3333;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #FF3333;
	text-decoration: none;
}

.title {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12.5px;
	font-weight: bold;
	text-transform: uppercase;
    margin-top: 25px;
    color: #4A4A4A;
}
.subtitle {
	font-weight: bold;
    color: #4A4A4A;
}
.text {
	width: 505px;
}

.kommentar {
    font-size: 11.5px;
    color: #FF3333;
}

#frame {
	width: 960px;
	height: 800px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
}
#header {
	width: 960px;
	height: 83px;
}
#logo {
	padding-top: 5px;
	text-align: center;
	background-color: #FFFFFF;
}
#left {
	float: left;
	width: 189px;
	height: 665px;
	background-color: #FFFFFF;
}
#left-circle {
	z-index:0;
	position: absolute;
	top: 633px;
	margin-left: 15px;
}
#left-logo-eduqua {
	z-index:2;
	position: absolute;
	top: 703px;
	margin-left: 9px;
}
#navigation {
	z-index:1;
	position: absolute;
}

.searchInput {
    width:150px;       
}

.navigation-main a {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF3333;
	margin-bottom: 0px;
	padding-left: 20px;
	
}
.navigation-sub {
	margin-left: 0px;
}
.navigation-sub a {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;	
	color: #000000;
	text-decoration: none;
}

#navigation ul ul
{
    margin-left: 0px;
    padding-left: 15px;
}

#right-circle {
	z-index:0;
	top: 633px;
	position: absolute;
}	
#centre {
	width: 551px;
	height: 665px;
	float: left;
	background-color: #FFFFFF;
}
#centre-text {
	z-index:1;
	width: 551px; height: 665px;
	position: absolute;
	overflow: auto;
}
#centre-circle {
	z-index:0;
	position: absolute;
	top: 325px;
	margin-left: 361px;
}	
#right {
	float: right;
	width: 220px;
	height: 665px;
	background-color: #BABABA;
}
#right-woman {
	margin-top: 25px;
	padding-left: 15px;
}
#right-video {
    margin-top: 125px;
	text-align: center;
    border: 0;	
}
#footer {
	clear: both;
	background-image: url('/pictures/footer.jpg');
	height: 52px;
}
.footer-text {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	padding-left: 50px;
	padding-top: 5px;
	text-decoration: none;
}
.footer-text a{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

/* Seite Dozenten */
#portrait {
	width: 500px;
	float: left;
}
#portraitpicture {
	float: left;
	width: 105px;
}
#list {
	width: 500px;
	float: right;
}
.clear {
	clear: both;
}

/* Top News */
#top-news a:link {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12.5px;
	font-weight: bold;
    color: #4A4A4A;
}

#top-news a:visited {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12.5px;
	font-weight: bold;
    color: #4A4A4A;
}
