/* Farben: violett : #606  grau #808080 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
html {	width:100%;
	height:100%;
	background: #c8cdba;
}

body {
	width:100%;
	height:100%;
	background: #c8cdba;
	background-attachment: fixed;
	color:#808080;
}

img {
	border:none;
	margin:0;
	padding:0;
	outline: 0;
}

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

a:hover{
	color:#606;
}

a:visited {
	color:#808080;
}

a:active {
	color:#808080;
}

a.aktiv {
	color:#606;
	font-weight:bold;
}

/* ---- GERUEST --------------------------------------------------*/

#abst{
	width:100%;
	height:0px;
	padding-top:4%;
}

#gesamt {
	width:922px;
	height:691px;
	border:1px dotted #808080;
	margin:0 auto 0 auto;
}

#maincontent {
	width:100%;
	height:100%;
	background:url(../img/Back_Galerie.png) repeat-y top right;
}

#links {
	float:left;
	width:36%;
}

#rechts {
	width:64%;
	margin-left:auto;
}

.clearfloat{
	height:0;
	margin:0;
	padding:0;
	clear:both;
}

/* ---- NAVIGATION --------------------------------------------------*/

#navi {
	width:100%;
	margin-top:36px;
}

#navi ul{
	padding:0;
	text-decoration:none;
	list-style:none;
	font-size: 1.1em;
	letter-spacing: 2px;
	text-align:left;
	text-decoration: none;
	background-position: left center;
}

#navi .kopf {
	background-color: #ACB6AD;
	margin-bottom:10px;
	line-height: 1.2em;
	padding:3px 4% 3px 7.5%;
}

.umbr {
	display:none;
}
@media only screen and (max-width:520px) and (min-width:480px){
	.umbr {
		display:inline;
	}
}

#navi .kopf a{
	color:#fff;
	letter-spacing:2.4px;
}

#navi .hl {
	line-height: 1.8em;
	padding-left:7.5%;
	clear:both;
}

#navi .link {
	font-size: 0.6em;
	padding-left:7.5%;
	line-height: 1em;
	padding-bottom:1.2em;
	letter-spacing: 1px;
}

#navi .link a{
	margin-right:.5em;
}

#navi .u1 li{
	float:left;
	padding-bottom:5px;
}

.but_menue {
	display:none;
	width:32px;
	height:24px;
	margin:6px 2% 0 0;
	float:right;
	background: url(../img/but_ausklappen.png) top left no-repeat;
	cursor:pointer;
}

/* ---- TEXTE --------------------------------------------------*/

.Zitat {
	padding-right:1px;
	padding-left:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.875em; /* 14 / 16 */
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #808080;
	line-height: 1.75em;
	letter-spacing: 1px;
	text-align: right;
}

.Zitat .fett {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.Zitat .versalien {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-style: normal;
	letter-spacing: 2px;	
}

.Zitat .nobr {
	display:inline;
}

.Zitat a{
	color: #808080;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.Zitat a:hover{
	color: #606;
}

/* ---- DIASCHAU  ------------------------------------*/

#diaschau {
	display:none;	/*wird ggf durch js eingeblendet*/
	width:0;		/* wird von script ermittelt*/
	height:0;		/* wird von script ermittelt*/
	margin:0 25px 0 auto;
}

#anzeige {
	width:100%;
	height:480px;
}

#dia {
	cursor:pointer;
	width:100%;
}

#leiste {
	width:100%;
}

#schalter {
	width:100%;
	height:24px;
	text-align:center;
}

#bildnrspan {
	font-size:0.8em;
	color:#808080;
	vertical-align:middle;
}

#schalter img {
	vertical-align:middle;
	cursor:pointer;
}

/* FLUID  ------------------------------------*/

@media only screen and (max-width:921px){

	html {
		background: #fff;
	}

	body {
		background:url(../img/Back_Galerie.png) repeat-y top right #fff;
	}

	#abst{
		display:none;
	}

	#gesamt {
		width:100%;
		height:auto;
		max-height:none;
		border:none;
	}

	#links {
		margin:0;
		padding:0;
	}

	#rechts {
		position:relative;
		padding:0;
		margin-right:0;
	}

	#navi {
		margin-top:0px;
	}

	.kopf a{
		text-decoration:none;
	}

	#navi .link {
		font-size: 0.70em;
		line-height: 1.5em;
	}

	#navi .u1 {
		display:block; /*bei aenderung der fenstergroesse script ueberschreiben*/
	}

	#navi .u1 li{
		padding-top:8px;
	}

	.Zitat {
		color: #808080;
		text-align:right;
	}

	.Zitat .nobr {
		display:none;
	}

	#vita {
	}

	#diaschau {
		max-width:480px;
		margin-left:auto;
		margin-right:auto;
	}

	#anzeige{
	}

	#dia {
	}
}

@media only screen and (max-width:479px){

	body{
		background:#fff;
	}

	#abst{
		display:none;
	}

	#gesamt {
		width:100%;
		height:auto;
		border:none;
	}

	a {
		text-decoration:none;
	}

	#links , #rechts {
		float:none;
		min-height:0;
		width:100%;
	}

	#links {
		padding-bottom:0;
	}

	#rechts {
		height:auto;
	}

	.Zitat {
		font-size: 1.1em;
		letter-spacing: 1px;
		padding-right:1px;
	}

	#navi .kopf {
		font-size: 1.1em;
		margin-bottom:10px;
		line-height: 1.2em;
		padding-right:1em;
	}

	#navi .kopf a{
		text-decoration:none;
	}

	#navi .hl {
		font-size: 1.1em;
		cursor:pointer;
		text-decoration:none;
		line-height: 1.3em;
	}

	#navi .link {
		font-size: 0.85em;
		line-height: 2em;
		padding-bottom:0.6em;
	}

	#navi .u1 li{
		float:none;
		padding-left:8px;/***/
	}

	.u1{
		margin-top:10px;
	}

	#diaschau {
		margin:0;
		height:auto;
		margin-top:15px;
		width:100%;
	}

	#anzeige {
		width:100%;
		height:auto;
	}
}

