/*  ------------- ALLGEMEINES ---------------- */
body {
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	background: #fff;
}
a:link, a:visited { color: #666; text-decoration: none;} 
a:active, a:hover { color: #d4af2d; text-decoration: none;}

h1 { 
	font-weight: bold;
	font-size: 16px;
}
h2 {
	font-weight: bold;
	font-size: 14px;
}
#container {
	margin: auto;
	width: 960px;
}
img {
	border: none;
	}

/*  ------------- HEADER+NAVI ---------------- */
#header {
	width: 460px;
	height: 110px;
	margin-left: 500px;
}
#menu {
height: 63px;
background: #fff url(../../images/bg_nav.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
margin-left: 70px;
padding-top: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li .current {
color: #d4af2d;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: bold;
font-size: 14px;
}
/*  ------------- CONTENT ---------------- */

#content {
	padding: 0;
	margin: 0;
	width: 960px;
}
#top {
	width: 960px;
	height: 90px;
	padding-left:0px;
}

#left {
	float: left;
	display: inline;
	margin-left: 70px;
	margin-right: 10px;
	width: 400px;
	padding: 0;
	text-align: justify;
}

#right {
	float: right;
	margin-right: 70px;
	margin-left: 10px;
	width: 400px;
	padding: 0;
	text-align: justify;
}

/*  ------------- BOTTOM + FOOTER ---------------- */

#bottom {
background: #fff url(../../images/bottom.jpg) no-repeat;
padding: 0;
height: 50px;
clear:both;
}
#footer {
text-align: center;
font-size: 11px;
clear: both;
}

/* -----------------BILDERGALERIE ------------------- */

.box{
width:130px;
height:130px;
float:left;
background:url(../images/rahmen_130px.jpg) no-repeat;
display: inline;
}
.marginbox { 
width:130px;
height:130px;
float:left;
margin-right:40px;
background:url(../images/rahmen_130px.jpg) no-repeat;
}
.boxes {
margin-left: 70px;
width: 820px;
}
.box img { 
	padding-top: 15px;
	padding-left: 15px;
}
.marginbox img {
	padding-top: 15px;
	padding-left: 15px;
}
	

	
