* {		
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:normal;
	font-family:arial;
}

img {
	border:0px;
}

body {
	background-image:url(img/layout/back_body.png);
	background-position:left 70px;
	background-repeat:repeat-x;
	background-color:#333;
}

#page {
	position:absolute;
	margin-left:-475px;
	left:50%;
	width:950px;
	background-image:url(img/layout/back_body2.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#f00;
}


#header{
	width:950px;
	height:255px;
}


#content {	
	font-weight:normal;
	width:720px;
}

#footer {
	text-align:center;
	vertical-align:bottom;
	line-height:50px;
	padding-right:10px;	
	font-size:0.9em;
	height:50px;
}

#c_foot {
	margin-left:100px;
	width:750px;
	background-image:url(img/layout/content_bottom.png);
	background-repeat:no-repeat;
	height:30px;
	margin-bottom:20px;
}

.clearer { clear:both; }
#footer a { text-decoration:none;color:#fff; }
#footer a:hover { text-decoration:underline; }

#body { 
	margin-left:100px;
	width:750px;
	/*overflow:auto;*/
	background-image:url(img/layout/content_head.png);
	background-repeat:no-repeat;
	padding:10px;
}

h1 { margin:0px; padding:0px; border-bottom:3px double #000; line-height:35px;font-size:1.7em;}
h3, h4 { margin:0px; padding:0px; border-bottom:1px solid #000; line-height:25px; }

.font1b { font-weight:bold; }
.left_w { float:left; width:200px; }
.left_w1 { float:left; width:250px; }
.left_w2 { float:left; width:400px; }
.left_w3 { float:left; width:430px; }
.left { float:left; }
.right_w{ float:right; width:200px;}
.right_w1{ float:right; width:400px;}
.right { float:right; }
.t_right { text-align:right; }
.t_center { text-align:center; }
.first_col { width:100px; }
.contact { line-height:20px; }
.t_red { color:#f00; }


.error { 
	width:700px; 
	height:55px; 
	font-weight:bold; 
	background-color:#F79286; 
	text-align:center; 
	padding-top:20px; 
	border:1px solid #f00;
}

td, th { 
vertical-align:top; 
text-align:left;
}

#content li {
	margin-left:30px;
}

a:link, a:active, a:visited, a:hover { color:#000; font-weight:normal; text-decoration:none; }
a:hover { color:#444; text-decoration:underline; font-weight:normal; }


.c_point {
	background-image:url(img/layout/point.png);
	background-repeat:no-repeat;
	padding-left:35px;
	font-weight:bold;
}
.c_point2 {
	background-image:url(img/layout/pointb.png);
	background-repeat:no-repeat;
	margin-left:5px;
	padding-right:35px;
}
.c_text {
	padding-left:20px;
}
.c_table {
	padding-left:20px;
	width:100%;
}
.c_liste li {
	margin-left:15px !important;
}

#fp1, #fp2, #fp3 { 
	height:420px; 
	background-repeat:no-repeat;
	background-position:right bottom;
	text-align:right; 
	width:220px;
	float:left;
	margin-left:20px;
}

#fp1 { background-image:url(img/layout/single.png); font-weight:bold; }
#fp2 { background-image:url(img/layout/doppel.png); font-weight:bold; }
#fp3 { background-image:url(img/layout/night.png); font-weight:bold; }

.apic_r { padding-right:10px; }
.apic_l { padding-left:10px; }

.even td { background-color:#ccc; padding:3px;}
.odd td{ background-color:#eee; padding:3px; }