
/* Allgemein */
body {
	background-color:#fff;
}
body, div, p, ul, form, td {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:14px;
	color:#000;		
}
h1,.h1 {
	font-size:18px;
	font-weight:bold;
	color:#ce0000;
	margin:0 0 20px 0;
}
h2,.h2 {
	font-size:15px;
	font-weight:bold;
	color:#000;
	margin:0 0 10px 0;
}
ul  {
	color:#000;	
	text-align:left;
	padding:0 2px 0 0;
	margin:5px 0 5px 25px;
}
li  {
	list-style:disc;
}
#navigArea ul  {
	color:#000;	
	text-align:right;
	padding:0 2px 0 0;
	margin:5px 0 5px 0;
}
#navigArea li  {
	list-style:none;
}
img {
	border:0px;
}
a,a.textLink {
	color:#ce0000;
	text-decoration:underline;
}
a:hover,a.textLink:hover {
	color:#ce0000;
	text-decoration:none;
}
a.navig {
	font-size:14px;
	height:15px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a.navig:hover {
	font-size:14px;
	height:15px;
	color:#ce0000;
	font-weight:bold;
	text-decoration:none;
}
a.navigAktiv {
	font-size:14px;
	height:15px;
	color:#ce0000;
	font-weight:bold;
	text-decoration:none;
}
a.sprache {
	font-size:16px;
	height:15px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a.sprache:hover {
	font-size:16px;
	height:15px;
	color:#ce0000;
	font-weight:bold;
	text-decoration:none;
}
a.spracheAktiv {
	font-size:16px;
	height:15px;
	color:#ce0000;
	font-weight:bold;
	text-decoration:none;
}
a.unterNavig {
	font-size:12px;
	color:#000;
	text-decoration:none;
}
a.unterNavig:hover {
	font-size:12px;
	color:#ce0000;
	text-decoration:none;
}
a.unterNavigAktiv {
	font-size:12px;
	color:#ce0000;
	text-decoration:none;
}
br.clearer { 
	clear:both; 
	font-size:0px;
	line-height:0px; 
	height:0px;
}
/*  */

/* Content Allg.*/
#wrapper {
	/*width:875px;*/
	width:900px;
	padding:0 0 50px 25px;
}
#contentAreaMitte {
	width:891px;
	height:35px;
	background-image:url(/images/bg/schatten_mitte.gif);
	background-repeat:no-repeat;
}
/*  */

/* Head */
#headArea {
	width:900px;
	height:88px;
}
#headLeft {
	float:left;
	margin:0 0 0 25px;
}
#headRight {
	float:left;
	width:725px;
	height:88px;
	background-image:url(/img/bgSprache.gif);
	background-repeat:no-repeat;
	margin:0 0 0 25px;
}
/*  */

/* Sprache */
#de {
	float:left;
	padding:55px 25px 0 5px;
}
#fr {
	float:left;
	padding:55px 25px 0 5px;
}
#en {
	float:left;
	padding:55px 25px 0 5px;
}
#goodies {
	float:left;
	width:322px;
	padding:65px 0 0 5px;
	text-align:right;
}
/*  */

/* Navig */
#navigArea {
	float:left;
	/*width:125px;*/
	width:150px;
}
.navigBox {
	height:20px;
	text-align:right;
	background-image:url(/img/bgNavig.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:10px 2px 0 0;
}
/*  */

/* Content*/
#contentArea {
	width:900px;
	padding:0 0 0 0;
	margin:0 0 50px 0;
}
#content {
	float:left;
	width:720px;
	margin:50px 0 0 30px;
}
/*  */

/* Formular*/
.form {
	width:130px;
	border:#000 solid 1px;
}
/*  */

/* Tabelle*/
.tabover {
	background-color: #ddd;
}
/*  */

