﻿body {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight:normal;
	text-align: center;
	background-color:#333;
	margin-left: 0px;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
html {
	height: 100%;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #202020;
}
a:hover {
	color: #c00001;
}
p {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 12pt;
	font-weight: bolder;
	color: #404040;
}
h2 {
	font-size: 12pt;
	font-weight: bolder;
	color: #5d89aa;
}
td {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
}

ul{
	list-style:url('/images/basics/bulletrd.gif');
}

li{
	margin-bottom: 3px;
}
form {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0px;
}
input, select, textarea {
	font-family : Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	border: 1px solid #999999;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
input.button {
	color: #000000;
	border: 1px #6D3343 solid;
	background-color: #DFC1CA;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#main {
	margin: 0px auto;
	text-align: center;
	width: 804px;
	padding: 0px;
	height: 600px;
}
#header {
	text-align: left;
	width: 100%;
	height: 300px;
	z-index: 0;
	margin: 0px;
	margin-bottom: 0px;	
}
#header_innen {
	text-align: left;
	width: 810px;
	height: 300px;
	z-index: 3;
	margin: 0px;	
	margin-right: auto;
	margin-left: auto;
}
#flaggen {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 20px;
	z-index: 3;
}
#country {
	width: 100%;
	height: 30px;
	text-align: center;
	z-index: 10;
	margin-top: 0px;
	margin-bottom: 0px;
}
#country_innen {
	text-align: right;
	width: 790px;
	height: 30px;
	z-index: 2;
	margin-top:-260px;
	margin-right: auto;
	margin-left: auto;
	padding-right:20px;
	font-weight: normal;
	color: #FFFFFF;
	background-color:transparent;
}
#between {
	width: 100%;
	height: 30px;
	text-align: center;
	z-index: 1;
	margin-top: 0px;
	margin-bottom: 0px;
}
#between_innen {
	text-align: center;
	width: 810px;
	height: 30px;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-left: 0px;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#000000;
}
#navigation {
	width: 100%;
	height: 30px;
	text-align: center;
	z-index: 1;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation_innen {
	text-align: center;
	width: 810px;
	height: 30px;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-left: 0px;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#000000;
}
#content_cat {
	width: 100%;
	height: 25px;
	text-align: center;
	z-index: 1;
	margin-bottom: 0px;
}

#content_cat_innen{
	text-align: left;
	width: 780px;
	height: 20px;
	z-index: -1;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 7pt;
	background-color:#ff6300;
	z-index:100;
}

#content {
	background: #ff6300;
	background-color: #ff6300;
	margin: 0px auto;
	text-align: center;
	width: 790px;
	padding: 0px;
}

#divContent {
	background-color: #ffffff;
	padding: 20px;
	border-left: 10px solid #ff6300;
	border-right: 10px solid #ff6300;
	border-bottom: 0px;
	margin-top:0px;
	margin-left:-7px;
	width: 750px;
	min-height:450px;
	z-index: 2;
	text-align: left;	
}
#divContent img {
	border:1px solid #000000;
	margin:2px;
}
#footer {
	text-align: center;
	width: 796px;
	height: 10px;
	z-index: 0;
	margin: 0px;
	font-size: 8pt;
	color: #000000;
	background-color:#ff6300;	
	padding: 7px;
}
#footer a {
	text-decoration:none;
	font-weight: normal;
}
#footer a:link, a:visited, a:active {
	color:#000000;
}
#footer a:hover {
	color: #ca2d1c;
}
#AdditionalInfo{
	position:absolute;
	margin-left:-2000px;
	margin-top:-2000px;
	visibility:hidden;
}