body{
	
    margin: 0 auto;
	padding: 0;
	color: #333;
	text-align: center;
	background: #fff;
}

#wrapper{
	margin:auto;
    padding:0;
	width: 1000px; 
	height:inherit;         
	background: #FFF;
	color: #333;
	text-align: center;
}

#header {
width:auto;
height:172px;
background-color:#7183c;
background-image:url(top.jpg);
}

#title_wrap {
width:auto;
height:68px;*/
background-color:#69b4e7;
background-image:url(title_wrap.jpg);
}
#country {
float:left;
width:155px;
height: inherit;
text-align:center;
padding-top:20px;
}
#title {
float:left;
width: inherit;
height: inherit;
text-align:left;
padding-left:10px;
padding-top:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#996600;
}


#content_wrap {
float:left;
width:100%;
height:100%;
background-image:url(main.jpg);
background-repeat:repeat-y;
background-color:#69b4e7;
}

#menu {
vertical-align:top;
width:155px;
height:inherit;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#FFFFFF;
}

li{

}
/*#################################### links #################################*/
li{
margin-left:15px;
}
#menu li {
	border-bottom: 1px solid #99c8f6;
	font-size:11px;
	color: #232987;
}
#menu li a:link {
	color:#FFFFFF;
	line-height: 150%;
	text-decoration: none;
	display: block;

}
#menu li a:visited {
	color:#FFFFFF;
	text-decoration: none;
	line-height: 150%;
	display: block;

}
#menu li a:hover {
	color:#232987;
	line-height: 150%;
	text-decoration: none;
	display: block;

}
#menu li a:active {
	color:#FFFFFF;
	line-height: 150%;
	text-decoration: none;
	display: block;

}
/*#################################### links #################################*/



#content{
text-align:left;
height:inherit;
}

#contentTafel{
width:100%;
}

#contentLeft{
vertical-align:top;
padding-left:10px;
float:left;
width:340px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#contentRight{
vertical-align:top;
padding-right:10px;
float:right;
width:450px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#bottom {
width:1000px;
float:left;
height:63px;
padding-top:7px;
background-image:url(bottom.jpg);
background-repeat:no-repeat;
background-color:#ffffff;
}
/*#################################### Typo #################################*/
hr {
color: #996600;
height:1px;
}

h1 {font-size: 12px;
font-weight:bold;
color: #996600;
margin:5px;
}
h2 {
margin:0px;
font-weight:normal;
font-size: 10px;
color:#666666;
}
h3 {
margin:0px;
font-weight:normal;
font-size: 12px;
color:#006699;
}
h4 {
margin:0px;
font-weight:normal;
font-size: 12px;
color:#669900;
}
h5 {
margin:0px;
font-weight:bold;
font-size: 16px;
color:#CC0000;
}
h6 {
margin:0px;
font-weight:bold;
font-size: 14px;
color:#006600;
}