/* Global styles
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot{
	padding:0;
	border:none;
	outline:0;
	margin:0 auto 0 auto;
}
html,body{
	height:100%;
}
body{
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(bgBody.jpg);
}
:focus{
	outline:none;
}
hr{
	border:1px solid #000;
}
table{
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0;
}
a{
	color:#333;
}
a:hover{
	color:#111;
	text-decoration:none;
}
p{
	margin-bottom:10px;
}
ul,ol{
	margin:5px 0 10px 25px;
}

#superContainer {
	width:100%;
	height:400px;
	background:url(images/bgBody.jpg) repeat-x;		
	/*background:url(bgIndex.png) repeat-x;*/
	/*position:relative;
	top:100px;*/
}

#subContainer {
	width:600px;
	height:400px;
	/*background:url(logos2.png) no-repeat;*/
	/*background:#339999;*/
}
/*
#autostad {
	display:block;
	width:575px;
	height:310px;
	position:relative;
	left:-200px;
	
}

#caudenberg {
	display:block;
	width:575px;
	height:310px;
	top:-47px;
	position:relative;
	left:-200px;
}*/

#linkAutostad {
	width:402px;
	height:201px;
	/*background-color:#0099FF;*/
	background:url(images/bgBtnAutostad.png) no-repeat;
	float:left;
}

#linkCaudenberg {
	width:402px;
	height:199px;
	/*background-color:#FF9933;*/
	background:url(images/bgBtnVancaudenberg.png) no-repeat;
	float:left;
}

#slideAutostad {
	width:198px;
	height:201px;
	/*background:#CC99CC;*/
	float:right;
}

#slideCaudenberg {
	width:198px;
	height:199px;
	/*background-color:#99FF99;*/
	float:right;
}

#autostadContainer {
	width:600px;
	height:201px;
}

#caudenbergContainer {
	width:600px;
	height:199px;
}

#slideshowAutostad {
	width:100px;
	height:100px;
	/*background-color:#494949;*/
	position:relative;
	top:48px;
	left:50px;
	/*border:1px solid silver;*/
}

#slideshowCaudenberg {
	width:100px;
	height:100px;
	/*background-color:#494949;*/
	position:relative;
	top:50px;
	left:50px;
	/*border:1px solid silver;*/
}

/* CMS styles
--------------------------------------------------------------*/
#Name{
	font-size:20px;
	margin-bottom:10px;
}
#Info{
	display:block;
}


