/* GENERAL CONSTRUCTION */
html { width:100%; height:100%; }

body {
	width:100%;
	min-width:970px;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555;
	background-image:url(../images/mainbg.jpg);
	background-repeat:repeat;
	letter-spacing:0.2pt;
}
#top_container {
	width:990px;
	position:relative;
	left:50%;
	margin-left:-495px;
}
#switch {
	display:block;
	position:relative;
	width:970px;
	padding-left:10px;
	margin-top:10px;
	height:23px;
	background-image:url(../images/shad_left.png);
	background-repeat:repeat-y;
	background-position:left;
}
#switch .actual {
	display:block;
	float:left;
	width:52px;
	height:23px;
	background-image:url(../images/switch_actual.png);
	background-repeat:no-repeat;
}

#switch .switchlink {
	display:block;
	padding-top:5px;	
}

#whole_container {
	width:990px;
	position:relative;
	left:50%;
	margin-left:-495px;
	background-image:url(../images/shad.png);
	background-repeat:repeat-y;
}
#whole_container_inner{
	position:relative;
	width:970px;
	margin-left:10px;
}
#whole_container_inner .top_begin {
	display:block;
	width:970px;
	height:5px;
	background-image:url(../images/topcontainer_end.png);
	background-repeat:no-repeat;
}

#top {
	height:105px;
	width:100%;
	background-image:url(../images/bg_topcontainer.jpg);
	background-repeat:repeat-x;
}
#top .logolink{
	display:block;
	position:absolute;
	width:234px;
	height:29px;
	margin-left:30px;
	margin-top:25px;
}
#top {
	height:74px;
	width:100%;
	background-image:url(../images/bg_topcontainer.jpg);
	background-repeat:repeat-x;
}
#search {
	height:31px;
	width:100%;
	background-image:url(../images/bg_searchcontainer.jpg);
	background-repeat:repeat-x;
}
#teaser {
	width:100%;
	height:179px;
	background-color:#FFF;
}

/* teaser test */
#teaser .teaser_begin{
	position:absolute;
	width:20%;
	height:179px;
	background-image:url(../images/teaser/tease_begin.jpg);
	background-repeat:no-repeat;
}
#teaser .teaser_float{
	position:absolute;
	width:80%;
	margin-left:20%;
	height:179px;
	background-image:url(../images/teaser/tease_float.jpg);
	background-repeat:repeat-x;
}
#teaser .teaser_image{
	position:absolute;
	width:100%;
	height:179px;
	background-image:url(../images/teaser/tease_img.png);
	background-repeat:no-repeat;
	background-position:right;
}
#t_spacer {
	height:4px;
	width:100%;
	background-image:url(../images/bg_t_spacer.jpg);
	background-repeat:repeat-x;
}

#mainmenu {
	width:100%;
	height:37px;
	background-image:url(../images/bg_mainmenu.jpg);
	background-repeat:repeat-x;
}

#pathway{
	width:100%;
	height:25px;
	background-image:url(../images/bg_pathway.jpg);
	background-repeat:repeat-x;
}
#content {
	background-color:#FBFBFB;
}
#content_inner {
	height:100%;
	padding-bottom:3px;
	background-color:#FBFBFB;
	border-top:1px solid #FFF;
	background-image:url(../images/divider_3d_hori_light.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#content_left {
	width:65%;
	margin-right:-1px;
	float:left;
	padding-top:10px;
}
#contenthead {
	margin-right:40px;
}
#contentfoot {
	margin-right:40px;
}

#content_right {
	width:35%;
	float:right;
}

#footer {
	background-color:#FBFBFB;
	padding:10px 10px 10px 30px;
}

/* GENERALS */
.clear { display:block; clear:both; }
a { outline:0; 	color:#5F9AB0; border:none; }

img.contentimage { padding:5px;	border:1px solid #DDD; }