@charset "utf-8";


*{
	margin: 0px;
	padding: 0px;
}
html { font-size: 70%;} 
body {
	margin: 0px; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0px;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000000;
	line-height: 2em;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
h1 {
	font-size: 3em;
	color: #669900;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 2.3em;
	padding-left: 0px;
	padding-right: 0px;
	
}
h2 {
	font-size:2em;
	margin-bottom:20px;
}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}



.philayout #container {
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}


.philayout #header {
	width: 880px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 40px;
}
.philayout #mainContent {
	background-color: #FFFFFF;
	width: 880px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	float: none;
	clear: both;
	padding: 20px;
	
	
}
p {
	text-align: left;
	margin-right: 20px;
	margin-top: 5px;
}
td {
	vertical-align: top;
	text-align: left;
}
img {
	border: 1px solid #000000;
	padding: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.imgOhneRahmen {
	border: 1px solid #FFFFFF;
	padding: 10px;
	margin: 10px;
	float: none;
}
.spalte1 {
	width: 230px;
	background-color: #FFFFFF;
	float: left;
	padding: 0px;
	text-align: left;
	border-top-width: 15px;
	border-right-width: 30px;
	border-bottom-width: 30px;
	border-left-width: 30px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	
	

	
}
.spalte2 {
	width: 460px;
	background-color: #FFFFFF;
	float: left;
	border: 10px solid #FFFFFF;
	text-align: left;
	margin-bottom: 50px;
}

.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {
	width:190px;
	float: left;
}
.span-6 {
	width:230px;
	float: left;
	text-align: left;
}
.span-7 {width:270px;}
.span-8 {width:310px;}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {
	width:510px;
	float: left;
	text-align: left;
	padding: 0px;
}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:710px;}
.span-19 {
	width:760px;
	float: left;
	text-align: left;
	padding: 10px;
}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {
	width:870px;
	float: left;
}
.span-23 {width:910px;}

    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	font-size: 1px;
	line-height: 0px;
	background-color: #333333;
    }






}

.philayout #mainContent a{
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
	text-transform: uppercase;
	
}
.philayout #container #mainContent li {
	list-style:none;
	padding-left:10px;
	padding-bottom:5px;
	line-height:19px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


.philayout #footer {
	background-color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	text-transform: uppercase;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/linie.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.philayout #footer a{
	text-decoration: none;
	color: #0DAED4;
	padding: 5px;
	text-align: center;
}
.philayout #footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F8B333;
}
.philayout #footer p {
	text-align: center;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.philayout #container #mainContent table {
	text-indent: 20px;
}

.highslide {
    cursor: url(../highslide/graphics/zoomin.cur) , pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}

.highslide-wrapper {
	background-color: #FFFFFF;
}
.highslide-image {
	border: 2px solid #666666;
	padding: 10px;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
	color: #999999;
	text-decoration: none;
	font-size: 8px;
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 150px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.philayout #container #mainContent td {
	text-indent: 5px;
}

.fehler {
 color:<?php echo $fehlercolor ; ?>;
	text-align:left;
	color: #FF0000;
}
input {
	width:200px;
	color:#333;
	border:2px solid #000000;
	margin:5px;
	color:#000000;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E6E6E6;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
textarea {
	width:200px;
	height:105px;
	color:#333;
	border:2px solid #000000;
	padding:10px;
	margin:5px;
	color:#000000;
	background-color: #E6E6E6;
}

input[type=submit] {
	cursor:pointer;
	color:#FFFFFF;
	font-weight:bold;
	width:200px;
	height:33px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #669900;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
input[type=reset] {
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	width:200px;
	height:33px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FF0000;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}


#menu {
	padding:0;
	margin:0;
	list-style:none;
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#menu table {border-collapse:collapse; height:0; width:0; margin:0 -4px -1px 0;}
#menu li {
	float:left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#menu li a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	text-decoration:none;
	margin: 0px;
	padding: 5px;
	background-color: #000000;
}
#menu li a.current {font-style:italic; color:#06b; cursor:text;}

#menu li:hover {
	position:relative;
	z-index:100;
}
#menu li a:hover {color: #06b; position:relative; z-index:100;}
#menu li:hover > a {color: #06b;}
#menu ul {
	position:absolute;
	left:-9999px;
	top:35px;
	width:140px;
	padding:0;
	margin:0;
	list-style:none;
	background:url(trans.gif);
}
#menu ul li {margin:0;}
#menu ul li a {
	width:140px;
	height:25px;
	font-size:80%;
	border:0;
	text-align:right;
	padding: 4px;
}
#menu ul li a:hover {border:0;}
#menu ul li:hover > a {border:0;}

#menu ul ul {position:absolute; margin-left:100%; top:0; padding:0; margin:0; list-style:none;}

#menu :hover ul {right:0; left:auto;}
#menu :hover ul ul {left:-9999px; width:130px; padding-left:10px; background:url(trans.gif);}

#menu li ul :hover ul {left: 140px; right:auto;}
#menu li ul li ul li a {text-align:left; color:#06b;}
#menu li ul li ul li a:hover {color:#000;}

img.elegant {margin-top:250px;}

}

