/*	Main Page	*/
body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*	Main Window	*/
#headwindow {
	background-image: url("/style/pictures/background.png");
	width: 1140px;
	position: relative;
	margin-top: -352px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	z-index: 1;
	border: solid 0px #c0c0c0;
}

#main_section {
	position: relative;
	width: 913px;
	background-color: #ffffff;
	min-height: 400px;
	margin-top: -550px;
	margin-left: 195px;
	color: #262626;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	border: solid 0px #000000;
}

#main_h1 {
	color: #DC2B19;
	font-size: 12pt;
	font-weight: bold;
	width: 100%;
}

#main_h2 {
	color: #DC2B19;
	font-size: 10pt;
	font-weight: bold;
	width: 100%;
}

#content {
	padding-left: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16pt;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 0px;
	width: 100%;
}

.content {
	padding-left: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	padding-right: 15px;
	padding-top: 0px;
	width: 100%;
}

.content_h2 {
	color: #262626;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 3px;
	width: 100%;
}

.content_h2_down {
	color: #262626;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 3px;
	width: 100%;
}

.content_text {
	padding-left: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	padding-right: 15px;
	padding-top: 0px;
	width: 100%;
}

.content_table {
	padding-left: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	padding-right: 15px;
	padding-top: 0px;
}
/*	Header	*/
#topbox {
	position: relative;
	color: #ffffff;
	margin-top: -438px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	z-index: 2;
	border: solid 0px #00ff55;
}

#logo {
	margin-left: 0px;
	padding-right: 20px;
	padding-top: 40px;
	position: relative;
	text-align: right;
	z-index: 2;
}

#pictures {
	text-align: center;
	height: 260px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 2;
	color: #000000;
}

#menu_hori {
	text-align: center;
	height: 40px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	z-index: 2;
	color: #000000;
}

.menu_hori_field {
	color: #ffffff;
	background-color: #dc2b19;
	width: 189px;
}

.menu_hori_field a {
	display: block;
	text-decoration: none;
	line-height: 34px;
	vertical-align: middle;
	color: #ffffff;
	border-bottom: solid 6px #dc2b19;
}

.menu_hori_field a:hover {
	color: #262626;
	text-decoration: none;
	line-height: 34px;
	vertical-align: middle;
	border-bottom: solid 6px #c85a5a;
}

.menu_hori_field a#active {
	color: #ffffff;
	text-decoration: none;
	line-height: 34px;
	vertical-align: middle;
	border-bottom: solid 6px #ffffff;
}

/*	Fusszeile	*/
#footer {
	position: relative;
	background-color: #DC2B19;	
	width: 1140px;
	line-height: 40px;
	color: #ffffff;
	margin-top: -46px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

#footer a {
	position: relative;
	width: 1140px;
	line-height: 40px;
	color: #ffffff;
	margin-top: -46px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}

/*	Menu vertical	*/
#menu_ver {
	position: relative;
	display: block;
	margin-top: 20px;
	width: 195px;
	min-height: 530px;
	/*background-color: #e6e6e6;*/
	color: #262626;
	font-size: 12pt;
}

.menu_ver_field {
	height: 20px;
	padding-left: 0px;
	text-align: left;
	color: #262626;
	font-size: 12pt;
}

.menu_ver_field a {
	color: #262626;
	text-decoration: none;
	padding-left: 21px;
}

.menu_ver_field a:hover {
	color: #262626;
	text-decoration: none;
	padding-left: 15px;
	border-left: solid 6px #DC2B19;
}

.menu_ver_field a#active_vertical {
	color: #262626;
	text-decoration: none;
	padding-left: 15px;
	border-left: solid 6px #DC2B19;
}

.menu_line {
	height: 0;
	width: 90%;
	border-style: dotted;
	border-width: 2px 0 0 0;
	border-color: #c0c0c0;
	text-align: center;
}

.content_line {
	height: 0;
	width: 100%;
	border-style: dotted;
	border-width: 2px 0 0 0;
	border-color: #c0c0c0;
	text-align: center;
}

#my-slide {
	color: #333333;
	text-align: center;
	background-color: #F6F6F6;
}

#my-slide  table {
	margin: 0 auto;
	width: 80%;
}

#my-slide table td {
	vertical-align: middle;
}

#link a {
	text-decoration: none;
	color: #262626;
}

#link a:hover {
	text-decoration: none;
	color: #c85a5a;
}

.link a {
	text-decoration: none;
	color: #262626;
}

.link a:hover {
	text-decoration: none;
	color: #c85a5a;
}

.link_no-deco a {
	text-decoration: none;
	color: #262626;
}

.link_no-deco a:hover {
	text-decoration: none;
	color: #262626;
}

.link_link a {
	text-decoration: none;
	font-weight: bold;
	padding-left: 30px;
	color: #262626;
}

.link_link a:hover {
	text-decoration: none;
	font-weight: bold;
	padding-left: 30px;
	color: #262626;
}

.link_sponsor_logo {
	text-align: left;
	padding-left: 0px;
	width: 200px;
}

.link_sponsor {
	text-align: right;
	font-weight: bold;
	padding-right: 40px;
	text-decoration: none;
}

.link_sponsor a {
	text-align: right;
	font-weight: bold;
	padding-right: 0px;
	text-decoration: none;
	color: #006699;
}

.link_sponsor a:hover {
	text-align: right;
	font-weight: bold;
	padding-right: 0px;
	text-decoration: none;
	color: #333333;
}

.tab_line_team {
	padding: 0px 60px 0px 5px;
}

.line_team {
	background-color: #006699;
	height: 2px;
	border: 0px;
}

.tab_line_s {
	padding: 0px 100px 0px 40px;
}

.line_s {
	background-color: #006699;
	height: 1px;
	border: 0px;
}

.tab_line_l {
	padding: 5px 100px 5px 100px;
}

.tab_line_xl {
	padding: 5px 30px 5px 30px;
}

.line_xl {
	background-color: #001B50;
	height: 3px;
	border: 0px;
}

.tab_line_xl_light a {
	display: block;
	padding: 6px 0px 6px 0px;
	background-color: #5D84FF;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: 0px;
}

.line_xl_light {
	background-color: #5D84FF;
	height: 6px;
	border: 0px;
}

