	html {
		height:100%;
	}
	body { 
		height:100%;
		margin:0px;
		padding:0;
		line-height: 1.5;
		background-color:#F0F3F5;
		color:black;
		
	}
	body, div, table, td, p {
		color:black;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	p {
		margin-left:5px;	
	}
	h1,h2,h3 {
		margin:0px;
		padding:0px;
	}
	h1 {
		font-size:16px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC0000;
		text-decoration: none;
		margin-left:-20px;
		border-bottom:1px dashed silver
	}
	h2 {
		font-size:14px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #CC0000;
		text-decoration: none;
	}

	/*Allgemeine Links*/
	a:link, a:visited {
		color: #666666;
		text-decoration: none;
	}

	a:hover {
		color: #cccccc;	
		text-decoration: none;
	}

	/*mainlinks*/
	a:link.mainlinks, a:visited.mainlinks {
		font-size:18px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #0033FF;
		text-decoration: none;
	}

	a:hover.mainlinks {
		color: #0099FF;	
		text-decoration: none;
	}
	
