body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: x-small;
	color: #000;
}

* {
    margin: 0;
    padding: 0;
}

a:link,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    color: #333;
}

#main a:link,
#main a:hover,
#main a:visited,
#main a:active {
    text-decoration: underline;
}

.moderninput {
    border: 1px solid #999;
    background-color: #EEE;
}

.submitbutton {
    background-color: #EEE;
    border: 1px solid #999;
    font-size: 11px;
}

a,
a img {
    border: 0;
}

ul li {
    list-style-type: none;
}
    
h1 {
    font-size: medium;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #333;
}

h2 {
    font-size: small;
    font-weight: normal;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #333;
}

h3 {
    font-size: small;
    font-weight: normal;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #333;
}

p,
strong {
    line-height: 1.5em;
    margin-bottom: 10px;
    font-size: 105%;
}

strong {
    color: #333;
}

#main ul {
    margin: 0 0 20px 0;
    padding: 0;
}

#main ul li {
    padding-left: 18px;
    line-height: 1.5em;
}

br.clearboth,
div.clearboth {
    clear: both;
}

#wrapper {
    position: relative;
	margin: 0 0 0 auto;
	padding-right: 80px;
	width: 820px;
	text-align: left;
	z-index: 1;
}

#head {
    position: relative;
    height: 140px;
}

#head img {
    position: absolute;
    top: 61px;
}

#mainnav,
#subnav {
    display: none;
}


#bigpic p {
    margin-right: 5px;
}


/* 3 Bilder nebeneinander fuer den Rubrikenstart, das letzte hat keine Klasse */
img.dreier {
    margin-right: 15px;
}


#main #description {
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-right: 5px;
}

#tn_area {
    margin-top: 20px;
}

/* kurstabelle */
table.kurs {
    border-collapse: collapse;
    margin-top: 20px;
}

table.kurs col.col1 {
    width: 100px;
}

table.kurs td {
    padding-bottom: 10px;
}

/* kontaktformular */
table.contactform {
    border-collapse: collapse;
    margin-top: 20px;
}

table.contactform col.col1 { width: 100px; }

table.contactform td {
    padding-bottom: 10px;
}

table.contactform fieldset {
    padding: 10px;
}

table.contactform legend {
    padding: 0 5px 0 5px;
}

table.inner_table col.col1 {
    width: 50px;
}

table.inner_table td {
    padding-right: 10px;
}

#num_gutscheine {
    width: 50px;
}

.selectbox2 option {
    width: 50px;
}

table.contactform select option,
table.contactform select {
    font-size: 90%;
}

td.valcol {
    padding: 0 5px 0 5px;
}

#footer {
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top: 5px;
    width: 820px;
    z-index: 3;
}
