@CHARSET "UTF-8";
body{
	margin:0;
	padding: 0;
}
.header {
	border-bottom: 1px solid #ccc;
	display:inline-block;
	width:100%;
}

h4.rws {
	background-color: #127BCA;
    color: #FFFFFF;
    padding: 2px 2px 2px 8px;
	font-size:0.8em;
	margin:0;
}
.rws_titleline{
	background-color:#127bca;
	font-weight:bold;
	width:100%;
	color:#fff;
	font-size:0.8em;
}

.menu {
	float:left;
	display:block;
}

.menu ul{
	list-style-type:none;
}
.menu li{
	float:left;
	display:inline-block;
	margin:2px 4px;
	padding: 2px 2px 2px 16px;
	background:url(../grafik/layout/pfeil.png) no-repeat;

	font-size:small;
}
.statistik {
	float:right;
}
.widget{
	float:right;
}

.right_content {
	width: 200px;
	border: 1px dotted #ccc;
	margin-left:4px;
	float:right;
}

.main_content {
	display:block;
	float:left;
	width:640px;
}
.rws_content {
	display:block;
	width:99%;
}

.rws_liste{
	background-color:#fff;
	padding: 0;
}

.rws_liste .header, .searchresulttitle {
	background-color:#127bca;
	color:#ffffff;
	padding: 4x 0 4px 5px;
	border-style:none;
	font-weight:bold;
	padding: 4px 1px;

}
.rws_liste .entry{

}


.rws_liste .rws_linkcontainer {
	padding: 8px 0 12px;
}
a {
	color: #065684;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

.rws_latest a, .rws_latest a:visited {
	color: #065684;
	text-decoration:none;
}
#formbox{
	margin-left:2px;

}
.left{
	float:left;
}

.rws_icon img {
    height: 1.8em;
}