/*Layout ( Farben, Schriften, Anordnung etc.)*/
html{
 width:100%;
 height:100%;
}
body {
 background: #666666 url(../bilder/bg.jpg);
 color:#FFFFCC;
 text-align:center;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-style:normal;
 font-weight:normal;
 min-width:760px;
 margin:0;
}
img {
 border:none;
}
p,h1,h2,h3,h4,h5,h6 {
 margin-top:5px;
 margin-bottom:10px;
}
#rahmen {
 margin:0px auto;
 width:760px;
}
#seitenkopf {
 background: url(../bilder/sk_fun_de.jpg) no-repeat;
 height:105px;
 margin:3px 0px;
 padding:0px;
}
#seitenkopf span {
 display:none;
}
#inhalt {
 background:#000033 url(../bilder/bg2.jpg);
 padding:15px;
 clear:both;
}
#news h3{
 color: #FFFFCC;
 font-size: 12px;
 width: 100px;
 height:13px;
 margin-top:0px;
 margin-left: 0px;
 margin-right:auto;
 margin-bottom:2px;
 position: relative;
}
#news{
 color: #CCCCCC;
 height: auto;
 width: 700px;
 border: thin outset #0000FF;
 margin-right: auto;
 margin-left: auto;
 padding-top: 0px;
 padding-right: 4px;
 padding-bottom: 4px;
 padding-left: 4px;
 font-style: italic;
}
#entrydat, #entrydat input{
 text-align:left;
 width: 210px;
 margin-right: auto;
 margin-left: auto;
 margin-bottom:5px;
}
#gallary {
 margin:40px 0px;
}
#gallary img{
 margin: 20px;
}
#fuss {
 padding-top: 9px;
 padding-bottom: 9px;
 border: none;
}
.leer{
 height: 20px;
 display: block;
}
.red {
 color: #FF0000;
}
.gruen {
 color: #00FF33;
}
.grau {
 color: #CCCCCC;
}
.gruenlinks {
 color: #00FF33;
 text-align: left;
}
.gruenright {
 color: #00FF33;
 text-align: right;
}
.center {
 text-align: center;
}
.left {
 text-align: left;
}
.right {
 text-align:right;
}
.dldaten {
 text-align: right;
 vertical-align: middle;
 color: #D4D0C8;
}
/*---------------------------------Listen-------------------------------*/
li{
 padding-bottom: 10px;
}
.list{
 height: auto;
 width: 500px;
 margin-right: auto;
 margin-left: auto;
 text-align: left;
}
.list dt{
 list-style-type: none;
 float: left;
 text-align: left;
 display: block;
 width: 60px;
}
.list dd{
 text-align:left;
 display: block;
 margin-left:70px;
 width:430px;
 height:auto;
}

/*------------------------------Überschriften---------------------------*/
h1 {
 color: #CCCCCC;
 font-size: 16px;
 font-style: italic;
 font-weight: bold;
 text-align: center;
}
h2 {
 color: #FFCC00;
 font-size: 14px;
 font-style: italic;
 font-weight: bold;
 text-align: center;

}

/*--------------------------Tabellen-----------------------------*/

.tabledls
{
 border: thin outset;
 margin-left: auto;
 margin-right: auto;
}
.tabledls td 
{
 vertical-align: middle;
 border-right: none;
 border-bottom: thin solid;
 border-left: none;
}
.tableuni
{
 border:none;
 margin:auto;
 text-align:left;
}


/*--------------------------Links/Submit--------------------------------*/
form{
 margin:0;
}
form input, textarea {
 color:#FFFFCC;
 background:transparent;
}
.submit{
 background:#333333 url(../bilder/bg_links.jpg);
 color:#0099FF;
 width:100px;
 cursor: pointer;
 margin-top:10px;
 display:inline;
}
a, a img {
 color: #0099FF;
 text-decoration:none;
 border:none;
}
a:hover, a:focus, a:hover img, a:focus img {
 color: #FFFFFF;
 text-decoration:none;
}
#fuss a {
 color: #FFFFCC;
 font-family:Helvetica, sans-serif;
 font-weight: normal;
 text-decoration:none;
}
#fuss a:hover {
 color:#FFFFFF;
 font-family:Helvetica, sans-serif;
 font-weight: normal;
 text-decoration:underline;
}

