* {
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 150%;
}

html {
    background-color: #666666;
}

body {
    margin: 10px auto 0 auto;
    width: 770px;
    background-color: #FFFFFF;
    background-image: url(images/bg.gif);
    background-position: 0 bottom;
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
}
body#startseite {
	background-image: url(images/bg_start.gif);
	background-repeat: repeat-y;
}

a#home {
    display: block;
    position: absolute;
    width: 275px;
    height: 110px;
    text-decoration: none;    
}
ul#menu {
    width: 770px;
    padding: 110px 0 0 250px;
    background-image: url(images/head.gif);
    background-repeat: no-repeat;
}

ul#menu li {
    float: left;
    border-right: 1px solid #CCCCCC;
    display: inline;
}
ul#menu li:first-child {
    border-left: 1px solid #CCCCCC;
}

ul#menu li a {
    text-transform: uppercase;
    margin:0;
    padding: 0 6px;
}

ul#menu li a:hover {
    text-decoration: none;
    cursor: default;
}

ul#menu li ul li a:hover {
    text-decoration: underline;
    cursor: pointer;
}

ul#menu li.active a,
ul#footer li.active a,
 {
    font-weight: bold;
}

ul#menu li ul {
    visibility: hidden;
    display: block;
    color: #F57C21;
    position: absolute;
    background-color: #FFFFFF;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin: 16px 0 0 -1px;
    padding: 8px 5px 5px 0;
    z-index: 99;
}

ul#menu li ul li {
    display: block;
    float: none;
    border: 0 !important;
    margin: 3px 0;
    padding-left: 0;
}

ul#menu li ul li a {
    font-weight: normal !important;
}

ul#menu li ul li a.active {
    font-weight: bold !important;
}

a {
    color: #F57C21;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div#content {
    margin: 40px 0 0 200px;
    width: 500px;
    min-height: 300px;
    padding-bottom: 100px;
}

body#startseite div#content {
	width: 255px;
	margin-left: 320px;
    background-image: url(images/start.gif);
    background-repeat: no-repeat;
    background-position:  bottom right;
    padding: 0 175px 110px 0;
}

div#content ul li {
    margin-left: 20px;
}
div#content img {
    float: right;
    margin: 0 0 1em 1em;
}
h1 {
    color: #F57C21;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0.5em 0 ;
}

h2 {
    font-size: 13px;
    margin-bottom: 0.8em;
}

h3 {
    font-size: 12px;
    color: #F57C21;
    font-weight: normal;
    margin-bottom: 0.8em;
}

p, table {
    margin-bottom: 0.8em;
}

ul#footer {
    width: 770px;
    height: 45px;
    padding: 5px 0 0 120px;
    background-image: url(images/footer.gif);
    background-repeat: no-repeat;
    list-style-type: none;
}

ul#footer li a {
    color: #FFFFFF;
}

div#adresse {
    color: #FFFFFF;
    position: absolute;
    top: 80px;
    width: 730px;
    text-align: right;
    font-size: 9px;
}

ul#gaestebuch {
    list-style-type: none;
    padding: 0;
}

ul#gaestebuch li {
    margin-left: 0 !important;
    margin: 10px 0 20px 0;
}

ul#gaestebuch li h2 {
    margin-bottom: 0 !important;
}

label {
    float: left;
    width: 100px;
}

input, select, textarea {
    width: 300px;
    border: 1px solid #666666;
    margin-bottom: 0.2em;
}

input.radiocheck {
    width: auto;
    border: 0;
}

textarea {
    height: 200px;
}
input.submit {
    width: auto;
    padding: 0 1em;
    margin: 5px 0 0 100px;
    background-color: #CCCCCC;
}

ul.pagenavi {
    display: inline;
    list-style-type: none;
    margin-bottom: 10px !important;
}

ul.pagenavi li {
    margin: 0 !important;
    display: inline;
    padding: 0 3px 0 6px;
}
ul.pagenavi li.on a {
    font-weight: bold;
    
}

hr
{
    width:            100%;
    height:           0px; 
    border:           solid #666666 0px; 
    border-top-width: 1px;
    margin:           10px 0;
}

table {
    border-collapse: collapse;
}

td {
    vertical-align: top;
    padding-right: 10px;
}

table#kursprogramm {
	width: 100%;
}

table#kursprogramm td {
	padding: 0 1em 0.3em 0;
}

div#teaser {
    width:200px;
    color: #FFFFFF;
    margin-left: 120px;
    background-image:url(images/bg_teaser_top.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 10px 0 0 0;
}

div#teaser div {
    background-image:url(images/bg_teaser.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    padding: 0px 25px 20px 15px;
}
