body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
div#panel {
	width: 17cm;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: auto;
	border: none;
}
	
div.cleaner{
	height: 0px;
	clear: both;
	}

div#text strong {
	color: #cc3333;
}

a {
	text-decoration: none;
	color: #CC3333;
}

/******************* Nav ******/

div#nav {
	display: none;
	float:left;
	width: 50%;
}

/******************* Content ******/

div#content {
	font-size: 14px;
	text-align: left;
	color: black;
	background-color: white;
	line-height: 1.5em;
	width: 100%;
}

div#logo {
	margin-top: 22px;
	position: relative;
	height: 56px;
}

div#content_1 {
	text-align: left;
	padding-top: 50px;	
	text-decoration:none;
	margin-bottom:30px;
}

div#news {
	width: 260px;
	border-bottom: 2px solid #CC3333;
	line-height:120%;
}

div#quote {
	padding-top: 75px;
	color: #CC3333;
/*	text-align: center; gemŠss E-Mail von Anna Hofer vom 12.10.2009 */ 
	font-weight: bold;
	height: 150px;
}

/******************* Profile ******/

div.profilepic {
	margin-right: 5px;
	margin-top:15px;
	float: left;
}

div.profilbeschreibung {
	margin-left: 100px;
}



