html {
    -webkit-text-size-adjust: 100%;
}
body {
	background-color: #eeeeee;
	/*font-family: "Helvetica Neue", Arial, sans-serif;*/
	font-family: "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-weight: 300;
	font-stretch: normal;
	font-size: 101%;
	color: #222222;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #006bb3;
	padding: 26px 0px 24px 0px;
	margin: 0;
}

h2 {
	font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #006bb3;
	padding: 16px 0px 6px 0px;
	margin: 0;
}

h3 {
	font-size: 20px;
	color: #222222;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
    line-height: 1.3;
	margin: 0px 0px 17px 0px;
	padding: 40px 0px 4px 0px;
}

h3:first-child {
    padding-top: 10px; /*16px*/
}

h4 {
	font-size: 15px;
	color: #222222;
	font-weight: bold;
	margin: 0;
	padding: 36px 0px 16px 0px;
}

h5 {
	font-size: 15px;
	color: #222222;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px 6px 8px;
}

td {
	font-size: 15px;
	color: #222222;
	font-weight: normal;
}

td i {
	font-size:15px;
	color: #00cc00;
	font-weight: bold;
}

a {
	color: #006bb3;
	font-size: 15px;
	font-weight: normal;
}

a:visited {
	color: #006bb3;
	font-size: 15px;
	font-weight: normal;
}

a:hover {
	color: #006bb3;
	font-size: 15px;
	font-weight: normal;
}

a:active {
	color: #006bb3;
	font-size: 15px;
	font-weight: normal;
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 2px 0px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #222222;
	margin-bottom: 3px;
}

input.tbutton {
   display: block;
   margin-top: 6px;
   padding: 7px 20px 7px 20px;
   text-align: center;
   color: #333333;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: bold;
   border: 1px solid #eeeeee;
   -moz-border-radius: 4px;
   -khtml-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   background-color: #CCCCCC;
   cursor: pointer;
   text-decoration:none;
}

#container {
	font-size: 15px;
	position: relative;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 50px 0px;
	text-align: left;
    background-color: #ffffff;
}

#content {
	padding: 20px 20px 15px 20px;
	text-align: left;
	line-height: 1.5;
	/* background-color:#CCFF00; */
}

#border {
	max-width: 1200px;
	background-color: #ffffff;
}

#banner {
    padding-bottom: 8px;
	border-bottom: 1px solid #cccccc;
}

.navBar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
}

.navBar li {
	display: block;
	float: left;
}

.navBar li a {
	text-decoration: none;
}

#first_navigation {
	color: #222222;
	padding-right: 50px;
}

.first_navigation_sub {
	float: right;
	padding: 20px 20px 0px 20px;
	font-size: 18px;
	color: #222222;
}

.first_navigation_sub a {
	text-decoration: none;
	font-size: 18px;
	color: #222222;
}

.first_navigation_sub a:hover {
	color: #006bb3;
}

.first_navigation_sub_selected {
	float: right;
	padding: 20px 20px 0px 20px;
	font-size: 18px;
	color: #006bb3;
}

.first_navigation_sub_selected a {
	text-decoration:none;
	font-size: 18px;
	color: #006bb3;
}

.first_navigation_sub_selected a:hover {
	color: #006bb3;
}

.navlist {
	float: left;
	overflow: auto;
}

.navlist_border {
}

a.navlist_item {
	display: block;
	color: #006bb3;
	font-size: 15px;
	line-height: 1.6;
	padding: 6px 10px 6px 10px;
	border-left: 6px solid #E9E9E9;
	text-decoration: none;
	-o-transition: border-left 300ms ease-out;
	-ms-transition: border-left 300ms ease-out;
	-moz-transition: border-left 300ms ease-out;
	-webkit-transition: border-left 300ms ease-out;
	transition: border-left 300ms ease-out;
}
a.navlist_item:hover {
	color: #006bb3;
	border-left: 6px solid #cccccc;
	text-decoration: underline;
}

a.navlist_item_selected {
	display: block;
	color: #006bb3;
	font-size: 15px;
	line-height: 1.6;
	padding: 6px 10px 6px 10px;
	border-left: 6px solid #006bb3;
	text-decoration: none;
}
a.navlist_item_selected:hover {
	color: #006bb3;
}

a.navlist_mobile {
	display: block;
	color: #006bb3;
	font-size: 15px;
	line-height: 1.6;
	padding: 10px;
	border-left: 6px solid #E9E9E9;
	background-color: #E9E9E9;
	text-decoration: none;
	-o-transition: background-color 300ms ease-out;
	-ms-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}
