body {
   padding: 0px;
	margin: 0px;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	overflow: hidden;
}

table, table.hilite {
	font-size : inherit;
	border-collapse : collapse;
	empty-cells : show;
	border-spacing : 0px;
}

table.hilite th {
	background-color: #677298;
	color : #e3e6ef;
	font-weight: bold;
	text-align: left;
	height: 20px;
	padding: 0px 4px 0px 4px;
}
	
table.hilite td {
	padding: 0px 4px 0px 4px;
	height: 20px;
	color: #666666;
}
tr.odd {
	background-color: #ebedf4;
}
tr.even {
	background-color: White;
}

img {
	border: none;
	line-height: 1px;
}

h3 {
	color: #666699;
}

a {
	color: #333366;
	text-decoration: none;
}

.red {
	color: Red;
}

label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	/*text-align: right;*/
	width: 150px;
	padding-right: 20px;
}

br {
	clear: left;
}

#topzeile {
  width: 100%;
  height: 90px;
  background-color: #1c376a;
  background-image: url(../images/top_bg.gif);
  background-repeat: repeat-x;
  color: inherit;
}

#page {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top:  0px;
  width: 1000px;
}

#punkterl {
  position: absolute;
  height: 17px;
  left: 0px; top: 210px; width: 1000px;
  background-image: url(../images/punkterl.gif);
  background-repeat: repeat-x;
}


#content {
  position: absolute; 
  width: 1000px;
  bottom: 25px;
  left: 50%;
  margin-left: -500px;
  top: 227px;
  padding: 0px;
  overflow: auto;
  /*
  background-image: url(../images/kompetenz.gif);
  background-repeat: no-repeat;
  */
}

#kompetenzbalken {
  background-image: url(../images/kompetenz.gif);
  background-repeat: no-repeat;
  height: 48px;
}

#bueda {
	/*margin-top: 29px; */
	width: 195px;
	height: 195px;
	float: left;
}

#textcontent {
/*	float: left;
	margin-left: 20px;*/
	width: 520px; 
	position: absolute;
	left: 235px;
	top: 40px;
	/*margin-right: 235px;*/
}

#textcontent p {
	color: #666666;
}

#kurse_start_seite {
	position: relative;
	background-image: url(../images/header_kurse.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 785px;
	padding: 1px 0px 0px 0px;
}

#module {
	position: absolute;
	right: 0px;
	width: 211px;
	margin-top: -19px;
}

#news {
	margin-top: 0px;
	background-color: #e0e0e0;
	width: 210px;
	/*height: 195px;*/
	height: 215;
	color: #666666;
	right: 0px;
}

#ausfahrten {
	margin-top: 0px;
	background-color: #e0e0e0;
	width: 210px;
	/*height: 215px;*/
	height: auto;
	color: #666666;
}

#news ul, #ausfahrten ul {
	list-style-image: url(../images/kleiner_pfeil.gif);
	margin: 0px 5px 0px 15px;
	padding: 10px 10px 10px 0px;
}
/*
#news li, #ausfahrten li {
	padding: 0px 10px 0px 0px;
}
*/
#login_register {
	margin-top: -15px;
	padding-left: 15px;
}

#fusszeile {
  position: absolute;
  height: 25px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #cc0033;
  color: White;
}

#fusszeile a {
  color: White;
  text-decoration: none;
}

td {
	vertical-align: top;
	color: #666666;
}
/*
td {
	background-color: #677298;
	color: #ebedf4;
}

td + td {
	background-color: #ebedf4;
	color: black;
}
*/

