/* CSS Document */

html, body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: url("./images/bg_verlaufBody.jpg") repeat-x scroll 0 0 #909090;
}
#wrapper {
	background: url("./images/fond_wrapper.gif") repeat-y scroll 0 0 #FFFFFF;
	margin: 0 auto 20px;
	overflow: hidden;
	width: 980px;
	padding: 0 5px;
}
h2 {
	width: 100%;
	color: white;
	background-color: rgb(100, 189, 59);
	padding: 5px 10px;
}
h3 {
	font-style: normal;
	font-size: 1em;
	margin-bottom: 0;
	padding-left: 3px;
	border-left: 1px solid rgb(100, 189, 59);
}

table {
	border: thin solid rgb(100, 189, 59);
}
td, th {
	border: thin solid #858688;
}
tr th {
	color: white;
	background-color: rgb(100, 189, 59);
	padding: 2px;
}
td {
	padding: 2px;
}

ol li { margin-bottom: 3px }

#filelist { border: 1px solid rgb(100, 189, 59); padding: 5px }

img { border: none }

.logopc{
	float: right
}

a.image:hover {border-bottom: 0px dashed #64BD3B}

#newsticker-brz { 
	width: 775px;
	height: 100px;
	background: #FFF; 
	padding: 5px 5px 0; 
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px;
	margin: 10px auto;
	border: 1px solid #64BD3B;
}

a.news:link {text-decoration: none; color: #64BD3B; border-bottom: 1px dotted #64BD3B}
a.news:visited {text-decoration: none; color: #64BD3B; border-bottom: 1px dotted #64BD3B}
a.news:hover {text-decoration: none; color: #64BD3B; border-bottom: 1px solid #64BD3B}
		
#newsticker-brz a { text-decoration:none; }
#newsticker-brz img { border: 2px solid #FFFFFF; }

.newsticker-jcarousellite { width: 700px; height: 100px;}
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:580px; height: 90px;}
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }

.alert {
	width: 80%;
	margin: 10px auto 0;
	text-align: center;
	color: red;
	font-weight: bold
}
.warning {
	width: 80%;
	margin: 10px auto 0;
	text-align: center;
	color: orange;
	font-weight: bold
}
.info {
	color: green;
	font-weight: bold
}