/* A L L G E M E I N */
body {
	background-color: #fff;
	margin: 1% 0 0 0;
	position: relative;
}
body, table, div, textarea, input {	
	font: 12px 'Verdana', sans-serif;
	color: #000;
}
h1 {font-size: 140%; color: #158acf; }
h2 {font-size: 120%; color: #158acf; }
a, a:visited {
	color: #e67817;
	text-decoration: none;
	outline: none !important;
}
a:hover,
a.aktiv,
a.aktiv:visited { 
	color: #158acf;
	text-decoration: none;
}
img {
	border: 0;
}
.stopfloat {
	clear: both;
}

/* Strukturen */
#framework {
	height: 675px;
	width: 900px;
	margin: 0 auto;
}

#logoarea,
#maparea,
#naviarea {
	background-color: #fff;
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#logoarea {
	height: 110px;
}
#logoarea img {
	margin-left: 5px;
}

#language {
	color: #b5b5b5;
	bottom: 30px;
	right: 0;
	position: absolute;
}
#maparea {
	margin-top: 10px;
	width: 700px;
}
#maparea,
#naviarea {
	text-align: center;
}

#naviarea {
	color: #b5b5b5;
  padding-bottom: 30px;
}
#naviarea a,
#naviarea span {
	padding: 0 5px;
}

#mapimg {
	background: url('../images/europa.jpg');
	width: 687px;
	height: 505px;
}

#mousebox {
	position: absolute;
	display: none;
	z-index: 100;
	width: 105px;
	height: 18px;
}

#content {
  min-height: 600px;
  height: auto !important;
  height: 600px;
	width: 700px;
	margin: 0 auto;
}

#newsbox {
	background-image: url("../images/bg-th.jpg");
	background-repeat: repeat-x;
	color: #333;
	
	margin: 20px 0 20px 0;
	border: 1px solid #d5d5d5;
	width: 700px;
	height: 20px;
}
#newshead {
	padding: 3px 0 2px 10px;
	float: left;
	width: 70px;
	font-weight: bold;
	font-size: 0.9em;
}
#newstext {
	padding: 4px 0 1px;
	margin-right: 90px;
	float: right;
	width: 520px;
	font-size: 0.9em;
}

#newstext a, #newstext a:visited, #newstext a:hover {
	display: block;
	text-align: center;
	color: #333;
}

.invalid {
	font-weight: bold;
	color: red;
}

.stdControl {
	width: 200px;
	border: 1px solid #aaa;
}
.stdSelect {
	border: 1px solid #aaa;
}
.stdArea {
	width: 100%;
	border: 1px solid #aaa;
}

.stdButton {
	margin-top: 10px;
	padding: 2px 20px;
	border: 1px solid #aaa;
}

.empty label {
	color: red;
}

.empty input, .empty textarea {
	border: 1px solid red;
}