body{
	background:#ddd url(/resources/images/template/bg-body.jpg) repeat-x top left;
	padding:0;
	margin:0;
}

*
{
	font-family:Arial, Helvetica, sans-serif;
}

submit,input,select,textarea,button
{
	font-size:11px;
}

/*general styline*/
a{
	color:#5e6e66;
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;
}

/*LAYOUT*/
#main-container{	
	margin:0 auto;
	width:960px;
	padding:0px 4px;
	background:url(/resources/images/template/bg-container-shadow.png) repeat-y top left;
	overflow:hidden;
}

#container{
	width:960px;
	overflow:hidden;
}

#header{
	float:left;
	width:960px;
	height:84px;
	background:url(/resources/images/template/bg-head.gif) repeat-x top left;
	overflow:hidden;
}

#main-menu{
	float:left;
	width:960px;
	height:32px;
	background:url(/resources/images/template/bg-mainmenu.gif) repeat-x top left;
	overflow:hidden;
}

#mid-container{
	float:left;
	width:940px;	
	padding:10px 10px 0 10px;
	background:#fff;
}
/*HEADER*/
a#logo{
	float:left;
	display:inline;
	margin:14px 0 0 20px;	
}
a#logo img{
	border:0;
}
#bankar{	
	float:right;
	display:inline;
	margin:0 6px 0 0;
	padding:0 4px 4px 4px;
	width:224px;
	height:70px;
	background:url(/resources/images/template/bg-bankar.png) no-repeat top left;
	overflow:hidden;
}
#bankar ul{	
	margin:0;
	padding:0;
	width:224px;
	list-style:none;
}
#bankar ul li{
	float:left;
	width:224px;
	height:35px;
}
#bankar ul li.first{
	background:url(/resources/images/template/bg-bankar-top.jpg) no-repeat top left;
}
#bankar ul li.last{
	background:url(/resources/images/template/bg-bankar-bottom.jpg) no-repeat top left;
}
#bankar ul li a{
	display:block;	
	position:relative;
	font-size:11px;
	font-weight:bold;
	color:#5e6e66;	
	text-decoration:none;
	padding:0 0 0 30px;
	width:173px;
	line-height:35px;
}
#top-menu{	
	float:right;
	padding:13px 10px 0 0;
}
#top-menu ul{	
	margin:0;
	padding:0;	
	list-style:none;
}
#top-menu ul li{
	float:left;
}
#top-menu ul li a{
	display:block;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
	padding:0 10px;
}
#top-menu ul li a.img{
	padding:0 4px;
}
#top-menu ul li a img{
	border:0;
}

/*MAIN MENU*/
#main-menu ul{	
	float:left;
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
	z-index:2;
}
#main-menu ul li{	
	float:left;
	margin:0;	
}
#main-menu ul li.first{
	padding-left:15px;
}
#main-menu ul li a{
	float:left;
	display:block;
	font-size:12px;
	line-height:32px;
	font-weight:bold;
	color:#5e6e66;	
	text-decoration:none;
	background:url(/resources/images/template/border-main-menu.gif) no-repeat center left;
	padding:0 15px;
}
#main-menu ul li.first a{
	background:none;
}
#main-menu #search{
	float:right;	
	height:34px;
	padding-top:7px;
	padding-right:28px;
	padding-left:12px;
	background:url(/resources/images/template/border-main-menu.gif) no-repeat 0px 4px;
}
#main-menu #search .searchbox{
	float:left;
	display:block;
	border:0;
	width:173px;
	height:14px;
	background:url(/resources/images/template/bg-search.jpg) no-repeat top left;
	overflow:hidden;
	padding:3px 12px 3px 0;
}
#main-menu #search .searchbox input{
	border:0;
	background:none;
	padding:0;
	margin-left:30px;
	width:140px;
	height:15px;	
	line-height:15px;
	color:#999;
	font:10px/14px Arial, Helvetica, sans-serif;
}
#main-menu #search a img{
	bordeR:0;
}

