*{
	font-family: "Trebuchet MS", Verdana, Arial, sans serif;
	line-height: 1.8em;
	color: #FFFFFF;
}

body{
	/* 
		101% 69%, 76%, 86%, 93% geteste Werte!
		Aus jeden Fall ACHTUNG, da sonst falsche Darstellung im IE
	*/

	font-size: 14px;
}

p{
	padding: 0 0 1.8em 10px;
}

h2, h3, h4, h5, h6{
	padding-left: 10px;
}
h2{
	font-size: 20px;
	
	padding-top: 3px;
	
	height: 67px;
	width: 640px;
	
	background: url(../images/layout/headline.jpg) no-repeat;
}
h3{
	padding-top: 45px;

	font-size: 18px;
	font-weight: normal;
}
	h3.erstesH3{
		padding-top: 0px;
	}
h4{
	font-size: 16px;
	font-weight: bold;
}
h5{
	font-size: 14px;
	font-weight: normal;
}
h6{
	font-size: 14px;
	font-weight: normal;
}

.noweight{
	font-weight: normal;
}
.nopadding{
	padding: 0 0 1.8em 10px;
}

em{}
strong{}
blockquote{}
q{}

a:link{
	color: inherit;
}
	a:visited, a:active, a:hover{
		text-decoration: none;
	}