@charset "UTF-8";
/* CSS Document */

html, body {
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
}

body {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    line-height:14px;
    color: #000000;
    text-align:center;
    background-color: #cfd0d2;
}

div, img, form, table, tr, td  {
    margin:0px;
    padding:0px;
    border:0px;
    border-collapse: collapse;
}

ul {
    list-style:none;
    padding:0px;
    margin: 0px 0px 15px 0px;
}

ul li {
    margin:0px 0px 0px 35px;
    padding:0px;
    list-style-position:outside;
    list-style-type:disc;
}
p {
    padding:0px;
    margin: 0px 0px 15px 0px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: black;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0px 0px 15px 0px;
    font-weight: bold;
}

h2 {
    color: #000000;
    font-size: 12px;
    line-height: 1em;
    margin: 0px 0px 5px 0px;
}

#wrapper {
    margin:0px auto;
    width: 100%;
    text-align:left;
}

.sitelogo {
    width:192px;
    height:72px;
    position:absolute;
    z-index:1;
    margin:15px 0 0 30px;
    background:url(../img/tmpl_std/rlm_logo.jpg);
}

.sitename {
    width:100%;
    height:60px;
    z-index:1;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
    text-align: right;
}

.sitename h1 {
    font-size:205%;
    padding-right: 8%;
    padding-top: 40px;
    font-style: italic;
}

.header_top {
    height: 100px;
    width: 980px;
    margin:0 auto 10px;
}

.white_gap {
    height: 2px;
    width: 100%;
    background-color: white;
}

.red_gap {
    height: 40px;
    width: 100%;
    background-color: #e2001a;
}

#main {
    clear: both;
    background-color: white;
    width: 98%;
    margin-top: 40px;
    width: 980px;
    margin:0 auto 10px;
}

#navigation {
    float: left;
    min-height: 400px;
    width: 230px;
    padding-top: 20px;
}

#content {
    min-height: 400px;
    padding-top: 20px;
}

#footer {
    padding-left: 20px;
    padding-bottom: 20px;
}





#top {
    width: 950px;
    top:20px;
    position:absolute;
}

#logo {
    float:left;
    position:relative;
    left:-20px;
}

#thurgau {
    position:relative;
    left:-10px;
    top:65px;
    float:left;
}

.kopfbild {
    float:left;
    background-color:#ffffff;
    padding:8px;
    border:1px solid #c3c2c0;
    margin:0px 10px 10px 10px;
    display:inline;
}

.kopfbild img {
    width:120px;
}

#top form {
    width:200px;
    float:left;
}

#top ul {
    background-color:#ffffff;
    width:70px;
    padding:5px 0px 0px 0px;
    float:left;
    list-style:none;
    margin:0px;
}

#top li {
    margin:0px;
    list-style:none;
    padding:0px;
    line-height:14px;
}

#top ul a,
#top ul input {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    padding:0px;
    margin:0px;
    color:#4869ac;
    height:14px;
    line-height:14px;
    font-size:10px;
    border:none;
    text-align:left;
    border-collapse: collapse;
    background-color:transparent;
}

#suchfeld {
    float:left;
    font-size:11px;
    border:1px solid #c3c2c0;
    margin-top:75px;
    height:14px;
    line-height:14px;
    width:120px;
}

#middle {
    margin:70px 0px 0px 0px;
    border:1px solid #c3c2c0;
}

#inhalt {
    min-height:450px;
}

*html #inhalt {
    height:450px;
}

#footer a {
    color:#E2001A;
}

#footer img {
    float:right;
    position:relative;
    top:-90px;
    left:20px;
}

/* navigation */
ul.level1 {
    height: 30px;
    list-style-image : url(../img/tmpl_std/nav_schwarz.gif);
    list-style-type: square;
    margin-left:40px;
}

ul.level1 li {
    list-style-image : url(../img/tmpl_std/nav_schwarz.gif);
    list-style-type: square;
    margin: 0 7px 0 15px;
}

.level1 a {
    color: #000000;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
}

.level1 a:hover, .level1 a.current1 {
    color: #CC3333;
}

.level1 .current1, .level1 li:hover {
    list-style-image : url(../img/tmpl_std/nav_rot.gif);
    list-style-type: square;
}

/* Lightbox section -----------------------  */
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.html); }

* html #overlay{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(blank.html);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/tmpl_std/overlay.png", sizingMethod="scale");
}
/* Lightbox section -----------------------  */
