/*
alle verwendeten Blautoene (dunkler werdend):
 #DAE0EB (Farbverlauf oben)
 #A9B9D0 (leftFrame)
 #879FBE (Farbverlauf unten)
Hintergrundfarbe mainFrame:
 #E8EAE9
*/

#content img {
margin: 5px;
}

#content  {
	background-color: #E8EAE9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color: #000;
}

/* Lehrer */
/*interview*/
#content p.frage {
font-family: Arial;
font-weight: bold;
margin-left: 10px;
border-bottom: 1px solid #879FBE;
}

#content p.antwort {
font-style: italic;
margin-top: -6px;
margin-left: 18px;
}
/* Klassen fuer Faecher, Betreuungslehrer, Verbindungslehrer, Neue Lehrer */
/*#content .table tr:hover {background-color: #b1c3d9}
#content .table {width: 650px;}*/

#content .titel {
text-align:right;
padding-right:5px;
}

#content .steckbrief img{
	 height:300px;
	 width: 200px;
}

#content .uebersicht img{
	float: left;
	width: 120px;
	height: 150px;
}

#content .uebersicht p{
	float: left;
	clear: left;
}

#content .uebersicht {
	width: 650px
}
/*Lehrer ENDE*/

#content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#content th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #A9B9D0;
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
}	

#content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00008d;
	text-decoration: none;
}

#content a[href^="http://"]:before,
#content a[href^="https://"]:before {
  content: url(/main/link-extern.png)"\00A0";
}
#content a[href^="http://"].noarrow:before,
#content a[href^="https://"].noarrow:before,
#content a[href^="http://hsgerlenbach.de"]:before {
  content:""!important;
}

#content p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00008d;
	border-bottom: 1px dotted #697DE2;
}

#content a img {
	border: 0px;
	border-bottom: 0px;
	}

#content p a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #697DE2;
}
#content li {
	list-style-image:url(/main/img/bullet.jpg);
}

#content h1 { font-size: 24px; }

#content h2 { font-size: 18px; }

#content h3 { font-size: 14px; }

#content h4 { font-size: 12px; }

#content .back {
	position: relative;
	left: 580px;
}

#content .sign {
	font-size: 10px;
	text-align: right;
}
#content hr.divider {
	background:none;
	border:0px;
	border-bottom: 1px #879FBE dotted;
	border-collapse:collapse;
	clear:both;
	padding:5px 0px;
}
/*Überschrift/Zeile darunter in der Sitemap*/
#content .sitemap_subline, #content .sitemap_headline{
	padding:2px;
	margin:0px;
	border-left:4px solid #A9B9D0;
}

/*WARNUNG IE*/
#content #warnungIE a{
	color:#FF0000;
	font-weight:bold;
	border:0px;
}