body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 93.75%/1.5em Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

a {
	height: 100%;
	}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

span.stern {
	padding: 2px;
	color: #ff0000;
	font: bold 14px/14px Tahoma, Arial, Tahoma, sans-serif;
	font-weight: bold;
}

.base {
	font: normal 13px/14px Tahoma, Arial, sans-serif;
	color: #444;
}

.base span.stern {
	padding: 2px;
	color: #ff0000;
	font: bold 14px/14px Tahoma, Arial, Tahoma, sans-serif;
	font-weight: bold;
}

.base select {
	width: 300px;
	height: 24px;
/*	background: #fff;
	border: 1px solid #87b6ce; */
	font: normal 11px/11px Verdana, Tahoma, Arial, sans-serif;
	color: #333;
	padding: 1px;
	margin: 3px 0px;
}

.base input {
	width: 200px;
	height: 18px;
/*	background: #fff url(/images/footer.png) repeat-x;
/*	border: 1px solid #87b6ce;
	border-top: 0px; */
	font: normal 11px/11px Verdana, Tahoma, Arial, sans-serif;
	color: #232;
	margin: 3px 0px;
	padding: 1px 1px;
	padding-bottom: 0px;
}

.base textarea {
	width: 300px;
	height: 100px;
/*	background: #fff url(/images/footer.png) repeat-x;
	border: 1px solid #87b6ce;
	border-top: 0px; */
	font: normal 11px/11px Verdana, Tahoma, Arial, sans-serif;
	color: #232;
	padding: 3px;
	padding-bottom: 0px;
}

.base hr {
	width: 100%;
	height: 0px;
	border: 1px solid #ccc;
	border-bottom: 0px;
}

.button_vu {
	margin: 0px;
	border: 0px;
	height: 70px;
	background: url(/images/anmeldung_btn.png) no-repeat;
	cursor: pointer;
}

.minibus {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-spacing: 1px;
	margin: 20px 6px;
	width: 640px;
	border-collapse: separate;
}

.minibus th{
    padding:10px;
	line-height: 1em;
    color:#555;
    text-shadow: 1px 1px 1px #fff;
    border:1px solid #cecece;
    border-bottom:3px solid #cecece;
    background-color:#cecece;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(185,185,185)),
        color-stop(0.87, rgb(235,235,235))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(185,185,185) 2%,
        rgb(235,235,235) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.minibus td {
	font-size: 80%;
	font-weight: normal;
    padding: 8px 10px;
    text-align: left;
    background-color:#f5f5f5;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#444;
}

.telefon {
}

.telefon td {
	padding: 1px 3px;
	font: bold 14px/16px Arial, Tahoma, sans-serif;
	color: #333;
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    margin:0 6px 0 0;
/*     background-color:#f1f1f1;
    border:1px solid #acacac;
    /* border-top:1px solid #eee; */
    /* border-left:1px solid #eee; */
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:150%;
    line-height:130%;
    text-decoration:none;
     text-align: center;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:1px 1px 1px 2px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    text-align: center;
    padding:4px 5px 3px 4px; /* IE6 */
}
.buttons button[type]{
    padding:3px 5px 3px 4px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 5px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 1px -1px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}
.buttons a:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}

/* POSITIVE */

button.positive, .buttons a.positive {
    color: #529214;
}
.buttons a.positive:hover, button.positive:hover {
    background-color: #c7f7be;
    border: 1px solid #338800;
    color: #529214;
}
.buttons a.positive:active {
    background-color: #529214;
    border: 1px solid #529214;
    color: #fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative {
    color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover {
    background: #f7cbc2;
    border: 1px solid #f5897a;
    color: #d12f19;
}
.buttons a.negative:active {
    background-color: #d12f19;
    border: 1px solid #d12f19;
    color: #fff;
}

.grey {
    background: #ebf8ff;
}

.light {
    background: #dff4ff;
}

#mainbox {
	width: 95%;
    margin: 6px 0px;
    text-align: left;
    padding: 0px 10px;
}

