body {
	background-image: url(./Winkel_Klein_OL.png), url(./Winkel_Klein_UR.png);
	background-repeat: no-repeat, no-repeat;
    background-attachment: fixed;
    background-position: left top, right bottom; 
}

/* mobile */
@media only screen and (min-width:200px) {
	
	#header {
		width: auto;
	}
	
	#header_text {
		text-align: center;
		margin-top: -30px;
		margin-bottom: -30px;
		align-items: center;
		justify-content: center;
		color: black;
		font-size: 30px;
		font-weight: bold;
		text-align: nowrap;	
	}
	
	#header_logo {
		visibility: hidden;
		width: 0px;
		height: 0px;
	}
	
	#header_menu {
		position: absolute;
		left: 0px;
		margin-left: 4px;
		margin-top: 2px;
	}
	
	#menuToggle {
		display: block;
		z-index: 1;
		-webkit-user-select: none;
		user-select: none;
	}

	#menuToggle input {
		position: absolute;
		cursor: pointer;
		display: block;
		width: 91px;
		height: 61px;
		margin-top: -1px;
		opacity: 0;
		z-index: 2;
		-webkit-touch-callout: none;
	}

	#menuToggle span {
		display: block;
		width: 90px;
		height: 12px;
		margin-left: 5px;
		margin-bottom: 12px;
		position: relative;
		background: #cdcdcd;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 4px 0px;
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
					background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
					opacity 0.55s ease;
	}

	#menuToggle span:first-child {
		transform-origin: 0% 0%;
	}

	#menuToggle span:nth-last-child(2) {
		transform-origin: 0% 100%;
	}

	#menuToggle input:checked ~ span {
		opacity: 1;
		width: 75px;
		height: 10px;
		transform: rotate(45deg) translate(-2px, -1px);
		background: #232323;
	}
	
	#menuToggle input:checked ~ span:nth-last-child(2) {
		transform: rotate(-45deg) translate(0, -1px);
	}

	#menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}

	#menu {
		border: 1px solid grey;
		border-radius: 3px;
		margin-top: -20px;
		background: #ededed;
		list-style-type: none;
		transform-origin: 0% 0%;
		transform: translate(-200%, 0%);
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}
	
	#menuToggle input:checked ~ ul {
		transform: none;
	}

	#menu li, #menu li a {
		padding: 5px;
		margin-left: -20px;
		font-size: 180%;
	}
	
	#menu > li > ul {
		display: none;
	}
	
	#menu > li:hover > ul {
		display: block;
		position: absolute;
		border: 1px solid grey;
		border-radius: 3px;
		margin-top: -44px;
		margin-left: 50px;
		padding-left: 10px;
		background: #fdfdfd;
		white-space: nowrap;	
	}
	
	#menu li ul li {
		list-style-type: none;
		font-size: 100%;
		width: 100%;
		margin-left: 5px;
	}
	
	#menu li ul li a {
		white-space: nowrap;
	}
	
	#main {
		width: 100%;
		margin: 0px;
		clear: both;
	}

	#main_content {
		background-color: silver;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		border: 1px solid gray;
		margin: 0px;
		padding: 8px; /* auch bei #footer aendern! */
		-moz-box-shadow: 0 0 10px #333333;
		-webkit-box-shadow: 0 0 10px #333333;
		box-shadow: 0 0 10px #333333;
		text-align: left;
	}

	#main_content_text {
		text-align: center;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		font-size: 100%;
	}
}


/* tablet & desktop */
@media only screen and (min-width:1100px) {
	
	#header {
		width: auto;
		text-align: center;
	}
		
	#header_logo {
		visibility: visible;
    	position: absolute;
    	float: left;
		top: 5px;
		width: 15%;
	}

	#header_menu {
		position: relative; 
		top: 0px;
		margin-top: -40px;
		margin-left: 20%;
	}

	#menu {
		text-align: center;
		margin: 0;
		padding: 0;
		position: relative;
		float: right;
	}

	#menu > li {
		position: relative;
		float: left;
		list-style-type: none;
		padding: 0px 40px;		
	}
	
	#menu > li > a {
		white-space: nowrap;
		text-decoration: none;
		color: gray;
		font-size: 200%;
		font-weight: bold;
    	width: auto;
	}
	
	#menu > li > ul {
		display: none;
	}
	
	#menu > li:hover > ul {
		display: block;
		position: absolute;
		margin: 0px 8px 0px 0px;
		padding: 5px;
	}
	
	#menu {
		border: none;
		background: none;
		margin: 0px 0px 0 0;
		transform: none;
		transition: none;
	}
	
	#menuToggle {
		transform: none;
	}
	
	#menuToggle input[type="checkbox"] {
		visibility: hidden;
	}
	
	#menuToggle span {
		visibility: hidden;
	}
	
	#header_text {
		clear: both;
		color: black;
		font-size: 300%;
		font-weight: bold;
		margin-top: -50px;
		margin-bottom: -40px;
		padding-top: 0px;
		text-align: nowrap;	
	}
	
	#main {
		width: 100%;
		margin: 0px;
		clear: both;
	}

	#main_content {
		background-color: silver;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		border: 1px solid gray;
		margin: 0px;
		padding: 8px; /* auch bei #footer aendern! */
		-moz-box-shadow: 0 0 10px #333333;
		-webkit-box-shadow: 0 0 10px #333333;
		box-shadow: 0 0 10px #333333;
		text-align: left;
	}

	#main_content_text {
		text-align: center;
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		font-size: 100%;
	}
}

