/***********************************************/
/* Formatierung                                */
/***********************************************/ 

html, body {
 margin:0px;
 padding:0px;
}

html, body	{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 86%;
 color: #000000;
 background-color: #ffffff;
 background-image:url();
}

A:link, A:visited, A:active { color:#303030; text-decoration:underline;}
A:hover { color:#303030; text-decoration: underline;}

#copyright A:link, #copyright A:visited, #copyright A:active { text-decoration:none; color:#989A9A; font-size: 100%;}
#copyright A:hover { text-decoration:underline; color:#989A9A; font-size: 100%;}


h1 {
 margin: 0px;
 padding: 0px;
 font-size: 160%;
 color:#a72a03;
 font-weight: normal;
 letter-spacing:1px;	
}

h2 {
 margin: 0px;
 padding: 0px;
 font-weight: bold;
 font-size: 100%;
}

img {
 border: 0px;
}

ul {
 list-style-type:square;
 margin: 0px;
 margin-top: 6px;
}

.bildunterschrift {
 margin:0px;
 margin-top:5px;
 margin-bottom:2px;
 font-size: 90%;
 text-align:center;
}

div#id {
 background: #85ACB3; padding:10px; border: 1px solid #64979F; margin-bottom:10px;
}

div.bilder {
 float:left;
 padding-right:10px;
}

div.dateidownload {
 font-size:90%;
}

div.dateidownload img{
 float:left;
 margin-right:10px;
}

table {
 border-collapse:collapse;
 font-size:100%;
 border:1px #9b9b9b solid;
}

th {
 padding:3px 20px 3px 2px;
 background-color:#8fc0cf;
 color:#ffffff;
 text-align: left;
}

td {
 padding:3px 20px 3px 2px;
 vertical-align: top;
}

td.farbwechsel {
 background-color:#ebebeb;
}

/***********************************************/
/* Layout	                               */
/***********************************************/

#head_titel {
 display:none;
}

#head {
 display:none;
}

#stm_logo {
 display:none;
}

#quickmenu {
 display:none;
}

#menu {
 display:none;
}

.menupunkt {
 display:none;
}

#inhalt {
 line-height: 16px;
}

#copyright {
 margin: 35px 15px 30px 0px;
 font-size: 84%;
 color:#989A9A;
}

.notshow {
 display:none;
}

