/* ---------------------------------
	Projekt: www.fineartsmunich.eu
	Version: 16.2.10
	Code: www.prmueller.de
	-------------------------------- */

/* Basics und Schrift */
*	{
	margin: 0;
	padding: 0;
	}

html {
	/* fuer IE/Win, damit die Fusszeile unten bleibt: */
	height: 100%;
	}
	
body {
	/* IE5-Hack wegen zentriertem Container: */
	text-align: center;
    position: relative;
    /* fuer IE/Win, damit die Fusszeile unten bleibt: */
	height: 100%;
	background-color: #ffffff;
	color: rgb(90,90,90);
	font: normal 0.9em/1.4 /* Kartika, Vrinda, "Gill Sans", Futura, "Nimbus Sans L", */ arial,sans-serif;
	}



/* Struktur */

#container {
	position: relative;
	width: 1000px;
	min-height: 100%;
	margin: 150px auto 0 auto;
	padding: 0 0 0 0;
	background: transparent;
	/* IE5-Hack wegen zentriertem Container (hebt den body-Hack wieder auf): */
	text-align: left;
}

#logo {
	width: 280px;
	height: 40px;
	margin-right: 810px;
	padding-top: 10px;
}

#navileiste {
	width: 784px;
	height: 40px;
	padding: 0 0 0 215px;
	background: transparent url(bilder/zierleisteh.gif) no-repeat;
}

#navitop {
	width: 574px;
	height: 80px;
	float: left;
	margin: 0;
	/* background-color: tan; */
}

#subnavi {
	width: 200px;
	height: 40px;
	float: left;
	margin-left: 10px;
	text-align: right;
	padding: 0 0px;
	/* background-color: thistle; */
}

#inhaltsbereich {
	/* width: 950px; */
	position: relative;
	min-height: 456px;
	margin-top: 10px;
	background: rgb(255,255,255) url(bilder/zierleistev.gif) repeat-y;
	padding: 0 0 0 50px;	
}

#seitennavi {
	width: 350px;
	height: 24px;
	padding: 5px 0 0 0;
	/* border-bottom: 1px solid rgb(190,190,190);
	/* background-color: bisque; */
}

#text {
	width: 350px;
	float: left;
	padding: 10px 0 0 0;
	/* background-color: sandybrown; */
}

#text p {
	margin-bottom: 0.6em;
	font-size: 90%;
}

#bilderblock {
	position: absolute;
	top: 26px;
	right: 0px;
	width: 570px;
	height: 456px;
	margin: -0px 0px 0 0;
}

#fadeshow1 {
	width: 570px;
	height: 456px;
	margin: -30px 0px 0 0;
	right: 0;
	background-color: rgb(50,50,50);
	z-index: 0;
}

/* Videos */

#text #videogallery a {
	font-size: 0.8em;
	font-weight: bold;
	width: 90%;
	padding: 0;
	margin: -0.6em 0 0.6em 1em;
}


/* Links und Navigation Navigation */

a:link {
	font-weight: bold;
	text-decoration: none;
	color: rgb(38,50,118);
	letter-spacing: 1px;
	}

a:visited {
	font-weight: bold;
	color: rgb(81,182,221);
	text-decoration: none;
	letter-spacing: 1px;
	}

a:hover, a:active {
	color: #40519b;
	text-shadow: rgb(160, 180, 240) 0px 0px 4px;
	}
	
img a:link, img a:visited, img a:active, img a:hover {
	text-decoration: none;
	background: transparent;
	}
img {
	border: 0px solid #fff;
	}

/* 1. Ebene */

#navitop li, #seitennavi li, #subnavi {  /*Schrift fuer alle Ebenen */
	font-weight: normal;
	font-size: 10px !important; 
	line-height: 1.4;
	font-family: arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	list-style: none;
}
#seitennavi li {
	letter-spacing: 0px;
}

#navitop li span, #seitennavi li span, #subnavi span {
	color: rgb(0,48,254);
}

#navitop a, #seitennavi a, #subnavi a {
	font: normal 10px arial, sans-serif;
	color: rgb(50,50,50);
	letter-spacing: 1px;
	text-decoration: none;
	}
#seitennavi a {
	letter-spacing: 0px;
}

#navitop a:hover, #seitennavi a:hover, #subnavi a:hover,
#navitop a:active, #seitennavi a:active, #subnavi a:active {
	color: #40519b;
	background-color: rgb(247,247,247);
	}
#seitennavi a:hover,
#seitennavi a:active {
	color: #40519b;
	border-bottom: 1px solid #c5cceb;
	text-shadow: rgb(160, 180, 240) 0px 0px 4px;
	}

 	
/* 2. Ebene */

#seitennavi li {
	display: inline;
	border-right: 1px solid rgb(120,120,120);
	padding: 0 0.3em;
}

