/* CSS Document */
body {
	margin: 0;
	text-align: left;
    background-color: #F3E3C5;
	background:url(images/bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333;
}
a {
	color: #333;
}
h1 {
	font-size:2em;
	margin:0 0 15px 0;
	padding:0;
}
img {
	margin: 0 5px 0 5px;
}
#wrapper {
	width: 800px;
	position: relative;
	background: white;
	margin:auto;
	top:40px;
}
#header {
	width:800px;
	text-align:left;
	position:relative;
}
#image{
	position:relative;
	float:left;
	padding:0 20px 0 20px;
	width: 760px;
	height: 198px;
	background: url(images/banner.jpg) center no-repeat;
}

#content {
	width:760px;
	position:relative;
	float:left;
	padding: 20px;
	text-align:left;
}
#left {
	position:relative;
	width: 150px;
	float: left;
}
#menu {
	font-size:1.1em;
	font-weight:bold;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
    left: 0px;
}
#menu li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#menu li a {
	margin: 0;
	padding: 0;
	width: 140px;
	padding:5px;
	display: inline-block;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	background-color: #cccccc;
}
#menu a:hover {
	background: #333;
	color: #FFFFFF;
}
#menu .active a {
	background: #333;
	color: #FFFFFF;
}
#right {
	position:relative;
	padding:0 10px 20px 30px;
	width: 570px;
	float: right;
}
.textoNormal {
	font-size: 1em;
	line-height:140%; 
}
#clear {
	height: 1px;
	width:100%;
	clear: both;
}
#design {
	top: 50px;
	position: relative;
	font-size: 11px;
	color: #666;
	clear: both;
	padding: 0 0 30px 0;
}
#design a{
	color: #666;
    font-weight: bold;
	text-decoration:none;
}


form {
	margin:0;
	padding:0;
}
input {
	border: 1px solid #cccccc;
}
textarea {
	border: 1px solid #cccccc;
}
select {
	border: 1px solid #cccccc;
}
.flaggen {
	float: left; 
	margin-left: 5px; 
	margin-right: 5px;
}
