@charset "utf-8";
/* CSS Document */

body {	
	margin: 0px;
	text-align: center;
	background-color: #e8e8e8;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body a {
	font-family: Arial, Helvetica, sans-serif;	
}

#container {
	margin-top: 50px;	
	width: 100%;
	height: 100%;
}

#content {	
	position:relative;
	margin-left: auto; 
	margin-right: auto; 
	text-align:center;
	width: 955px;
	z-index: 1;
}

#logo {
	float: left;
	background-image: url(../images/logo.gif);
	width: 94px;
	height: 595px;
}

#menu {
	padding-top: 4px;
	width: 17px;
	height: 595px;
	float: left;
}

.menu_item {
	margin-left: 22px;
	padding-top: 4px;
	width: 160px;
	height: 20px;
	text-align: left;
	border-bottom: 1px dotted #FFFFFF;
	float: left;	
	
}

.menu_item a {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

#main_content {
	width: 728px;
	height: 595px;
	float: left;	
	background-image: url(../images/content_bg.gif);
}

#text {
	margin-top: 26px;
	padding: 15px;
	text-align: left;
	font-size: 11px;
	color: #6c6869;
	background-image: url(../images/text_bg.gif);
	background-repeat: no-repeat;
	height: 530px;
}

#tekst b, strong {
	color: #83678e;
}

#text_wie b, strong {
	color: #83678e;
}

#text_wie {
	margin-top: 26px;
	padding: 15px;
	text-align: left;
	font-size: 11px;
	color: #6c6869;
	background-image: url(../images/text_wie_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 530px;
}


#text a {
	color: #6e3f80;	
}

#text a:hover {
	color: #83678e;	
}

.scroll {
	background-repeat: no-repeat;
	background-position: 50% 223px;
	background-attachment: fixed;
	width:97%; 
	height: 375px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-face-color: #dbd6dc; 
	scrollbar-shadow-color: #d2cdd4; 
	scrollbar-highlight-color: #d2cdd4; 
	scrollbar-3dlight-color: #d2cdd4; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #666;
	scrollbar-base-color: #d2cdd4;	
}

.scroll_more {
	width:96%; 
	height:535px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-face-color: #dbd6dc; 
	scrollbar-shadow-color: #d2cdd4; 
	scrollbar-highlight-color: #d2cdd4; 
	scrollbar-3dlight-color: #d2cdd4; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #666;
	scrollbar-base-color: #d2cdd4;	
}


