

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
	text-align: center;
}

#left, #middle, #right {
	position: relative;
	float: left;
	height: 100%;
}

#left {
	
}

#middle {
	width: 980px;
	height: auto;
	min-height: 600px;
	background-image: url(../images/filler.gif);
	border-bottom: 1px solid red;
	z-index: 1;
}

#right {
	
}

#left_top {
	height: 449px;
	background-color: #ffffff;
}

#left_bottom {
	height: 143px;
	background-color: #f1f1f1;
	background-image: url(../images/left_gradient.gif);
	background-repeat: repeat-x;
}

#right_top {
	height: 157px;
	background-color: #ffffff;
}

#right_bottom {
	height: 95px;
	background-color: #f1f1f1;
	background-image: url(../images/right_gradient.gif);
	background-repeat: repeat-x;
}

#layout_img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#header_img {
	position: absolute;
	top: 128px;
	left: 312px;
	z-index: 2;
}

#beurzen {
	position: absolute;
	top: 75px;
	left: 847px;
	width: 130px;
	height: 83px;
	text-align: left;
	z-index: 2;
	line-height: 10px;
}

#menu {
	position: absolute;
	top: 71px;
	left: 416px;
	width: 450px;
	height: 17px;
	text-align: left;
	z-index: 3;
}

.menu_button {
	position: absolute;
	padding-bottom: 10px;
}

.menu_seperator {
	position: absolute;
}

.submenu {
	position: absolute;
	top: 23px;
	width: auto;
	min-width: 100px;
	background-color: #ef4135;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	visibility: hidden;
}

.submenu_div {
	position: relative;
	margin-top: 5px;
	padding-left: 8px;
	padding-right: 3px;
	border-bottom: 1px solid #ffffff;
}

#content {
	position: absolute;
	top: 192px;
	left: 297px;
	width: 580px;
	height: auto;
	min-height: 380px;
	text-align: left;
	z-index: 2;
}

#slideshow {
	position: relative;
	width: 100%;
	height: auto;
}

#slideshow_img, #slideshow_thumbs {
	position: relative;
	float: left;
	margin-top: 10px;
}

#slideshow_img {
	margin-left: 0px;
	border: 1px solid #ffffff;
}

#slideshow_thumbs {

}

img {
	border: 0;
}

.text {
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
}

.thumb_div {
	float: left;
	border-top: 20px solid #6f8db9;
	border-bottom: 20px solid #6f8db9;
	border-left: 6px solid #6f8db9;
	border-right: 6px solid #6f8db9;
	margin-bottom: 10px;
	margin-right: 20px;
}

.thumb {
	border: 1px solid #f0f1f2;
}

a {
	text-decoration: none;
	color: #708db9;
}

a:hover {
	text-decoration: underline;
}

li {

}

p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}