/*CONTENT-FONT-SIZING*/
#mid-container {
	font-size:10px;
}
#mid-container div,
#mid-container table{
	font-size:100%;
}
#mid-container .big-column .content{
	font-size:110%;
	line-height:130%;
}
#mid-container .big-column .content h3{
	color:#5e6e66;
	font-size:118%;
}

/*CONTENT - make sure the font size is in percentage, ie 10px = 100%, 20px = 200%*/
.column{
	float:left;
	width:225px;
	overflow:hidden;	
}
.big-column{
	float:left;
	width:480px !important;
	overflow:hidden;
	padding:0 5px;		
}
.column .box, .column .box-control{
	float:left;
	width:214px;
	border:5px solid #ebebeb;	
	padding:1px 1px 0 1px;
	background:#ddd;
	margin-bottom:5px;
}
.big-column .box{
	float:left;
	width:468px;
	border:5px solid #ebebeb;	
	padding:1px 1px 0 1px;
	background:#ddd;
	margin-bottom:5px;
}
.box .content{
	background:#fff;
	padding:5px 15px;
	border-bottom:1px solid #ddd;		
}
.box .head{
	background:#fff;
	padding-left:15px;
	height:26px;
	border-bottom:1px solid #ddd;		
	overflow:hidden;
}
.box .head strong{
	float:left;
	font-size:120%;
	line-height:26px;
	font-weight:bold;
	color:#8dc63f;
	text-transform:uppercase;
}
.box .head .link{
	width:70px;
	float:right;
	background:url(/resources/images/template/box-divider.jpg) no-repeat bottom left;
	height:26px;
	overflow:hidden;
}
ul.list{
	margin:0;
	padding:0;
	list-style:none;
}
ul.list li a{
	font-size:110%;
	line-height:170%;
	color:#5e6e66;
	font-weight:bold;
	text-decoration:none;
}
ul.list li a:hover{
	text-decoration:underline;
}
ul.list li.sub a{
	font-weight:normal;
	padding-left:15px;
}

#welcome-img{
	float:left;
	position:relative;
	margin-top:-29px;
	margin-bottom:5px;	
	z-index:1;
}
a.rss{		
	float:left;
	font-size:110%;		
	background:url(/resources/images/template/rss.jpg) no-repeat top right;	
	margin:7px 0 0 10px;
	padding:0 20px 0 0;	
}

/*newslist*/
ul.news-list{
	margin:0;
	padding:0;
	list-style:none;
}
ul.news-list li{
	padding:10px 0;
	background:url(/resources/images/template/horizontal-divide.jpg) no-repeat top left;	
}
ul.news-list li.first{
	background:none;
}
ul.news-list h3,
.news h3{
	color:#5e6e66;
	font-size:118%;
/*
	margin:0 0 -15px 0;
	padding:0 0 -15px 0;
*/
	margin:3px 0px 6px 0px;
	padding:0;
}
ul.news-list p,
.news p{
	margin:0px;
	padding:0px 0px 15px 0px;
	font-size:100%;
}
ul.news-list span.date
.news span.date{
	font-size:91%;
}
/*older news-list*/
#news-tab{
	height:100px;
}
ul.older-news li{
	display:block;
	clear:both;
	font-size:91%;
}
ul.older-news li a.news-title{
	float:left;	
	display:block;
	width:350px;
	overflow:hidden;
}
ul.older-news li a.news-date{	
	float:right;
	text-align:right;	
	display:block;
	width:80px;
	overflow:hidden;
}
.box .head .link a img{border:0;}
.box .head .link ul{
	margin:10px 0 0 15px;
	padding:0;
	list-style:none;
}
.box .head .link ul li{
	float:left;
	padding-left:20px;
}
.box .head .link ul li.first{
	padding:0;
}

