body {
    margin:0;
    background-color:#b7d59c;
}

#dunkel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*
	background: #000000;
    opacity: 0.50;
    filter: alpha(opacity = 50);
*/
    background-image: url('dunkel.png');
	z-index: 1000;
}

#ierahmen {
    text-align:center;
    height:100%;
}

#rahmen1 {
    margin-left:auto;
    margin-right:auto;
    width: 900px;
    text-align:left;
}

.main {
    width: 705px;
    padding-left:10px;
    padding-right:5px;
    padding-top:8px;
}

#top {
    position:fixed;
    margin:0;
    width: 900px;
    height:100px;
    background-image: url('../web/images/layout/WHG-Top_1-TEST.jpg');
    z-index: 140;
    overflow: hidden;
}

#menu {
    position: fixed;
	top: 100px;
    margin: 0;
	padding: 0;
    width: 900px;
    height: 50px;
    z-index: 150;
}

#navr {
    position: absolute;
    width: 185px;
	overflow: hidden;
}

#navrb {
    position: fixed;
    width: 185px;
    height: 100%;
    background-image: url( 'gruen_weiss.png' );
	overflow: hidden;
}

#nav {
    width: 180px;
    border-right: 1px solid #B6D69c;
	margin-top: 135px;
}

#contentr {
    /*height:100%;*/
    position:absolute;
    /*background-image: url( 'gruen_weiss_content.png' );*/
    width: 720px;
    margin-left: 180px;
    border-left: 1px solid #b7d59c;
}

#contentrb {
    height:100%;
    position: fixed;
    /*background-image: url( 'gruen_weiss_content.png' );*/
	background-color: #ffffff;
    width: 750px;
    margin-left: 180px;
    border-left: 1px solid #b7d59c;
}

#contentrb_back {
	position: absolute;
	top: 0;
	right: 0;
	width: 180px;
	height: 100%;
	background-image: url( 'weiss_gruen.png' );
}

#content {
    position:absolute;
    /*padding-left:0px;*/
    padding-left: 0px;
	padding-top:130px;
    overflow:hidden;
    /*width: 100%;*/
    width: 720px;
    /*background-image: url( 'gruen_weiss_content.png' );*/
}

/* Anker anpassen */
h1[id], h2[id], h3[id] {
    margin-top:-70px;
    padding-top:70px;
}

hr {
    /* margin-top: 10px;*/
    /* margin-bottom: 10px;*/
}

#nav hr {
	background-color: #669931;
	margin-bottom: 12px;
	margin-top: 17px;
}

/**
* Startseite
**/

#nav_uhrzeit {
    color: #669932;
    font-size: 20px;
    font-weight: bold;
}

#start {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 700px;
    /*background-color: #DDDDDD;*/
}

#start_begruessung {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 700px;
    height: 50px;
}

#start_bilder {
    display: block;
    position: relative;
    top: 10px;
    left: 0;
    width: 700px;
    height: 133px;
    background-color: #dffcc2;
    overflow: hidden;
}

#start_bilder img {
    display: block;
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    height: 133px;
    margin-right: 5px;
    overflow: hidden;
}

#start_newsticker {
    display: block;
    position: relative;
    top: 10px;
    left: 0;
    width: 700px;
    height: 235px;
	text-align: center;
    background-color: #dffcc2;
	overflow: hidden;
}

.start_newsticker_element {
    display: block;
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 220px;
    padding: 0 5px 0 5px;
    height: 230px;
    border-right: 1px solid #fff;
	text-align: left;
	overflow: hidden;
}

.start_newsticker_element img {
    margin: 2px 2px 2px 2px;
}

.start_newsticker_titel {
    display: block;
    float: none;
/*    color: #000000;*/
	font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.start_newsticker_element_news {
	display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 215px;
    padding: 0 5px 0 5px;
    height: 200px;
/*    border-right: 1px solid #fff;*/
	text-align: left;
}

.start_dauerbrenner_titel {
    display: block;
    float: none;
    color: #ffffff;
	font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
	width: 100%;
	background-color: #669933;
/*	border-radius: 10px;*/
}

#start_dauerbrenner {
    display: block;
    position: relative;
    top: 20px;
    left: 0;
    width: 700px;
    height: 250px;
    background-color: #dffcc2;
	overflow: hidden;
}

