@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{ background: url(../images/wenk_01.jpg) repeat-x left top #5f6b09; font-family:Arial, Helvetica, sans-serif; color:#999; font-size:11px;}
h1{ color:#666600; font-size:11px; font-weight:bold}
h2{ font-size:11px; text-decoration:underline}
fieldset{padding:10px; border-color:#663300;}
fieldset div{ margin: 5px 0 8px 0;}
fieldset div label{width:90px; display:block; float:left;}

a{color: #999; text-decoration: none;}
a:hover {text-decoration: underline; color:#999;}
a.footer{color: #003300; text-decoration: none;}
a.footer:hover {text-decoration: underline; color:#003300;}
a.marron{color: #663300; text-decoration: none;}
a.marron:hover {text-decoration: underline; color:#663300;}

#global{margin:auto; width:881px;}
#header{height:290px; background:url(../images/wenk_03.jpg) no-repeat left top;}
#wrapper{float:left; background:url(../images/wenk_06.gif) repeat-y left top #fff; width:881px;}
#menu{width:234px; float:left; padding:0 0 0 10px; display:inline}
#menu dl{ width:232px; border:1px solid #ffcc33; background:#fff}
#menu dt{ background:url(../images/wenk_10.jpg) no-repeat left top; height:18px; color:#663300; padding:3px 0 0 20px; font-size:14px; font-weight:bold}
#menu dd div{ margin:5px; color:#663300; font-size:14px; font-weight:bold}
#content{float:left; width:595px; padding:20px; }
#content li{ margin-left:40px}
#footer{ font-weight:bold; font-size:10px; color:#003300; clear:both}

.space{margin-left:150px}
.clear{ clear:both}
.fond{ background:#663300; color:#fff;}
.pal{ background:#AEDA53; color:#333333}


#img{border:solid 1px #ff0000; margin:5px;}
.float_right{float:right;}
.float_left{float:left;}
