@import url("style-navi.css");

body {
	background: #4B009F;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 70%;
	line-height: 1.4em;	
	color: #182801;
}

a {
	color: #4B009F;
}
a:hover {
	color: #555;
}
a img {
	border: none;
}

#all {
	width: 740px;
	background: #F2EBC8;	
	margin: 0 auto;
}
header {
	display: block;	
	background: #6C3F9E url(bild/bgheader.jpg) no-repeat;
	height: 200px;
}
#links {
	width: 540px;
	float: left;
}
#rechts {
	width: 200px;
	float: right;
}
#bild {
	width: 200px;
	height: 200px;
	text-align: center;
	padding-top: 10px;
	background: url(bild/bgbild.gif) no-repeat;
}
article {
	display: block;	
	width: 460px;
	margin: 20px 30px;
}
footer {
	display: block;
	clear: both;
	width: 740px;
	color: #4B009F;
	text-align: center;
	padding: .5em 0;
}
h1, h2 {
	color: #6C3F9E;
	font-weight: bold;
	font-family: Arial,Helvetica;
	letter-spacing: 1px;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h2, p, address {
	margin-left: 20px;
}
.picright {
	float: right;
	border: 4px solid #fff;	
	margin: 0 0 5px 15px;
}
.picleft {
	float: left;
	border: 4px solid #fff;	
	margin: 0 15px 5px 0;
}
td {
	vertical-align: top;
	padding: 3px;
}
th {
	background: #D4BFED;
}
.tdrechts {
	text-align: right;
}
.errors {
	color: #f00;
	background: #fff;
	border: 1px solid #f00;	
	padding: 5px;
	margin: 0;    
	list-style-type: none;        
}
.expertise {
	white-space: nowrap;
	padding: 4px 15px;
	color: #fff;
	text-decoration: none;	
	background: #6C3F9E;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}
.expertise:hover {
	background: #8744E2;
	color: #ffc;	
	text-decoration: underline;	
}


.anzahl {
	width: 50px;
}
.boxja {
	width: 20px;
}
.button {
	width: 150px;
	height: 35px;
	float: left;
	margin-right: 30px;
	background: #4B009F;	
	color: #fff;
	font-weight: bold;	
}
.liste {
	list-style-type: none;
}
.liste li {
	padding-bottom: 5px;
}
.left {
	float: left;
	padding: 5px;
}

label,input, textarea {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 1em;	
}
input, textarea {
	color: #4B009F;
	background: #D4BFED;
}
label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
label.check {
	float: none;
	text-align: left;
	width: auto;
	display: block;
	padding-left: 20px;
	margin-left: 100px;
}
.box {
	position: absolute;
	float: left;		
	margin-left: 90px;
	width: 15px;
	display: block;
	border: none;	
	background: #FAF6E2;
}
br {
	clear: left;
}
input.hidden {
	display: none;
}



.taball {
	width: 99%;
}
.tab1 {
	color: #fff;
	padding: 4px 10px 4px 30px;
	background: #8D7E9E url("bild/pin.gif") no-repeat 5px;	
}
.tab1 span {
	font-style: italic;
	margin-right: 7px;
}
.tab1 h2 {
	display: inline;
	color: #F2EBC8;	
}
.tab2 {
	clear: both;
	overflow: auto;	
	padding: 8px 20px;
	background: #FBF4D3;	
	margin-bottom: 1em;	
}

* html .tab2 {
    height: 1%;
}

/* Galerie */

ul.thumbnails {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
  overflow: hidden;
}

ul.thumbnails li {            
    float: left;
    margin: 0 8px 8px 0;
}

ul.thumbnails li img {
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.thumbnails a img {
	border: 5px solid #4B009F;
}
ul.thumbnails a:hover img {
	border: 5px solid #f60;
}
