/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EBE8E5;
	font-size: 12px;
	color: #2D2C2E;
	line-height: 21px;
}

p, td, input, textarea, select, .p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D2C2E;
}

input, select {
	border: 1px solid #2D2C2E;
	height:16px;
}

textarea {
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #2D2C2E;	
}

h1 {
	color: #685b53;
	font-size: 14px;
	margin-top:0px;
}



h3 {
	color: #685b53;
	font-size: 14px;
    font-weight: lighter;
	margin-top:5px;
}

hr { 
	color:#EBE8E5; 
	background:#EBE8E5; 
	border: 0px; 
	height:1px;
	margin:1px 0px 1px 0px;
	padding:0px;
}



a { 
	color: #685b53;
	text-decoration: underline;
	cursor: pointer;
}

ul {
	margin: 15px;
	padding: 0px;
}


.button {
	color: #EBE8E5;
	border: 1px solid #EBE8E5;
	height: 20px;
	cursor: pointer;
}

.fontKlein {
	font-size: 9px;
	line-height:21px;
}

.bildLinks {
	margin: 0px 15px 15px 0px;
	float:left;
}

.bildRechts {
	margin: 0px 0px 15px 15px;
	float: right;
}

a.subnav_standard {
	font-size: 10px;
	color: #685B53;
	text-decoration: none;
	/*line-height:20px;*/
	line-height:21px;	
}

a.subnav_standard:hover {
	text-decoration: underline;
}

a.subnav_aktiv {
	font-size: 10px;
	color: #2d2c2e;
	text-decoration: none;
	/*line-height:21px;*/
	line-height:21px;	
}

a.subnav_aktiv:hover {
	text-decoration: underline;
}


a.aktuelles {
	font-size: 10px;
	color: #2d2c2e;
	text-decoration: none;
	/*line-height:15px;*/
}

a.aktuelles:hover {
	text-decoration: underline;
}

a.bottom  {
	color: #2D2C2E;
	text-decoration: none;
}
a.bottom:hover {
	text-decoration: underline;
}

.thn1 {
	float:left; 
	width:80px;
    background-color: #2d2c2e;
}

.thn2 {
	float:left;
	width:80px;
    height: 58px;
    margin-top: 5px;
    background-color: #2d2c2e;
}


/*************  Layer   **************/

#divContainer {	
	width: 960px;
	margin: 0px auto;
	background-color: #FDFDFD;
}

	#divContainerContent {
		width: 758px;
		margin: 0px auto;
		margin-bottom: 40px;
	}
		
	#divNav {
		position: absolute;
		width: 590px;
		height: 34px;
		top: 60px;
		z-index:1000;
	}
	
	#divLogo {
		position: absolute;
		width: 116px;
		height: 64px;
		margin-left:620px;
		top: 20px;
		background-image:url(../images/logo.gif);
	}
			
		#divHeader {
			padding-top:94px;
			width: 758px;
			height: 300px;
			padding-bottom:30px;
		}
			#divHeaderLeft {
				width:248px;
				float:left;
			}
			
				#divHeaderLabelTop {
					width:248px;
					height:130px;
					background-color: #2d2c2e;
					/*border-right: 5px solid #FFFFFF;*/
				}
				
				#divHeaderLabel {
					width:228px;
					height:45px;
					background-color: #2d2c2e;
					border-bottom: 4px solid #FFFFFF;
					/*border-right: 5px solid #FFFFFF;*/
					padding-left: 20px;
					color:#FFFFFF;
					/*margin-top:150px;*/
					/*padding-top:140px;*/
				}
				
				#divHeaderThumbnail {
					width:255px;
					background-color: #FFFFFF;
					position:absolute;
				}
			
			#divHeaderRight {
				width:503px;
				height:300px;
				background-color: #CCCCCC;
				float:right;
			}
		
		#divContentLeft {
			width: 230px;
			float:left;
		}
			
		#divContentRight {
			width: 503px;
			float:right;
		}
	
	#divBottom {
		clear:both;
		width: 960px;
		height: 47px;
		border-top: 1px solid #EBE8E5;
		padding-top:15px;
		margin: 0px auto;
		font-size: 10px;
	}

	

#mt_datumTable td {
	padding-bottom:5px;	
	width:200px;
	vertical-align:top;
}
#mt_anmeldTable td {
	padding-bottom:5px;
}
#mt_anmeldTable .tdBez {
	width:100px;
}
#mt_anmeldTable .tdTxt {
	padding-right:20px;
}
#mt_anmeldTable .tdTxt input {
	width:190px;
}
#mt_anmeldTable .tdFehler {
	width:193px;
	color:#ff0000;
}
#mt_anmeldTable .tdButtons {
	padding-right:20px;
	text-align:right;
}
#mt_anmeldTable .tdButtons input {
	padding:2px;
	height:21px;
}