red {
	color: red;
}

green {
	color: green;
}

a:link, a:visited, a:active {
    text-decoration: none;
    color: black;
}

input[type="text"], input[type="password"], select {
    border: 1px inset rgb(234, 237, 242);
}

.button {
    background-color: #E5E5E5;
}

.button:hover {
    background-color: #A9A9A9;
}

table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse; 
    border-spacing: 0px; 
}

tr.white {
    background-color: lightgrey;
}
  
.left {
    text-align: left;
}

.right {
    text-align: right;
}

h7 {
    color: red;
    font-weight: bolder;
}
   
#weg {
	clear: both;
}


#frame
{
	width: 100%;
	height: 600px;
}

input.white {
	background-color: white;
}

input.lightgrey {
	background-color: gainsboro;
}

tr.grey {
    background-color: gainsboro;
}

th.center, th.center_links, th.center_rechts, th.center_linksrechts {
    text-align: center;
}
th.center_links {
    border-left: 2px solid #4F4F4F;
}
th.center_rechts {
    border-right: 2px solid #4F4F4F;
}
th.center_linksrechts {
    border-left: 2px solid #4F4F4F;
    border-right: 2px solid #4F4F4F;
}
table.DSA td {
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
}
td.rand {
    border-left: 2px solid #4F4F4F;
}
td.center, td.center_links, td.center_rechts, td.center_obenlinks, td.oben, td.center_linksrechts, td.center_obenlinksrechts {
    text-align: center;
}
td.center_links {
    border-left: 2px solid #4F4F4F;
}
td.center_rechts {
    border-right: 2px solid #4F4F4F;
}
td.center_obenlinks {
    border-top: 2px solid #4F4F4F;
    border-left: 2px solid #4F4F4F;
}
td.center_obenrechts {
    border-top: 2px solid #4F4F4F;
    border-left: 2px solid #4F4F4F;
}
td.center_linksrechts {
    border-right: 2px solid #4F4F4F;
    border-left: 2px solid #4F4F4F;
}
td.center_obenlinksrechts {
    border-top: 2px solid #4F4F4F;
    border-left: 2px solid #4F4F4F;
    border-right: 2px solid #4F4F4F;
}
td.right {
    text-align: right;
}
td.oben {
    border-top: 2px solid #4F4F4F;
}
td.textred {
    color: red;
}
td.white {
    background-color: white;
}
td.red {
    background-color: red;
}
td.green {
    background-color: green;
}
td.textred {
    color: red;
}
td.textgreen {
    color: green;
}
td.lightgreen {
    background-color: #90EE90;
}
td.bronze {
    background-color: #CD7F32;
}
td.silber {
    background-color: #C0C0C0;
}
td.gold {
    background-color: #D4AF37;
}
td.center_bronze {
    background-color: #CD7F32;
    text-align: center;
}
td.center_silber {
    background-color: #C0C0C0;
    text-align: center;
}
td.center_gold {
    background-color: #D4AF37;
    text-align: center;
}
td.center_green {
    background-color: green;
    text-align: center;
}
td.center_yellow {
    background-color: yellow;
    text-align: center;
}
td.center_red {
    background-color: red;
    text-align: center;
}
	
#Ebene0 {
	font-size: 16px;
	font-weight: bold;
	}

#Ebene1 {
	text-indent: 30px;
	font-size: 14px;
	font-weight: bold;
	}

#Ebene1a {
	text-indent: 30px;
	font-size: 14px;
	font-weight: normal;
	}

#Ebene2 {
	font-size: 12px;
	font-weight: normal;
	text-indent: 60px;
	}

#Ebene3 {
	text-indent: 90px;
	}

#footer {
	position:fixed;
	bottom: 0;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
	font-size: 10px;
	background: #8B8878;
} 