	/*** DESIGN AND LAYOUT TAKEN OVER FROM http://css.maxdesign.com.au/floatutorial*
*THANKS FOR THAT GREAT TUTORIAL*
	* TEMPLATE TUTORIAL (c) 2007 by C. Sommer (doc) for http://websitebaker.org*/

/* DEFINIERTE STARTWERTE FÜR ALLE HTML-ELEMENTE */

{  margin: 0;  padding: 0;}

/* HELLBLAUER HINTERGRUND FÜR DIE BROWSERSEITE */
html, body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: justify;
}


#page {
	background-color: white;
	margin: 10px auto;
	padding: 0;
	width: 760px;
	border: none;
	/*border: 1px solid #959596;*/
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-small;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.6em;
}

h1 {
	font-size: 4em;
	text-align: center;
}

#footer { float: center;

	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	height: 75px;
	border: none;
}

#footer p{
	clear: both;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: xx-small;
}

#footer p a {
	text-decoration: none;
	color: #e99901;
}
/************************
NACHFOLGENDE DIV TAGS LEGEN DAS AUSSEHEN DER WEBSEITE FEST* BANNER,
2 x NAVIGATION, INHALT MITTE, NEWS RECHTS, FUSSZEILE****************
************************************************/
/*
#container {  width: 90%;
	margin: 10px auto;
	/*background-color: #fff; */
	/* color: #333; */
	/* border: 1px solid gray;
	line-height: 130%;}*/


#header {
	background: url('images/kubrickheader.jpg') no-repeat bottom center;
}

#headerimg 	{
	margin: 7px 9px 0;
	height: 106px;
	width: 740px;
	margin: 0;
}


/*
#navigation2 {
	height: 12px;
	padding: 1px 1em;} */

a, a:focus, a:link, a:visited{
	text-decoration: none;
	/*	color: #969696; */
	color: #e99901;
}

a:active, .menu_current {
	text-decoration: underline;
	color: #cc6600;
}

a:hover {
	text-decoration: underline;
	color: #969696;
}

#inhalt       {
	font-size: small;
	/*margin-left: 1px;*/
	text-align: justify;
	padding: 1.2em;
}

/* INHALT fuer Navigation Links */

/*#inhalt       { margin-left: 200px;
	border-left: 1px solid gray;
	margin-right: 200px;
	border-right: 1px solid gray;
	padding: 1em;
	max-width: 36em;} */

/* NACHFOLGENDE CSS ANWEISUNGEN DIENEN DER FORMATIERUNG DES OBEREN MENÜS*
AUSRICHTUNG, KEINE LISTENSYMBOLE, AKTIVE ELEMENTE IN WEISSER SCHRIFT*****/


/* Navigation 1 */
div#navigation1 {  /*background-color: #000; */
	height: 35px;
	font-size: small;
	text-align: left; }

div#navigation1 ul{list-style-type: none; }
div#navigation1 ul li {float:left; padding: 5px; position: relative; }
div#navigation1 ul li a { text-decoration: none; /*color: #969696;*/ color: #e99901;}
div#navigation1 ul li a:hover { text-decoration: underline; color: #silver;}
div#navigation1 ul li a:active,a .menu_current {
	text-decoration: underline;
	}
div#navigation1 ul li ul {position: absolute; top: 15px; left: 0px; width: 500px; }
div#navigation1 ul li ul li {  }
div#navigation1 ul li ul li a {  }

/* Naviagtion unten */

div#navigation2 {  /*background-color: #000; */
	height: 20px;
	font-size: small;
	text-align: left; }

div#navigation2 ul{list-style-type: none; }

div#navigation2 ul li {float:left; padding: 5px; position: relative; }
div#navigation2 ul li a { text-decoration: none; /*color: #969696;*/ color: #e99901;}
div#navigation2 ul li a:hover { text-decoration: underline; color: #silver;}
div#navigation2 ul li a:active, .menu_current { text-decoration: underline;  }
div#navigation2 ul li ul {position: absolute; top: 15px; left: 0px; width: 500px; }
div#navigation2 ul li ul li {  }
div#navigation2 ul li ul li a {  }

/* CSS Document */