a.navlist_mobile:hover {
	background-color: #dddddd;
}

a.navlist_mobile_selected {
	display: block;
	color: #006bb3;
	font-size: 15px;
	line-height: 1.6;
	padding: 10px;
	border-left: 6px solid #006bb3;
	background-color: #dddddd;
	text-decoration: none;
}
a.navlist_mobile_selected:hover {
	background-color: #dddddd;
}

#footer {
	clear: both;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

#footer_content {
	max-width: 1200px;
	padding: 0px 20px 10px 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #888888;
	font-size: 12px;
}

#footer_content a {
	color: #006bb3;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#footer_content a:visited {
	color: #006bb3;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#footer_content a:hover {
	color: #006bb3;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#footer_content a:active {
	color: #006bb3;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#copyright_short {
	display: none;
}

@media (max-width: 900px) {
	.first_navigation_sub {
		padding-left: 14px;
		padding-right: 14px;
	}
	.first_navigation_sub_selected {
		padding-left: 14px;
		padding-right: 14px;
	}
}

@media (max-width: 800px) {
	#page_logo_small {
		display: block;
	}
	#page_logo {
		display: none;
	}
	.first_navigation_sub {
		padding-top: 58px;
		font-size: 15px;
	}
	.first_navigation_sub_selected {
		padding-top: 58px;
		font-size: 15px;
	}
	.first_navigation_sub a {
		padding-top: 58px;
		font-size: 15px;
	}
	.first_navigation_sub_selected a {
		padding-top: 58px;
		font-size: 15px;
	}
}

@media (max-width: 680px) {
	#page_logo_small {
		display: block;
	    padding-top: 46px; /*33px;*/
	    padding-bottom: 0px;
	    padding-left: 20px;
	}
	#page_logo {
		display: none;
	}
	.navBar li {
		float: none;
		text-align: right;
	}
	#first_navigation {
		padding-top: 12px;
		padding-bottom: 0px;
		padding-right: 16px;
		padding-left: 0px;
	}
	.first_navigation_sub {
		padding-top: 0px;
		line-height: 22px;
		font-size: 15px;
	}
	.first_navigation_sub_selected {
		padding-top: 0px;
		line-height: 22px;
		font-size: 15px;
	}
	.first_navigation_sub a {
		padding-top: 0px;
		line-height: 22px;
		font-size: 15px;
	}
	.first_navigation_sub_selected a {
		padding-top: 0px;
		line-height: 22px;
		font-size: 15px;
	}
	#content {
		padding-top: 20px;
		padding-left: 20px;
		padding-bottom: 5px;
		padding-right: 20px;
	}
	#footer_content {
		padding-left: 20px;
		padding-right: 20px;
	}
	#copyright_long {
		display: none;
	}
	#copyright_short {
		display: inline;
	}
	#datenschutz {
		display: none;
	}
	#satzung {
		display: none;
	}
}

.flexbox25 {
	float: left;
	width: 25%;
}

.flexbox33 {
	float: left;
	width: 33.3%;
}

.flexbox50 {
	float: left;
	width: 50%;
}

.flexborder {
	border-left: 1px solid #dddddd;
}

@media (max-width: 900px) {
	.flexbox25 {
		float: left;
		width: 50%;
	}
	.flexbox33 {
		width: 50%;
	}
	.flexbox50 {
		width: 100%;
	}
	.flexborder {
		border-top: 1px solid #dddddd;
		padding-top: 30px;
		margin-top: 30px;
	}
}

@media (max-width: 600px) {
	.flexbox25 {
		width: 100%;
	}
	.flexbox33 {
		width: 100%;
	}
}

input.tbutton {
	display: block;
	margin-top: 6px;
	padding: 10px 24px 10px 24px;
	text-align: center;
	color: #ffffff;
	font-family: "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #006bb3;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #006bb3;
	cursor: pointer;
	text-decoration:none;
}

a.button {
	display: block;
	padding: 10px 24px 10px 24px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	border: 1px solid #006bb3;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #006bb3;
	cursor: pointer;
	text-decoration: none;
	-o-transition: background-color 300ms ease-out;
	-ms-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}
a.button:hover {
	background-color: #004b93;
}
a.button:active {
	background-color: #004b93;
}

a.cms {
	display: inline;
    padding: 2px 7px 3px 7px;
    margin: 0px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	border: 1px solid #006bb3;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #006bb3;
	cursor: pointer;
	text-decoration: none;
	-o-transition: background-color 300ms ease-out;
	-ms-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
}
a.buttonsmall:hover {
	background-color: #004b93;
}
a.buttonsmall:active {
	background-color: #004b93;
}

