html * { margin: 0; padding:0; }


/* --------------- Corps du site ---------------*/

body {
	background: url(../images/bg_body2.jpg) left top repeat-x #3f3f3f;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	color: #3F3F3F;
	font-size: 12px;
}

#page { width: 910px; margin: 0px auto 0px auto; text-align: left; }
#top {
	clear: both;
	width: 910px;
	height: 20px;
	overflow: hidden;
	background: #4f841c;
}
#logo {clear: both; float: left; display: block; width: 200px; height: 70px; background: url(../images/logo.jpg) left top no-repeat; }
#logo span {display: none;}

#menu {
	clear: both;
	float: left;
	width: 910px;
	height: 20px;
}

#header {
	clear: both;
	float: left;
	width: 910px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: left top;
}
#slogan {
	float: left;
	width: 910px;
	height: 230px;
	color: #000000;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slogan h1{font-size: 30px; font-style: italic;}
#slogan p{font-size: 18px; font-style: italic;}

#teaser {float: left; width: 240px; height: 175px; margin: 34px 0px 11px 0px; color: #fff;}
#teaser h1{font-family: Georgia, Garamond, "Times New Roman", serif; font-size: 24px; font-style: italic; color: #BAD700;}
#teaser ul {list-style-type: none; margin: 10px 0px 0px 0px; }
#teaser ul li {}
#teaser ul li a{display: block; padding: 7px 0px 10px 30px; color: #efefef; text-decoration: none; border-bottom: 1px solid #4b4b4b;}

#teaser ul li a.eins{background: url(../images/t1.png) left top no-repeat;}
#teaser ul li a.zwei{background: url(../images/t2.png) left top no-repeat;}
#teaser ul li a.drei{background: url(../images/t3.png) left top no-repeat; border: none;}

#teaser a.more{clear: both;display: block; width: 105px; height: 21px; float: right; background: url(../images/bg_tmore.png) left top no-repeat; border: none; text-align: center; color: #3f3f3f; text-decoration: none; font-weight: bold; padding: 6px 0px 0px 0px;}

#ccontent {
	clear: both;
	float: left;
	width: 910px;
	background-color: #eaf1e6;
}

#content {float: left; margin: 20px 0px 20px 0px;}
#content div.box {float: left; width: 250px; height: 198px; margin: 0px 0px 0px 10px; background: url(../images/bg_box.png) left top no-repeat; padding: 5px 20px 10px 20px; font-size: 11px; overflow: hidden;}
#content div.box h2 { font-weight: normal; margin: 0px 0px 20px 0px; padding: 0px 0px 5px 35px; font-size: 20px; font-style: italic; color: #446F7F;font-family: Georgia, Garamond, "Times New Roman", serif;}
#content div.box h2.eins { background: url(../images/eins.png) left 2px no-repeat;}
#content div.box h2.zwei { background: url(../images/zwei.png) -2px 2px no-repeat;}
#content div.box p { line-height: 1.5em;}
#content div.box a.more { display: block; float: right; margin: 10px 0px 0px 0px; color: #A3C900; text-decoration: none; }

#content div.box ul { color: #3f3f3f; list-style-type: none; }
#content div.box ul li { margin: 3px 0px 3px 0px; }
#content div.box ul li a { color: #3f3f3f; }

#content div.fullcontent {
	clear: both;
	float: left;
	width: 580px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#content div.fullcontent h1 { font-weight: normal; margin: 0px 0px 10px 0px; font-size: 24px; font-style: italic; color: #4C851E;font-family: Georgia, Garamond, "Times New Roman", serif;}
#content div.fullcontent h1 span {
	color: #4C851E;
}
#content div.fullcontent h2 { font-weight: normal; margin: 0px 0px 10px 0px; font-size: 18px; font-style: italic; color: #3f3f3f;font-family: Georgia, Garamond, "Times New Roman", serif;}
#content div.fullcontent h3 { font-weight: bold; margin: 0px 0px 10px 0px; font-size: 14px; font-style: italic; color: #3f3f3f;font-family: Georgia, Garamond, "Times New Roman", serif;}
#content div.fullcontent h4 { font-weight: bold; margin: 0px 0px 10px 0px; font-size: 12px; font-style: italic; color: #3f3f3f;font-family: Georgia, Garamond, "Times New Roman", serif;}
#content div.fullcontent p{ clear: both; line-height: 1.5em; margin: 0px 0px 1.5em 0px;}
#content div.fullcontent a{ color: #3D93AF; }
#content div.fullcontent ul{ margin: 0px 0px 10px 50px; }
#content div.fullcontent ol{ margin: 0px 0px 10px 50px; }

#content div.fullcontent img{ float: left; margin: 0px 10px 10px 0px; border: 1px solid #ccc; }


/* --------------- Colonne de droite ---------------*/

#rightmenue {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#rightmenue div.box { margin: 0px 0px 20px 0px; }
#rightmenue div.box h2 {
	font-weight: normal;
	height: 45px;
	width: 235px;
	padding: 5px 10px 0px 55px;
	font-size: 20px;
	font-style: italic;
	color: #4C851E;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	background: url(../images/bg_box_header.png) left top no-repeat;
}

#rightmenue div.box ul { list-style-type: none; width: 288px; border-left: 1px solid #dedede; border-right: 1px solid #dedede; background-color: #fff; padding: 0px 0px 7px 0px;}
#rightmenue div.box ul li { padding: 0px 20px 0px 20px; }
#rightmenue div.box ul li {
	display: block;
	padding: 7px 10px 7px 10px;
	color: #3f3f3f;
	text-decoration: none;
	border-bottom: 1px solid #d9d9d9;
}
#rightmenue div.box_footer { width: 290px; height: 10px;background: url(../images/bg_box_footer.png) left bottom no-repeat; }

#footer {clear: both; float: left; width: 910px; padding: 20px 0px 20px 0px; color: #848484; font-size: 10px; background: url(../images/bg_footer.png) left top no-repeat;}
#topmenue {float: left; margin: 0px 0px 0px 10px; }
#topmenue ul {float: left; list-style-type: none; }
#topmenue ul li {float: left; border-right: 1px solid #848484; padding: 0px 5px 0px 5px; }
#topmenue ul li a {color: #848484; text-decoration: none; }


/* --------------- Copyright ---------------*/

#copyright {float: right; text-align: right; margin: 0px 10px 0px 0px; }
#copyright a{color: #848484; }
#copyright p.design{margin: 10px 0px 0px 0px;}

#copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#copyright a:hover {
	text-decoration: none;
	color: #666666;
}
#copyright a:active {
	text-decoration: none;
	color: #666666;
}





a {
  text-decoration: none;
}
img {
  border:  none;
}
