/* 
	dunkelblau -- #003366 
	orange -- #ff9933
	gelb -- #ffcc66
	hellgelb -- ffffcc

*/

/* ELEMENT-DEFINITIONEN */

body  {
		font-size:10px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto; 
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;        
		background-color: #003366;
		border-collapse: collapse; 
}

P {
		COLOR: #000000; 
		text-align: justify;
}

A{
		text-decoration: none;
}
		
INPUT {
		border-width: 0px 0px 0px 0px;
		color: #003366;
		background-color: #ffcc66;
		font-size: 10px;
		border-style:solid;
}	
		
TABLE {
		border: 0px;
		font-size: 10px;
		color:#003366;
}

div #navigate a { 
		display:block;
        background-image:url(gfx/button_out.png);
		background-position: top;
        width:140px; 
		height:28px; 
		background-repeat: no-repeat;
		font-size: 12px;
		font-family: Helvetica, Arial, sans-serif;
		color: #003366;
		font-weight: bold; 
		text-decoration: none;		
}
   
div #navigate a:hover { background-image:url(gfx/button_over.png); }

div #text a { 
		display:inline;
		text-decoration: none;	
		background: none;
}
   
div #text a:hover {text-decoration: none;	background: none; }

h1 {
		color: #003366; 
		text-align: left;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 115%;
		font-weight: bold;
}

div #text img {
		border: 0px;
		padding-top: 20px;
}

/* ENDE ELEMENTE */

/* KLASSEN-DEFINITIONEN*/
  
.text { font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; color: #000000; line-height: normal; text-align: left;}  
.text2 { font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; color: #000000; line-height: normal; text-align: left; padding-left: 20px;}  
.head { font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold; color: #ff6600; line-height: 120%; text-align: left; text-decoration: none;}
.fett { font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; color: #003366; line-height: 120%; text-align: left;} 
.bilder {float: left; margin: 0px 12px 5px 0px; border: 0px}

/* ENDE KLASSEN*/

/* DEFINITION DER DIV-BOXEN*/

#rahmen{
		width: 760px; 
		height: 436px;
		padding: 10px; 
		margin-top: 45px; 
		margin-left: auto;
		margin-right: auto; 
		border: 2px solid #ffcc66;
		background-image: url(gfx/hintergrund.gif);
		background-position: left;
		background-repeat: repeat-y;
}

#banner {
		width: 760px;
		height: 130;
		margin: 0px;
		background: #ffffff;
		background-image: url(gfx/banner.png);
		background-position: left;
		background-repeat: no-repeat;
}		

#navigate {
        float: left;
        width: 707px;
        height: 305px;
		top: 130px;
		vertical-align: top;
		border: 0px solid;
		background: #ffffff;
		background-image: url(gfx/streifen.png);
		background-position: left;
		background-repeat: repeat-y;
		padding-left: 53px;
}

#text {
		float: left;
		width: 507px;
		margin-left: 195px;
		margin-top: -140px;
		padding:  0px 0px 5px 5px; /* o r u l */	
		background-color: #ffffcc; 	
		z-index: 4;
		position: relative;
}

#footer {
		float: left;
		height: auto;
		width: 507px;
		margin-left: 185px;
		margin-top: 5px;
		padding:  5px 10px 5px 5px; /* o r u l */	
		text-align: right;
		background-color: #ffffff; 	
		z-index: 4;
		position: relative;
}

/* ENDE DIV-BOXEN*/
