/* Text fornatieren */
.head {
	font-size: 12px;
	font-weight: bold;
	color: #DCE3EB;
}
.headpfote {
	height: 18px;
	padding: 0px 0px 0px 22px;
	background: url(../image/stage/dotpfote.gif) no-repeat 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #225588;
	margin-bottom: 3px;
	}

.link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	text-decoration: underline;
}
.linkgelb {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EEAA00;
	text-decoration: underline;
}
.copy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height : 15px;
	color: #DCE3EB;
}
.start {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height : 15px;
	color: #888888;
}
	
	
/* Tabellen formatieren */

td.schattenli {
	width: 5px;
	background-image: url(../image/rahmen/lhg.gif);
	background-repeat: repeat-y;
}
td.schattenre {
	width: 5px;
	background-image: url(../image/rahmen/rhg.gif);
	background-repeat: repeat-y;
}
td.navi {
	width: 130px;
	background-color: #C2D2E2;
	padding-left: 10px;
	padding-right: 10px;
}
td.inhalt {
	width: 630px;
	height: 318px;
	background-image: url(../image/stage/ecke.gif);
	background-repeat: no-repeat; 
	background-color: #8DACCC;
	padding-top: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height : 15px;
}
td.inhaltmitte {
	width: 440px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	color: #114477;
}
td.inhaltre {
	width: auto;
	padding-left: 15px;
	font-size: 11px;
	color: #555555;
}
td.inhaltlinie {
	width: 1px;
	background-image: url(../image/clear.gif);
	background-color: #114477;
}
td.inhaltliniegr {
	width: 1px;
	height: 318px;
	background-image: url(../image/clear.gif);
	background-color: #114477;
}
td.termine {
	width: 630px;
	height: 318px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 9px;
	color: #114477;
}
td.tabhead{
	font-weight: bold;
	color: #C2D2E2;
	background-color: #336699;
	padding: 1px 3px 1px 3px;
}
td.tab{
	background-color: #8DACCC;
	padding: 1px 3px 1px 3px;
}
td.tabgelb{
	background-color: #C7AB52;
	padding: 1px 3px 1px 3px;
}
td.tag{
	font-size: 9px;
	font-weight: bold;
	color: #C2D2E2;
	background-color: #336699;
}
td.uhr{
	font-size: 9px;
	font-weight: bold;
	color: #C2D2E2;
	background-color: #336699;
}
td.ver{
	font-size: 9px;
	background-color: #C7AB52;
	padding: 0px 3px 0px 3px;
}
td.leer{
	background-color: #8DACCC;
}

/* Navigation Buttos ()btn) */

.btn {
	display: block;
	width: 100px;
	height: 17px;
	padding: 3px 0px 0px 30px;
	background: url("../image/btn.gif") 0px 0px no-repeat;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8DACCC;
}
.btn:hover {	
	background-position: -130px 0px;
	color: #FFFFFF;
	}
.btnon {
	display: block;
	width: 100px;
	height: 17px;
	padding: 3px 0px 0px 30px;
	background: url("../image/btn.gif") -260px 0px no-repeat;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.btnsub {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #555555;
	padding-left:0px;
	}

/* Allgemeines */

#seite {
	width: 790px;
	height: 490px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
p  {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
}
body {
	scrollbar-base-color: #8DACCC;
	scrollbar-face-color: #114477;
	scrollbar-highlight-color: #8DACCC;
	scrollbar-shadow-color: #8DACCC;
	scrollbar-3dlight-color: #8DACCC;
	scrollbar-darkshadow-color: #8DACCC;
	scrollbar-arrow-color: #8DACCC;
	scrollbar-track-color: #8DACCC;
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
a:active {
	text-decoration: none;
	}