﻿/* Stylesheet für goetz-family.de Copyright by Florian Götz */
/* 3.7.2008 */

/*============================================#
#		  		DIV-Bereich		              #	
#=============================================*/

#wrapper
{
margin: 10px auto;
height: 1000px;
width: 700px;
border: 5px solid black;
}

#content
{
position: absolute;
background-color:white;
top: 10px;
left: auto;
margin-left: 50px;	/* Ausrichtung der Text-Box */
margin-top: 688px;	/* Ausrichtung der Text-Box */
padding: 5px;
width: 585px;
height: 278px;
z-index:99;
overflow: auto;
}

#content tr td { padding: 3px; vertical-align:top; }

#content img{ margin-bottom:-2px;}

#validator{ text-align:right; padding-top:170px; }


/*============================================#
#	      	Class Bereich	      	          #	
#=============================================*/

.kein_rahmen{ border: 0px; }

/*============================================#
#	      Allgemeiner Bereich	     		  #	
#=============================================*/


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


body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-image:url(bg.jpg);
}


h1
{ 
font-size: 18px;
margin-bottom: 20px;
font-weight:bold;
text-decoration: underline;
text-align:center;
}


a img{ border:0px; }

a:link{ color: #000; text-decoration: underline;}
a:visited{ color: #000;; text-decoration: underline;}
a:hover, a:focus{ text-decoration: underline; color:#000;}
a:active{ color: #000;}

