body {
	background-color: #385b21;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-y;
	background-position: top center;
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	margin: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border: 0px;
}

textarea {
	width: 100%;
	height: 200px;
}

img {
	border: 0px;
}

a {
	background-color: inherit;
	color: #385b21;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 13px;
}

#root {
	background-color: #FFF;
	color: #000;
	width: 740px;
	margin: auto;
}

#head {
	text-align: center;
	background-image: url('../img/logo.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 127px;
	padding-top: 20px;
}

#head h1 {
	display: none;
}

#menu {
	background-color: #385b21;
	color: #FFF;
	text-align: center;
	padding: 5px 0px;
}

#menu a {
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
}

#menu a.active {
	background-color: #577b3e;
	color: inherit;
}

#menu a:hover {
	background-color: #577b3e;
	color: inherit;
}

#submenu {
	background-color: #577b3e;
	color: inherit;
	padding: 5px 0px;
	text-align: center;
}

#submenu a {
	background-color: inherit;
	color: #FFF;
	padding: 5px 10px;
}

#submenu a.active {
	background-color: #749959;
	color: #FFF;
	text-decoration: underline;
}

#submenu a:hover {
	background-color: #749959;
	color: #FFF;
}

#main {
	background-color: inherit;
	color: inherit;
	padding: 20px 80px 20px 80px;
	text-align: left;
}

#foot {
	background-color: inherit;
	color: #CCC;
	padding: 5px 0px 20px 0px;
	text-align: center;
	clear: both;
}

#map {
	position: relative;
	right: 0px;
	float: right;
	padding-top: 12px;
}

#map img {
	border: 1px #000 solid;
}

/* FLAGS */

#flags {
	padding: 0px 4px 0px 661px;
	clear: both;
	overflow: hidden;
}

.se, .se_act, .en, .en_act, .de, .de_act {
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0px 0px 5px 5px;
}

.se {
	background-image: url('../img/flag_se_off.gif');
}

.se_act {
	background-image: url('../img/flag_se.gif');
}

.en {
	background-image: url('../img/flag_uk_off.gif');
}

.en_act {
	background-image: url('../img/flag_uk.gif');
}

.de {
	background-image: url('../img/flag_de_off.gif');
}

.de_act {
	background-image: url('../img/flag_de.gif');
}

.se span, .se_act span, .en span, .en_act span, .de span, .de_act span {
	display: none;
}

.msg_error, .msg_ok {
	padding: 10px;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	text-align: center;
}

.msg_error {
	background-color: #FCC;
	color: #F00;
	border-color: #F00;
}

.msg_ok {
	background-color: #CFC;
	color: #090;
	border-color: #090;
}

div.img_list {
	/* background-color: #CCC; */
	float: left;
	width: 120px;
}

div.img_list img {
	opacity: 0.75;
}

div.img_list img:hover {
	opacity: 1;
}

div.text {
	float: left;
	clear: right;
	width: 460px;
}

div.textNoImg {
	float: left;
	clear: right;
	width: 460px;
	margin-left: 60px;
}

div.img {
	text-align: center;
}

.imgHead {
	text-align: center;
}
