body {
    text-align:center;
    background-color: #929292;
}
#center {
    width: 1024px;
    margin: 0px auto;
    text-align: left;
}
#left {
    width: 155px;
    height: 1496px;
    float: left;
    background-image: url(../img/left.jpg);
}

#right {
    width: 162px;
    height: 1496px;
    float: none;
    float: right;
    background-image: url(../img/right.jpg);
}
#main {
    height: 1496px;
    width: 637px;
    background-color: #fff;
    padding-left: 34px;
    padding-right: 36px;
    float: left;
}

#top {
    width: 637px;
    height: 113px;
    margin-top: 21px;
    background-image: url(../img/head.jpg);
}

#navi {
	height: 80px;
    width: 640px;
	margin-left: 1px;
    margin-top: 18px;
	text-align: center;
}

a.navi, a.navi:active, a.navi:visited, a.navi:hover, a.navi:focus { 
    color: #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 7px;
	text-decoration:none;
}
    
#pic {
    padding-left: 20px;
}

#pic img {
    border: none;
}

    
#pic2 {
    padding-left: 0px;
}

#pic2 img {
    border: none;
}

#content {
    width: 560px;
    margin-left: 40px;
}

.content {
    font-family: tahoma;
	font-size: 15px;
	font-style: normal;
    color: gray;
	text-decoration: none;
}

a.content, a.content:active, a.content:visited, a.content:hover, a.content:focus { 
    color: #006600;
	font-family: tahoma;
	font-size: 15px;
	text-decoration:none;
}

.impressum {
    font-size: 11px;
    color:#666666;
    font-family:tahoma;
}

a.impressum, a.impressum:active, a.impressum:visited, a.impressum:hover, a.impressum:focus { 
    font-size: 11px;
    color:#666666;
    font-family:tahoma;
	text-decoration:none;
}

.bold5mm {
    font-size: 5mm;
    font-weight: bold;
}

