/* CSS Document */
body {
font-family: Arial, Helvetica, sans-serif; font-size: 11px;
background: #93B3C7 url(../../images/site_bg.png) repeat-y;
}

acronym,abbr { border-bottom:1px dotted #333;cursor:pointer; }

a:link, a:hover, a:visited {color: #464646; text-decoration:none;}

h1 {font-size: 12px;}

th {font-size: 11px; font-weight: normal; margin: 0; padding: 0; text-align: right;}
/*IDs*/
#logo_wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 768px;
	height: 80px;
	background: #FFFFFF;
	border-right: 1px dotted #A8AEBC;
}
#logo_wrapper #logo {
	position: absolute;
	left: 50px;
	top: 15px;
	width: 270px;
}
#topline {
	position: absolute;
	left: 0px;
	top: 80px;
	width: 768px;
	height:46px;
	background: url(../../images/topline_bg.png) repeat-x;
	z-index: 30;
	border-right: 1px dotted #A8AEBC;
	padding-top: 15px;
	text-align: center;
}
#topline_corner {
	position: absolute;
	left: 766px;
	top: 80px;
	width: 4px;
	height:46px;
	z-index: 31;
}



#textads{
position: absolute;
top: 1px;
left: 270px;
width: 480px;
height: 60px;
z-index: 100;
}
#banner{
position: absolute;
border: 1px dotted #A8AEBC;
writing-mode: tb-rl;
top: 14px;
left: 270px;
width: 480px;
height: 60px;
z-index: 100;
}
#navigation_left {
	position: absolute;
	left: 0px;
	top: 124px;
	width: 210px;
	z-index: 11;
	background-color: #FFFFFF;
	padding: 10px 0;
	border-bottom: 1px dotted #A8AEBC;
}
#content {
	position: absolute;
	color: #000000;
	left: 210px;
	top: 114px;
	width: 538px;
	z-index: 11;
	background-color: #FFFFFF;
	padding: 10px;
}
#to_top {display:block; bottom:0px; right:0px; width:130px; position:fixed; border:1px solid #888; padding:10px; text-align:center; font-weight:bold; color:#000;}
* html #to_top {position:absolute;}
#to_top a:visited, #to_top a {display:block; width:120px; height:20px; margin:0 auto; border-top:1px solid #fff; border-bottom:1px solid #000; text-align:center; text-decoration:none; line-height:20px; color:#000;}
#to_top a:hover {background:#aaa; color:#fff;}

#footer {display:block; bottom:20px; left:20px; width:140px; position:fixed; border:1px solid #888; padding:5px; text-align:center;}
* html #footer {position:absolute;}

/*Menu*/
#fancyMenu {
	position:relative;
	width:250px;
	margin:0;
	padding:0;
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#fancyMenu li {
	position:relative;
	padding:2px 2px 2px 6px;
	width:200px;
	border:1px dotted #000;
	list-style-type:none;
	background-color:#FDFDFD;
	background-image:url(../../images/nav_bg.png);
	margin:2px 0 0 0;
}

#fancyMenu li a {
	position:relative;
	display:inline-block;
	width:100%;
	height:100%;
	color:#525B53;
	text-decoration:none;
	z-index:10;
	margin:0;
}

#fancyMenu li>a {
	display:block;
}

#fancyMenu li a:hover {
	color:#FFF;
}

.expander {
	position:absolute;
	background-color:#66CC00;
	width:209px;
	left:0px;
	height:1px;
	z-index:0;
	display:none;
	padding:0;
	font-size:1px;
	margin:0;
}

a.green, a.green:link, a.green:visited, a.green:hover {font-size: 11px; text-decoration: underline; font-weight: bold; color:#009933;}

.button {
	background:url('../../images/buttonBack.gif');
	border:  #999999 solid 1px;
	color: #9E2878;
    font-size: 9px;
	font-weight: bold;
	padding: 1px;
	cursor:pointer; cursor:hand
}
.textfield {
	border:  #999999 dotted 1px;
	color: #9E2878;
    font-size: 9px;
	/*font-weight: bold;*/
	padding: 2px;
	width: 150px;
}
.x_x_s {color:#FFFFFF; font-size: xx-small;}
.text {font-size: 11px;}
.small_text {font-size: 10px;}
.praemien {background:url(../../images/bg_praemien.png) repeat-x; color: #666666; font-size: 11px; font-weight: bold; margin: 0; padding: 0;}
.praemienabos {background: url(../../images/bg_praemienabos.gif) repeat-x; border-bottom: 1px dotted #666666;}
.praemienabos_left {background: url(../../images/bg_praemienabos_left.gif) repeat-x; border-bottom: 1px dotted #666666;}