/*****************************/
/* benutzerdefinierte styles */

#wrapper_body {
  position: absolute;
  top: 0px;
  left: 0px;
}


#header {
  position: relative;
  height: 130px;
  width: 1000px;
}

#logo {
  background: url('../images/template/logo.gif') no-repeat;
  width: 275px;
  height: 104px;
  margin-top: 16px;
  margin-left: 19px;
}

#wrapper_main {
  position: absolute;
  left: 0px;
  top: 146px;
  
}

#wrapper_veloluethi {
  position: absolute;
  left: 10px;
  top: 40px;
  width: 226px;
  height: 147px;
  background: url('../images/template/bg_veloluethi.png') no-repeat;
  
}

#veloluethi {
  position: absolute;
  float: left;
  margin-left: 25px;
  margin-top: 12px; 
  width: 176px;
  height: 122px;
  background: url('../images/template/veloluethi.gif') no-repeat;
}

.navi {
  position: relative;
  list-style-type: none;
  width: 400px;
}

.navi li {
  position: absolute;
}

.navi li a {
  color: #ffffff;
  font-size: 12px;
}

.navi li a:hover,
.navi li a.selected {
  font-weight: bold;
}

.navi li.item1 {
  left: 133px;
  top: 0px;
}

.navi li.item2 {
  left: 195px;
  top: 25px;
}

.navi li.item3 {
  left: 225px;
  top: 52px;
}

.navi li.item4 {
  left: 225px;
  top: 80px;
}

.navi li.item5 {
  left: 220px;
  top: 108px;
}

.navi li.item6 {
  left: 210px;
  top: 137px;
}

.navi li.item7 {
  left: 195px;
  top: 167px;
}

.navi li.item8 {
  left: 153px;
  top: 197px;
}


#wrapper_seitenbild {
  position: relative;
  width: 240px;
  height: 500px;
  background: url('../images/template/bg_seitenbild.png') left bottom no-repeat;
  top: 80px;
  left: 850px;
}

#seitenbild {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 240px;
  height: 480px;
}

#wrapper_newsticker {
  position: absolute;
  width: 600px;
  height: 20px;
  top: 60px;
  left: 384px;
}
/*
#newsticker {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#newsticker li {
  float: left;
  margin: 0;
  padding: 0;
}

ul#newsticker li {
  color: #ffffff;
  font-size: 12px;
  margin-right: 50px;
}

.tickercontainer {
  position: relative;
  width: 600px;
  height: 20px;
}

.mask {
  position: relative;
  width: 600px;
  height: 20px;
} */

.tickercontainer { /* the outer div with the black border */
width: 600px; 
height: 20px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 8px;
width: 600px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 600px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0 0 0 0;
padding: 0 0 0 0px;
  color: #ffffff;
  font-size: 12px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

.holder {
  position: absolute;
  top: 236px;  
  left: 266px;
  margin: 10px;
  height: 340px;
  overflow: hidden;
}

#content {
  float: left;
  width: 550px;
  height: 340px;
  overflow: auto;
}

/* Scrollbar  */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: #000000;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 10px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 10px;
}



/* standard-styles */
body {
	background: #000000 url('../images/template/bg.jpg') no-repeat;
	margin: 0px;
	padding: 0px;
}
body, td, th, p, li, ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.kleiner {
	font-size: 90%;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a.buttons {
	color: #FFFFFF;
	background-color: #999900;
	text-decoration: none;
}
form {
	padding: 0;
	margin: 0;
}
input.button, input.submit {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 11px;
	cursor: pointer;
} 
p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
ul {
	padding: 0;
	margin: 0 0 15px 15px;
}
li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0;
	color: #ffffff;
}
h1 {
	font-size: 14px;
	padding-bottom: 26px;
}
h2 {
	font-size: 12px;
	padding-bottom: 16px;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 9px;
}
h6 {
	font-size: 8px;
}
.fehler {
	font-weight: bold;
	color: #FF0000;
}
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}
.HGweiss {
	background-color: #FFFFFF;
}