#main {
	width: 960px;
	min-height:12.0em;
	background-image:url(../img/mainback.gif);
	overflow:hidden;
}

/*---- Content ----*/

h1 {
	font-size:1.3em;
	font-weight:bold;
	color:#307796;
}





h2 {
	font-size:1.15em;
	font-weight:bold;
	color:#307796;
}
h3 {
	font-size:1.0em;
	color:#307796;
}
a, a:link, a:visited {
    text-decoration: none;
    color: #31659a;
}
a:hover {
    text-decoration: underline;
    color: #31659a;
}




/*---- Kopf, Bereich Lehrhotel ----*/


#lh_bild-links {
	width: 110px;
	height: 350px;
	position:absolute;	
	z-index:20;
	top:0.0em;
	left:0.0em;
	background-image:url(../img/lh-schueler-links.jpg);
	background-repeat: no-repeat;
}


#top {
	width:960px;
	height:154px;
	background-image:url(../img/lh-top-back.gif);
	margin:0.0em;
	overflow:hidden;
}
#lh_titel {
	width:190px;
	height:23px;
	background-image:url(../img/lh-titel.gif);
	background-repeat: no-repeat;
	position:absolute;
	top:7.5em;
	left:9.1em;
}

#lh_bild-top {
	width:378px;
	height:154px;
	background-image:url(../img/lh-schueler-top.jpg);
	background-repeat: no-repeat;
	position:absolute;
	top:0.0em;
	right:0.0em;
}


/*---- MAINNAVI, Bereich Lehrhotel ----*/

#navbar {
	width:960px;
	height:29px;
	background:#f7cb30;
	max-height:29px;
	overflow:hidden;
	margin-top:0.15em;
	margin-bottom:0.15em;
}
#navbar_search {
	width:190px;
	float:right;
	margin-top:0.16em;
}
#navbar_search #input {
    font-size: .75em;
    width: 14.6em;
    background: #fceebe;
    border: 1px solid #999;
}
#navbar_search p {
	margin-top:0.24em;
}


ul#nav {
	list-style-type:none;
	margin:0.0em;
	padding:0.0em;
	margin-left:8.6em;
}

#nav li {
    float: left;
    line-height: 2em;
	list-style-type:none;
	font-size:1.0em;
}

#nav li a {
    font-size: 0.9em;
    display: block;
    overflow: hidden; 	
    color: #000;
    padding: 0 7.2px;
    border-right: 2px solid #FFF;
	text-decoration: none;
	font-weight:bold;
}

/* fuer .hover und .focus wird nav.js bentigt; das Men funktoniert ohne JavaScript in modernen Browsern mit der Maus */
/* .hover - hover fuer IE6 */
/* .focus - fuer Barrierearmut; Zugang via Tab-Taste etc. */

#nav li a:focus {
    text-decoration: none;
}

#nav li a:focus, #nav li a.focus, ul#nav li a:hover {
    color: #31659a;
}

#nav li ul, #nav li:hover li ul, #nav li.hover li ul {
    position: absolute;
    left: -1000em;
    background: #f7cb30;
	padding-left:-0.0em;
}

#nav li:hover ul, #nav li.hover ul, #nav li li:hover ul, #nav li li.hover ul {
    border: 2px solid #FFF;
    border-top: 0;
    left: auto;
	margin-left: -2px;
}

#nav li a.focus + ul, #nav li li a.focus + ul {
    border: 2px solid #FFF;
    border-top: 0;
    left: auto;	
	margin-left: -1px;
}

#nav li li:hover ul, #nav li li.hover ul {
    margin-top: -2.15em;
    left: 16em;
    background: #f7cb30;
	margin-left: 0;
}

#nav li li a.focus + ul {
    margin-top: -2.15em;
    left: 16em;
    background: #f7cb30;
	margin-left: 0;
}

#nav li ul, #nav li li {
    width: 16em;
}

#nav li li a {
    border-top: 2px solid #FFF;
    border-right: 0;
}

#nav li li a:focus, #nav li li a.focus, #nav li li a:hover {
    background-color: #fceebe;
}

#nav li li li a {
    color: #000;
    background: #f7cb30;
}

#nav li li li a:focus, #nav li li li a.focus, #nav li li li a:hover {
    background: #fceebe;
}

#nav li a.on {
	color: #333;
}

#nav li li a.more {
	background-image: url(../img/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 16em center;
}


/* Korrektur rechte Spalte */

div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
    margin-left: 0px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
    color: #555;
    font-size: 0.8em;
    margin: 4px 0 0 0;
    text-align: center;
}