@charset "utf-8";
/* CSS Document */


/* ----- globale Festlegungen des Rahmens ------------ */

body {
	margin:0;
	padding:0;
	text-align: center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	background-color:#222;
	}
	
.bodycol #container {
	width:960px;
	margin:0 auto;
	text-align:left; /* setzt den Wert von body zurück */
	background-color:#000;
}

.bodycol #mainContent {
	padding:0;
	margin:0 20px;
	overflow:auto;
}

/* --------------- Positionierungselemente  ----------------- */
.bildlinks {
	margin-top: 5px;
	padding-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
   }

.bildrechts {
    padding-top: 5px; 
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left: 15px;
	float: right;
}
.box1_mitRahmen {
	background-color: #222;
	margin-top:10px;
	padding:4px;
	border: 1px solid #999;
	float:left;
	display:inline /* hack für doppelten Abstand */
    }

.box2_mitRahmen {
	background-color: #222;
	padding:3px;
	margin-top: 10px;
	border: 1px solid #999;
	float:right;
    }
	
.centeredBox {
	margin-left:20px;
	margin-bottom:0;
    }

#kopfzeile {
	margin: 0 20px;
	position:absolute;
	top: 53px; 
    }
	
/* --------------- Verweise ----------------- */
a:link {color:#F60;
text-decoration:none;
}

a:visited {color:#F60;
text-decoration: underline;
}

#kopfmenu a {
	color:#CCC;
	font-size:11px;
	text-decoration: none;
    }

.link_stundenplan, link_stundenplan a:visited {
	color: #F60;
    }

.mailadress {
	color: #F90;
	text-decoration: none;
    }

/* --------------- Lexikon ----------------- */

.artikel{
	font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
	background-color:#000;
	border:1px white solid;
	padding:5px;
	vertical-align: top ;

}
.artikel a , .artikel a:visited {
	text-decoration:underline;
	color:#FFF;
    }

.item:link, .item:visited {
	color: #CCC;
	font-size: 13px;
	text-decoration: none;
	margin: 0 11px;
	vertical-align: middle;
	line-height:25px;
   }
 
#lex_stichworte {background-color:#000;
	margin-top:10px;
   }

#lex_stichworte a:link, #lex_stichworte a:visited {
	color:#CCC;
	text-decoration:none;
    }
	
#lex_index {
	width:920px;
	background-color: #5C6066;
    }
.frame_background {background-color:#000;
	text-align:left
    }

/* ----------------- Design der Textelemente ------------  */	
#datum {
	font-size: 11px;
	color:#CCC;
    }
	
h1 {color:#F90;
	text-transform:uppercase;
   }
   
h1.centered  {color:#F90;
	text-align:center;
   }
   
h2.centered  {color:#F90;
	text-align:center;
   }
      
h3 {color:#F90;
    font-weight:bold;
	margin:0px 2px 0px;
}

h4 {color:#F90;
	margin-top:5px;
	margin-bottom:2px;
   }

#karriere ul {
	margin:0;
	
}
td ul, td h4 {margin-top:0;
}


/* ---------------------- Localgolf --------------- */
.localgolf_div {
	width:900px;
	background-color:#FFF;
	margin-left:20px;
	margin-top:10px;
	padding:10px;
	color:#000;
}

.login_window {
	border: thin solid #000;
	margin-top:20px;
    }


.orange {
	color: #F90;
	text-decoration:none;
}

.orangegross { color:#F90;
	margin-top:10px;
	margin-bottom:2px;
	font-size:18px;
	font-weight:700;
    }
	
p	{
	line-height:16px;
	margin-top: 2px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: justify;
    }

#platzhalter {
	clear:both;
	}

.rot {
	color: #F00;
}

ul.var1 {
	margin-top:0;
	line-height:16px;
    }

#wetterbox {
	margin-left:765px;
	margin-top:10px;
}






