/*
Hellgrau:    #AFB2B3
Dunkelgrau:  #727475
Rot:   #DF0F2C
Grün:  #009E5D

Zusatz: 
darkgreen:   #006400
*/

body {
/*  background-image:url(golfball.gif); */
  background-repeat:no-repeat;
  background-position:right bottom;
  background-attachment:fixed;
  font-family:arial;
}

h1 {
  font-size: 24px;
  margin-left:-5px;
}

h1.boxHeader {
  color:#fff;
  background-color:#AFB2B3;
  margin:0px;
  padding:2px;
  
  border-style:solid;
  border-color:#727475 #000 #000 #727475;
  border-width:1px 3px 0px 1px;
}

h1.boxHeader span {
  font-size:10px;
  float:right;
  margin-right:10px;
}

h2 {
  color: #006400;
  font-size: 14px;
  margin:0;
}

h3 {
  font-size: 14px;
  margin-bottom:0;
}

h4 {
  margin:4px 0 2px 0;
  text-decoration:underline;
  font-weight:normal;
}


a:link, a:visited {
  text-decoration:none;
  color:#009E5D;
}

a:hover, a:active, a:focus {
  color:#DF0F2C;
}

a.red:link, a.red:visited {
  color:#DF0F2C;
  text-decoration:underline;
}

a.red:hover, a.red:active, a.red:focus {
  font-weight:bold;
  color:#DF0F2C;
}

img.person {
  width:100px;
  float:right;
  margin:20px 0 20px 20px;
  padding:10px 0 10px 10px;
}

#leftMenu {
  width:200px;
  height:300px;
  background-image:url(bg_u.png);
  background-repeat:repeat-y;
  float:left;
}

#rightMenu {  width:200px;  float:right;  font-size:12px;  margin-top:10px;
  padding:0px;}

#leftMenu ul, #rightMenu ul {
  list-style:none;
  margin:0px;
  padding-top:10px;
  padding-left:40px;
}

#rightMenu ul {
  padding-left:0px;
  padding-top:0px;
}

#leftMenu ul li, #rightMenu ul li {
  padding-bottom:3px;
}

#leftMenu a:link, #leftMenu a:visited {
  color:#fff;
}

#leftMenu a:hover, #leftMenu a:active, #leftMenu a:focus, #rightMenu a:hover, #rightMenu a:active, #rightMenu a:focus {
  color:#DF0F2C;
}

#leftMenu .sub, #rightMenu .sub {
  padding-left:10px;
  font-size:smaller;
}

#rightMenu h1 {
  font-size: 14px;
  margin-top:0px;
}

.top {
  background-image:url(bg_r.png);
  background-repeat:repeat-x;
  height:115px;
}

.top .menu {
  float:right;
  margin-right:5px;
}

.logo {
  background-image:url(logo.png);
  background-repeat:no-repeat;
  height:115px;
  width:202px;
  float:left;
}

#newsticker, #newsticker_small {
  white-space:nowrap;
  overflow:hidden;
  font-size:14px;
  position:absolute;
  left:220px;
  top:50px;
}

#newsticker_small {
  font-size:11px;
}

#content {
  width:auto;
  margin:0 200px 0 200px;
  padding:10px;
}

#bottom {
  text-align:center;
  margin:-10px;
}

.box {
  padding:10px;
  border-style:solid;
  border-color:#727475 #000 #000 #727475;
  border-width:1px 3px 3px 1px;
  margin-bottom:15px;
}

.med {
  color:#DF0F2C;
}

span.center {
  display: block;
  text-align:center;
  margin:5px;
}

span.center img {
  height:70px;
  margin:0 5px;
}

.clear {
	clear:both;
}

/************ Tabelle ********/
.green_table {
  width:100%;
  border:1px solid #009E5D;
  border-width: 1px 2px 2px 1px;
  line-height:22px;
}

.green_table td.date {
  white-space:nowrap;
  text-align:right;
}

.green_table1 {
  border:1px solid #009E5D;
  line-height:25px;
}

.green_table1 td {
  border:1px solid #009E5D;
}

.green_table tr.history {
  color:#aaa;
}

/************ Sortierte Tabelle ********/
.sort_table {
  width:100%;
  border:1px solid #009E5D;
  border-width: 1px 2px 2px 1px;
  line-height:22px;
}

.sort_table {
  text-align:left;
}

.sort_table th a {
  color:#000;
}

.sort_table th#active:after{content:url(down.gif);}

/****************************************/

#footer img {
  width:100%;
}

.fileInfo {
  font-size:smaller;
  font-style:italic;
}

.thumb {
  cursor:pointer;
  width:100px;
  height:75px;
  overflow:hidden;
  float: left;
}

.thumb img {
  width:100px;
  margin:10px;
}

.tab {
	border:1px solid gray;
	cursor:pointer;
}

.tab:hover, .act {
	background-color:gray;
}
