
*
{
	font-family: Arial;
	line-height: 115%;
}

html
{
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}
body
{
	margin: 0px;
	margin-top: 10px;
	font-size: 80%;
}
#overall
{
	text-align: left;
	display: block;
	width: 1000px;
}
#logo
{
	position: absolute;
	display: block;
	width: 280px;
	height: 130px;
	float: left;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	background-position: 10px -3px;
	z-index: 30;
}
#top
{
	display: block;
	position: absolute;
	height: 100px;
	width: 1000px;
	z-index: 10;
	border-bottom: 5px dotted rgb(0,0,106);
}
#top-static
{
	display: block;
	height: 103px;
	width: 1000px;
}
#left
{
	position: absolute;
	display: block;
	width: 60px;
	z-index: 20;
	border-right: 5px dotted rgb(0,0,106);
}
#labellos
{
	display: block;
	position: absolute;
	height: 90px;
	width: 937px;
	margin-left: 63px;
	margin-top: 13px;
	background-image: url('../images/collection.jpg');
	background-repeat: repeat-x;
	text-align: right;
	
}
#background
{
	display: block;
	width: 917px;
	margin-left: 63px;
	background-color: #9fade5;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	padding: 10px;
	padding-top: 0px;
}
#breadcrumb
{
	display: block;
	float: left;
	padding-left: 00px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	margin: 10px;
}
#status
{
	display: block;
	float: right;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px;
	text-align: right;
}
#menue-container
{
	width: 150px;
	margin-left: 5px;
	margin-right: 0px;
	clear: left;
	float: left;
}
#menue
{
	padding: 10px;
	background-image: url('../images/weiss.png');
	border: 2px dotted rgb(0,0,106);
}
#zeahler
{
	display: block;
	padding-top: 10px;
	text-align: center;
}
#content
{
	display: block;
	margin: 10px;
	clear: right;
	margin-top: 0px;
	margin-left: 170px;
	min-height: 300px;
	padding: 0px;
}
#content-element
{
	border: 2px dotted rgb(0,0,106);
	background-image: url('../images/weiss.png');
	margin: 0px;
	margin-bottom: 10px;
}
#content-element .headline
{
	padding: 10px;
	border-bottom: 2px dotted rgb(0,0,106);
	font-weight: bold;
}
#content-element .content
{
	padding: 10px;
}
#content-element .center
{
	text-align: center;
}
#content-element .gross
{
	font-size: 1.4em;
}
#content-element .rechts
{
	padding: 10px;
	padding-bottom: 0px;
	float: right;
	text-align: right;
}
#footer
{
	padding: 10px;
	text-align: center;
}
label
{
	padding: 1px;
	padding-right: 15px;
	margin-left: 10px;
}
input, select
{
	margin-right: 20px;
	border: 1px solid #9FADE5;
}
textarea
{
  border: 1px solid #9FADE5;
}
input.button
{
	margin-left: 10px;
}
img
{
	border: none;
}
.hidden
{
	display:none;
}
.over
{
	padding: 15px;
	background: rgb(234,231,248);
	border: 2px dotted black;
}
.fehler
{
  background: #FB7373;
}
h2
{
  margin: 0px;
  padding: 0px;
  line-height: 100%;
  font-size: 1.2em;
  font-weight: bold;
}