body
{
	margin: 0;
	background-color: #C1002B;
	font-family: 'Times New Roman',Times,serif;
	font-size: 12px;
}
#upper
{
	width: auto;
	background-color: #FFFDEE;
	padding: 65px 0 10px 0;
}
#cont, #navi, #header{margin: auto;}
#navi, #cArea{margin: auto; width: 756px;}
#cArea {
	min-height: 350px;
	height: auto !important;
	height: 350px;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}
#header {
	height: 96px;
	background-image: url(gfx/titel.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#header h1, #header h3{display:none;}
#cont{
	padding: 20px 10px 0 10px;
	border-top: 1px solid #C1002B;
}
#cont #paging
{
	width: 15px;
	height: 20px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 330px;
	left: 525px;
}
#cont #paging.links{background-image: url(gfx/pfeil_l.gif);}
#cont #paging.rechts{background-image: url(gfx/pfeil_r.gif);}
#cont #paging span{display:none;}

#cont a
{
	text-decoration: none;
	color: #C1002B;
}

	/*/////////////////////////////
	/ SPECIAL PAGES & BACKGRoUNDS /
	/////////////////////////////*/


.home #cArea{background-image: url(gfx/b_home1.jpg);}
/*.profil #cArea { background-image: url(gfx/b_profil.jpg); }*/
.home #cont
{
	width: 510px;
	padding-right: 236px;
	background-image: url(gfx/border_home_cont.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
}

/*.vita #cArea { background-image: url(gfx/b_vita.jpg); }*/
/*.vita #cont
{
	width: 560px;
	padding-right: 186px;
}
*/

.start #cArea
{
	background-image: url(gfx/startbild.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#starttext
{
	background-image: url(gfx/starttext.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: auto;
	height: 38px;
	margin-top: 20px;
}
#starttext h1, #starttext h3{display:none;}


/* KONTAKTFORM */


#cForm, #antwort
{
	margin: 0;
	float: right;
	width: 250px;
	font-family: Arial, sans;
	font-size: 10px;
	display: block;
}
#cForm .formfeld
{
	padding: 5px;
	width: 250px;
	border: 1px solid #ccc;
	background-color: #FFF;
}
#cForm textarea{height: 130px; margin-top: 10px;resize: none;}
#cForm #sendbut{margin: 10px 0 0 212px;}


	/*////////////////////////////
	/////////// NAVI /////////////
	////////////////////////////*/


#navi
{
	text-align: center;
}
#navi a
{
	color: #FFFDEE;
	text-decoration: none;
}
#navi a { padding: 0 6px; }
#navi a:hover { color: #FCC; }
#navi a.active { font-style: italic; }
#subnavi{padding: 8px 0 5px 0; 	min-height: 15px; height: auto !important; height: 15px;}
#topnavi{border-top: 1px solid #FFFDEE;padding-top:5px;}