a.btngrey {
	color: #222222;
	border: 1px solid #e9e9e9;
	background-color: #e9e9e9;
}
a.btngrey:hover {
	background-color: #cccccc;
}
a.btngrey:active {
	background-color: #cccccc;
}

a.btnyellow {
	color: #222222;
	border: 1px solid #ffbd00;
	background-color: #ffbd00;
}
a.btnyellow:hover {
	background-color: #efcd00;
}
a.btnyellow:active {
	background-color: #efcd00;
}

a.btnred {
	color: #ffffff;
	border: 1px solid #f04124;
	background-color: #f04124;
}
a.btnred:hover {
	background-color: #cf2a0e;
}
a.btnred:active {
	background-color: #cf2a0e;
}

a.btngreen {
	color: #ffffff;
	border: 1px solid #009900;
	background-color: #009900;
}
a.btngreen:hover {
	background-color: #008800;
}
a.btngreen:active {
	background-color: #008800;
}

a.btndark {
	color: #ffffff;
	border: 1px solid #444444;
	background-color: #222222;
}
a.btndark:hover {
	background-color: #111111;
}
a.btndark:active {
	background-color: #111111;
}
.project {
	width: 100%;
}
.project_support {
	width: 72%;
}
.support {
	float: right;
	width: 28%;
	margin-bottom: 24px;
}
.support_mobile {
	display: none;
	width: 100%;
	margin-bottom: 4px;
}
.support_head {
	font-size: 13px;
	color: #006bb3;
	padding-bottom: 2px;
	margin-left: 40px;
}
.support_content {
	padding: 8px 20px 8px 8px;
	margin: 0px 0px 0px 40px;
	font-size: 13px;
	color: #ffffff;
	border: 1px solid #006bb3;
	background-color: #006bb3;
}
.support_content a {
	font-size: 13px;
	color: #ffffff;
}

@media (max-width: 900px) {
	.project_support {
		width: 100%;
	}
	.support {
		width: 40%;
	}
}

@media (max-width: 600px) {
	.project_support {
		width: 100%;
	}
	.support {
		display: none;
		float: none;
		width: 100%;
	}
	.support_mobile {
		display: block;
		padding-top: 20px;
	}
	.support_head {
		margin-left: 0;
	}
	.support_content {
		margin-left: 0;
	}
}

.index_bg {
   background-color: #ffffff;
   padding-top: 30px;
   border: 6px solid #e4e7e5;
   -moz-border-radius: 30px;
   -khtml-border-radius: 30px;
   -webkit-border-radius: 30px;
   border-radius: 30px;
}

.index_title {
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.index_logo {
	text-align: center;
	margin: 20px 0px 26px 0px;
}

.index_box {
	float: left;
	margin: 0px 20px 30px 20px;
}

.index_img {
	display: block;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.index_link {
	display: block;
	padding-top: 20px;
	padding-bottom: 40px;
}

#index_break {
}

@media (max-width: 1000px) {
	.index_box {
		margin: 40px 20px 50px 20px;
	}
	#index_break {
		clear: left;
	}
}

@media (max-width: 800px) {
	.index_box {
		margin: 40px 20px 50px 20px;
	}
	#index_break {
		clear: left;
	}
}

@media (max-width: 600px) {
	.index_box {
		float: none;
		text-align: center;
		margin: 40px 0px 80px 0px;
	}
	.index_img {
		margin: 0px auto 20px auto;
	}
	#index_break {
		clear: left;
	}
}

#msgbox {
   	display: block;
   	text-align: left;
    font-size: 13px;
	line-height: 1.5;
    color: #222222;
    background-color: #ffffff;
    padding: 8px;
	border: 8px solid #ffffff;
	-moz-border-radius: 4px;
	-khtml-border-radius :4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#warning {
	display: block;
	text-align: center;
	line-height: 1.5;
	color: #222222;
	background-color: #FFB3B3;
	padding: 0px;
	border: 8px solid #FFB3B3;
	-moz-border-radius: 4px;
	-khtml-border-radius :4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 12px;
}

#success {
	display: block;
	text-align: center;
	line-height: 1.5;
	color: #222222;
	background-color: #D6FFDC;
	padding: 0px;
	border: 8px solid #D6FFDC;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 12px;
}

.floatleft 	{ float: left; }
.floatright 	{ float: right; }
.clear 		{ clear: both; }
.clearleft 	{ clear: left; }
.clearright 	{ clear: right; }


.form td {
    padding: 6px 12px 6px 0px;
}
td.comment {
    font-size: 11px;
}
