@charset "utf-8";
/* CSS Document */

a:link, a:visited, a.active, a:hover{
	text-decoration:none;
	color:#364398;
	border:none;
}
.menumain a:link, .menumain a:visited, .menumain a:active{
	list-style-position:inside;
	color:#b6cc32;
}
.menugal a:link, .menugal a:visited, .menugal a:active{
	float:left;
	margin:0;
	padding:5px;
	color:#364398;
	color:#000000;
	font-weight:normal;
	background-color:#efefef;
}
.menugal a:hover{
	color:#ffffff;
	background-color:#b6cc32;
}
tr.change:hover{
	background-color:#b6cc32;
}
td.change:hover{
	background-color:#b6cc32;
}
.buttongreen a:link, .buttongreen a:visited, .buttongreen a:active {
	font-size:14px;
	color:#b6cc32;
	text-align:center;
	text-decoration:none;
	width:100px;
	height:20px;
	margin:2px 5px;
}
.buttongreen a:hover{
	color:#000000;
}
.buttongreen{
	position:absolute;
	right:15px;
	margin-top:2px;
	width:100px;
	height:20px;
}
.buttongreen:hover{
	background-image:url(layoutimages/button_green_over.jpg);
}
.artikel{
	background-image:url(layoutimages/artikel_back.jpg);
	background-repeat:repeat-x;
	padding:10px;
	height:auto;
}
.artikel img{
	position:relative;
	float:left;
	border:1px solid #fff;
	margin-right:15px;
}
.artikel .short{
	position:relative;
	float:left;
	height:auto;
}
.titel{
	color:#000;
	display:block;
	font-weight:normal;
	font-size: 16px;
	background-color:#eaeaea;
	padding:2px 10px 2px 10px;
	border-bottom:1px solid #b9b9b9;
}
a.newshead{
	color: #fff;
	text-decoration: none;
	line-height:20px;
	display: block;
	/*width:240px;
	margin-left:10px;*/
	border-bottom: 1px solid #bbb;
}
a.newshead:hover{
	color:#000;
	text-decoration: none;
	background-color:#b6cc32;
}
.seitennr{
	color:#252d67;
	font-weight:bold;
}
.printandhome{
	font-size:14px;
	position:relative;
	top:20px;
	left:150px;
}