html{
	font-size: 100.01%;
}

body{
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #7d5f0f;
	background-color: #637627;
}

h1,h2,h3{margin: 0; padding: 0;}

h1{
	margin: 0 0 40px;
	font-size: 1.6em;
	font-weight: 500;
}

p{margin: 0 0 30px;}

a{
	color: #43501B;
	text-decoration: none;
}

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

form{margin: 0; padding: 0;}

.remove-bottom-margin{
	margin-bottom: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*________________________________________________________________________ WRAPPER __*/
#wrapper{
	width: 814px;
	margin: auto;
	text-align: left;
}

/*__________________________________________________________________________ BOXES __*/
.rounded-box{
	width: 100%;
	margin-bottom: 30px;
	background-color: #FFCA00;
}

.rounded-box h3{
	height: 37px;
	background-color:#FFCA00;
	text-align: center;
}

.rounded-box h3 img{
	display: block;
	margin: auto;
	padding-top: 12px;
}

.rounded-box .box-content{
	border: solid #ffc641;
	border-width: 0 2px;
	padding: 10px 10px 0;
	background-color: #fff;
}

.rounded-box .bottom{
	background-color:#FFCA00;
	line-height: 0;
	font-size: 0;
}

.rounded-box .bottom span{
	background-color: #FFCA00;
	height: 10px;
	display: block;
}


/*_________________________________________________________________________ HEADER __*/
#header{
	height: 125px;
	background: #ffc641 url(../images/bg_header.gif) 0 0 no-repeat;
	padding-top: 0.01em;
}



/*__________________________________________________________________________ LOGIN __*/
#login{
	float: right;
	background: url(../images/bg_login.gif) 0 0 no-repeat;
	width: 200px;
	margin: 10px 16px 0 0;
	width: 183px;
	height: 114px;
	display: inline;
}

#login form{
	float: right;
	margin-top: 22px;
}

#login input.submit{
	border: 1px solid #ffc641;
	background-color: #ffc641;
}

#login input.textfield{
	display: block;
	margin: 2px 0;
	border: solid #ffc641;
	border-width: 1px 0 1px 1px;
	padding: 4px;
	background-color: #637627;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffc641;
}

/*_________________________________________________________________________ BANNER __*/
#banner{
	margin: 12px 0 0 30px;
}

#banner span{
	background: url(../images/banner_flag.gif) 0 0 no-repeat;
	display: block;
	height: 19px;
	line-height: 19px;
	padding-left: 10px;
	color: #FFCA00;
	font-weight: bold;
}

#banner-content{
	width: 468px;
	height: 60px;
	padding: 2px;
	border: 1px solid #b47e00;
}


/*_________________________________________________________ HORIZONTALE NAVIGATION __*/
#navi-top{
	height: 83px;
	background: #637627 url(../images/bg_navi_top.gif) 0 0 no-repeat;
	padding-left: 53px;
}

#navi-top ul li{
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
}

#navi-top ul li.home{
	width: 89px;
	background-image: url(../images/navi_home.gif);
}

#navi-top ul li.faq{
	width: 74px;
	background-image: url(../images/navi_faq.gif);
}

#navi-top ul li.agb{
	width: 90px;
	background-image: url(../images/navi_agb.gif);
}

#navi-top ul li.media{
	width: 89px;
	background-image: url(../images/navi_media.gif);
}

#navi-top ul li a{
	display: block;
	height: 54px;
}

#navi-top ul li span{
	display: none;
}

/*_____________________________________________________ WRAPPER UM CONTENT + NAVI __*/
#wrapper-inner{
	background: url(../images/bg_site.gif) 0 0 repeat-y;
	padding: 20px 40px 70px;
}

/*_______________________________________________________________ LINKE NAVIGATION __*/
#navi-left{
	width: 162px;
	float: left;
}

#navi-left ul{
	margin-bottom: 10px;
	border-bottom: 2px solid #ffc641;
	padding-bottom: 10px;
}

#navi-left ul.last{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

#navi-left li{
	background: url(../images/bullet.gif) 0 5px no-repeat;
	padding-left: 12px;
}

/*________________________________________________________________________ CONTENT __*/
#content{
	width: 494px;
	float: right;
}

.banner{
	display: block; 
	border: 1px solid #ffca00;
}

/*_________________________________________________________________________ FOOTER __*/
#footer{
	height: 63px;
	background: url(../images/bg_footer.gif) 0 0 no-repeat;
}

#footer p{
	margin: 0;
	padding: 40px 0 0 20px;
}