/* ----- ALLGEMEINE FORMATIERUNGEN ------ */

* { margin: 0; padding: 0;}

html { min-height: 100.2%;}

body {
	background-repeat: no-repeat;
	background-color: #fff;
	font-family: "Verdana" , "Arial" , sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	}

p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	padding: 10px 0 10px 0;
	}

h1 {
	font-family: "Trebuchet MS", "Tahoma", sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #666;
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
	}
	
h2 {
	font-family: "Trebuchet MS", "Tahoma", sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #666;
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
	}

h3 {
	font-family: "Trebuchet MS", "Tahoma", sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #666;
	padding: 15px 0 15px 0;
	margin: 0;
	}

h4 {
	font-family: "Trebuchet MS", "Tahoma", sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	color: #666;
	padding: 15px 0 15px 0;
	margin: 0;
	}
	
h5 {
	font-family: "Trebuchet MS", "Tahoma", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #666;
	padding: 15px 0 15px 0;
	margin: 0 0 0 0;
	}

		
ul, ol, li {margin: 0;	padding: 0; }

a:link , a:visited {
	text-decoration: none;
	color: #ff0000;
	}

a:hover , a:active {
	text-decoration: none;
	color: #ff0000;
	}

/* ----- LAYOUT ------ */

#wrapper {
	width: 90%;
	position: relative;
	left: 0;
	padding: 0;
	margin: 0;
	}


#footer,
#wrapper_leiste,
#leiste,
#logo
	{
	display: none;
	}
	