@charset "utf-8";
/* CSS Document */



body,td,th {
        color: #000;
}


body {
        margin: 15px;
        background-color:#FFFFFF;
        padding: 0;

}

ol, dl {
        padding: 0;
        margin: 0;
}
h1, h2, h3, h4, h5, h6,p{
        margin-top: 0;
        padding-right: 15px;
        padding-left: 15px;
		font-family:"Open Sans";
}
p{		margin-top: 0;
        padding-right: 20px;
        padding-left: 20px;
		font-size: 19px;
        font-family:"Open Sans";
		text-align: justify;
}		
a img {
        border: none;
}
.mannschaft	{
		margin: 10px 0px  15px 190px;
		width: 500px;
		height:auto;
		border-color:none;
		/*border-width: 3px;
        border-style:solit;*/
		border-radius : 20px 20px 20px 20px;
		box-shadow: 10px 10px 30px  #CC3300;
}
.sponsorenl	{
		margin: 0px 0px  0px 60px;
		width: 200px;
		height:auto;
		border-color:none;
		border-width: 1px;
        border-style:solit;
		border-radius : 5px 5px 5px 5px;
		box-shadow: 10px 10px 10px  gray;
}		
.sponsorenr	{
		margin:-100px 0px  0px 400px;
		width: 200px;
		height:auto;
		border-color:none;
		border-width: 1px;
        border-style:solit;
		border-radius : 5px 5px 5px 5px;
		box-shadow: 10px 10px 10px  gray;
}		
.container {
        width: 980px;
		position: absolute;left: 50%; width: 980px; margin-left: -490px;
        border-color:#CC3300;
        border-width: 3px;
        border-style:solid;
        border-radius : 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        -webkit-border-radius:15px 15px 15px 15px;
        behavior: url(border-radius.htc);
        box-shadow: 0px 0px 40px #CC3300;
        -moz-box-shadow:   0px 0px 100px #CC3300;
        -webkit-box-shadow:   0px 0px 100px  #CC3300;
        height:1190px;
        /*overflow:scroll;*/
}


.header {

        width: 980px;
        height:190px;
        margin: -3px -3px -3px -3px ;
        border-color: #CC3300;
        border-width: 3px;
        border-style:solid;
        border-radius : 15px 15px 0px 0px;
		-moz-border-radius: 15px 15px 0 0px;
        -webkit-border-radius:15px 15px 0px 0px;
		behavior: url(border-radius.htc);
		background-image: linear-gradient(45deg, white 40%, #CC3300 , transparent );
}

/*.logo {
		width: 980px;
        height:190px;
        float:left;
		background-image: linear-gradient(45deg, white 40%, #CC3300 , transparent );
		
}*/
.content {

        padding: 20px 20px 20px 20px;
        width: auto;
		height:auto;
        float: left;
        }

.sidebar1 {
        float: left;
        width: 190px;
        padding-bottom: 10px;
       /* height:822px;    */
        font:"Open Sans", cursive;
        margin:  35px  0 0 10px ;
        border-color:#CC3300;
        border-width: 0px;
        border-style:solid;
        border-radius : 0 0 15px 15px;
        -moz-border-radius: 0 0 15px 15px;
        -webkit-border-radius:0 0 15px 15px;
        behavior: url(border-radius.htc);

}


.visitkr {
		
		margin:0px 0px 0px 300px; 
		width: 300px;
		height:100px;
		background-color:rgb(255, 255, 204);
		border-color:black;
		border-width: 5px;
        border-style:solit;
		border-radius : 10px 10px 10px 10px;
		box-shadow: 10px 10px 10px  gray;
}
.visitkl {
		
		margin:20px 0px 0px 60px; 
		width: 300px;
		height:100px;
		background-color:rgb(255, 255, 204);
		border-color:black;
		border-width: 5px;
        border-style:solit;
		border-radius : 10px 10px 10px 10px;
		box-shadow: 10px 10px 10px  gray;
}
.banner {
		margin:12px 0px 0px 70px;
        width:auto;
        height:185px;
        
 }

.content nav.content ol {
        padding: 0px 12px 12px 40px;
}



nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

nav li {
	margin: 0,5em;
	padding: 0;
	font-size: 1.5rem;
	flex: 1 1 0%;
}

@media (min-width: 45em) {
	nav > ul {
		flex-direction: row;
	}
	nav li {
		flex: 1;
		font-size: 1em;
	}
}

nav a {
	display: block;
	padding: 0.3em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CC3300;
	border-radius: 3px;
	box-shadow: 0 5px 10px white inset;
	color: white;
	background-color: #CC3300;
	transition: all .1s ease-in;
}

nav li[aria-current] a {
	background-color: gold;
	color: #CC3300;
}

nav a:focus,
nav a:hover,
nav li[aria-current] a:focus,
nav li[aria-current] a:hover {
	color: gold;
	background-color: #CC3300;
}
/*     submenu navigation links      */

nav .submenu {
	visibility: hidden;
	height: 0;
	z-index: 1000;
}

nav .submenu li {
	display: block;
	/**width: 15em;  **/
}
/**     Show the submenu on hover, focus     **/

nav li:hover .submenu,
nav li:active .submenu,
nav li:focus .submenu {
	visibility: visible;
	height:auto ;
}

nav li:focus-within .submenu {
	visibility: visible;
	height: auto;
}

.right {
		
		width: 435px;
		height:auto;
        float: right;
		background-color: #fffff1;
		border: 0px solid #CC3300;
	    border-radius: 5px;
		margin: 10px
}
.left {
		
        width: 435px;
		height:auto;
		float: left;
		background-color: #fffff1;
		border: 1px solid #CC3300;
	    border-radius: 5px;
		margin: 10px
}		
.clearfloat {
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}










