/*	In Sachen Schule
		Stylesheet
*/

/*	------------------------------------------------------- 
	Global rules
	------------------------------------------------------- */

body {
	color: #000;
	margin: 0;
	padding: 0;
	font: smaller/1.2em verdana, arial, helvetica, sans-serif;
	background: #FFFFFF;
}

input {
	font-size: 9pt;
	color: #000000;
	padding: 2px;
}

h2, h3, h4, p, ul { margin-top: 0; }

object { margin: 0; padding: 0; }

p {
	margin: 0 0 0.8em 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0px none;
}

.clearboth { clear: both; }

/*	------------------------------------------------------- 
	Global typography
	------------------------------------------------------- */

a, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color:#336699;
}
a:hover {
	text-decoration: none;
	color:#000;
}

#content {
	color: #333;
}

#content p {
	line-height: 1.2em;
}

#content h1 {/* top content heading */
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin: 0 0 2px 0;
	padding: 0;
	background: #FFFFFF url('images/ueberuns.gif') no-repeat;
	
}

#content span.h1sub, #content span.subtitle {/* short sentence under top level heading */
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #888;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
}

#content h2 {/* sub-content heading */
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 20px 0 0em 0;
	padding: 0;
}

#content h3 {/* sub-content, section */
	font-size: 12px;
	font-weight: bold;
	color: #888;
	margin: 20px 0 1em 0;
	padding: 0;
}

#content img.alignright {
	float: right;
	padding-left: 1em;
	padding-bottom: 20px;
}
#content img.alignleft {
	float: left;
	padding-right: 1em;
	padding-bottom: 20px;
}


/*	------------------------------------------------------- 
	CSS -driven Layout
	------------------------------------------------------- */

#container {
	position: relative;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	/*	border: 1px solid red;*/
}

#header {
	position: relative;
	height: 70px;
	background: #FFFFFF url('images/masthead-bkgd.gif') repeat;
	padding: 5px 0px 5px 2px;
}
#header h1 em {
	position: absolute;
	left: -1000px;
	width: 900px;
}
#header h1 {
	width: 500px;
	height: 70px;
	margin: 0;
	PADDING: 0px; 
	background: url('images/insachenschule.gif') repeat;
}

#topnav {
	float: left;
	width: 100%;
	height: 26px;
	background: #FFAA00; /* url('images/navmain-bkgd.gif');*/
	border-top: 1px solid #888;
	position: relative;
}

#main {
	float: left;
	clear: both;
	width: 100%;
/*border: 1px solid red;*/
/*background: white url('images/fixedcolumns-bg2.gif') repeat-y top right;*/
}

#content {
	float: left;
	width: 70%;
	display: block;
	margin: 0;
	padding: 0;
	background: white;
	border-top: 2px solid #ccc; /* shadow under navbar */
}

#content a.details {
	font-size: smaller;
	font-weight: bold;
	text-decoration: underline;
	color:#EE7722;
}

#content a.details:visited {
	color:#EE7722;
}

#content a.details:hover {
	color:#EE7722;
}

#content.home {
	border-top: 0px none;
}
.content-main {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}
.content-main-stripmargins {
	clear: both;
	padding: 0;
	margin: 0;
}


#fixedcolumns {
	float: right;
	display: block;
	width: 30%;
	background: #eeeeee;
}

#sidenav {
	float: left;
	width: 100%;
	color: white;
	margin: 0;
	padding: 0 0 20px 0;
/*background: #e0f0e0;*/
}

#banners {
	float: right;
	width: 40%;
	margin: 0;
	/*padding: 20px 0 20px 15px;*/
/*background: #f0e0e0;*/
}

#footer {
	float: left;
	clear: both;
	width: 100%;
	background: #999;
	text-align: right;
	padding: 4px 0;
/*	font-family: verdana, arial, helvetica, sans-serif;*/
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#footer span {
	padding-right: 20px;
}
#footer a {
	text-decoration: none;
	color:#ffffff;
}
#footer a:hover { text-decoration: underline; }


/*	------------------------------------------------------- 
	CSS 'suckerfish' Dropdown menu (with JS fix for IE)
	------------------------------------------------------- */

#topnav {
	/* use arial instead of verdana to tighten menu horizontally */
	font: 1em/1.2em verdana, helvetica, sans-serif;
}

#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#topnav a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#topnav a:hover {
	color: #FFE2A9;

}
#topnav a {
	text-decoration: none;
}

#topnav li li a {
	display: block;
