/****************************************
 * 
 * Version 0.5
 * Datum: 7.05.2009
 *  Changelog:
 * V 0.5: Ganze Homepage auf neue Farben abgestimmt:)
 * + Abstände optimiert
 * Beschreibung: mit Gallery2 Werten
 * Optimiert mit Firefox
 * */

/***************************/ 
/* General element styles:*/ 
/***************************/ 
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family:arial, helvetica; color:#006699; font-size:14px; text-align:center;}
PRE { font-family:monospace; }
A { color:  #006699; text-decoration:none;}
A:hover { color:#669900; text-decoration:none; }
FORM { margin:0px 0px 0px 0px;}
P, PRE { margin:0px 0px 0px 0px; color:#006699}
P, TD, UL, OL { font-size:16px; color:#006699}
INPUT, TEXTAREA, SELECT textarea { font-family:arial, helvetica, sans-serif; color:#006699; border:#7EBFD8 1px solid; font-size:11px; }


/******************/ 
/* Headers, plain */ 
/******************/ 
H1 { font-size: 20px; }
H2 { font-size: 18px;  }
H3 { font-size: 18px;  font-weight:normal;}
H4 { font-size: 14px;  }
H1, H2, H3, H4, H5, H6 { margin:0px 0px 0px 0px; margin-top:0px; margin-bottom:0px; }
H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { margin-top:0px; }
h1.csc-firstHeader {
	font-size: 36px;
	color: #006699;
margin-top:1em;
	}

/* Headers, with link */ 
H1 A, H2 A, H3 A, H4 A, H5 A { color:#006699; text-decoration:none; }
H2 A { color:#006699; }
H3 A { color:#006699; }
H4 A { color:#006699; }
H1 A:hover, H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover { text-decoration:underline; }



/***********************************************************************************
*Seitenkonfiguration
*************************************************************************************/

body
{
background-color:#000;
}


.topnav 
	{
		width:1074px;	
		margin-left:auto; 
		margin-right:auto;
		margin-bottom:0px;
		
	}

#header 
	{
		height:270px;
		width:1074px;
		background-color: #000;
		margin-left:auto; 
		margin-right:auto;
		border-color: #006699;
		border-width: 0px;
		border-style:none;
	}

#container 
	{
/*		width: 100%; */
		width:1074px;
		min-height:600px;
		margin-left:auto; 
		margin-right:auto;
		margin-top:10px;
	}

#header img
	{
		display:block;
		margin-left: auto;
		margin-right: auto;
	}

#main-content 
	{
		width:1074px;
		background-color:#000;
		text-align:center;
		margin-bottom:0px;
		min-height:500px;
		margin-top:1px;
		padding-top: 10px;
#		padding-left: 1.5em;
#		padding-right: 1.5em;
		border-color: #006699;
		border-width: 1px 1px 1px 1px;
		border-style:solid;
	}

#footer	
	{
		width:1074px;
		margin-left:auto;
		margin-right:auto;
		background-color:#000/*#cce5ff*/;
		margin-top:1px;
		text-align: center;
		border-color: #006699;
		border-width: 1px 1px 1px 1px;
		border-style:solid;
		font-size: 12px;
		color:#006699;
	}
	
.menu 
	{

		z-index:1;
		display:block;
		position:absolute;
#		padding: 0px;
		margin-left:auto; 
		margin-right:auto;
#		margin-bottom:0px;
		margin-top:0px;
#		background-color:8c5a31; 
		background-image:none;
	}


