
    * {
        margin: 0px;
        padding: 0px;
    }
    
    body {
        font-family: Arial, Verdana, Helvetica, Sans-serif;
        color: #252056;
        font-size: 11px;
        background-color: #f9f7d1;
    }
    
    h1 {
        font-size: 13px;
        padding-bottom: 15px; 
    }
	
	a {
		color: #252056;
		text-decoration: none;
		}
		
	a:hover {
		color: #252056;
		text-decoration: underline;
		}
		
	table {
		width: 100%;
		}
		
	table td {
		vertical-align:top;
		}
    
    #box {
        width: 816px;
        margin: auto;
        margin-top: 50px;
    }
    
    #top {
        width: 816px;
        height: 246px;
        background-image: url(../img/top.jpg);
        background-repeat: no-repeat;
        padding-top: 35px;
    }
    
    #navi {
        width: 600px;
        height: 15px;
		margin-left: 260px;
        text-align: right;
        padding: 0px 8px 0px 8px;
        font-size: 10px;
    }
    
    #navi li {
        list-style-type: none;
        display: inline;
    }
    
    #navi li a {
        text-decoration: none;
        font-size: 10px;
        color: #252056;
        padding: 0px 8px 0px 8px;    
    }
    
    #content {
        width: 762px;
        min-height:214px;
        height:auto !important;
        height:247px;
        background-image: url(../img/content_bg.gif);
        background-repeat: repeat-y;
        padding: 21px 18px 13px 36px;
    }
    
    #foot {
        width: 753px;
        height: 25px;
        background-image: url(../img/bottom.gif);
        background-repeat: no-repeat;
        padding: 7px 18px 0px 45px;
    }
    
    .left {
        color: #34448F;
    }
    
    .left a {
        text-decoration: none;
        color: #34448F;
    }    
    
    .right {   
        color: #FAFBFC;
        margin-left: 320px;
    }    
    
    .right a {
        text-decoration: none;        
        color: #FAFBFC;
    }
    
    #spacer {
        height: 20px;
    } 
    
    .mceContentBody {
        background-color: #FAFBFC;
    }         


/* Kontakt-Formular */
table.kontaktformular
{
	width: 500px;
}

table.kontaktformular td
{
	padding:5px;
	vertical-align:top;	
}

/* Lightbox-Galerie */
table.lightbox td
{
	padding:10px;
	text-align:center;	
}

table.lightbox img
{
	border:3px solid #888888;	
}


