/* Common */

html {
	background: #C4AD86 url(../gfx/main.png) 0 0 no-repeat; 
}

body {
	margin: 0;
  	padding: 0;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	background-color: #c4ad86;
	color: #574637;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}

#wrapper {
  	width:803px;
	height:554px;
	background: #C4AD86 url(../gfx/main_bg.jpg) 0 0 no-repeat; 
	margin: 15px auto;
	position: relative;
}

#container{
	width:725px;
	height:485px;
	padding:35px;
	background: transparent url(../gfx/splash.gif) 240px 30px no-repeat; 
}
#header{
	height:90px;
}

#menu{
	float:left;
	height:20px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-left:1px solid #C9B79E;
}
#menu a {
	color: #9f7848;
	text-decoration: none;
	padding:3px;
	font-weight:bold;
	font-size:10px;
}

#menu a:hover {
	color:#574637;
}

ul#langmenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:right;
	position:absolute;
	top:30px;
	margin-left:670px;
}
ul#langmenu li{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
ul#langmenu li a img{
	border:0;
}
/* Headlines */

h1 {
	color: #574637;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	padding: 0px; 
	margin:15px 0 0px 0;
	height:76px;
	width:147px;
}
h1 a img{
	border:0;
}

h2 {
	color: #574637;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
}

#mainbody{
	color:#574637;
	height:360px;
	background-color:#ede2ce;
	width:725px;
}
#bottom{
	background: #F7F3E8 url(../gfx/bottom.gif) 0px 0px no-repeat; 
	float:left;
	height:7px;
	width:725px;
	margin:2px 0 0 0;
}
#copyright{
	padding:10px;
}
#copyright{
	float:left;
}



div.mysection{
	float:left;
	width:220px;
	padding:10px;
	height:190px;
	text-align:center;
}
div.mysection a img{
	border:0;
}

div.controls{
	font-weight:bold;
	line-height:20px;
}

/* Links */

a:link {
	color: #574637;
	text-decoration: none;
	}
a:active {
	color: #574637;
	text-decoration: none;
	}
a:visited {
	color: #574637;
	text-decoration: none;
	}
a:hover {
	color: #9a703e;
	text-decoration: underline;
	}
	
#section2 h2, #section2 p {
	padding:0 10px 0 10px;
}	

#section3 h2 {
	padding:0 10px 0 10px;
}	

form {
margin:0 20px 0px 0;
}

fieldset {
border:none;
}

label {
float:left;
display:block;
width:80px;
margin-bottom:10px;
}

form div {
margin:.3em 0 .3em;
}

input,textarea {
background:#C9B79E;
color:#CFCBB5;
border:1px solid #49413E;
font:11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
width:230px;
padding:.2em;
}
textarea{
	height:42px;
}

input.mailing {
background-color:#3C3330;
width:145px;
}

.buttonmail {
cursor:pointer;
width:150px;
color:#D77205;
font:11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
background:#302926;
border:1px solid #49413E;
}

.buttonwrap {
padding-top:10px !important;
}

.button {
cursor:pointer;
width:100px;
color:#F7F3E8;
font:11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
background:#C9B79E;
border:1px solid #49413E;
}

.text_fout {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#D77205;
}

.flatimg {
border:5px #49413E solid;
}
.contactsub{
	width:360px;
	float:left;
}
#impel{ float:right; margin:8px 15px 0 0px;}

#impel a { display:block; width:65px; height:30px; text-indent:-9999px; background: transparent url(../images/impel_logo.gif) top left no-repeat; }

#impel a:hover { background: transparent url(../images/impel_logo.gif) top right no-repeat; }

