/*------------------------------------------Basics------------------------------------------*/
*{
	padding:0px;
	margin:0px;
	border-width:0px;
	font-family:Verdana;
}
ul{
	list-style:disc;
	margin-left:30px;
}
html{
	height:100%;
}
body{
	min-height:101%;
	font-size:8pt;
	color:#ffffff;
	background-color:#3d3016;
	overflow-x:hidden;
}
a{
	color:#ffffff;
}
/*------------------------------------------Container------------------------------------------*/
body{
	text-align:center;
	background-color:#3d3016;
	background-image:url(../images/backloop.jpg);
	background-repeat:repeat-x;

}
.container{
	margin:0px auto;
	padding-top:40px;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	width:1080px;
	min-height:1024px;
	text-align:left;
}
#myspace{
	float:right;
	margin-top:25px;
	margin-right:30px;
}

/*------------------------------------------Menu------------------------------------------*/
.menu{
	width:538px;
	height:12px;
	line-height:22px;
	margin-left:367px;
	text-align:left;
	font-family:Verdana;
	font-size:8pt;
}
.menu ul{
	height:12px;
	list-style: none;
	width:523px;
	padding-left:15px;
	list-style:none;
	margin-left:0px;
}
.menu ul li{
	float:left;
	border-right:1px solid white;
}
.menu ul li.last{
	float:left;
	border-right:0px solid white;
}

.menu ul a{
	color:#352C18;
	height:12px;
	line-height:12px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:0px 5px;
}
.menu ul li ul a{
	text-decoration:none;
}
.menu ul a:hover, .menu ul a.selected{
	text-decoration:none;
	background: #FFFFFF;
}
/*------------------------------------------Main------------------------------------------*/
.main{
	float:left;
	margin-top:0px;
	width:538px;
	margin-left:378px;
}
.contentmain{
	padding-left:13px;
	padding-right:22px;
	padding-top:1px;
	padding-bottom:10px;
	width:503px;
	min-height:300px;
	background-image:url(../images/content_loop.png);
	margin-top:16px;
}
p.pagecount{
	margin-top:10px;
}
.contentbottom{
	width:538px;
	height:31px;
	background-image:url(../images/content_bottom.png);
}
.pagehead{
	margin-top:20px;
	padding-left:13px;
	font-weight:bold;
	font-size:10pt;
}
.contentblock{
	padding:0px;
	margin-top:10px;
}
.contenthead{
	background-image:url(../images/content_head_bg.jpg);
	font-weight:bold;
	height:25px;
	line-height:25px;
	border-bottom:2px solid white;
	padding-left: 28px;
}
.contenthead a{
	color:#ffffff;
}
.contentmessage{
	padding:5px;
	background-image:url(../images/content_back.jpg);

}
/*------------------------------------------Galeriekram------------------------------------------*/
.thumb{
	float:left;
	width:114px;
	height:130px;
	padding-top:4px;
	padding-left:4px;
	background-color:#352C18;
	margin:2px;
}
.thumb img{
	width:110px;
	height:110px;
}
/*------------------------------------------Formulare------------------------------------------*/
.cssform input{
	border:1px solid #A0A0A0;
	font-size:8pt;
}
.cssform img{
	position:relative;
	top:5px;
}
.cssform p{
	margin-bottom:10px;
	width: 350px;
	clear: left;
}

.cssform label{
	float: left;
}

.cssform input[size="50"]{ 
	width: 180px;
}

.cssform input[size="12"]{ 
	width: 70px;
}

.cssform textarea{
	border:1px solid #A0A0A0;
	width: 490px;
	height: 150px;
	font-size:8pt;
}
/*------------------------------------------Footer------------------------------------------*/
.footer{
	width:538px;
	height:22px;
	line-height:22px;
	margin-left:378px;
	text-align:center;
}
/*------------------------------------------Tools------------------------------------------*/
div.clearer{
	clear:both;
	height:0px;
}

#bannerswf {
	height:160px;
	width:600px;
	position:absolute;
	right:50%;
	margin-right:-965px;
	top:252px;
}
