@media only screen and (max-width: 1199px) {
	body {
		width: 100vw;
		margin: 0;
		font-size: 17px;
		font-family: Arial, Sans-Serif;
		background-color: #FFFFFF;
		background: url(/images/background.jpg) center top fixed repeat-x #cccccc;
		overflow-x: hidden;
	}
	
	h3 {
		width: 100%;
		text-align: center;
	}
	
	ul, p {
		margin-right: 10px;
		margin-left: 10px;
	}
	
	li {
		font-size: 1em;
	}
	 
	small {
		font-size: 0.8em;
		line-height: 1.5em;
	}

	h1, h2, h3 {
		font-size: 1.2em;
	}
	
	#content {
		font-size: 18px;
	}

	#headerimg .description, #sidebar h2 {
		font-size: 1em;
	}

	#header {
		background-image: url(../images/header_mobil.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center top;
		width: 100vw;
		margin: 0;
		box-shadow: 5px 5px 10px #666666;
		background-color: #FFFFFF;
	}
	
	#mainMenue {
		width: 100vw;
		height: 25px;
		background-color: #00000;
		background-image: url(../images/topnavibg.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}
	
	#News {
		width: 100%;
		height: 25px;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #FF0000;
		background-position: center bottom;
		background-color: #00000;
		background-image: url(../images/topnavibg.jpg);
		background-repeat: no-repeat;
		box-shadow: 5px 5px 10px #666666;
	}
	
	#page {
		width: 100%;
		border: none;
		background-color: #FFFFFF;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		height: auto;
		box-shadow: 5px 5px 10px #666666;
		overflow-x: hidden;
	}
	
	#sidebar {
		position: fixed;
		top: 0;
		left: -320px;
		max-height: 100vh;
		margin-top: 0;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 10;
		font-family: Arial, Sans-Serif;
		font-size: 18px;
		background-color: white;
		overflow-y: auto;
		z-index: 5000002;
		transition: left 0.5s;
	}
	
	#sidebar_open_button {
		position: fixed;
		top: 12px;
		left: 12px;
		padding: 12px;
		background-color: white;
		border-radius: 50%;
		box-shadow: 5px 5px 10px #666666;
		z-index: 5000000;
		transition: opacity 0.5s;
	}
	
	.sidebar_open_button_bar {
	  width: 35px;
	  height: 5px;
	  background-color: black;
	  margin: 6px 0;
	}
	
	#sidebar_background {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 5000001;
		opacity: 0;
		display: none;
	}
	
	#nav0-3 {
		border-top: 1px #D8D8D8 solid;
		border-right: 1px #D8D8D8 solid;
		background-color: #F2F2F2;
		width: 180px;
		text-align: left;
		padding-left: 24px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	#footer {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		clear: both;
		border: none;
		background-color: #999999;
		background-image: url(../images/kubrickfooter_.jpg);
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 1200px) {
	body {
		margin-top: 0;
		font-size: 10px;
		font-family: Arial, Sans-Serif;
		background-color: #FFFFFF;
		background: url(../images/background.jpg) center top fixed repeat-x #cccccc;
	}
	
	small {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h1 {
		font-size: 26px;
		text-align: center;
	}

	#headerimg .description {
		font-size: 1.2em;
	}

	h2 {
		font-size: 1.6em;
	}

	h2.pagetitle {
		font-size: 1.6em;
	}

	h3 {
		font-size: 1.3em;
	}

	#sidebar h2 {
		font-size: 1.2em;
	}
	
	#header {
		background-image: url(../images/header.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 146px;
		width: 730px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		-moz-box-shadow: 5px 5px 10px #666666;
		-webkit-box-shadow: 5px 5px 10px #666666;
		box-shadow: 5px 5px 10px #666666;
		background-color: #FFFFFF;
	}
	
	#mainMenue {
		width: 730px;
		height: 25px;
		background-color: #00000;
		background-image: url(../images/topnavibg.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}
	
	#sidebar {
		float: left;
		width: 200px;
		margin-top: 0;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 10;
		font-family: Arial, Sans-Serif;
		font-size: 13px;
		background-color: #FFFFFF;
	}
	
	#sidebar_open_button {
		display: none;
	}

	.categorie, .categorie2 {
		width: 160px;
	}
	
	#nav0-3 {
		border-top: 1px #D8D8D8 solid;
		border-right: 1px #D8D8D8 solid;
		background-color: #F2F2F2;
		width: 135px;
		text-align: left;
		padding-left: 5px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	#content {
		width: 500px;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
		margin-left: 200px;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 5px;
		font-size: 16px;
		background-image: url(../images/___.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-color: #FFFFFF;
		border-left: 1px;
		border-left-color: #CCCCCC;
		border-left-style: solid;
	}
	
	#News {
		width: 710px;
		height: 25px;
		margin: 0 auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #FF0000;
		background-position: center bottom;
		background-color: #00000;
		background-image: url(../images/topnavibg.jpg);
		background-repeat: no-repeat;
		box-shadow: 5px 5px 10px #666666;
	}
	
	#page {
		border: none;
		background-color: #FFFFFF;
		width: 730px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		height: auto;
		box-shadow: 5px 5px 10px #666666;
	}
	
	#footer {
		width: 730px;
		margin: 0 auto;
		padding: 0;
		clear: both;
		border: none;
		background-color: #999999;
		background-image: url(../images/kubrickfooter_.jpg);
		background-repeat: no-repeat;
	}
}

