html{
	scrollbar-highlight-color: #FFF8DC;
	scrollbar-track-color: White;
	scrollbar-shadow-color: #778899;
	scrollbar-highlight-color: #FFC0CB;
	scrollbar-3dlight-color: #749FFE;
	scrollbar-arrow-color: Black;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: #696969;
	scrollbar-face-color: White;

}

html body{
	margin:0px;
	text-align:center; 
	background-color:white;
	font-family: Trebuchet MS, verdana;
	font-size: 12px;
	color:navy;
}

h1{
	font-size:20px;
}
a, a:link, a:visited{
	font-size: 14px;
	color: #0345EB;
}

a:hover{
	color: #412F01;
	text-decoration: none;	
}

img{
	border:none;
}
select{
	font-size:12px;
	background-color:#F1F5FF;
	width:120px;
}

input{
	font-size:12px;
	background-color:#F1F5FF;
	width:220px;
}
textarea{
	font-size:12px;
	background-color:#F1F5FF;
}

input [type=submit]{
	font-size:12px;
	background-color:#F1F5FF;
	width:120px;
	}
input [type=checkbox]{
	font-size:12px;
	background-color:#F1F5FF;
	width:20px;
	}
input [type=radio]{
	font-size:12px;
	background-color:#F1F5FF;
	width:20px;
	}

.checkbox{
	width:20px;
	background-color: transparent;
}
	
#topbar{
	text-align:left;
	position:relative;
	top:100px;
	left:120px;	
	padding:12px 0px 5px 0px;
	height:36px;
	width:564px;
	background: url(../gfx/topgreybar.gif) no-repeat;
}

#topbar ul{
	font-size: 14px;
/*	font-weight: bold;*/
	color:black;
	list-style: none;
	padding:0px;
	display:inline;
}

#topbar li{
	display: inline;
}

#topbar li a, #topbar li a:link, #topbar li a:visited {
	color:black;
	padding: 10px 15px 18px 15px;
	margin :0px;
	text-decoration: none;
	/* background: url(../gfx/middletopgreybar.gif) no-repeat right;*/
	}

#topbar li a:hover {

	color:blue;
/*	padding: 14px 15px 18px 15px;
	margin :0px;*/
	background: url(../gfx/middletopgreybar_up.gif) repeat-x bottom ;
	}

	
#maincontent{
	padding:20px;	
	font-size: 14px;
	text-align: left;
/*	border:1px solid silver; */
	width:760px;
	
	overflow: hidden;
}	
.artikel{
	margin:10px;
	float:left;
	/*border:1px solid silver;*/
	width:350px;
}

.homeartikel{
	margin:10px;
	float:left;
	/*border:1px solid silver;*/
	width:150px;
}

.pagetitle{
	font-size: 14px;
	font-weight: bold;
/*	border-bottom: 2px solid #91B2FF;*/
	border-bottom: 1px solid #91B2FF;
	padding:5px 10px 5px 10px;
	display: block;
}	

.sf{
	background-image: url(../gfx/sfbg.jpg);
	background-repeat: repeat-x;
}

.sf .t {background: url(../gfx/dot.gif) 0 0 repeat-x; width: 100%}
.sf .b {background: url(../gfx/dot.gif) 0 100% repeat-x}
.sf .l {background: url(../gfx/dot.gif) 0 0 repeat-y}
.sf .r {background: url(../gfx/dot.gif) 100% 0 repeat-y}
.sf .bl {background: url(../gfx/bl.gif) 0 100% no-repeat}
.sf .br {background: url(../gfx/br.gif) 100% 100% no-repeat}
.sf .tl {background: url(../gfx/tl.gif) 0 0 no-repeat}
.sf .tr {background: url(../gfx/tr.gif) 100% 0 no-repeat; padding:10px}


.sf small{
	font-size:9px;
}
#toplogo{
	height:200px;
	width:800px;
	background-image: url(../gfx/topbackground.jpg);
	background-repeat: no-repeat;
}

.tiny {
	color:blue;

}
.title{
	font-family: arial;
	font-size: 16px;
}

.description{
	font-family: arial;
	font-size: 12px;
}

.url{
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
}
.snitchradio{
	font-size:12px;
	background-color: white;
}

.tiny a, .tiny a:link, .tiny a:visited {
	font-size: 11px;
	text-decoration: none;
}

.tiny a:hover, .tiny a:active {
	color:red;
}

.results{
	width: 800px;
}

