@charset "utf-8";
/* CSS Document */

.clr {
	clear: both;
}

body {
	background:White none repeat scroll 0%;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	
}

html,body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#main {
	margin: 0;
	padding: 0;
	width: 1024px !important;
	position: relative;
	height: 100%;
}

#head {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(Bilder/head.png);
	background-repeat: no-repeat;
	width: 1024px;
	height: 165px;
}

#head .tx-commercesearch-pi1 {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 300px;
	z-index: 1200;
}


#navi {
	position: absolute;
	top: 165px;
	left: 37px;
	width: 200px;
}

#navi ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}

#navi li {
	
}

#navi a   {
	background-color:#FFFFFF;
	color: #003399;
	display: block;
	padding: 4px 12px;
}

#navi ul li li a{
	padding-left: 24px;
}

#navi ul li li li a{
	padding-left: 36px;
}

#navi ul li li li li a{
	padding-left: 48px;
}

#navi  a:hover, #navi li#act a  {
	background-color:#003399;
	color: #FFFFFF;	
}

#navi li a.act {
	background-color:#003399;
	color: #FFFFFF;	
}

#navi  a:active  {
	background-color:#003399;
	color: #FFFFFF;	
}

#content {
	position: relative;
	padding-top: 170px;	
	width: 720px;
	left: 250px;
}

.line { 
	background-color:#C0D0F0;
	height:5px;
}

#bar {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	background-image: url(Bilder/bar.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 37px;
	bottom: 0px;
	margin-bottom: 0px;
	float: left;
	
}
#foot {
	vertical-align: bottom;
	position: relative;
	bottom: 0px;
	right: 0px;
	float: right;
	clear: both;
	width: 450px;
	height: 95px;
	background-image: url(Bilder/foot.png);
	background-repeat: no-repeat;
}

.button {font-size:10pt; text-align:center; background-color:#E0E0E0;}
.selected {font-size:10pt; text-align:center; background-color:#C0D0F0; font-weight:bold;}
.spacer {width:3px;}

.list, .detail {background-color:#F0F0F0;}
.list th, .detail th,  .form th, .search th  {font-weight:normal;}
.list th, .detail th {background-color:#C0D0F0}
.search th, .form th, .detail th {text-align:right;}

.data2 {background-color:#E0E0E0}
.Aktion {font-size: 10px;}



h4 {
	color: #003399;	
}
h3 {
	color: #003399;
	text-decoration: underline;
}
a {
	color:#003399;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
}
a:link {
	color: #003366;
}
a:visited {
	color: #330066;
}
a:hover {
	color: #000099;
}
a:active {
	color: #99CCFF;
}