/*	font-weight: normal;*/
	color: #FFFFFF;
	padding: 5px 1em;
}
#topnav li li a:hover {
	background: #FF8811;
	color: white;
}

#topnav ul div { 
	float: left;
	display: inline;
	position: relative;
	padding: 6px 9px 6px 10px;
	background: gray;
}

#topnav li {
	float: left;
	position: relative;
	padding: 6px 20px 6px 20px;
	/*background: url('images/topnav-sep.gif') no-repeat left 50%;*/
}

#topnav li.first {
	background: #FF8811;
	color: #99A72C;
	text-decoration: none;
	padding: 6px 20px 4px 20px; 
	margin: 20;
	
}

li ul {
	display: none;
	position: absolute;
/* for IE */
	top: 100%;
	left: 0;

	font-weight: normal;
	background: #FFAA00;
	padding: 0;
}

li>ul {
/* override IE fix for non IE */
	/* top: auto;*/
	/* left: auto;*/
}

#topnav li li {
	display: block;
	float: none;
	white-space: nowrap;
	padding: 0; 
	margin: 0;
	background: #FFAA00;
}

li:hover ul, li.over ul {
	display: block;
}


/*	------------------------------------------------------- 
	Content
	------------------------------------------------------- */

#content-main {
	line-height: 1.2em;
}


/*	Bottom links */

#content .bottom-links {
	display: block;
	padding: 0;
	margin: 24px 0 10px 0px;
}

#content .bottom-links ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#content .bottom-links li {
	padding: 3px 0px 3px 25px;
    background: url('/images-v2/contentlink_arrow.gif') no-repeat left center;
}	
#content .bottom-links li a {
	font: 10pt/11pt verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #636363;
}

#content .bottom-links li a:hover {
	color: #99A72C;
	text-decoration: none;
}

/*	------------------------------------------------------- 
	Sidenav
	------------------------------------------------------- */

#sidenav .photo img {
	display: block;
}

#sidenav .section {
	padding: 0;
	margin: 0 1em 1em 0;
	margin-bottom: 1em;
/*background: blue;*/
}

#sidenav h2 {
	display: block;
	font-size: 150%;
	width: 100%;
	height: 18px;
	padding: 0;
	margin: 1em 0 1em 0;
}
#sidenav h2 span {
	position: absolute;
	left: -1000px;
	width: 900px;
}

#sidenav h2.vortraege 		{
	background: url('images/termine_aktuell.gif') no-repeat;
	}
#sidenav h2.virtualtour	{	background: url('images/sidenav/header_virtualtour.gif') no-repeat; }

#sidenav p {
	margin-left: 20px;
	margin-top: 0;
}

#sidenav input {
	border: 1px solid #acacac;
}

/*	sidenav :: Tell A Friend */
.newsletterField {
	width: 120px;
	margin: 7px 0;
}

/*	sidenav :: Events */
#vortraegebox {
	margin-left: 10px;
	color: #666;
}
#vortraegebox dt {
	font-weight: bold;
}
#vortraegebox dd {
	padding: 0;
	margin: 0 0 1em 0;
}

#vortraegebox a.details {
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
	color:#EE7722;
}

#vortraegebox a.details:visited {
	color:#DD6622;
}

#vortraegebox a.details:hover {
	color:#FF7722;
}


/*	------------------------------------------------------- 
	Banners (partners logos)
	------------------------------------------------------- */

#banners .header {
	padding: 0;
	margin-bottom: 1em;
}
#banners .logos {
	margin: 0 0 1em 10px;
}
#banners .logos img, #banners .logos object {
	display: block;
	padding: 0 0 1em 0;
}


/*	------------------------------------------------------- 
	Misc
	------------------------------------------------------- */

div.boxalignright {
	float: right;
	margin-right: 30px;
}

#content a.links {
	padding-left: 20px;
	background: transparent url('/images/site/arrow.jpg') left center no-repeat;
}

/*	------------------------------------------------------- 
	Reviews Events
	------------------------------------------------------- */

#content .indentleft {
	margin-left: 20px;
}

dl.reviews-events {
	margin-left: 20px;
	color: black;
}
dl.reviews-events dt {
	font-weight: bold;
}
dl.reviews-events dd {
	color: #666;
	padding: 0;
	margin: 0 0 1em 0;
}
dl.reviews-events a, dl.reviews-events a:visited {
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color:#FF9933;
}
dl.reviews-events a:hover {
	text-decoration: none;
	color:#C46200;
}