.box-control .content{
	padding:5px 10px;	
	border-bottom:1px solid #ddd;	
	background:#fff url(/resources/images/template/bg-box-content.jpg) no-repeat top left;
}
.box-control .head{
	background:#fff;
	height:26px;
	border-bottom:1px solid #ddd;	
	overflow:hidden;
}
.box-control .head a{
	text-decoration:none;
}
/*multi-tab*/
ul.tabs, ul.currency{
	margin:0;
	padding:0;
	list-style:none;
}
ul.tabs li{
	float:left;
	height:26px;
	background:url(/resources/images/template/box-divider.jpg) no-repeat bottom left;	
}
ul.tabs li.first{
	background:none;	
}
ul.tabs li a{
	display:block;
	font-size:110%;
	font-weight:bold;
	line-height:26px;
	padding:0 10px;	
	margin-left:1px;
}
ul.tabs li a.active,
ul.tabs li a:hover{
	background:url(/resources/images/template/bg-tab-active.jpg) repeat-x bottom left;	
}
ul.currency li{
	float:left;
	border-top:1px solid #ddd;
	padding:5px 0;
}
ul.currency li.noborder{
	border:0;
}
ul.currency li span.cur{	
	float:left;
	display:block;
	width:50px;
	color:#999;
	font-size:110%;	
	font-weight:bold;
	overflow:hidden;	
}
ul.currency li span.kaup, ul.currency li span.sala{		
	float:left;
	display:block;
	width:70px;	
	font-size:110%;		
	overflow:hidden;
}
ul.currency li span.kaup strong, ul.currency li span.sala strong{		
	color:#8dc63f;
}
/*minimize & maximize tab*/
a.tab-active, a.tab-inactive{
	display:block;	
	width:180px;
	font-size:110%;
	font-weight:bold;
	line-height:26px;
	padding:0 10px;		
}
a.tab-active{
		background:url(/resources/images/template/maximize.jpg) no-repeat center right;
}
a.tab-inactive{
		background:url(/resources/images/template/minimize.jpg) no-repeat center right;
}

ul.green-dot li a{
	background:url(/resources/images/template/green-dot.gif) no-repeat center left;
	padding-left:10px;
}

.clear{clear:both;}

/*footer*/
#footer{
	clear:both;
	margin:10px 0 0 0;
	width:940px;		
	height:36px;
	background:url(/resources/images/template/bg-footer.gif) repeat-x top left;
	overflow:hidden;	
}
#footer ul{
	text-align:center;	
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li{
	display:inline;
	color:#666666;
	font-size:11px;
	padding:0 15px;
	line-height:26px;
}

.clsHeader
{
	height: 27px;
	line-height: 27px;
	background: url(/resources/images/template/table-header.jpg) repeat-x;
	padding-left: 5px;
	font-weight: bold;
}

.clsListingHeader
{
	height: 20px;
	line-height: 20px;
	background: url(/resources/images/template/table_sub_header.jpg) repeat-x;
	padding-left: 5px;
	font-weight: bold;
	color: #fff;
}

.clsListingOne, .clsListingTwo
{
	line-height: 20px;
	padding-left: 5px;
}

.clsListingOne
{
	background: #f0f0f0;
}

/* FIXES */

.wide{
	float:left;
	position: relative;
	left:5px;
	width:710px !important;
	overflow:hidden;
	padding:0 0px;	
}


.wide .box{
	float:left;
	width:698px;
	border:5px solid #ebebeb;	
	padding:1px 1px 0 1px;
	background:#ddd;
	margin-bottom:5px;
}

/* Abendingar form */
form#abendingar label, form#abendingar input, form#abendingar select, form#abendingar textarea
{
	display: block;
	float: left;
	margin-bottom: 5px;
}

form#abendingar label
{
	clear: left;
	width: 135px;
	padding-right: 5px;
	text-align: right;
	font-weight: bold;
}

form#abendingar input#submit
{
	margin-left: 140px;
	width: auto;
}

form#abendingar input, form#abendingar select, form#abendingar textarea
{
	width: 200px;
}

div.abendingar_column
{
	float: left;
	width: 130px;
	overflow: hidden;
	height: 16px;
	margin-bottom: 4px;
	border-bottom: 1px solid black;
}

div#abendingar_admin_form p
{
	margin: 5px;
}

div#abendingar_admin_form p label
{
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 4px;
}

div#contact-error
{
	color: #d00;
	font-weight:bold;
}

.red
{
	margin: 0px 0px 0px 5px;
	font-size:13px;
	color: #d00;
}