@import url("form.css");

html {
    background: none repeat scroll 0 0 #7F7F7F;
    border: 0 none;
    padding: 0;
    text-align: center;
}
* {
    font-family: helvetica;
    margin: 0 auto;
    font-size: 12px;
}
#header {
    width: 900px;
}
#top-border {
    background-image: url("./top.png");
    height: 20px;
    width: 900px;
}
#outer-wrapper {
    margin-bottom: 10px;
    text-align: left;
    width: 900px;
}
#content-wrapper {
    background-image: url("./bg.png");
    background-repeat: repeat-y;
    float: left;
}
#top {
    background-image: url("./nav.png");
    height: 30px;
}
#left {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    width: 150px;
}
#middle {
    float: left;
    min-height: 500px;
    width: 550px;
}
#middle-marker {
    padding-left: 20px;
}
#middle-marker h3 {
    background: none repeat scroll 0 0 yellow;
    font-family: Verdana;
    font-size: 14px;
    margin-left: 0;
}
.news-list-item {
    background: none repeat scroll 0 0 lightgreen;
    font-family: Verdana;
    font-size: 12px;
}

.news-list-morelink {
    padding-left: 5px;
}
#right {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 190px;
}
#right-content {
    font-size: 14px;
    padding-left: 20px;
}
#right-content h1 {
    color: #003333;
    font-size: 14px;
}
#right-content p {
    line-height: 80%;
}
#footer {
    background-image: url("./footer1.png");
    float: left;
    height: 40px;
    width: 900px;
}
#footer-text {
    font-size: 8px;
    padding-top: 8px;
    text-align: center;
}
.tx-cal-controller h1 {
    font-size: 12px;
}
h5 {
    border-bottom: thin solid;
    font-size: 14px;
    font-weight: bold;
}
a:visited, a {
    color: #006600;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.csc-textpic-imagewrap {
    margin-top: -15px;
}
.kontakt p {
    line-height: 140%;
}
#left-pos-box {
    text-transform: uppercase;
    vertical-align: bottom;
}
h1 {
    font-size:  16px;
    color: green;
}

#middle-content, #right-content {
	margin-top: 20px;
} 

.bodytext {
    margin-bottom: 10px;
}

table {
    margin-left: -3px;
    border-collapse: separate;
    margin-bottom: 7px;
}

.archivtable {
    border-bottom: 1px solid green;
    margin-top: 20px;
}

td .bodytext {
    margin-bottom: 0px;
}

div.wtgallery_list a img.wtgallery {
    margin-right: 6px;
    margin-bottom: 5px;
}

.wtgallery_list_pagebrowser_area {
	display: none;
}

.wtgallery_list_area h2 {
     display: none;
}
