a	{
		text-decoration: none;
		color: #EFF58E;
		font-weight: bold;
	}

body	{
	font-family: sans-serif;
	background-color: #030303;
	color: #fdfdfd;
	background-image: url(grafik/logo_nonstop1.png);
}

div[id^='pro-']	{
							width: 640px;
							height: 480px;
							max-width: 100%;
							margin: 0px auto;
						}

h1	{
	text-decoration: underline;
}

h2	{
	padding-top: 50px;
}

h3	{
	border-top:1px dotted #dddddd;
	border-bottom:1px dotted #aaaaaa;
	margin-bottom: 5px;
}

input[type=checkbox]{
    display: none;
}

input[type=checkbox]:checked ~ #menu{
    display: block;
}
										
ul#menu {
	list-style-type:none;
	margin:0;
	padding-bottom: 8px;
	padding-top: 6px;
	text-align: center;
}

ul#menu li {
	display:inline-block;
	margin:1px;
}

ul#menu li a {
	display:inline-block;
	min-width:100px;
	padding-left: 2em;
	padding-right: 2em;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fdfdfd;
	background-color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #f8e9a1;
	border-top: 1px solid #000000;
}

ul#menu li:hover a {
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: 1px solid #00ff00;
	border-top: 1px solid #f8e9a1;
	
}
		
#conli	{
	width: 48%;
	float: left;
	padding-left: 2%;
}

#conre	{
	width: 50%;
	float: right;
}

#follow_bc {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -149px;
}

#inhalt	{
	width: 95%;
	text-align: center;
	background-image: url(grafik/logo_nonstop2.png);
	border: 0.225em solid #cccccc;
	margin: 0px auto;
	padding-bottom: 1em;
}
				
#logo		{
				width:800px;
				max-width: 100%;
				margin: 0px auto;
				text-align:center;
				padding-bottom:0.45em;
				max-height:170px;
				margin-top: 0.3em;
			}

#logo img	{
	width: 100%;
}

#swipebox-slider {
    -webkit-transition: none;
    transition: none;
}

#swipebox-slider .slide {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

#swipebox-slider .slide:not(.current) {
    opacity: 0;
}

.klar	{
	clear: both;
}

.fett	{
	font-weight: bold;
}

.fotoraster	{
					width: 80%;
					margin: 0px auto;
					border: 0.15em solid #666666;
					padding-top: 0.7em;
					padding-bottom: 0.7em;
					background-color: #000000;
				}

.instr	{
	width: 1000px;
	margin:0px auto;
	min-height: 400px;	
	border-bottom: 1px dashed #666666;
	background-image: url(grafik/kachel_nonstop.png);
	padding: 0.5em;
}

.instr img	{
	float:left;
	border:1px solid #3a6066;
	margin-right: 1em;
	max-width: 500px;
}

.instr:nth-of-type(even) img {
	float: right;
	margin-right: 0px;
	margin-left: 1em;
}

.ustrich	{
	border-bottom: 1px solid #606060;
}

.show-menu {
	text-decoration: none;
	background-color: #433657;
	text-align: center;
	text-shadow:2px 2px 2px #000000;
	padding: 8px 0;
	color: #aaa;
	display: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.3em;
}

.textlink	{
					font-weight: bold;
					border-bottom: 0.1em dotted #ffffff;
					padding-left: 0.1em;
					padding-right: 0.1em;
				}

@media screen and (max-width : 1200px){
	#inhalt	{
		width: 90%;
		margin-top: 3em;
	}
}
								
@media screen and (max-width : 950px){
	
	body	{
		margin: 0;
	}
	
	@-webkit-keyframes bugfix { from { padding: 0; } to { padding: 0; } }
	
	#conli {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
	}
	
	#conre {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
	}
	
	ul#menu {
		position: static;
		display: none;
		width: 100%;
		padding-left: 0;
	}

	ul#menu li {
		margin-bottom: 1px;
		font-size: 1.2em;
		line-height: 40px;
	}

	ul#menu li, li a {
		width: 95%;
	}
	
	ul#menu li a	{
		padding: 0px;
	}

	.show-menu {
		display:block;
	}
	
	#inhalt	{
		width: auto;
		margin-top: 1em;
	}
	
	#logo {
		margin: 0px auto;
	}
	
	.instr	{
		width: 100%;
		margin:0;
		padding:0;
	}
	
	.instr img	{
		width: 99%;
		margin: 0;
		padding: 0;
	}
	

	
	
}