/* Div Layout CSS */
body {
	background-image:url(../images/bg_page.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

#container {
	position:relative;
	margin:0px auto 0px auto;
	width:1000px;
	height:auto;
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	
	border:1px #CCCCCC solid;
	border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px; 
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	overflow:hidden;
}

#header {
	position:relative;
	clear:left;
	width:100%;
	height:152px;
	background-color:#c8c8c8;
}

#content_container {
	position:relative;
	clear:left;
	width:100%;
	height:100%;
	overflow:hidden;
}

#navigation {
	position:relative;
	float:left;
	width:190px;
	height:auto;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FFFFFF;
}

#contentbox {
	position:relative;
	float:left;
	width:590px;
	padding:20px 15px 20px 15px;
	background-color:#FFFFFF;
	height:550px;
	overflow:hidden;
}

#breadcrumb {
	position:relative;
	height:25px;
	margin:0px 15px 15px 0px;
	background-image:url(../images/dot.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#content {
	position:relative;
	float:left;
	width:601px;
	height:555px;
	padding-right:0px;
	overflow-x:hidden;
	overflow-y:auto;
}

#teaserbox {
	position:relative;
	float:left;
	width:190px;
	height:auto;
	overflow-x:hidden;
	overflow-y:auto;
}

#teaser {
	position:relative;
	float:left;
	width:175px;
	height:auto;
	padding-right:15px;
	padding-bottom:5px;
	padding-top:5px;
	background-color:#FFFFFF;
}

#lang {
	position:relative;
	float:left;
	width:100%;
	height:70px;
	text-align:left;
	background-color:#FFFFFF;
}

#print {
	position:relative;
	float:left;
	text-align:right;
	width:175px;
	height:25px;
	margin-top:10px;
	padding-top:5px;
	padding-right:15px;
	background-color:#FFFFFF;
}

#search {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	background-image:url(../images/dot.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}



#footer {
	position:relative;
	text-align:left;
	clear:left;
	height:20px;
	width:990px;
	padding:7px 5px 3px 5px;
	background-color:#a6a6a6;
	border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px; 
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
