/* Grundelelemente */
body {
        margin:0;
        padding:0;
        background: #d8e8ff url(bg.jpg) repeat-x 0px 300px fixed;
        
		text-align:center;
        
		width:100%;
        height:100%;
		
		font-size: 0.9em;
		color:#1851a2;
		font-family: georgia;
		}

h2 {
    font-size: 1em;
    color: #1851a2;
    font-weight: bold;
    }
	
h1 {
    font-size: 1.2em;
    color: #1851a2;
    font-weight: bold;
	text-align:left;
    }
	
a:link, a:visited   {
    color: #330000;
    text-decoration:none;
        }
	
a:hover   {
    color:#000066;
    text-decoration:underline;
        }
		
input, textarea {
	   border: solid 1px #1851a2;
	   color: #1851a2;
	   }
	   
hr {
	border: solid 1px #1851a2;
	margin-top:20px;
	margin-bottom:20px;
	}

/* Strukturelemente */
#kiste {
        background: url(streifen.png) repeat-y top left;
        position:relative;
        margin-top:10px;
		margin-left: auto;
		margin-right:auto;
		margin-bottom: 30px;
        padding:0;
        width:960px;
        text-align:left;
		border: solid 1px #1851a2;
}
/* Kopf */
#kopf {
	   padding:0;
	   margin:0;
	   width: 960px;
	   height:286px;
	   background:url(urneoben1.jpg) no-repeat top left;
	   }
	   
/* Inhalt */

#inhalt {
		 margin: 30px 30px 30px 70px;
}

#inhalt p  { 
			line-height: 1.5em; 
		    margin-bottom: 1em;
			text-align: justify;
        	padding: 0 0 0 150px;
			}
			
#inhalt table {
			text-align:left;
			line-height: 1.5em; 
		    margin-bottom: 1em;
			border: solid 1px #1851a2;
        	margin-left: 150px;
			}

#fuss {
        text-align:right;
        padding:4px;
        margin:10px;
        font-size:0.7em;
        font-weight:normal;
}
#fuss a:link, #fuss a:visited, #fuss a:hover {
		color: #1851a2;
		text-decoration:none;
}

.bild_r {
		 float: right;
		 margin: 0 0 20px 30px;
		 }

.bild_l {
		 float: left;
		 margin: 0 30px 20px 0;
		 }

.klein {
		font-size: 0.8em;
		}
