
/* pi.css (c) 2005 Georg Conrad   Version 1.3    */

body {
	color: #300102;
	background-color: #000000;
	background-image: url("../-/Sternenhimmel.gif");
	background-repeat: repeat;
	font-family: "Comic Sans MS", sans serif;
	font-size: 100%;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px; }

#wrapper {
	position: relative;
	text-align: left;
	background-image: url("../-/pi-Raten.jpg");
	background-repeat: no-repeat;
	width: 770px;
	height: 700px;
	margin: 0px auto;
}

/* Header --------------------------------------------- */

#header {
	margin-top: 20px;
	height: 100px;
	width: 667px; }

#header h1 {
	color: #E1C021;
	margin: 0px 0px 0px 308px;
	padding-top: 50px; 
	letter-spacing: 0em;
	}
	
#header h2 {
	font-size: 100%;
	color: #E1C021;
	margin: 8px 0px 0px 290px;
	letter-spacing: 1.8em;
	}

/* Menue ---------------------------------------------- */

#menue {
	color: #E1C021;
	position: absolute;
	float: left;
	top: 170px;
	left: 22px;
	width: 150px;
	text-shadow: 0px 0px 2px #000000;
	}
	
#menue a {
	display: block;
	color: #D9CEAF;
	width: 150px;
	height: 24px;
	margin: 0px;
	padding: 5px 24px; 
	}

#menue a.Holz1 {
	background-image: url("/-/Menue-1.jpg");
	background-repeat: no-repeat;
	}

#menue a.Holz2 {
	background-image: url("/-/Menue-2.jpg");
	background-repeat: no-repeat;
	}

#menue a.Holz3 {
	background-image: url("/-/Menue-3.jpg");
	background-repeat: no-repeat;
	}

#menue a:hover {
	color: #DDAA22;
	background-position: 0px 0px; }

#menue a.hier {
	color: #DDAA22;
	background-image: url("/-/Menue-0.jpg");
	background-repeat: no-repeat;
	}

#menue a.Impressum {
	background-image: url("/-/Impressum.jpg");
	background-repeat: no-repeat;
	height: 62px;
	}

#menue a.hierImp {
	color: #DDAA22;
	background-image: url("/-/ImpressumHier.jpg");
	background-repeat: no-repeat;
	height: 62px;
	}

#menue img { /* für IE */
	margin: 0px; 
	padding: 0px; 
	border: 0px; }

/* Google --------------------------------------------- */

#Google {
	width: 150px;
	height: 150px;
	background-image: url("/-/Google.jpg");
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 12px;
	}

/* subMenue ------------------------------------------- */

#subMenue {
	font-size: 80%;
	position: absolute;
	left: 230px;
	top: 124px;
	width: 500px;
	text-align: center;
	display: table; }

#subMenue p {
	margin-top: 52px; }

#subMenue p a {
	padding: 6px; }

#subMenue a.hier {
	color: #E1C021;
	text-shadow: 0px 0px 3px #000000; }

#subMenue p a:hover {
	color: #E1C021;
	text-shadow: 0px 0px 3px #000000; }

/* Content -------------------------------------------- */

#content {
	position: absolute;
	left: 220px;
	top: 220px;
	background-image: url("../-/Content.jpg");
	background-repeat: repeat-y;
	background-color: transparent;
	padding-right: 40px;
	width: 510px;
	height: 340px;
	overflow: auto;
}

#content p { padding: 0px 30px; }

#content p.mittig { text-align: center; }

#content p.subLink {
	text-align: center;
	font-size: 80%; }

#content a:hover {
	color: #E1C021;
	text-shadow: 0px 0px 3px #000000; }

/* Footer -------------------------------------------- */

#footer {
	position: absolute;
	left: 500px;
	top: 577px;
	color: #332211;
	font-size: 80%;
	text-align: right; 
	margin: 0px;
	padding: 0px;
	}
	
#footer p {	
	margin: 0px; 
	padding: 12px 45px 0px 0px; }

#footer a:link { 
	color: #332211;
	}
	
#footer a:hover {
	text-shadow: 0px 0px 2px #ffeedd; 
	}
	
/* Sonstiges -------------------------------------------- */

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 10px;
	padding: 0px 20px; }

h1 {
	font-size: 400%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 13px #ffffff; }

h2 {
	font-size: 160%; 
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 13px #ffffff; }

h2.mittig { text-align: center; }

a { 
	text-decoration: none; 
	color: #976C39; }

img {
	border: none; 
	float: right;
	border: none; 
	margin-right: 0px; }

u {
	text-decoration: none;
	font-size: 65%;
	text-shadow: none; }

i {
	color: #884400;
	font-style: normal; }

