@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
}

ul {
    list-style: none;
}

h1, h2 {
    font-size:1.8em;
    font-weight:normal;
    margin-bottom: 1em;
}

h2 {
    font-size:1.2em;
    font-weight: bold;
    margin-top: 1em;
}

abbr {
    cursor: help;
    color: #000;
    border-bottom: 1px dotted #666;
}

strong {
    font-weight:bold;
}

abbr.mandatory {color:#f74545;border-bottom: none; margin-left: 3px;}
strong.warteliste {font-weight:bold; color:#f74545;display:inline;}

body, html {width: 100%; height: 100%;}

body {
	font-size: 62.5%;
	font-family: Arial,sans-serif;
    text-align: center;
}

#site {
    font-size:1.2em;
    line-height: 1.4em;
    width: 831px;
    min-height: 100%;
    height: 1470px;
    margin: 0 auto;
    background: url(../images/site-bg.jpg);
    padding: 0 40px;
    position: relative;
    color: #333;
    text-align:left;
}

#content {
    text-align: left;
    width: 600px;
    padding-top: 20px;
}

#image-bar {
    padding-top: 20px;
    width: 220px;
    position: absolute;
    right: 40px;
    top: 200px;
    text-align: center;
}

#image-bar-bottom {
    width: 605px;
    margin-top: 20px;
    text-align: center;
}

#image-bar a, #image-bar-bottom a {
    display: block;
    height: 135px;
    width: 202px;
    border: 1px solid #ddd;
    background:#F3F3F3;
    padding: 5px;
    margin: 2px 0;
    -moz-border-radius: 3px;
}

#image-bar-bottom a {
    width: 187px;
    margin: 2px 0;
    margin-right:2px;
    height: auto;
}

#image-bar-bottom li { float:right; }

#image-bar a img, #image-bar-bottom a img {
    border: 1px solid #CFCFCF;
}



/* Form */

fieldset {
    width: 600px;
    padding-top: 20px;
}

fieldset li{
    width: 300px;
    float: left;
    margin-top: 15px;
}

fieldset ul ul{
    width: 150px;
    float: right;
}

fieldset ul ul li{
    width: 150px;
    float: none;
    margin-top: 0;
    margin-bottom: 5px;
    float: none;
    clear: both;
}

fieldset ul ul li span {
    display: block;
    float: left;
    margin-left: 5px;
    width: 130px;
}



input {
    display: block;
    height: 20px;
    width: 148px;
    border: 1px solid #CFCFCF;
    float: right;
    background: url(../images/input-bg.jpg);
}

input.radio {
    display: inline;
    width: 15px;
    float: left;
    border: 0;
    background: none;
}

input.radio, input.checkbox {
    border: 0;
    background: none;
}

input:hover, input:focus {
    border: 1px solid #444;
    
}

input.button {
    background: #eee;
    
}

label {
    display:block;
    width: 145px;
    float: left;
    padding-left: 5px;
}

a {
    color: #F74545;
}

div.error p.info {
    font-weight:bold;
    color: #F74545;
}