/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
html {
	overflow-y:scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#000000;	
	}

#banner {
	text-align:right; 
	vertical-align:bottom; 
	border-bottom-color:#990033; 
	border-bottom-style:solid; 
	border-bottom-width:3px; 
	margin-bottom:0px; 
	padding-bottom:0px;
}
#footer{
	text-align:right; 
	border-top-color:#990033; 
	border-top-style:solid; 
	border-top-width:3px; 
	margin-top:5px; 
	padding-bottom:0px;
}
	
#flagge{
	text-align:right;
}
#sprachlink{
	display:none;
}

#home {
	text-decoration:none;
	}

li {
	margin-left:15px;
	}

.schriftzug {
	color:#990033;
	}

.first {
	background-color:#fff;
	padding-top:5px;
}
.fett {
	font-weight:bold;
}
a:link{	color:#990033;}
a:visited {color:#990033;}
#nav ul {
	margin-right::0px;
	padding-right:0px;
}

#nav .linie {
		background-image: url('../bilder/linie.png'); 
		background-repeat:repeat-y;
		background-position: right 50%;
		margin-right:0px; 
		/*padding-right:30px;*/
		padding-bottom:10px 
}


#nav li {
	list-style-type:none;
	margin-left:0px;
	margin-bottom::0px;
	text-align:right;
	font-weight:bold;
	color:#990033;
	}

#nav a {
	text-decoration:none;
	color:#660033;
	padding-right:30px;
}
	
#nav .leicht {
	list-style-type:none;
	color:#000;
	font-weight:normal;
	padding-bottom:0px;
	}
	
#nav .aktiv {
	color:#000000;
	font-style:italic;
	font-weight:bold;
	}
	
#nav li.aktiv>a {
	color:#000;
}
	
#nav select {display:none; }
	
.hintergrund {
	background:#0099CC;
	}

.threecol a vlink{
	text-decoration:none;
	color:#000;
	}

#breadcrumb{
	font-size:14px;
	}

/* Testen auf gebraucht!*/
#bildnavigation {
	 width:100%; 
	 border:solid; 
	 border-width:1px;
	 border-color:#993366;
	 }
	 
#bildnavigation a {
	 text-decoration:none;
	color:#660033;
	}

.nurbeihandy {
	visibility:hidden;
}

/* einkommentieren, dann verschwindet die vor zurück Navigation
.nurbeiDesktop {
	visibility:hidden;
}
*/
table.nurbeiDesktop a {

	color:white;
	text-decoration:none;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

#flagge {display:none;}

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

.first {
background-color:#fff;
padding-top:0px;
}

#nav ul, #nav p{
	display:none;
	}

#nav select {display:inline-block;
font-family: verdana;
font-size:12pt;
color:#ffffff;
background-color:#903;
width:100%; }

#nav option {
font-family: verdana;
font-size:12pt;
color:#ffffff;
background-color:#903;
}

p .schriftzug {
text-align:center;
}
h3 {
text-align:center;
}
h2 {
display:none;
}

.nurbeiDesktop {
	visibility:hidden;
}
table.nurbeihandy a {
	color:white;
	text-decoration:none;
}
.nurbeihandy {
	visibility:visible;
}
#footer {
	text-align:center;
}

}

/* ========================================== */
/* ! smaller screens   */
/* ========================================== */


@media only screen and (max-width: 1023px) {
		#nav li {
		text-align:left;
	}
	
		.vorstellung {
		text-align:left;
	}
	
}

/*@media only screen and (min-width: 1024px) and (max-width: 1280px) {*/	
@media only screen and (min-width: 1024px) {
		.vorstellung {
		text-align:right;
		padding-right: 30px;
	}
			
	}




/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}