/**
* ENDE Startseite
**/

/**
* Gallery
**/
/*
#gallerytab {
    display: block;
    position: relative;
    top: 0;
    margin: 0 auto 10px auto;
//    height: 25px;
    width: 600px;
    background-color: #000000;
    overflow: hidden;
}
*/

.tab_sj {
    display: block;
    position: relative;
    float: left;
    width: 100px;
    height: 25px;
    margin: 0 1px 1px 0;
    background-color: #aaaaaa;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fffffe;
}

.tab_sj a {
    text-decoration: none;
    color: #ffffff;
}

#uebersicht {
	position: absolute;
	top: 50px;
	left: 10px;
	height: 100%;
	width: 1000px;
	overflow: auto;
}

.gallery {
	display: block;
	position: relative;
	float: left;
	width: 225px;
	height: 185px;
	margin: 0px 2.5px 5px 2.5px;
	padding: 10px 0 0 0;
	background: #B7D59C;
    text-align: center;
}

.bild {
	display: block;
    position: relative;
	width: 225px;
	height: 133px;
	background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
}

.titel {
	position: absolute;
	width: 225px;
	text-align: center;
	overflow: hidden;
/*	color: #000000;*/
}

.ordner {
	display: none;
}

#fenster {
	display: block;
	position: fixed;
	top: 65px;
	margin: auto auto auto auto;
	width: 705px;
	/*height: 450px;*/
    height: 500px;
	background: #DDDDDD;
	z-index: 1000;
}

#schliessen {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 35px;
	/*background: #ff0000;*/
    background-image: url( '../web/images/layout/schliessen_button.png' );
    background-repeat: no-repeat;
	text-align: center;
	font-size: 20px;
	padding-top: 15px;
	z-index: 1;
}

#gtitel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 650px;
	height: 45px;
	background: #dddddd;
	text-align: center;
    font-size: 15px;
}

#img {
	position: absolute;
	top: 50px;
	left: 0;
	width: 500px;
	height: 333px;
	background: #dddddd;
	background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
}


#weiter {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
/*
	background-color: #000000;
    opacity: 0.25;
    filter: alpha(opacity = 25);
*/
    background-image: url('dunkel.png');
    background-repeat: repeat;
    overflow: hidden;
}

#zurueck {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
/*
	background-color: #000000;
    opacity: 0.25;
    filter: alpha(opacity = 25);
*/
    background-image: url('dunkel.png');
    background-repeat: repeat;
    overflow: hidden;
}

#weiter img, #zurueck img {
    display: block;
    position: absolute;
    top: 162px;
    left: 20px;
}
    
#txt {
	position: absolute;
	top: 393px;
	left: 0;
	width: 500px;
	height: 107px;
	/*background: #dffcc2;*/
/*	color: #000000;*/
	text-align: center;
    overflow: auto;
}

#mini {
	position: absolute;
	top: 50px;
	right: 0;
	width: 200px;
	height: 450px;
    overflow: hidden;
	background: #dddddd;
	background-repeat: no-repeat;
}

#mini img {
    height: 133px;
}

#vorschauZurueck {
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	height: 20px;
	background-color: #000000;
    overflow: hidden;
}

#vorschauWeiter {
	position: relative;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 20px;
	background-color: #000000;
    overflow: hidden;
}

#vorschauWeiter img, #vorschauZurueck img {
    display: block;
    position: absolute;
    top: 5px;
    left: 90px;
    width: 20px;
    height: 10px;
}

/**
* ENDE Gallery
**/

/**
* Lehrer
**/
.kollegium {
	display: block;
	position: relative;
	overflow: hidden;
    /*background-color: #aaaaaa;*/
}

.sortL {
	display: block;
	position: relative;
	overflow: hidden;
	width: 610px;
	background-color: #dffcc2;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.lehrer {
	display: block;
	position: relative;
	float: left;
	width: 190px;
	height: 48px;
	margin: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
    background-color: #00aa00;
	text-align: center;
	color: white;
/*
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
*/
}

.name {
	display: block;
}

.fach {
	display: block;
	font-weight: bold;
}
/**
* ENDE Lehrer
**/

/**
* AG's & Projekte
**/
.agtitel, .agtitele, .agtitele a {
	display: block;
	position: relative;
	width: 100%;
	height: 20px;
	background-color: #dffcc2;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
    text-decoration: none;
}

