/* CSS Document 
   Containing layer position information
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* wrapper containing one story*/
.story {
	position:relative; 
	padding-bottom:40px;
}

/* wrapper containing whole body*/
#wrapper {
	position:absolute;
	width:100%;
	height:100%;
}
/* search form */
#search {
	position:absolute; 
	left:720px; 
	top:529px; 
	width:155px; 
	z-index:1; 
	overflow: visible;
	}

/* content wrapper containing all stories (column2)*/
#content {
	position:absolute; 
	left:415px; 
	top:120px; 
	width:280px;
	padding:0px;
	padding-bottom:40px;
}

#content img {
	margin: 0px;
	margin-bottom: 3px;
	margin-top: 7px;
}

/* the menue is column 3*/
#menue {
	position:absolute;
	left:720px;
	top:116px;
	width: 250px;
	float:left;
}


#titlelist  {
   position: relative;
   list-style-type:none;
   left: 0px;
   padding-top: 0px;
   margin: 0px;
}

#logo {
	position: absolute;
	left: 720px;
	top: 0px;
	width: 300px;
	height: 78px;
	z-index: 1;
	overflow: hidden;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CBCBCB;
	padding: 0px;
	padding-left: 6px;
}

.sticky {
	position: absolute;
	left: 114px;
	top: 0px;
	width: 200px;
	background-color: #E6E6D3;
	padding: 20px;
	padding-top: 40px;
}

#langselect {
	position:absolute; 
	left:734px; 
	top:559px; 
	width:155px; 
	z-index:1; 
	overflow: visible;
	}