/* colors

#577A69  green (fonts)
#729081  green hover (fonts)
#0E261B  dark green (vertical lines)

*/
 
 
/* global formatting */

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #0A1A12;
	background-image: url(/design_images/background.gif);
	color: #577A69;
	text-align: center;
	}
		
body, input {
	font-size: 12px;
	line-height: 18px;
	}
	
textarea {
	font-size: 100%;
	}
	
select {
	margin: 10px 5px 0 0;
	font-size: 100%;
	color: #777777;
	background: #F0F5F9;
	}

a {
	color: #577A69;
	text-decoration: underline;
	}


a:hover {
	color: #BDD4C8;
	text-decoration: none;
	}

img {
	border: 0;
	margin:0;
	}
	
h1 {
	font-size: 1.3em; 
	line-height: 1.2em;
	color: #577A69;
	margin-top: 0em;
	margin-bottom: 0.8em;
	}
	
h2 {
	font-size: 1.1em; 
	line-height: 1.2em;
	font-weight: bold;
	color: #577A69;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	}
	
h3 {
	font-size: 1em; 
	font-weight: bold;
	color: #577A69;
	margin-top: 1em;
	margin-bottom: 0em;
	}


/* layout */

#pageContainer {
	width: 970px;
	height: 100%;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 30px;
}


/* logo positioning */

#header {
	width: 950px;
	height: 105px;
	margin: 0;
	}

#header img {
	margin: 0 0 5px 0;
	border: 0;
	}


/* left nav formatting */

#leftContainer {
	width: 170px;
	min-height: 300px;
   	height: auto;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 1em;
	border-left: 1px solid #0E261B;
	}

#leftContainer p {
	padding: 0;
	margin: 0;
	}

#leftNav a {
	color: #577A69;		
	text-decoration: none;
	display: block;
	}
	
#leftNav a:hover {
	font-style: italic;
		}

#leftNav ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	font-weight: bold;
	}

#leftNav .navMainActive a {	
	color: #9FBAAD;
	border-bottom: 1px solid #0E261B;
	}

#leftNav ul ul {
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 11px;
	}

#leftNav li a {
	padding: 5px 0 5px 0;
	}



/* IE FIX */

* html #leftNav li a {
	padding: 5px 0 0 0;
	}

*html #leftNav ul ul a {
	padding: 5px 0 0 0;
		}

* html #leftNav .navMainActive a {	
	padding: 5px 0 0 0;
	}


/* content formatting */

#contentContainer {
	width: 570px;
	margin: 0;
	padding: 10px 10px 4em 10px; 
	float: left; 
	border-left: 1px solid #0E261B;
	}


#content {
	padding: 0;
	min-height: 300px;
        height: auto;
	width: 570px;
	}

#content p {
	margin: 0em 0em 0.8em 0em;
	}

#content li {
	margin: 0 0 0 -22px;
	padding-bottom: 0.2em;
		}


#content .tableStundenplan {
	padding: 5px;
	border: 0;
	border-collapse: collapse;
	empty-cells: hide;
	}

#content .tableStundenplan td {
	border-right: 1px solid #0E261B;
	border-bottom: 1px solid #0E261B;
	}

#content .tableStundenplan p {
	margin: 0;
	}


#contentLeftOfFlash {
	width: 350px;
	float: left;
	}

#contentLeftOfFlash p {
	margin: 0em 0em 1em 0em;
	}

/* FORM */

label
{
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input
{
color: #000;
background: #eaf3e8;
border: 1px solid #000;
width: 300px;
}

fieldset
{
border: 0;
margin: 0;
width: 400px
}

.buttons
{
clear: both;
margin-left: 110px;
width: 60px;
cursor: pointer;
}


	
		
/* right column formatting */

#rightContainer {
	width: 180px;
	float: right;
	padding: 10px;
	border-left: 1px solid #0E261B;
		}

#rightContainer div {
	border-bottom: 1px solid #0E261B;
	padding: 0 0 15px 0;
	}
		
#rightContainer p {
	padding: 0;
	margin: 10px 0;
	}
		
#rightContainer a {
	text-decoration: underline;
	color: #577A69;		
	display: block;
	}
	
#rightContainer a:hover {
	font-style: italic;
	color: #BDD4C8;
	text-decoration: none;
		}

#rightContainer img {
	margin: 5px 10px 10px 0;
	float: left;
		}
	
	
		
		
/* footer formatting */
#footerContainer {
	clear: both;
        position: relative; 
	width: 940px;
	height: 25px;
	padding: 5px 0 5px 10px;
	}
		
#footerContainer a {color: #577A69; text-decoration: none;}
 
#footerContainer a:hover { color: #729081; text-decoration: underline;}

#footerContainer p {
		font-size: 0.8em;
		color: #577A69;
		margin: 5px 10px 0 0;
		}

.galerieThumb {
	margin: 0 20px 20px 0;
	border:0;
		}

.imageLeft {
		margin: 5px 10px 10px 0em;
		float: left;
		}
		
.imageRight {
		margin: 5px 0em 10px 10px;
		float: right;
		}

.small{
	font-size: 0.8em;
		}





/* SLIDE SHOW */

#myGallery
{
	width: 200px;
	height: 500px;
	z-index:5;
	border: 0;
	margin: 0 0 0 20px;
	float: right;
}


#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background: none;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: none;
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
display:none;
}


