/* PHP Code für CSS komprimierung. Die Datei mus dann die Endung-- .php --erhalten

<?php

if(extension_loaded('zlib'))
{ob_start('ob_gzhandler');}
header("Content-type: text/css");

?>


*/

## * {
## margin:0;
## padding:0;
## }

html, body {
height:92%;
background-color:#fafaf5;
}

body {
font-family:arial, verdana, sans serife;
font-size:12px;
color:#000;
text-decoration:none;
line-height:1.5;
text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
width:1px;
height:50%;
margin-bottom:-325px; /* half of container's height */
float:left;
}

#center {
margin:0 auto;
position:relative; /* puts container in front of distance */
width:1000px;
#min-height:620px;
text-align:left;
clear:left;
}

#container {
position:absolute;
width:1030px;
height:750px;
text-align:left;
background-image: url(css_10_FILES/Hintergrund1250_02.jpg);
}

#oops {
position:absolute;
width:1030px;
height:750px;
text-align:left;
background-image: url(css_10_FILES/Start_02.jpg);
z-index:20;
}

img {
border:none;
}

/*-------------------------------------------------------*/
/* Logo  */
/* falls mal mit Eigenen Schriften gearbeitet werden soll*/

/*
@font-face {
	font-family: 'Calligraphy';
	src: url('Calligraphy.eot');
	src: local('Calligraphy'), url('html/LogoSchrift/Calligraphy.woff') format('woff'), url('html/LogoSchrift/Calligraphy.ttf') format('truetype'), url('html/LogoSchrift/Calligraphy.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}
*/

#LogoName{
position:relative;
width:250px;
height:37px;
top:80px;
left:213px;
/*color:#ffd;
font-family:'Calligraphy', sans-serife;
font-size:35px;*/
background-image: url(css_10_FILES/Logo.png);
background-repeat:no-repeat;
}

/*-------------------------------------------------------*/
/* Navigation Links */


#navi{
position:absolute;
top:140px;
/*left:20px;*/
/*height:250px;*/
width:225px;
/*opacity:0.7;*/
/*background-color:transparent;*/
z-index:2;
}

.OpakLinks{
position:relative;
padding-left:25px;
color:#fff;
}

.OpakRechts{
position:relative;
color:#fff;

}

.TransparentLinks{
position:absolute;
background-color:#215c8c;
opacity:0.7;
width:258px;
height:22px;
}


ul{
list-style:none;
padding:0;
margin:0;
line-height:2;
}


/* li Element aktiver Link oder passiv */


.AktivLinks{
position:relative;
padding:0 0 13px 0;
/*padding-left:25px;*/
/*background-color:#215c8c;*/
float:left;
}

.AktivRechts{
position:relative;
width:75px;
padding:0 0 13px 0;
/*background-color:#215c8c;*/
float:right;
}

.aktiv1{
position:relative;
padding:0 0 13px 150px;
margin:0;
background-color:transparent;
float:left;
}


.passiv{
position:relative;
padding:0 0 13px 25px;
background-color:transparent;
clear:both;
}


/*-------------------------------------------------------*/
/* Contentbereich */


#content{
position:absolute;
top:129px;
left:220px;
height:452px;
width:751px;
background-color:#fcfbec;
z-index:1;
}

#contentlinks, #contentlinksBilder{
position:relative;
margin:33px 0 40px 110px;
width:230px;
float:left;
/*
background-color:#fde;
*/
color:#215c8c;
}

#contentlinksBilder{
margin:33px 0 40px 60px;
}


#contentlinks h1, #contentlinksBilder h1{
font-size:16px;

}

#contentrechts, #contentrechtsBilder{
position:relative;
margin:40px 40px 40px 0;
width:320px;
/*
height:368px;
*/
float:right;
/*
background-color:#3cf;
*/
}

#contentrechtsBilder{
margin:0 40px 40px 0;
width:410px;
}


#ThumbNails{
position:relative;
top:550px;
left:205px;
height:55px;
width:787px;
/*background-color:#ffd;*/
background-color:transparent;
z-index:1;
}

#ThumbNailsQueer{
position:relative;
top:550px;
left:212px;
height:55px;
width:787px;
/*background-color:#ffd;*/
background-color:transparent;
z-index:1;
}

.thumbnail{
float:left;
padding-right:30px;
margin:0;

}


#contenttable{
margin:0;
padding:0;
height:2px;
}

/*-------------------------------------------------------*/
/* Links */

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

.mail{
color:#215c8c;
}



.aktiv1 a{
background-color:transparent;
color:#215c8c;
}


/* Freischalten wenn CSS komprimierung genutzt werden soll 

<?php

if(extension_loaded('zlib'))
{ob_end_flush();}

?>

'/