.News {
	color: #FFFFFF;
}

/* ######################### Hauptmenü ########################### */



#mainMenue .mainMenueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

#mainMenue ul {
	margin:  0 0 0 0;
	padding: 5px 5px 0px 0px;
}

#mainMenue ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

#mainMenue ul li a {
	color: #ffffff;
	font-weight: bold;
	line-height: 14px;
	height: 100%;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

#mainMenue ul li a:hover {
	color: #000000;
	background-color: #ffffff;
	font-weight: normal;
}


#mainMenue ul li a.menueebene1Active, #mainMenue ul li a.menueebene1, #mainMenue ul li a.menueebene1Active, #mainMenue ul li a.menueebene2, #mainMenue ul li a.menueebene2Active, #mainMenue ul li a.menueebene3, #mainMenue ul li a.menueebene4Active, #mainMenue ul li a.menueebene4, #mainMenue ul li a.menueebene5Active, #mainMenue ul li a.menueebene5, #mainMenue ul li a.menueebene6Active, #mainMenue ul li a.menueebene6, #mainMenue ul li a.menueebene7Active, #mainMenue ul li a.menueebene7  {
	font-weight: bold;
}

#mainMenue ul li a.menueebene1Active, #mainMenue ul li a.menueebene2Active, #mainMenue ul li a.menueebene3Active, #mainMenue ul li a.menueebene4Active, #mainMenue ul li a.menueebene5Active, #mainMenue ul li a.menueebene6Active, #mainMenue ul li a.menueebene7Active  {
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
}

#mainMenue ul li a.menueebene1Active, #mainMenue ul li a.menueebene1 {
	width: 100px; /* 133px */
	border-right: 1px solid #ffffff;
}
#mainMenue ul li a.menueebene2Active, #mainMenue ul li a.menueebene2 {
	width: 100px; /* 199px */
	border-right: 1px solid #ffffff;
}
#mainMenue ul li a.menueebene3Active, #mainMenue ul li a.menueebene3 {
	width: 100px; /* 161px */
	border-right: 1px solid #ffffff;
}
#mainMenue ul li a.menueebene4Active, #mainMenue ul li a.menueebene4 {
	width: 100px; /* 164px */
	border-right: 1px solid #ffffff;
}
#mainMenue ul li a.menueebene5Active, #mainMenue ul li a.menueebene5 {
	width: 100px; /* 197px */
	border-right: 1px solid #ffffff;
}
#mainMenue ul li a.menueebene6Active, #mainMenue ul li a.menueebene6 {
	width: 100px; /* 197px */
	border-right: 1px solid #ffffff;
}

