body {
	margin: 0px;
	background: #F7F4EA;
	color: black
	font-family: verdana;
	font-size: 12px;
}
body.main {
	margin: 0px;
	background: #F7F4EA;
	background-image: url("../images/topline.jpg");
	background-repeat: repeat-x;
	color: black
	font-family: verdana;
	font-size: 12px;
}

body.popup {
	margin: 2px;
}
a {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
}
a.lang {
	text-decoration: none;
}
a.lang:hover {
	text-decoration: none;
}
a.menu {
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	display: block;
	color: #987554;
	padding: 2px;
	padding-left: 15px;
	background-image: url("../images/menubg.jpg");
	background-repeat: no-repeat;
	background-position: left 50%;
}
a.menu:hover {
	text-decoration: none;
	color: white;
	background-image: url("../images/menubg_hover.jpg");
	background-repeat: no-repeat;
}
a.menuactive {
	text-decoration: underline;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	display: block;
	color: #987554;
	padding: 2px;
	padding-left: 15px;
	background-image: url("../images/menubg.jpg");
	background-repeat: no-repeat;
	background-position: left 50%;
}
a.menuactive:hover {
	text-decoration: underline;
	color: white;
	background-image: url("../images/menubg_hover.jpg");
	background-repeat: no-repeat;
}
a.bottommenu {
	text-decoration: none;
	color: black;
	padding-bottom: 2px;
	text-align: center;
}
a.bottommenu:hover {
	text-decoration: underline;
	background-repeat: no-repeat;
}

.menupic {
	background: white;
	border: 1px solid #4A6C9C;
	padding: 1px;
}

.field {
}
.button {
}
.field-search {
	border: 1px solid black;
	color: black;
	background: #C0D0E5;
	margin: 1px;
}
.button-search {
	border: 1px outset black;
	color: black;
	background: #95AECD;
	margin: 1px;
}
hr.dots {
	display: block;
	text-align: center;
	width: 90%;
	border:0px;
	border-top: 1px dotted black;
}
h2 {
	display: block;
	color: black;
	margin: 0px;
	font-size: 15px;
}
h1 {
	display: block;
	text-align: center;
	color: black;
}
li {
	list-style: circle;
}
table {
}
td {
	vertical-align: top;
	font-family: verdana;
	font-size: 12px;
}
div.def {
}
.image-bord {
	padding: 1px;
	border: 1px solid black;
}
.image {
	border: 0px;
}
span.imgtext {
	color: #EFC868;
}
span.time {
}
div.article {
}
div.article-border {
	border-bottom: 1px dotted #EFC868;
}
div.article-important {
	background: grey;
	border: 1px solid #EFC868;
}
span.banner {
	display: block;
	border: 1px dashed #DA251C;
	text-align: center;
	font-weight: bold;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 378px;
	height: 87px;
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	z-index:50500;
}
#logo2 {
	position: absolute;
	top: 0px;
	left: 660px;
	width: 355px;
	height: 157px;
	background-image: url("../images/pics.jpg");
	background-repeat: no-repeat;
	z-index:40000;
}
#menu {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 180px;
	background: #F7F4EA;
	font-size: 12px;
	z-index: 60000;
}
#bottommenu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	text-align: center;
	color: #EFC868;
	font-size: 12px;
	z-index: 50500;
}
#box {
	position: absolute;
	top: 400px;
	left: 0px;
	width: 200px;
}
#content {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 800px;
	text-align: left;
	z-index: 50500;
}

#langsel {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100px;
	z-index: 60000;
}
#home {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: 120px 30px;
	background-repeat: no-repeat;
}

