/* CSS Document */
body {
	background-color: #fffef2;
	background-attachment: fixed;
    background-repeat: repeat-x;
    background-image: url(../images/verlauf.jpg);   
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;    
    color: #000000;
}
            
#kopf {
	width: 1033px;
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
}
                        
#inhalt {
	width: 730px;
    margin: 0px 325px;  
    margin-bottom: 5px;
}

a {
	color: #000000;
    text-decoration: none;
}

a:visited {
	color: #000000;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.navi {
	margin-left: 30px;
    text-decoration: none;            
    font-size: 14px;
    font-weight: bold;
    color: #192b71;
    line-height: 22px;
    text-align: justify;
}
a.navi:hover {
    text-decoration: underline;
}

span.header1 {
	font-size: 16px;
    color: #192b71;
    font-weight: bold;
}

span.header2 {
	color: #192b71;
    font-weight: bold;
}

img {
	border: none;    
}

table.table {
	border: thin solid #000000;
	border-collapse: collapse;
}

th {
	border: thin solid #000000;
	color: #192b71;
}

td {
	border: thin solid #000000;
	padding: 5px;
	valign: top;
}

caption {	
	font-size: 16px;
	color: #192b71;
	font-weight: bold;
	text-align: left;	
	padding-bottom: 12px;
}

p.gallery_overview {
	clear: both; 
	padding-top: 12px;
}