﻿body, html {
	font: 14px Arial, Tahoma, Verdana, sans-serif;
	color: #6f6f6f;
	background: #fff url("/Images/bodybg.jpg") repeat-x;
	line-height: 20px;
}
html {
	background-color: #dadada;
}

a {
	text-decoration: none;
	color: #416c0e;
	font-weight: bold;
}

a:hover {
	color: #000;
}

.startboxright li {
	margin-bottom: 10px;
}

.startboxright a {
	color: #454545;
	background: url("/Images/grey_arrow.jpg") center left no-repeat;
	padding-left: 20px;
	display: inline-block;
	font-size: 14px;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

h2 {
	font-size: 40px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	font-size: 20px;
	color: #8f1327;
	font-weight: normal;
	margin-bottom: 15px;
}

h4 {
	font-size: 25px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

h5 {
	font-size: 18px;
	color: #8f1327;
	font-weight: normal;
	margin-bottom: 7px;
}

#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#languages {
	width: 78px;
	height: 33px;
	background: url("/Images/languages_bg.jpg");
	position: absolute;
	z-index: 4;
	font-size: 0px;
	top: 0px;
	left: 722px;
}

#languages a {
	display: inline-block;
	margin: 7px 0px 0px 7px;
}

h1 {
	font-size: 0px;
	color: #fff;
	background: url("/Images/logo.jpg");
	width: 88px;
	height: 74px;
	float: left;
	margin-right: 20px;
}

.date {
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
}

#startcolumn {
	padding-top: 60px;
}

#leftcolumn {
	width: 210px;
	padding-right: 20px;
	padding-top: 60px;
	float: left;
	text-align: right;
}

#leftcolumn h3 {
	margin-right: 15px;
}


#leftcolumn ul li {
	margin-bottom: 2px;
}

#leftcolumn ul li a {
	color: #5f5f5f;
	font-weight: bold;
	padding: 7px;
	padding-right: 32px;
	background: url("/Images/submenu_notsel.jpg") center right no-repeat;
	font-size: 12px;
	border: 1px solid #fff;
	display: block;
}

#leftcolumn ul li.selected a {
	border: 1px solid #e0e0e0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url("/Images/submenu_sel.jpg") center right no-repeat;
	color: #000;
}

#rightcolumn {
	width: 530px;
	padding-left: 40px;
	padding-top: 60px;
	float: left;
	background: url("/Images/maincolumnbg.jpg") top left no-repeat;
	min-height: 515px;
}

#rightcolumn h2 {
	font-size: 25px;
}


#rightcolumn h3 {
	color: #000;
	margin-bottom: 5px;
	font-size: 20px;
}

#top {
	padding-top: 30px;
	height: 78px;
	margin-bottom: 20px;
}

#top ul {
	float: left;
	height: 42px;
	padding-top: 36px;
	font-size: 0px;
}

#top ul li {
	display: inline-block;
	float: left;
	line-height: 42px;
	padding-right: 20px;
	height: 42px;
	position: relative;
	margin-right: 1px;
	font-size: 0px;
}

hr {
	border: 0;
	color: #e0e0e0;
	background-color: #e0e0e0;
	height: 1px;
	margin: 20px 0px;
}


#top ul li a {
	height: 42px;
	padding-left: 20px;
	color: #686868;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
}

#top ul li.selected, #top ul li:hover {
	background: url("/Images/menu_selected.jpg") top right no-repeat;
}

#top ul li.selected a, #top ul li:hover a {
	background: url("/Images/menu_selected.jpg") no-repeat;
	color: #fff;
}

#top ul li ul {
	float: none !important;
	height: auto !important;
	padding-top: 0px !important;
	display: none;
	position: absolute !important;
	top: 42px !important;
	left: 0px !important;
	z-index: 10 !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	background: url("/Images/sub_libg.jpg") bottom left repeat-x !important;	
	border-bottom-left-radius: 8px !important;
	-moz-border-radius-bottomleft: 8px !important;
	-webkit-border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	-moz-border-radius-bottomright: 8px !important;
	-webkit-border-bottom-right-radius: 8px !important;
	font-size: 0px !important;
}

#top ul li ul li {
	display: inline-block !important;
	float: none !important;
	clear: both;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 0px !important;
	width: 230px !important;
	background: url("/Images/sub_libg.jpg") !important;
}

#top ul li ul li a {
	display: inline-block !important;
	font-weight: bold !important;
	font-size: 14px !important;
	line-height: 42px !important;
	height: 42px !important;
	color: #fff !important;
	width: 210px !important;
	background: url("/Images/sub_libg.jpg") !important;
}

#top ul li ul li:hover {
	background: #71ac2c !important;
}

#top ul li ul li:hover a {
	background: #71ac2c !important;
}


#footer {
	height: 45px;
	padding-top: 30px;
	background: url("/Images/footerbg.jpg") repeat-x;
	margin-top: 60px;
}

#footercontent {
	width: 800px;
	margin: 0 auto;
}

#footercontent li {
	display: inline;
}

#footercontent a {
	font-weight: bold;
	display: inline-block;
	margin-right: 15px;
	color: #646464;
	font-size: 12px;
}

#footercontent li.selected a {
	color: #000;
}

#imagetext {
	height: 43px;
	background: url("/Images/start_bildtext.jpg") no-repeat;
	padding-left: 20px;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 25px;
}

#imagetext div {
	height: 43px;
	background: url("/Images/start_bildtext.jpg") top right no-repeat;
	line-height: 43px;
}

.boxtype1 {
	background: #f8f8f8;
	border-right: 2px solid #d8d8d8;
	border-bottom: 2px solid #d8d8d8;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 30px;
	min-height: 180px;
}

.startboxleft, .startboxright {
	width: 326px;
	float: left;
	margin-right: 10px;
	margin-top: 30px;
	font-size: 12px;
}

.startboxright {
	margin-right: 0px;
	margin-left: 10px;
}

#rightcolumn li {
	margin-left: 35px;
}

#rightcolumn ol {
	margin-bottom: 20px;
}

#rightmargin ol, #rightmargin ul {
	margin: 10px 0px;
}

#rightmargin ul {
	list-style-type: circle;
}

#rightcolumn p {
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

a.bigbutton1 {
	display: inline-block;
	color: #fff;
	height: 33px;
	padding-left: 32px;
	line-height: 33px;
	background: url("/Images/big_button1.gif") no-repeat;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
}

a.bigbutton1 span {
	display: inline-block;
	height: 33px;
	padding-right: 20px;
	line-height: 33px;
	background: url("/Images/big_button1.gif") top right no-repeat;
	cursor: pointer;
}

a.bigbutton1:hover {
	background: url("/Images/big_button1_.gif") no-repeat;
}

a.bigbutton1:hover span {
	background: url("/Images/big_button1_.gif") top right no-repeat;
}
