body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #fcfeff url(/images/body.png) repeat-x 0 0;
}

a {
	height: 100%;
	}

img {
	border: 0px;
}

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

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

.base select {
	width: 300px;
	height: 24px;
/*	background: #fff;
	border: 1px solid #87b6ce; */
	font: normal 11px/26px 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 12px/26px 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 14px/16px Tahoma, Arial, sans-serif;
	color: #232;
	padding: 1px;
	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_voruntersuchung.png) no-repeat;
	cursor: pointer;
}

.minibus {
    border-spacing: 1px;
	background: #fff;
}

.minibus th {
    font: bold 14px/26px Arial, Tahoma, sans-serif;
    padding: 4px;
    border-bottom: 1px solid #95ff7f;
    background: #c9ffbd;
	vertical-align: left;
}

.minibus td {
    font: normal 12px/18px Arial, Tahoma, sans-serif;
    border-bottom: 0px solid #bbe7ff;
	background: #e2ffdc;
    padding: 4px;
}

.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: 0px;
    text-align: left;
    padding: 5px 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: #777;
	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;
}
