/********************************************************************************************

	TOC:	- GENERAL
			- HEADER & NAVIGATION
			- FIXNAVIGATION
			- SUBNAVIGATION
			- CONTENT
			- AKTUELLES
			- FOOTER
			
********************************************************************************************/


/****************************************  GENERAL  ****************************************/

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#F1F0EB url(images/bg.gif) top center repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#666666;
	line-height:14px;
}

h1 {
	color:#00A295;
	font-size:1.7em;
	margin-bottom:30px;
	font-weight:normal;
	letter-spacing:0.1em;
}

h2 {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:10px;
}

#wrapper {
	width:940px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding:24px;
	clear:both;
}

img { border:none; }

a:link {color:#8B1529; text-decoration:underline}
a:active {color:#CC6600;}
a:visited {color:#8B1529; text-decoration:underline}
a:hover {color:#CC6600;}


/****************************************  HEADER & NAVIGATION  ****************************************/

#header {
	width:940px;
	height:220px;
	padding-bottom:30px;
}

#logo {
	width:260px;
	height:220px;
	margin-right:16px;
	float:left;
}

#foto, #accueil, #sitemap, #sitemapfr {
	width:498px;
	height:220px;
	background-image:url(images/header_home.jpg);
	margin-right:16px;
	float:left;
}

#ueber, #presentation {
	width:498px;
	height:220px;
	background-image:url(images/header_ueber.jpg);
	margin-right:16px;
	float:left;
}

#kueche, #cuisine {
	width:498px;
	height:220px;
	background-image:url(images/header_kueche.jpg);
	margin-right:16px;
	float:left;
}

#wohnen, #habitat {
	width:498px;
	height:220px;
	background-image:url(images/header_wohnen.jpg);
	margin-right:16px;
	float:left;
}

#aktuell, #actualite {
	width:498px;
	height:220px;
	background-image:url(images/header_aktuell.jpg);
	margin-right:16px;
	float:left;
}

#service, #servicefr {
	width:498px;
	height:220px;
	background-image:url(images/header_service.jpg);
	margin-right:16px;
	float:left;
}

#kontakt, #contact {
	width:498px;
	height:220px;
	background-image:url(images/header_kontakt.jpg);
	margin-right:16px;
	float:left;
}

#navigation {
	width:498px;
	height:26px;
	margin-top:194px;
	background-color:#00A295;
	overflow:hidden;
}

#navigation ul {
   list-style:none;
   margin:0;
   padding:0;
}

#navigation li {
	float:left;
	letter-spacing:0.1em;
}

#navigation li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	width:83px;
	height:20px;
	padding-top:6px;
	text-align:center;
} 

#navigation li a:hover, #navigation .activeparent {
	background-color:#8CD5CF;
} 

#navigation li .currentpage {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	width:83px;
	height:20px;
	padding-top:6px;
	text-align:center;
	background-color:#8CD5CF;
}

/****************************************  FIXNAVIGATION  ****************************************/

#fixnavigation {
	width:150px;
	height:220px;
	background-color:#F1F0EB;
	float:left;
}

#fixnavigation ul {
	list-style-type:none;
	margin:0;
	padding:20px;
	text-align:left;
}

#fixnavigation li {
	margin:0;
	padding-bottom:10px;
}

#fixnavigation a:link {color:#666666; text-decoration:none}
#fixnavigation a:hover {font-weight:bold;}
#fixnavigation a:active {font-weight:bold;}
#fixnavigation a:visited {color:#666666; text-decoration:none}


/****************************************  SUBNAVIGATION  ****************************************/

#subnavigationstart {
	width:240px;
	height:190px;
	background-color:#F1F0EB;
	margin-right:14px;
	padding:0 0 0 20px !important;
	padding:15px 0 0 20px;
	float:left;
}

#subnavigation {
	width:260px;
	height:154px;
	background-color:#F1F0EB;
	margin-right:14px;
	float:left;
}

#subnavigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#subnavigation li {
	line-height:15px;
	margin:0;
	padding:10px 0 0 30px;
	background-image:url(images/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:15px 14px;
}

#subnavigation a:link {color:#666666; text-decoration:none}
#subnavigation a:hover, #subnavigation .currentpage {color:#666666; font-weight:bold;}
#subnavigation a:active {color:#666666; font-weight:bold;}
#subnavigation a:visited {color:#666666; text-decoration:none}

/****************************************  CONTENT  ****************************************/

#contentwrap {
	width:938px;
	clear:left;
}

#content {
	width:440px;
	margin:0 30px 0 30px;
	float:left;
}

#text ul {
   list-style:none;
   margin:0;
   padding:0 0 10px 0;
}

#text ul li ul {
   list-style:none;
   margin:0;
   padding:0 0 10px 0;
}

#text li {
   padding-top:7px;
   background:url(images/icon_bullet.gif) 0px 12px no-repeat;
   text-indent:10px;
}

#text li ul li {
   padding-top:1px;
   background:url(images/icon_bullet2.gif) 10px 7px no-repeat;
   text-indent:20px;
}

.small {
	font-size:0.9em;
	font-style: italic;
}

td, th {
	text-align:left;
	padding-bottom:10px;
	font-weight:normal;
}

.scoperow {
	text-align:left;
	font-weight:normal;
}

caption {
	text-align:left;
	font-weight:bold;
	margin-bottom:10px;
}


/****************************************  FORM  ****************************************/

form {
	padding-top:10px;
}

form p {
	clear:left;
	margin:0;
	padding:0;
}

fieldset {
	border:#EAEAEA solid 1px;
	margin:0 0 15px 0;
	padding:20px;
}

legend {
	font-weight:bold;
	margin-bottom:0px !important; /** 'cause IE doesn't behave.. **/
	margin-bottom:20px;
}

label {
	float:left;
	width:110px;
	margin:4px 0 5px 0;
}

input, textarea, select {
	font-family:Arial;
	width:250px;
	margin:0px;
	padding:2px;
	border:#CCCCCC solid 1px;
	background:#F8F8F8;	
	color:#666666;
	font-size:0.9em;
}

textarea {
	height:100px;	
}

.checkbox {
	width:20px;
	background:#FFFFFF;
	border:none;
	margin:10px 0 0 0;
}

.button {
	width:100px;
}

.error {
	background:#FDF5F5 url(images/icon_attention.gif) right no-repeat;
	border:1px solid #F01C26;
}

.red {
	color:#F01C26;
}

.small {
	font-size:0.8em;
	padding-bottom:20px;
}

/****************************************  AKTUELLES  ****************************************/

#news {
	width:120px;
	margin-left:14px;
	background-color:#F1F0EB;
	float:left;
	padding:0 15px 20px 15px !important;
	padding:15px 15px 20px 15px;
}

#news h3 {
	font:bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#686866;
	padding:5px;
}

/****************************************  FOOTER  ****************************************/

#footer {
	width:548px;
	margin:0 auto;
	padding-top:50px;
	text-align:left;
	clear:both;
}

#footer p {
	color:#999999;
	border-top:#666666 1px solid;
	padding-top:5px;
	margin-left:108px;
}

#footer a:link, #footer a:visited { color:#999999; text-decoration:none; }
#footer a:active, #footer a:hover { color:#999999; text-decoration:underline;}
