/* style.css - Stylesheet (c) Max Gaukler 2007 / ASG Erlangen */

body {
	font-size:small;
	background-color:white;
	color:black;
	font-family:sans-serif;
}


/* LAYOUT */
div#topcontainer {
	width:100%;
	background-color:#333394;
}

div#topright {
	margin-left:15em;
	padding-top:10px;
	background-color:#333394;
}

div#bilderzeile {
	overflow: hidden;
	height: 55px;
}

div#sorlogo {
	float: right;
	width: 170px;
	height: 55px;
}

div#schuelerbilder {
	margin-right: 180px;
}

div#topleft {
	float:left;
	border:none;
	width:15em;
	background-color:#333394;
}

div#maincontainer{
	clear:both;
	width:100%;
	line-height: 1.3;
}

div#main_menu {
	float:left;
	width:15em;
	background-color:#333377;
	min-height:25em;
}

div#main_content {
	margin-left:16em;
	border:1px solid white;
}

div #extrawurst_fuer_internetexploder {
	/* fuer Drecks-IE 4 */
	width:95%;
}

div#bottom {
	width:100%;
	clear:both;
	margin-top:0.7em;
	text-align:center;
}

div.csc-header-n1 {
	margin:0;
	padding:0;
}

h1.csc-firstHeader {
	margin:0.5em 0 0 0;
	padding:0;
}

table p.bodytext { margin:0;padding:0; }

/* MENUE */

ul.mainmenu {
	list-style-type:none;
	margin:0;
	padding:0 0 0 0.5em;
	line-height:1;
}

ul.mainmenu li { margin-top:0.3em; }

ul.submenu {
list-style-type:none;
margin:0;
padding:0 0 0 1em;
}

a { color:blue; text-decoration:underline; }
a:visited { color:navy; text-decoration:underline; }

/* a:focus { color:#00aaff; text-decoration:underline; }
a:active { color:#00aaff; text-decoration:underline; } */


a.menu_current { color:white; font-weight:bold; }
a.menu_current:visited { color:white; font-weight:bold; }
a.menu_active { font-weight:normal; color:white; }
a.menu_active:visited { font-weight:normal; color:white; }
a.menu_normal { font-weight:normal; color:#ffffff; text-decoration:none; }
a.menu_normal:visited { font-weight:normal; color:#ffffff; text-decoration:none; }

/* NEW, wait until 2009-03-16 */
div#topmenu {  padding-top:0.5em; padding-bottom:0.1em; }
/* OLD */
div.topmenu {  padding-top:0.5em; padding-bottom:0.1em; }
/* END */
a.topmenu_normal { font-weight:normal; color:white; text-decoration:none; }
a.topmenu_normal:visited { font-weight:normal; color:white; text-decoration:none; }
a.topmenu_active { font-weight:bold; color:white; text-decoration:none; }
a.topmenu_active:visited { font-weight:bold; color:white; text-decoration:none; }
img.topmenu_img { vertical-align:bottom; }


p.kontakttext { font-size:0.85em; margin-left:1em; color:#dddddd; }
a.kontakttext { color:#dddddd; text-decoration:underline; }
a.kontakttext:visited { color:#dddddd; text-decoration:underline; }

input.smallsearch_text { background-color:#eeeeee; border: 1px solid #808080; font-size:1em; }
input.smallsearch_submit { padding:0 0 0 0; color:black; background-color:#cccccc; border: 1px solid black; font-size:1em;  }
p.smallsearch { margin-left:1em; font-size:0.85em; color:white; }



p.csc-searchResult { margin-left:0.5em;  font-style: italic; }
.csc-sword { background-color:yellow; font-weight:bold; }