header('Content-type: text/css');

p {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

table {
	margin-left: 20px;
	margin-right: 20px;
}

td {
	vertical-align:top;
	border-spacing:5px;
}

td a {
    color:#317b64;
	font-weight: bold;
}

.ueberschrift {
	font-size: 3em;
	font-weight: bold;
	margin-top: 20px;
	color: #FFFFFF;
}

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

input[type=submit] {
    padding:5px 15px;
    background:#ccc;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; ,
    font-size: 3em;
}

input[type=reset] {
    padding:5px 15px;
    background:#ccc;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; ,
    font-size: 3em;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
        padding:5px 15px;
    background:#ccc;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 0.8em;
}

.Link a {
	color: #000000;
	text-decoration: none;
}

.Logo {
	margin-top: 3px;
	margin-left: 3px;
	width: 378px;
	display: block;
	float:left;
}

.HRGB {
	backgound-color:#000000;
	color:#000000;
	width: 700px;
	border: 1px solid;
}

body {
	background-color: #FFFFFF;;
	font-family: Arial, Helvetica, sans-serif;
	height:auto;
	min-height:100%;
}


.Navi {
    background-image:url(<?php echo "../$NaviLogo"; ?>);
	background-color:<?php echo $Navifarbe_Links; ?>;
	color:<?php echo $Navitextfarbe_Links; ?>;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: <?php echo $NaviSchriftgroesse."em"; ?>;
	width: <?php echo "$Navibreite"."px"; ?>;
	height: 100%;
	position:absolute;
	line-height:11px;
	text-align:left;
	left: 0px;
}


/*Hover Navi links*/
.Navi li:hover {
	background:<?php echo $NaviHoverfarbe_Links; ?>;
}

.Navi li:hover a{
color:<?php echo $Navitextfarbe_Links; ?>;
}

#active {
background:<?php echo $NaviHoverfarbe_Links; ?>;
}

#active a{
color:<?php echo $Navitextfarbe_Links; ?>;
}

.Navi li {
padding:6px;
margin:0;
margin-top:5px;
margin-bottom:5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.Navi ul {
list-style-type: none;
margin:15px;
padding:0;
margin-left:15px;
font-size: <?php echo $NaviSchriftgroesse."em"; ?>;
font-weight: bold;
}



.Navi a {
	color: <?php echo $Navitextfarbe_Links; ?>;
	text-decoration: none;
}

.ObenNavi {
	background-image:url(<?php echo "../$NaviObenLogo"; ?>);
	background-color:<?php echo $Navifarbe_Oben; ?>;
	color:<?php echo $Navitextfarbe_Oben; ?>;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: <?php echo $NaviObenSchriftgroesse."em"; ?>;
	width: 100%;
	height: <?php echo $Navihoehe_Oben."px"; ?>;
	position:relative;
	text-align:center;
	vertical-align:middle;
	border-top:solid #000000;
	border-width:1px;
	left: 0px;
}
/*Hover Navi oben*/
.ObenNavi li:hover {
	background:<?php echo $NaviHoverfarbe_Oben; ?>;;
}

.ObenNavi li:hover a{
color:<?php echo $Navitextfarbe_Oben; ?>;
}

#active {
background:<?php echo $NaviHoverfarbe_Oben; ?>;;
}

#active a{
color:<?php echo $Navitextfarbe_Oben; ?>;
}

.ObenNavi li {
display: inline;
padding:6px;
margin:0;
margin-top:5px;
margin-bottom:5px;
margin-right:20px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.ObenNavi ul {
list-style-type: none;
margin:7px;
padding:0;
margin-left:31px;
font-size: <?php echo $NaviObenSchriftgroesse."em"; ?>;
font-weight: bold;
}

.ObenNavi a {
	color: <?php echo $Navitextfarbe_Oben; ?>;
	text-decoration: none;
}

.Seite {
	color: <?php echo $Contenttextfarbe; ?>;
	background-color: <?php echo $Contentfarbe; ?>;
	background-image:url(<?php echo "../$Wasserzeichen"; ?>);
	background-position:center center;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: <?php echo $Textgroesse."em"; ?>;
	text-align:left;
	height: <?php echo $Webseitenhoehe."px"; ?>;
	<?php
	if ($LinkeNavi==0) {
	echo "left: 0px;";
	echo "width: $Webseitenbreite"."px;";
	}else
	{
	$Navileft=$Navibreite+1;
	$Seitenbreite=($Webseitenbreite-$Navibreite)-1;
	echo "left: $Navileft"."px;";
	echo "width: $Seitenbreite"."px;";
	}
	?>
	overflow:auto;
	position:absolute;
}

.Seite a {
    color: <?php echo $Contenttextfarbe; ?>;
	font-weight: bold;
	text-decoration:underline;
}

.Footer{
	font-family: Arial, Helvetica, sans-serif;
	color:<?php echo $Footertextfarbe; ?>;
	background-color:<?php echo $Footerfarbe; ?>;
	width:<?php echo $Webseitenbreite."px"; ?>;
	height:20px;
	border:#000000;
	border-top:solid #000000;
	border:solid #000000;
	border-width:1px;
	font-size: <?php echo $Footerschriftgroesse."em"; ?>;
	bottom:0px;
	top:<?php echo $Webseitenhoehe."px"; ?>;
	position:absolute;
	left:-1px;
}

.Liste {
	border:solid 1px;
}

.Navitabelle {
	margin-left: 20px;
	margin-right: 20px;
	border:solid 1px;
	font-size:0.85em;
	background-color:#FFFFFF;
}

.eingabebox_normal {
	width:253px;
	border:1px solid #CCCCCC;
	border-radius:4px;
}
.eingabebox_doppel {
	width:500px;
	border:1px solid #CCCCCC;
	border-radius:4px;
}
.eingabebox_land {
	width:26px;
	border:1px solid #CCCCCC;
	border-radius:4px;
}
.eingabebox_plz {
	width:56px;
	border:1px solid #CCCCCC;
	border-radius:4px;
}
.eingabebox_jahr {
	width:35px;
	border:1px solid #CCCCCC;
	border-radius:4px;
}
.eingabebox_ort {
	width:140px;
	border:1px solid #CCCCCC;
	border-radius:4px;
}
.nachrichtenbox_klein {
	width:200px;
	height:75px;
}
.nachrichtenbox {
	width:300px;
	height:100px;
}
.nachrichtenbox_doppel {
	width:600px;
	height:250px;
	border:1px solid #CCCCCC;
	border-radius:4px;
}
#Suchenfeld{
	width:125px;
	border:1px dotted;
}
#Suchenbutton{
	width:125px;
	border-style:1px solid;
}
.Suche {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.75em;
	width: 150px;
	height: 100%;
	position:absolute;
	line-height:15px;
	text-align:left;
	right: 0px;
	top: 5px;
}


<?php
mysql_close($styledb);
?>