html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	scrollbar-face-color: #68993E;
	scrollbar-3dlight-color: #68993E;
	scrollbar-darkshadow-color: #68993E;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #68993E;
	//overflow:hidden;
}


body {
	padding: 0px;
	margin: 0px;
	height: 100%;

	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
	background: #4E920A;
}

h1 {
	font-size: 24px;
	color: #406113;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

table {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: underlined;
	color: #EEEEEE;
}
a:visited {
	text-decoration: underlined;
	color: #EEEEEE;
}
a:hover {
	text-decoration: none;
	color: #111111;
}
a:active {
	text-decoration: underlined;
	color: #EEEEEE;
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

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

.checkbox {
	border: 0px;
	width: 40px;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

.center_hor {
	position: relative;
	height: 100%;
	width: 760px;
	margin: 0px auto 0px auto;
}

.center_ver {
	position:absolute;
	height:420px;
	width:100%;
	top:50%;
	margin-top:-210px;
}

.ticker_bar_top {
	position:absolute;
	margin-top:-212px;
	top:50%;
	width:100%;
	text-align:center;
	height:20px;
	background:#21772E;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.ticker_bar_bottom {
	position:absolute;
	margin-top:190px;
	top:50%;
	width:100%;
	height:20px;
	text-align:center;
	background:#21772E;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.content_bg {
	position:absolute;
	margin-top:-190px;
	top:50%;
	width:100%;
	left:0px;
	height:380px;
	background: #232f84 url('/visuals/basis/bg.jpg') center center no-repeat;
}
.content_bg_intro {
	position:absolute;
	margin-top:-190px;
	top:50%;
	width:100%;
	left:0px;
	height:380px;
	background: #232f84 url('/visuals/basis/intro.jpg') center center no-repeat;
}


.col_1 {
	position:absolute;
	top:20px;
	left:0px;
	width:180px;
	height:380px;
}


.col_2 {
	position: absolute;
	top: 20px;
	left: 180px;
	width: 435px;
	height: 380px;
	overflow:auto;
}

.col_2_intro {
	position: absolute;
	top: 20px;
	left: 180px;
	width: 435px;
	height: 380px;
	overflow:hidden;
}


.col_3 {
	position:absolute;
	top:20px;
	left:615px;
	width:145px;
	height:380px;
}

.language_switch {
	position:absolute;
	width:100%;
	top:350px;
	text-align:center;
}

.content {
	position:absolute;
	top:10px;
	left:10px;
	width:370px;
}

.logo {
	position:absolute;
	top:48px;
	left:0px;
	z-index:1000;
}

.news_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.news_title {
	font-weight: bold;
}

.news_date {
	margin-left: 10px;
	font-size: 10px;
}

.news_author {
	position: absolute;
	font-style: italic;
	right: 10px;
}

.news_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_options {

}

.news_options a:link, .news_options a:visited, .news_options a:hover, .news_options a:active {
	color: #666666;
}

.ghosted {
	color: #999999;
}

.ghosted a:link, .ghosted a:visited, .ghosted a:hover, .ghosted a:active {
	color: #999999;
}

.row_c1 {
	color: #000000;
	background: #b3c2df;
}

.row_c2 {
	color: #FFFFFF;
	background: #cb6846;
}

.row_c3 {
	color: #000000;
	background: #c0d535;
}
.row_c4 {
	color: #000000;
	background: #e2e637;
}
.row_c5 {
	color: #000000;
	background: #d1d9eb;
}




/* Sitemap */
.sitemap_main, .sitemap_main a:link, .sitemap_main a:active, .sitemap_main a:hover, .sitemap_main a:visited {
	position: relative;
	text-decoration: none;
	color:#FFFFFF;
	width: 100%;
	margin-top:15px;
}
.sitemap_sub, .sitemap_sub a:link, .sitemap_sub a:active, .sitemap_sub a:hover, .sitemap_sub a:visited {
	position: relative;
	text-decoration: none;
	color:#000000;
	width: 100%;
	margin-bottom:2px;
}