/* HTML Standard */
html, body, p {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #374262;
}

html, body {
	text-align: center;
	background-color: #E9EAEE;
	background-image: url(imgs/bg.gif);
	background-repeat: repeat-x;
	height: 100%;
}
/* CSS3
html {
	overflow: scroll;
	overflow-x: hidden;
}
*/

a, a:link, a:visited {
	text-decoration: none;
	color: #539C0D;
}

a:hover {
	text-decoration: underline;
	color: #539C0D;
}

h1 {
	background: url(imgs/h1.gif) no-repeat left center;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #515151;
	margin-top: 0px;
	margin-bottom: 7px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	/*color: #67BA17; helleres Grün */
	color: #539C0D;
	margin-top: 0px;
	margin-bottom: 7px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #374262;
	margin-top: 0px;
	margin-bottom: -3px;
}

hr {
	text-align: center;
	background-image: url(imgs/hr.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0px;
	width: 365px;
	height: 1px;
}

hr.vertical {
	margin-top: 60px;
	background-image: url(imgs/hrVertical.gif);
	background-repeat: no-repeat;
	border: 0px;
	width: 1px;
	height: 450px;
}

ul {
	padding: 0px;
	margin: 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
	
	list-style-type: none;
	background: url(imgs/bullet.gif) no-repeat;
	margin-left: 0px;
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 10px;
	color: #374262;
}
/* HTML Standard ENDE */


/* Layout */
#pane {
	width: 770px;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
	
	background-color: #FFFFFF;
	overflow: visible;
}

#top {
	height: 160px;
	background-color: #FFFFFF;
}

#typo {
	float: left;
	padding-left: 35px;
	padding-top: 20px;
}

#menu {
	width: 770px;
	float: left;
	/*height: 35px;*/
	margin-top: 15px;
}

.menuItemActive a, .menuItemActive a:link, .menuItemActive a:visited {
	text-decoration: none;
	color: #539C0D;
	font-weight: bold;
}

.menuItemActive a:hover {
	text-decoration: underline;
	color: #539C0D;
	font-weight: bold;
}

.menuItem a, .menuItem a:link, .menuItem a:visited {
	text-decoration: none;
	color: #374262;
}

.menuItem a:hover {
	text-decoration: underline;
	color: #374262;
}

.thirdMenuItem, .thirdMenuItemActive {
	margin-left: 35px;
	margin-bottom: 5px;
	/*float: left;*/
	width: 275px;
}

.thirdMenuItem a, .thirdMenuItem a:link, .thirdMenuItem a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.thirdMenuItem a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.thirdMenuItemActive a, .thirdMenuItemActive a:link, .thirdMenuItemActive a:visited {
	text-decoration: none;
	color: #A0E83A;
	font-weight: bold;
}

.thirdMenuItemActive a:hover {
	text-decoration: underline;
	color: #A0E83A;
	font-weight: bold;
}

#firstMenu {
	float: left;
	padding-left: 35px;
	padding-bottom: 2px;
	width: 700px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-image: url(imgs/menuSpacer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#secondMenu {
	float: left;
	padding-left: 35px;
	height: 11px;
	width: 700px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#thirdMenu {
	width: 310px;
	height: 210px;
	float: left;
	background-color: #374262;
	vertical-align: top;
	padding-top: 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#logo {
	float: right;
	padding-right: 30px;
	padding-top: 25px;
}

#slogan {
	float: right;
	padding-top: 25px;
	padding-right: 45px;
}

#topSpacer {
	height: 5px;
	background-image: url(imgs/topSpacer.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#headerContainer {
	background-color: #374262;
	width: 770px;
	height: 220px;
	padding: 0px;
}

#headerImage {
	float: right;
	text-align: right;
	background-image: url(imgs/kugeln.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #374262;
	width: 460px;
	height: 220px;
}

#footer {
	font-size: 10px;
	text-align: center;
	width: 770px;
	height: 15px;;
	margin: 0 auto;
}

