@font-face {
	font-family: 'Conv_Univers_Condensed';
	src: url('/framework/media/fonts/Univers_Condensed.eot');
	src: url('/framework/media/fonts/Univers_Condensed.woff') format('woff'), url('/framework/media/fonts/Univers_Condensed.ttf') format('truetype'), url('/framework/media/fonts/Univers_Condensed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Zapfino_One';
	src: url('/framework/media/fonts/Zapfino_One.eot');
	src: local('☺'), url('/framework/media/fonts/Zapfino_One.woff') format('woff'), url('/framework/media/fonts/Zapfino_One.ttf') format('truetype'), url('/framework/media/fonts/Zapfino_One.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	zoom: 1.2; -moz-transform: scale(1.2); -moz-transform-origin: 0 0;
  --font-family: 'Conv_Univers_Condensed', sans-serif;
  font-family: Verdana, sans-serif;
  background-color: rgb(179,158,131);
  padding-top: 25px;
  padding-bottom: 25px;
  color: white;
  font-size: 14px;
  -background-image:url(images/bg.jpg);
  background-repeat:repeat-x;
  background-position:0 145px;
  letter-spacing: 0.5px;
}

#bg2 {
  -background-image:url(images/noten.jpg);
  background-repeat:repeat-x;
  background-position:0 542px;
}

a img {
  border: none;
}

a {
	color: rgb(228, 210, 135);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: rgb(224,227,197);
}

#container {
	margin: 0px auto;
	width: 1000px;
	background-color: black;
}
#logo {
	width: 980px;
	float: left;
	padding: 10px;
	text-align: center;
}
#header {
	width: 1000px;
	-float: right;
	-position: absolute;
	text-align:right;
	-font-family: 'Conv_Zapfino_One', sans-serif;
}
.myImage_left {
	margin: 0px 20px 0px 0px;
}
.myImage_right {
	margin: 0px 0px 0px 20px;
}

#main b {
	color: rgb(228, 210, 135);
}
h1 {
	padding-top: 40px;
	padding-right: 10px;
	color: rgb(228, 210, 135);
	font-weight: normal;
}
h2 {
	-padding-top: 20px;
	color: rgb(165, 115, 97);
}
#menubar {
	clear:both;
}
#main {
	clear:both;
	min-height: 500px;
	
}
#footer {
	background-color: rgb(134,8,22);
	font-size: 15px;
	text-align: center;
	clear:both;
	padding-top: 2px;
	padding-bottom: 2px;
}
.myInside {
	padding: 20px;
	overflow: auto;
	height: 460px;
}

/*--- *** MENU *** ---*/
.navline ul, .navlist ul {
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	padding: 0px;
	margin: 0px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
	background-color: rgb(134,8,22); /*rgb(108,41,38); */
}
.navline li{
	float:left;
	margin-right:10px;
	position:relative;
}
.navlist li{
	position:relative;
}
.navline a, .navlist a{
	display:block;
	padding:5px;
	padding-left:10.5px;
	padding-right:0.5px;
	text-decoration:none;
	font-size: 14.8px;
	color: rgb(224,227,197);
}
.navline a:hover, .navlist a:hover, .navline .active {
	color: rgb(228, 210, 135);
	/*text-decoration:underline;*/
}
.navline a img, .navlist a img {
	vertical-align: middle;
}

/*--- DROPDOWN ---*/
.navline ul ul, .navlist ul ul {
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
.navline ul ul li, .navlist ul ul li {
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
.navline ul ul a, .navlist ul ul a {
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.navline li:hover ul, .navlist li:hover ul { /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
.navline li:hover ul a, .navlist li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
.navline li:hover ul li a:hover, .navlist li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	/*background:#333;*/
}

@media only screen and (max-width: 1000px) {
    #container {
		max-width: 100%;
	}
	#logo {
		width: 100%;
		padding: 0px;
	}
	#logo img {
		width: 100%;
	}
	.navline a {
		font-size: 5vw;
		padding: 5px;
	}
	button, h2, h1 {
		font-size: 4vw;
	}
        input {
		font-size: 4vw;
	}

	.mySlideshow_left, .mySlideshow_right {
		float: none !important;
	}
	.myInside {
			height: auto;
	}
	#slideshow {
		width: 100% !important;
		height: 80vw !important;
	}
	#slideshow img {
		width: 100%;	
	}
	.navline li {
		float: none;
	}
	body, #footer {
		font-size: 3vw;
	}
	.navline li:first-child {
		padding-left: 0px;
	}
table{
    width:100%;
    table-layout:fixed;
    max-width:500px;
}
tr {
    display:inline;
}
.myViewTH {
width: 100%;
}
td{
    width:100%;
    display:inline-block;
    margin:0;
    padding:0;
    font-size:1rem/* reset font-size*/;
  }
}