/******************************************/
/* Basiseinstellungen
/******************************************/
html {
}

body{
	color:#000;
	font-size:12px; 
	margin:0px 0 0 0;
	padding:0;
	background-color:#fff;
}

span.nowrap {white-space:nowrap;}

dfn,
span.inv {
	visibility:hidden;
	display:none;
}
/******************************************/
/* Fonts
/******************************************/

body,
input, 
textarea{
	font-family: Verdana, Arial, sans-serif;
}

/******************************************/
/* Überschriften
/******************************************/

h1,h3,h4,h5,h6
{
	color:#000;
}

h2{
	color:#973236;
	font-size:110%;
	margin:0 0 10px 0;
	width:100%;
}

h4{
	color:#fff;
	font-size:110%;
}

p{
	width:600px;
}

p1{
    width:320px;
}

a {
	text-decoration:none;
	color:#679a01;
}

	
a:hover,
a:active {
	text-decoration:none;
	color:#b7d05b;
}
/******************************************/
/* Design
/******************************************/
div#pageWrapper {
	background-color:#fff;}



div#headWrapper {
	background-color:#fff;
	margin-top:0px;
	height:0px;
}




div#rightWrapper {
	float:right; 
	background-color:#95ba12;

}


div#contentWrapper {
	float:right;
	background-color:#fff;
	width:100%;
	margin:20px 0 0 0;
}

