@charset "utf-8";
/* CSS Document */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
}

ul {
	list-style: none;
}

.header { 
	height: 50px;
	background: #4B92D9;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #447ABB;
	border-bottom-color: #447ABB;
	text-align: center;
}

.header h1 {
	font-size: 16px;
	position: relative;
	top: 50%;
	margin-top: -8px;
}

.leftCol {
	padding-left: 4px;
	padding-right: 4px;
}

.leftCol h2, h3 {
	font-size: 16px;
}

.headerzwei h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.headerzwei p {
	margin-bottom: 10px;
	
}

.leftCol h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.navilinks a { 
	display: block;
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
}

.navilinks a:link {
	color: #0066CC;
	text-decoration: none;
}
.navilinks a:visited {
	text-decoration: none;
	color: #0066CC
}
.navilinks a:hover {
	color: #0066CC;
	text-decoration: underline;
}
.navilinks a:active {
	color: #0066CC
}

.limita, ul.extern li {
	margin-bottom: 4px;
}

#content {
	padding-left: 4px;
	padding-right: 4px;
}

#content a:link {
	color: #0066CC;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #0066CC;
}
#content a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#content a:active {
	color: #0066CC;
}

ul.themenlinks li {
		margin-bottom: 4px;
}

ul.themenlinks a {
	display: inline-block;
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
	width: 180px;	
}

ul.themenlinks a:link {
	color: #0066CC;
	text-decoration: none;
}
ul.themenlinks a:visited {
	text-decoration: none;
	color: #0066CC;
}
ul.themenlinks a:hover {
	color: #0066CC;
	text-decoration: underline;
}
ul.themenlinks a:active {
	color: #0066CC;
}

#content h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a.linkintext {
	display: block;
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
	margin-bottom: 4px;
}

a.linkintext:link {
	color: #0066CC;
	text-decoration: none;
}
a.linkintext:visited {
	text-decoration: none;
	color: #0066CC
}
a.linkintext:hover {
	color: #0066CC;
	text-decoration: underline;
}
a.linkintext:active {
	color: #0066CC
}


.footer {
	background: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 16px;
	/*display: block;*/
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
}
.naviunten li {
	margin-bottom: 4px;
}
.naviunten li a {
	display: block;
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
}
.naviunten a:link {
	text-decoration: none;
	color: #000000;
}
.naviunten a:visited {
	text-decoration: none;
	color: #000000;
}
.naviunten a:hover {
	text-decoration: none;
	color: #0000FF;
}
.naviunten a:active {
	text-decoration: none;
	color: #0000FF;
}



@media screen and (min-width:768px){

html, body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

.wrapper {
	min-height:100%;
}

.header { 
	height: 44px;
}

.leftCol {
	width: 220px;
	height: 495px;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 0px;
	/*background-image: url(../images/naviback.gif);*/
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 44px;
	padding-right: 0px;
	font-size: 13px;
}

.leftCol h2, h3 {
	font-size: 13px;
	/*margin-bottom: 5px;*/
}

.headerzwei h2 {
	margin-top: 0px;
	
}
.navilinks {
	padding-top: 0px;
	padding-left: 5px;
	background: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#linkmenue li ul {
	margin-left: 10px;
}

#linkmenue li {
	display: inline;
}

.navilinks a {
	border: none;
	height: auto;
	line-height: normal;
}

#linkmenue li ul li a {
	margin-bottom: 5px;
}

#content {
	/*height: 495px;*/
	font-size: 13px;
	/*overflow: auto;*/
	padding-top: 20px;
	margin-left: 230px;
	padding-right: 19px;
	padding-left: 20px;
	/*border: 1px solid #F00;*/

}

#content h2 {
	font-size: 13px;	
}

.scrollbarzwang {
	height: 496px;
	float: right;
	width: 1px;
	/*background-color: #F00;*/
}

ul.themenlinks a {
	display: inline;
	border: none;
	line-height: normal;
	width: auto;
}

a.linkintext {
	display: inline;
	border: none;
	line-height: normal;
	margin-bottom: 4px;
}

.footer {
	height: 20px;
	background: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 13px;
	text-align: center;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: -20px;
}

.naviunten {
	position: relative;
	top: 50%;
	margin-top: -7px;
}

.naviunten li {
	display:inline;
	margin-bottom: 0px;
	margin-right: 10px;
}

.naviunten li a {
	display: inline;
	border: none;
	line-height: normal;
}


/*.naviunten a:link {
	text-decoration: none;
	color: #000000;
}
.naviunten a:visited {
	text-decoration: none;
	color: #000000;
}
.naviunten a:hover {
	text-decoration: none;
	color: #0000FF;
}
.naviunten a:active {
	text-decoration: none;
	color: #0000FF;
}*/

}