#footer p {
	font-size: 10px;
	text-align: center;
}

#content {
	background-color: #FFFFFF;
	float: left;
	width: 770px;
}

#contentMain {
	width: 390px;
	min-height: 50px;
	padding: 65px 0px 0px 35px;
	background-color: #FFFFFF;
	color: #AEAEAE;
	vertical-align: top;
}

#contentMainSub {
	width: 390px;
	min-height: 50px;
	background-color: #FFFFFF;
	color: #374262;
	vertical-align: top;
}

#main {
	width: 390px;
	padding: 32px 0px 0px 35px;
	background-color: #FFFFFF;
	color: #374262;
	vertical-align: top;
}

#mainOneCol {
	padding: 0px 35px 0px 35px;
	background-color: #FFFFFF;
	color: #374262;
	vertical-align: top;
}

#contentMainSubOneCol {
	min-height: 50px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #AEAEAE;
	vertical-align: top;
}

#contentSpacer {
	vertical-align: top;
	width: 40px;
}

#sidebar {
	width: 310px;
	min-height: 50px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 65px;
}

#sidebar h1 {
	margin-left: 35px;
}

#sidebarSub {
	width: 310px;
	min-height: 50px;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 25px;
}

#sidebarSubOneCol {
	min-height: 50px;
	background-color: #FFFFFF;
	vertical-align: top;
}

#sidebarContent {
	margin-left: 15px;
	width: 275px;
	float: left;
}

#sideNavigation {
	vertical-align: top;
	width: 310px;
}

#breadcrumb {
	height: 25px;
	width: 425px;
	font-size: 10px;
	padding: 8px 0px 0px 35px;
	overflow: hidden;
}

#sideNavigationContent {
	margin-bottom: 40px;
	height: 25px;
	width: 303px;
	overflow: hidden;
	float: right;
}

.sidebarContent {	
	width: 245px;
	height: 37px;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 30px;
	margin-left: 35px;
	border-bottom: 3px solid #FFFFFF;
}

.sidebarContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #374262;
}

.sidebarLink {
	cursor: pointer;
}

.sideButton {
	background-color: #A0E83A;
	border-left: 1px solid #FFFFFF;
	
	padding-top: 3px;
	float: left;
	height: 22px;
	width: 100px;
}

.sideButton p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}


.sideButtonInactive {
	background-color: #A0E83A;
	border-left: 1px solid #FFFFFF;
	
	padding-top: 3px;
	float: left;
	height: 22px;
	width: 100px;
}

.sideButtonInactive p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #7B8192;
}


#sideNavigation a, #sideNavigation a:link, #sideNavigation a:visited  {
	text-decoration: none;
	color: #374262;
}

#sideNavigation a:hover .sideButton {
	text-decoration: none;
	color: #374262;
	background-color: #91DA2B;
}
/* Layout ENDE */

/* Formular */
.textbox {
	font-size: 12px; 
	line-height: 15px;
	color: #000000; 
	width: 220px;
	height:16px;
	
	margin-left: 5px;
	margin-bottom: 5px;
}

.textboxSmall { 
	font-size: 12px; 
	line-height: 15px;
	color: #000000; 
	width: 50px;
	height:16px;

	margin-left: 5px;
	margin-bottom: 5px;
}

.textboxMiddle { 
	font-size: 12px;
	line-height: 15px;
	color: #000000; 
	width: 170px;
	height:16px;
	
	margin-left: 5px;
	margin-bottom: 5px;
}

.textarea { 
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	width: 220px;
	height:80px;
	
	margin-left: 5px;
	margin-bottom: 5px;
}

.button { 
	font-size: 11px; 
	line-height: 12px;
	color: #000000; 
	width: 80px;
	height: 18px;
	
	margin-left: 5px;
	margin-bottom: 5px;
}
/* Formular ENDE */

/* Typo Überschreibungen */
.csc-textpic-caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
}

div.csc-textpic-clear {
	margin-top: -3px;
}
/* Typo Überschreibungen ENDE */