@charset "UTF-8";

html {
height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	height: 100%;
}

.flexmodule a{
	color: #CC9933;
}

.flexmodule a:visited{
	color: #CC9933;
}

.wrapper{
height: 100%;
}

header{
	height: 80px;
}

main{
	min-height: 900px;
	 padding-top: 20px;
}

.content, footer, header{
	display: flex;
	flex: 1;
}

.content
{

}

nav ul, .flexmodule ul
{
	color: #FFCC66;
	list-style-image: url('/mb/themen/mw/ksi/ulblock.png');
	line-height: 1.5em;
	padding-left: 22px;
	margin-top: 20px;
}

nav ul li{
	
}

.flexmodule ul li{
	color: black;
}

nav ul li a{
	color: white;
	font-weight: 600;
	text-decoration: none ! important;
	font-size: 0.85em;
}

nav ul li a:hover{
	text-decoration: underline ! important;
}

section .flexmodule{

	background: url('/mb/themen/mw/ksi/background_verlauf.jpg');
	background-position: right;
	 background-size: 100% 4px;
	
	 height: 100%;
	 padding: 15px 25px;
}

.s0 {
	width: 180px;
	order: 1;
	flex-shrink: 0;
}

.s1 {
	width: 40px;
	order: 2;
	flex-shrink: 0;
}

.s2 {
	flex: 1;
	order: 3;
}

.bg0 {
	background-color: #FFCC66;
}

.bg1 {
	background-color: #CC9933;
}

.bg2 {
	background-color: #FFF;
}

.bg3 {
	background: url('/mb/themen/mw/ksi/background_verlauf.jpg');
	background-position: right;
	 background-size: 100% 4px;
}



.banner{
	background: url('/mb/themen/mw/ksi/background_farbe.jpg');
	background-repeat: repeat-x;
}


.keinabstand
{
	margin: 0;
	padding: 0;
}

.eingerueckt{
	width: 50%;
}

.login_err {
	background-color: #ffccb9;
    border: 1px solid #e06239;
    color: #e06239;
    font-weight: 600;
    padding: 10px;
    width: 300px;
}


