/******************** Default-CSS für www.liebe-abi94.de ********************/
/****************************************************************************/

/***** Wichtige Farben ******************************************************
Dunkelgrün = #007A00
Grün =	     #009400
*****************************************************************************/



/***** Nullabstand für alle Elemente und Definetion der Schriftart *********/ 

*{
    margin: 0;
    padding: 0;
    font-family: verdana,arial,sans-serif;}
    
body{
    text-align:center;
    background-color:#003;
    font-size:1em;}
    
#page{
    clear: left;
    position:relative;
    margin:0px auto;
    width:760px;
    text-align:left;
    border: 1px solid #000;
    background-color:#fff;}

#logo{
    text-align:left;
    padding: 0px 4px 2px;
    font-size:0.8em;
    line-height:200%;}
    
#nav{
    text-align:center;
    border-top:1px solid #699;
    border-bottom:1px solid #699;
    font-size:0.8em;
    line-height:200%;}
    
#content{
    float:left;
    width:580px;
    font-size:0.8em;}
    
#info{
    float:right;
    width:150px;
    margin: 20px 4px 4px;
    border:1px solid #699;
    background-color:#cfc;
    font-size:0.7em;}
    
#footer{
    clear: both;}
        
/**************** Tag-Beschreibung ***************/

#title{
    padding-top:64px;
    margin: 0px;}

#nav ul{
	  margin:0px;
	  text-align:center;}
    
#nav ul li{
	  display:inline;
    font-weight:bold;
	  letter-spacing:0.2em;
	  width:15%;}

#nav a{
    text-decoration:none;}
    
#nav a:hover{
	  color:#000;}
    
#content p{
    margin:2px 6px 10px;
    text-align:justify;}
    
#content ul{
    margin:2px 6px 10px;}
    
#info p{
    margin:0px 0px 10px;
    padding:0px 2px;}
    
.headline {
    text-align:center;
    font-weight:bold;
	  letter-spacing:0.2em;
    background-color:#ccc;
    border-bottom:1px solid #699;
    font-size:1em;
    line-height:200%;}
    
.einzug{
    margin-left: 25px;
    color:#006;}
    
.inputbox{
    background-color: #cfc;
    border: 1px dashed #699;}       /* Line: none(keine) dotted(gepunktet) dashed(gestrichelte) solid(durchgezogene)
                                       double(doppelt) groove(3D) ridge(3D) inset(3D) outset(3D) */

.button{
    border: 2px double;}
    
.leftfloat{
    float:left;}

.rightfloat{
    float:right;}                                       
                                       
fieldset{
    margin: 10px;
    border: 1px solid #699;
    width: 40em;}
    
legend{
    margin: 0px 5px;
    font-size: smaller;}
    
table{
    margin: 10px;
    font-size:1em;
    text-align:left;
    white-space:nowrap;}

dl{
    margin: 10px;
    color: #006;
    font-weight: bold;}

dt{
    float: left;
    width: 5em;
    margin-left: 25px;}