﻿
/* Reset der Standardanweiungen in den Browsern für Listen */

li, ul { 
	margin:0px; 
	padding:0px  
 	}

/* Formate der Standardtags mit normaler Schriftgröße */


body         { 
margin:0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #99CCFF url('Bilder/hinten.jpg') repeat-x;    }
              
               
a:link       { 
	color:#222222;
	 }
a:active     { 
	color:#222222
		 }
a:visited    { 
	color:#222222;
	 }
a:hover      { 
	color:white; background:black
	  }

p   { 
	font-size:11pt; 
	color:#222222; 
	line-height: 150%; 
	margin:10px 0px 10px 0px; 
	text-align:left 
	}
h1  { 
	color: black; 
	line-height: 130%; 
	font-size:16pt; 
	font-weight: normal; 
	margin-top:30px; 
    margin-bottom:0px; 
    margin-left:0px; 
    text-align:left; 
    border-bottom:2px solid white; 
    padding-bottom:7px;	
	}
h2  { 
	font-size: 13pt; 
    line-height: 150%; 
    font-weight: normal; 
	color:gray;
	border-bottom: 0px solid #D4D4CE; 
	margin-top: 50px; 
	text-align:left	
	}
h3  { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	line-height: 150%; 
	font-weight: bold; 
	color:#555555;
	border-bottom: 0px dotted #D4D4CE; 
	margin-top: 30px;   
	text-align:left	
	}
li  { 
	font-size: 11pt; 
	line-height: 150%; 
	list-style-image: url('Bilder/punktpfeil.gif'); 
	padding-left:0px; 
	color:#222222;
	margin-top: 15px;
	text-align:left; 
	margin-left:15px
	}
	

/* individuelle Formate - class */


.bilderrahmen { 
	border:2px solid white;
    }
    
.bilderrahmen-dunkel { 
	border:1px solid dimgray;
    }    
    
.navi { 
    font-size:11pt; 
    margin-top:30px; 
    margin-bottom:30px; 
    margin-left:0px; 
    padding-bottom:2px;
	text-align:left;
	line-height:2.2em
    }
.navi a       { 
	color:black;
	text-decoration:none;
	padding-bottom:2px;
	border-bottom:1px solid white
	}
.navi a:visited    { 
	color:black;
	text-decoration:none;
	border-bottom:1px solid white
	 }
.navi a:hover      { 
	color:black; 
	background:transparent;
	border-bottom:1px solid black
	  }

.textzelle { 
	padding:40px;
    }
    
.textrahmen { 
	margin:20px 0px;
	padding:10px 20px;
	border:1px dotted gray;
	
    }	  
 
.text-unten { 
	border-top:1px solid white;
    font-size:8pt; 
    margin-top:30px; 
    margin-bottom: 10px; 
    margin-left:0px; 
    padding-top:10px;
    text-align:left
    }