/**************************** Allgemeines ************************************************/

	td {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #505a64;
		font-size: 12px;
		line-height: 16px;
	}
	
	img {
		border:none;
	}
		
	li,ol,ul {
		list-style-image:url(../images/dot.gif);
	}	
	
	h1 {
		font-size:16px;
		color:#505a64;
		font-family:Arial, Helvetica, sans-serif;
		padding:0px;
		margin:0;
	}
				
	h2 {
		font-size:10px;
		color:#999999;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin:0px;
		margin-bottom:10px;
		padding-bottom:0px;
	}
	
	body {
		padding:0px;
		margin:0px;
		width:100%;
		height:100%;
		background-color:#ffffff;
	}
	
	a:link {
		color: #505a64;
		font-weight:bold;
		text-decoration: underline;
	}
	
	a:visited {
		color: #505a64;
		font-weight:bold;
		text-decoration: underline;
	}
	
	a:hover {
		color: #505a64;
		font-weight:bold;
		text-decoration: none;
	}
		
/**************************** Container für Marker *******************************************/

.header {
}

.subtemplate {
	height:100%
}

.bottom {
	height:50px;
	padding-left:75px;
}

.topmenu {
	height:40px;
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
}
.subtemplate {
	height:465px;
}
.content {
	height:410px;
}

.borderbottom {
	height:15px;
	background-image:url(../images/bg_bottom.jpg);
	background-repeat:no-repeat;
}


/************************************** ENDE *************************************************/