/*File: style.css*/
/*Autor: Alexander Grochowski*/


/***************************************************** main *************************************************/

				/****** body *****/

body
{
	background-repeat:no-repeat;
	background-color:#ffffff;
	background-image:url(../images/marmor_tuerkis.jpg);
	
	
}

				/***** table *****/

table.back
{
	table-layout: fixed;
	background-image:url(../images/woodland.jpg);	
	background-repeat:no-repeat;
	margin-top:0px;
	margin-left:auto; 
	margin-right:auto;
	margin-bottom: 0px;
        width: 930px;
	border: outset 0px #ffffff;
	white-space:nowrap;
}

table.grund
{
	table-layout: fixed;
	//background-image:url(../images/glasback.png);	
	//background-repeat:no-repeat;
	margin-top:12px;
	margin-left:auto; 
	margin-right:auto;
	//margin-bottom: 0px;
        width: 935px;
	border: outset 0px #ffffff;
	white-space:nowrap;
}

		



				/***** button (link -> href)*****/

a.main:hover 
{
	display:block;
	color:#DCDCDC;
	background-image:url(../images/button_blue.png);
	background-repeat:no-repeat;
}


a.main:active 
{
	display:block;
	color:#ff9915;
}

a.main 
{
	display:block;
	color:#DCDCDC;
	width:196px;
	padding:8px;
	font-size:13px;
	font-family:Verdana, Arial, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	margin:10px;
	background-image:url(../images/button_black.png);
	background-repeat:no-repeat;
}

			/***** div *****/

#a1 
{ 
position:relative; 
top:-3px; 
left:-3px; 
width:258px; 
height:562px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-image:url(../images/glas_button.png);
}


#a2 
{ 
position:relative; 
top:-3px; 
left:-227px; 
width:690px; 
height:562px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-image:url(../images/glas_rechts.png);
}

/* text darstellung */
#top
{ 
	position:relative;
	overflow-y:scroll;
	color:#AFEEEE;
	font-family:Verdana;
	font-size:14px;
	font-weight: normal;
	top:28px; 
	left:77px; 
	width:590px; 
	height:506px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:12px;
}


#logo
{ 
position:relative;
color:#ffffff;
font-size:large;
font-weight: bold;
top:10px; 
left:0px; 
width:723px; 
height:195px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-repeat:no-repeat;
background-image:url(../images/logofzs.png);
}


#unten
{ 
position:relative;
color:#ffffff;
font-size:large;
font-weight: bold;
top:-16px; 
left:0px; 
width:723px; 
height:105px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
background-repeat:no-repeat;
background-image:url(../images/unten.png);
}

/* unten auf der Startseite */
#adresse	
{ 
	position:relative;
	color:#AFEEEE;
	font-family:Verdana;
	font-size:10px;
	font-weight: bold;
	top:-30px; 
	left:-25px; 
	width:590px; 
	height:12px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-repeat:no-repeat;
	z-index:2; 
}



/**** rahmen ****/

#rahmen
{ 
//background-image:url(../images/WI_M9449.jpg);
background-repeat:no-repeat;
//border-width:5px;
//border-color:#b5b5b5;
//border-style:groove;
position:relative;
top:40px; 
left:47px; 
width:462px; 
height:278px;
margin-top:-28px;
margin-left:-1px;
//margin-right:10px;
//margin-bottom:12px; 
}



/************************************************** Bildergalerie ********************************************/

				/***** button (link -> href)*****/

a.bildergalerie 
{
	color:#AFEEEE;
}