#mainMenue ul li a.menueebene7 {
	width: 100px; /* 197px */
	border-right: none;
}
#mainMenue ul li a.menueebene7Active {
	width: 100px; /* 197px */
	border-right: none;
	color: #000000;
}
#mainMenue ul li a:hover.menueebene7Active, #mainMenue ul li a:hover.menueebene7 {
	width: 91px; /* 197px */
	border-right: none;
	color: #000000;
}

/* Seitennavi-Buttons BEGINN */
.catimg {
	float: left;
	width: 20px;
}

.categorie {
	clear: both;
	border-bottom: 1px #D8D8D8 solid;
	text-align: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	box-shadow: 5px 5px 10px #666666;
}

.categorie2 {
	clear: both;
	border-bottom: 0 #D8D8D8 solid;
	text-align: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	box-shadow: 5px 5px 10px #666666;
}

* html #nav0-3 {
	width: 160px;
}

#nav0-3 a {
	display: block;
	color: #5F5F5F;
}

#nav0-3 a:hover, #nav0-3 a.active {
	background-color: transparent;
	color: #D50100;
	text-decoration: none;
}

#nav0-3 a.active {
	font-weight:bold;
}

#nav0-3 a img {
	vertical-align: middle;
	margin: 0 8px 0 0;
}

#content {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/___.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	border-left: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
}

.buttons {
	padding-left: 20px;
	background-color: #9A9A9A;
}

.buttonsactive {
	padding-left: 20px;
	background-color: #D70000;
}

.buttons a.activ2{
	color: #D90000;
	font-size:12px;
	font-weight: bold;
}
#unter_menue a{
	front-size: 11px;
}

#nav0-4 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#nav0-4 a {
	margin:5px 0 0 0;
	display:block;
	color:#808080;
	font-size:11px;
	font-weight: normal;
}

#nav0-4 a:hover, #nav0-4 a.active {
	color:#D50100;
	background-color:transparent;
	font-weight:normal;
}

/* Seitennavi-Buttons BEGINN*/	

#footer p {
	margin: 0;
	padding: 0px 0 5px 0;
	text-align: center;
}
	
#footer_2 {
	padding: 0;
	margin: 0 auto;
	width: 730px;
	clear: both;
	border: none;
}
	
#footer_2 p {
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: center;
}

.postmetadata {
	text-align: left;
}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}




small {
	font-family: Arial, Helvetica, Sans-Serif;
}

h1, h2, h3 {
	font-family: Arial, Sans-Serif ;
	font-weight: bold;
}

#headerimg .description {
	text-align: center;
	padding: 0 0 0 40px;
}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000000;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}

p a:visited {
	color: #000000;
}

ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 10px;
}

li {
	padding: 0;
	color:#000000;
}

ol
{
	padding: 0;
	font-size: 12px;
	color:#000000;
}

small, #sidebar ul ul li, #sidebar ul ol li, blockquote,  {
	color: #FFFFFF;
}

code {
	font: 1.1em Courier, Fixed;
}

h2 a:hover {
	color: #000000;
	text-decoration: none;
}

h3 a:hover {
	color: #000000;
	text-decoration: none;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}
a.navi {
	color: #FFFFFF;
	text-decoration: none;
}

a.navi:hover {
	text-decoration: underline;
}

/* Begin Structure */







/*	Begin Headers */
h1 {
	margin: 0;
	text-align:center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
}

h2 {
	margin: 0 0 0 0;
	padding-top: 10px;
}

h2.pagetitle {
	text-align: center;
}

#sidebar h2 {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

h3 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

/* End Headers */













/* Begin Various Tags and Classes */


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* End Various Tags and Classes*/

/* Begin Website Metatags */
.metatag {
	display:none;
	text-align:center;
}
