/*
====================================================
muessle style.css
====================================================
*/
body{
	font-family:verdana, arial, Sans-serif;
	color:#33333f;
	font-size:12px;
}

#content a, #content a:link, #content a:visited{
	text-decoration:none;
	color: #c7d54f;
	padding:0px 2px 0px 2px;
}
#content a:hover, #content a:focus{
	background:#c7d54f;
	color:#ffffff;
}

#content ul{
	list-style-image: url("../images/allover/li_punkt.gif");
}

#NewsPanelHeader{
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}

#NewsPanelContent{
	font-size:10px;
}

.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:0px;
	margin:0px;
	}
	
.news-single-item h2{
	color:#c7d54f;
	font-size:12px;
}
.news-single-item h3{
	color:#000000;
	font-size:12px;
}
#NewsPanelContent a, #NewsPanelContent a:link, #NewsPanelContent a:visited{
	text-decoration:none;
	color: #c7d54f;
}
#NewsPanelContent a:hover, #NewsPanelContent a:focus{
	background:#c7d54f;
	color:#ffffff;
}

#Footer{
	color:#c7d54f;
	font-size:9px;
}

#Footer a, #Footer a:link, #Footer a:visited, #Footer a:active{
	text-decoration:none;
	color:#c7d54f;
	padding:0px 2px 0px 2px;
}

#Footer a:hover, #Footer a:focus{
	background:#c7d54f;
	color:#ffffff;
}

h3{
	color:#c7d54f;
}
.news-list-item h3{
	font-size:12px;
	margin:0px;
}

.news-list-item p{
	margin:4px 0px 4px 0px;
	padding:0px;
}
/*
========================================================
Form
========================================================
*/
label {
	display:block;
	width:100px;
	text-align:right;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	color:#33333f;
	font-size:11px;
	font-weight: bold;

	}
	
input {
	float:left;
	display:block;
	width: 180px;
	margin:0px 5px 10px 5px;
	border:1px solid #cccccc;
	color:#33333f;
	font-size:11px;
	}
	
input[type=hidden]{
	border:0px;
}
	
select {
	float:left;
	display:block;
	width: 180px;
	margin:0px 5px 10px 5px;
	border:1px solid #cccccc;
	color:#33333f;
	font-size:11px;
	}



textarea{
	float:left;
	display:block;
	width: 180px;
	border:1px solid #cccccc;
	font-family: arial;
	color:#33333f;
	font-size:11px;
	margin:0px 5px 10px 5px;
}
.csc-mailform-check{
	float:left;
	display:block;
	margin:0px 5px 10px 5px;
	width: 180px;
	border:1px solid #cccccc;
}


.csc-mailform{
	border:none;
	width: 400px;
}


.csc-mailform-submit{
	float:right;
	display:block;
	border:1px solid #cccccc;
	color: #ffffff;
	width: 102px;
	margin: 15px 40px 0px 0px;
}
.csc-mailform-submit:hover{
	color: #ffffff;
	background:#c7d54f;
}

.csc-textpic-caption{
	font-size: 9px;
}

.csc-mailform-label{
	display:block;
	text-align:left;
	float:left;
	width:500px;
	margin: 15px 5px 5px 5px;
	color:#003478;
	font-size:15px;
	font-weight: bold;
	
}

h1.imageheader {
	overflow: hidden;
	height: 26px;
	text-indent: 999em;
	white-space: nowrap;
	background-repeat: no-repeat;
}

h2.imageheader {
	overflow: hidden;
	height: 26px;
	text-indent: 999em;
	white-space: nowrap;
	background-repeat: no-repeat;
}

/*
==================================================
News
==================================================
*/

.news-latest-item a, .news-latest-item a:link, .news-latest-item a:visited, .news-latest-item a:active{
	text-decoration:none;
}

.news-latest-date {
	float:right;
	
}
