body {
width:auto;
height:auto;
/*padding:10px 10px;*/
background-image:url(bgimg/bg.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}

body.menue {
width:auto;
height:auto;

}

/* Schriftdefinitionen */

h1 {font-size:20px;color:#2E2E4E; }
h2 {font-size:20px;font-weight:bold;color:#888888;}
h3 {font-size:16px;color:#2E2E4E; }
h4 {font-size:14px;color:#2E2E4E; }
h5 {font-size:10px;color:#444444;font-style:italic;font-weight:bold; }

/* DIV - Container */

#logo {
  text-align:center;
  width:auto;
  height:290px;
  margin:10px;
  background-image:url("./navgif/1.gif");
  /*border-left:1px solid;
  border-right:1px solid;
  border-top:1px solid;
  border-bottom:1px solid;
  border-color:#D1D1D1;*/
}
#inhalt {
  width:auto;
  /*min-width:220px;*/
  /*min-height:500px;*/
  height:auto;
  padding:5px;
  margin:20px 80px 10px;
  text-align:center;
  /*left:200px;top:50px;*/

  border-left:1px solid;
  border-right:1px solid;
  border-top:1px solid;
  border-bottom:1px solid;
  border-color:#888888;
}
#stat {
  width:auto;
  height:40px;
  padding:3px;
  margin:0px 80px 0px 80px;
  text-align:center;
 
  border-left:1px solid;
  border-right:1px solid;
  border-top:1px solid;
  border-bottom:1px solid;
  border-color:#888888;
}
#navi {
  /*position:center;*/
  /*top:160px;
  left:230px;*/
  width:auto;
  height:20px;
  text-align:center;
  border-top:1px solid #888888;
 
}

#navi2 {
  /*position:center;*/
  /*top:150px;
  left:230px;*/
  width:auto;
  height:20px;
  text-align:center;
}

#footer {
  height:20px;
  font-size: 10px;
  color: #444444;
  text-align:center;
}

/* Menue - Design */

a.imenu {
 padding:3px;
 /*border-top:1px solid #D1D1D1;*/
 text-align:center;
 font-size: 10px;
 color: #2E2E4E;
 text-decoration:none;
 }

 a.menulink {
 padding:3px;
 /*border-top:1px solid #D1D1D1;*/
 text-align:center;
 font-size: 12px;
 color: #2E2E4E;
 text-decoration:underline;
 font-weight:bold;
 }

a.menu {
 padding:3px;
 font-weight:normal;
 text-align:center;
 font-size: 14px;
 color: #2E2E4E;
 text-decoration:none;
 }

a.menu:link, a.menu:visited
{
 color: #2E2E4E;
 text-decoration:none;
 font-weight:bold;
 font-size: 14px;
 }

a.menu:hover
{
 text-decoration:underline;
 color:#444444;
 font-weight:bold;
 font-size: 14px;
}
a.menu:active
{
background-color:#2E2E4E;
color:#D1D1D1;
font-weight:bold;
font-size: 14px;	
}
a.link {
 padding:3px;
 /*border-top:1px solid #D1D1D1;*/
 text-align:center;
 color: #2E2E4E;
 text-decoration:underline;
 }

/* Tabellendefinition */

td.start{
  color: #2E2E4E;
  font-size:1.0em;
  font-weight:bold;
  text-align:center;
}

td.over{
  color: #2E2E4E;
  font-size:0.8em;
  font-weight:normal;
  text-align:center;
}
td.stat{
  color: #1D1D1D;
  font-size:0.7em;
  font-weight:bold;
  text-align:center;
}

td.list{
  color: #2E2E4E;
  font-size:1.2em;
  font-weight:bold;
  text-align:center;
}
td.text{
  padding:20px;
  color: #2E2E4E;
  font-size:0.8em;
  font-weight:normal;
  text-align:left;
}
td.ctext{
  padding:20px;
  color: #2E2E4E;
  font-size:0.9em;
  font-weight:normal;
  text-align:center;
}
td.ttext{
  padding:10px;
  color: #2E2E4E;
  font-size:0.9em;
  font-weight:normal;
  text-align:center;
}
td.ubtext{
  padding:10px;
  color: #2E2E4E;
  font-size:0.9em;
  font-weight:bold;
  text-align:center;
  text-decoration:underline;
}
td.ltext{
  padding:20px;
  color: #2E2E4E;
  font-size:0.6em;
  font-weight:normal;
  text-align:left;
}
td.dp{
  color: #2E2E4E;
  font-size:0.9em;
  font-weight:bold;
  text-align:center;
}

/* Diverse Designdefinitionen */

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}


.div1
{
border:2px solid #2E2E4E;
left:10px;top:50px;
color:#ffffff;
background-color:#2E2E4E;

}
.div2
{
border:1px solid #2E2E4E;
left:200px;top:50px;
color:#202021;

}

img.link
{
width:350px;
height:75px;
border:0px;
}

img.linkself
{
width:700px;
height:150px;
border:0px;
}

img.linkklein
{
width:400px;
height:60px;
border:0px;
}

img.linkform
{
width:290px;
height:167px;
border:0px;
}


img.a
{
border:0px;
}

img.thumb
{
width:150px;
height:113px;
border:0px;
}


/*.zentriert
{
center;
}*/


