* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body {
font-family: verdana, helvetica, sans-serif, trebuchet ms;
font-size: 11px;
line-height: 15pt; 
color: #000;
background: url(bgpattern.png) repeat;
background-color: #ddd;
}

p {
padding: 0 10px 1em;
}

ul {
margin: 0px 0px 0px 10px;
}

li {
margin: 0px 0px 0px 10px;
}

#container {
min-height: 100%;
background-color: #fff;
border: 0px solid #fff;
width: 1000px;
margin: 0 auto;
}
* html #container {
height: 100%;
}

#css-body {
	position: relative;
	width: 100%;	
	margin-left:0;
	margin-right:0;
	margin-top:0px;
	margin-bottom:0px;
}



#mainContent {
	position: absolute;
	padding: 0;
	top: 0px;
	margin:0 auto;
	width: 1000px;
	text-align: left; /*voor IE */
	background: url(2faux.gif) repeat-y;
	z-index: 777;
}


#middleContainer {

}


#loop {
	margin: 216px 190px 8px 20px;
	width: 758px;
	padding: 8px;
	color:#000;
}

#left {
	
}

#right {
position:absolute;
top: 228px;
left:838px;
width:170px;
}

#line {
	position: absolute;
	left: 822px;
	top: 270px;
	width: 1px;
	height: 400px;
	background-color:#CD0000;
	z-index: 99999;
}



h1 {
	font-size: 15px;
	font-family: Verdana, arial;
	bottom-margin: 5px;
	font-weight: normal;
	color: #A60000;
	border-bottom: 1px solid #EAB600;
	padding: 0px 0px 3px 3px;
	margin-bottom: 14px;
}

h2 {
	font-size: 13px;
	font-family: Verdana, arial;
	bottom-margin: 5px;
	font-weight: normal;
	color: #A60000;
	border-bottom: 1px solid #EAB600;
	padding: 0px 0px 3px 3px;
	margin-bottom: 14px;
}


a:link {
	color: #CD0000;
	text-decoration: underline;
}
a:visited {
	color: #CD0000;
	text-decoration: underline;
}
a:active {
	color: #CD0000;
	text-decoration: underline;
}
a:hover {
	color: #EAB600;
	text-decoration: none;
}




#submenuContainer {
	position: absolute; 
	width: 140px;

	font-size: 11px;
	z-index: 3;
}
#submenuContainer a {
	color: #CD0000;
	text-decoration: none;		
}
#submenuContainer a:hover {
	color: #EAB600;
	text-decoration: none;	
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	color: #EAB600;
	left: 5px;
}
#sidebar ul li.current_page_item {
	text-decoration: underline;
	color: #CD0000;
}
#sidebar li {
	padding-left: 5px;
}

#topbutton {
	position:absolute; 
	width: 178px;
	height: 102px;
	top: 62px;
	left: 147px;
	z-index: 999999999;
}

#logo{
	position:absolute; 
	background: url(logo.png);
	width: 140px;
	height: 185px;
	left: 832px;
	top: 26px;
	z-index: 999999;
}



#header {
	position:absolute; 
	background-color: #CD0000;
	background: url(header.png);
	width: 800px;
	border-top: 1px solid #ffffff;
	height: 149px;
	top: 57px;
	left: 24px;
	z-index: 999;
}

#topfaux {
	position:absolute; 
	background: url(topfaux.gif);
	width: 1000px;
	height: 24px;
	z-index: 999;
}



#menubg {
	position:absolute; 
	background: url(menubg2.gif)  repeat top left;
	width: 800px;
	height: 30px;
	top: 27px;
	left: 24px;
	z-index: 999;
}



#title {
	font-size: 14px;
	font-weight: bold;
	font-family: verdana, arial, helvetica;
	color: #EAB600;
	width:500px;
}



img {
	margin: 7px 10px 10px 7px;
	vertical-align: top;
	float: inherit;
}

img.links {
	margin: 0px 10px 0px 0px;
	vertical-align: top;
	float: left;
}

img.rechts {
	margin: 0px 0px 0px 10px;
	vertical-align: top;
	float: right;
}

td {
	vertical-align: top;
}

hr {
  border: 0;
  width: 100%;
  color: #EAB600;
background-color: #EAB600;
height: 1px;
}


#MenuContainer {
	position: absolute;
	top: 27px;
	width: 850px;
	height: 30px;
	padding: 5px;
	font-weight: normal;	
	font-family: verdana, arial;
	font-size: 12px;
	z-index: 99999;
}
#MenuContainer a {
	color: #CD0000;
	text-decoration: none;		
}
#MenuContainer a:hover {
	color: #CD0000;
	text-decoration: underline;	
}
#MenuContainer a:active {
	text-decoration: none;	
}
#MenuContainer a:visited {
		text-decoration: none;	
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li.current_page_item {
	text-decoration: underline;
	color: #000;
}
#menu li {
	display: inline;
	padding-right: 14px;

}


#footer {
	visibility: hidden;
	clear: both;
}