#mainbox span {
	margin: 0px;
	padding: 0px;
}

#mainbox ul {
	width: 100%;
    list-style-type: none;
    list-style-image: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
}

#mainbox a {
	margin: 0px;
	padding: 0px;
}

#mainbox ul li {
    display: block;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    border: 1px solid #ddd;
    height: 100px;
    padding: 0px;
    margin: 15px 0px;
    background: #fff url(/images/mainboxbg.png);
}

#mainbox a:link,
#mainbox a:active,
#mainbox a:visited {
    text-decoration: none;
}

#mainbox a:hover {
    text-decoration: none;
}

#mainbox span.mb_img {
    float: left;
    width: 150px;
    height: 100px;
    border: 0px;
    border-right: 1px solid #ccc;
    margin: 0 auto;
    margin-right: 10px;
}

#mainbox img {
	margin: 0px;
	border: 0px;
	padding:0px;
}

#mainbox span.title {
    display: block;
    font: bold 14px/20px Tahoma, Arial, Verdana, sans-serif;
    color: #666;
    text-align: left;
    padding: 2px;
}

#mainbox span.text {
    display: block;
    font: normal 12px/16px Tahoma, Arial, Verdana, sans-serif;
    color: #666;
    text-align: left;
    padding: 2px;
}

#mainbox p.preis {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	text-align: left;
	color: #444;
	border: 0px solid #ccc;
	font: bold 12px/12px Tahoma, Arial, Verdana, sans-serif;
}
#mainbox p.text {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	text-align: left;
	color: #888;
	border: 0px solid #ccc;
	font: bold 12px/12px Tahoma, Arial, Verdana, sans-serif;
}


/* FancyUpload CSS */
/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

/* .hover simulates the flash interactions */
a:hover, a.hover {
	/* color: red; */
}

#demo-status {
	padding: 10px 15px;
	width: 420px;
	border: 1px solid #eee;
}

#demo-status .progress {
	background: url(/images/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#demo-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#demo-list {
	list-style: none;
	width: 450px;
	margin: 0;
}

#demo-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(/images/failed.png) no-repeat 4px 4px;
}

#demo-list li.file {
	border-bottom: 1px solid #eee;
	background: url(/images/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#demo-list li.file.file-uploading {
	background-image: url(/images/uploading.png);
	background-color: #D9DDE9;
}
#demo-list li.file.file-success {
	background-image: url(/images/success.png);
}
#demo-list li.file.file-failed {
	background-image: url(/images/failed.png);
}

#demo-list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}	</style>

.form2 {
	margin: 10px 15px;
	padding: 10px;
	width: 600px;
	border-spacing: 5px;
}

.form2 td {
	color: #666;
}

.erreichbar {
    text-transform: uppercase;
    margin: 10px 0px;
    padding: 0px;
    color: #444;
}

.erreichbar td {
    padding: 0px;
    margin: 0px;
    line-height: 1.3em;
    text-align: left;
}

.erreichbar th {
    text-align: left;
}

.erreichbar .leftspace {
    width: 80px;
}

.margin10 {
    margin: 0px 10px;
}

#termin {
	clear: both;
	width: 314px;
	padding: 14px 15px;
	margin: 5px 0px 0px;
	text-align: left;
	height: 80px;
	border: 1px solid #80ba59;
	background: #effce6;
}

#termin span {
	margin: 0px;
	padding: 0px;
}

#termin .termin-neu {
	color: #ff0000;
	font: bold 12px/14px Arial, Verdana, sans-serif;
	margin: 5px 0px 5px;
	float: left;
}

#termin .termin-text {
	float: left;
	color: #333;
	margin: 0px 0px 8px;
	font: normal 12px/14px Arial, Verdana, sans-serif;
}

#termin .termin-zeit {
	clear: both;
	float: left;
	color: #166900;
	margin: 2px 0px 0px;
	font: bold 14px/18px Arial, Verdana, sans-serif;
}

#termin .termin-zeit:before {
	padding: 0px 5px;
	content: url("/images/list_marker.gif");
}