.aginhalt {
	display: block;
	position: relative;
	width: 100%;
	height: 500px;
	overflow: auto;
}

.sortAP {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #669933;
	color: #fffffe;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

/**
* ENDE AG's & Projekte
**/
/**
* SMV / Gallery
**/
#leiste {
	display: block;
	position: relative;
	top: 0px;
	left: -10px;
	width: 720px;
	height: 150px;
	/*background: #669933;*/
	overflow: hidden;
    margin-bottom: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.tab {
	display: block;
	position: absolute;
	top: 35px;
	width: 120px;
	height: 80px;
/*	background: rgb( 128, 128, 0 ); */
	overflow: hidden;
}

#t1 {
	left: 25px;
}

#t2 {
	left: 150px;
}

#t3 {
	left: 275px;
}

#t4 {
	left: 400px;
}

#t5 {
	left: 525px;
}

#tl {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 150px;
	background: rgb( 255, 255, 0 );
	z-index: 1;
}

#tr {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 150px;
	background: rgb( 255, 255, 0 );
	z-index: 1;
}

#tl img, #tr img {
    display: block;
    position: absolute;
    top: 65px;
    left: 5px;
}
/**
* ENDE SMV / Gallery
**/
/**
* Termine
**/
#kalender {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 603px;
	overflow: hidden;
}

.quartal {
	display: block;
	position: relative;
	float: none;
	top: 0;
	left: 0;
	width: 603px;
/*    height: 640px;*/
}

.monat {
	display: block;
	position: relative;
	float: left;
	width: 200px;
/*    height: 620px;*/
/*	opacity: 1.0;*/
	border-right: 1px solid #fff;
}

.monatstitel {
	display: block;
	position: relative;
	width: 200px;
	height: 20px;
	text-align: center;
	background: #dffcc2;
}

.quartalstitel > .monatstitel {
	display: block;
    float: left;
	position: relative;
	width: 200px;
	height: 20px;
	text-align: center;
	background: #dffcc2;
}

.quartalstitel {
	display: block;
	position: relative;
	width: 600px;
	height: 20px;
	text-align: center;
	background: #dffcc2;
    margin-bottom: 2px;
}

.tag1, .tag2, .tag3, .tag4 {
    display: block;
	position: relative;
	float: none;
	width: 200px;
	height: 40px;
/*	opacity: 1.0;*/
	color: #fffffe;
}

.tag1 {
	background: #66CC44;
}

.tag2 {
	background: #22A222;
}

.tag3 {
	background: #dddddd;
}

.tag4 {
	background: #bbbbbb;
}

#terminanzeigen {
	display: none;
	position: fixed;
	top: 100px;
	margin: auto;
	width: 500px;
	height: 500px;
	background: #00A800;
	z-index: 1001;
}

#termininfo {
    margin-left: 10px;
    color: #fffffe;
}

#terminclose {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	/*background: #FF0000;*/
    background-image: url( '../web/images/layout/schliessen_button.png' );
    background-repeat: no-repeat;
}

#terminbild {
	display: block;
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
	width: 200px;
	height: 180px;
	overflow: hidden;
}

#terminbild_img {
	display: block;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 200px;
	height: 130px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#terminbild_txt {
	display: block;
	position: absolute;
	float: left;
	top: 130px;
	left: 0;
	width: 200px;
	height: 50px;
	overflow: hidden;
}
/**
* ENDE Termine
**/

/**
* Diashow
**/
#dia_leiste {
    display: block;
    position: relative;
    width: 700px;
    height: 900px;
    /*background-color: #DDDDDD;*/
    text-align: center;
    overflow: hidden;
}

.dia_element {
    display: block;
    position: absolute;
    width: 600px;
    height: 400px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    overflow: hidden;
    text-align: center;
}

.dia_bild {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 300px;
    text-align: center;
    overflow: hidden;
}

.dia_text {
    display: block;
    position: relative;
    bottom: 0;
    width: 600px;
    height: 100px;
    overflow: auto;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}

#dia_weiter {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 700px;
    height: 450px;
    z-index: 5;
    cursor: pointer;
}

#dia_zurueck {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 450px;
    z-index: 5;
    cursor: pointer;
}
/**
* ENDE Diashow
**/
