body {
   background: #555;
  margin: 0;
  border: 0px solid black;
  font-size: 7pt;
  font-family: Verdana; 
}
/* ********************************************************************* */
/* Schriften */
p { 
  text-decoration:none; 
  font-family: Verdana; 
  font-size: 9pt;
  color: #003063;
}
h1 { 
  text-decoration:none; 
  font-family: Verdana; 
  font-size: 9pt;
  color: #003063;
  font-weight: bold;
}
/* ********************************************************************* */
/* any links */
a:link { color: #6daae5; text-decoration: underline; font-family: Verdana; font-size: 9pt; }
a:visited { color: #6daae5; text-decoration: underline; font-family: Verdana; font-size: 9pt; }
a:active { color: #6daae5; text-decoration: underline; font-family: Verdana; font-size: 9pt; }
a:hover { color: #003063; text-decoration: underline; font-family: Verdana; font-size: 9pt; }

/* weisse links */
a.LinkWeiss:link { color: #ffffff; text-decoration:none; font-family: Verdana; font-size: 9pt; font-weight: bold; }
a.LinkWeiss:visited { color: #ffffff; text-decoration:none; font-family: Verdana; font-size: 9pt; font-weight: bold; }
a.LinkWeiss:active { color: #ffffff; text-decoration:none; font-family: Verdana; font-size: 9pt; font-weight: bold; }
a.LinkWeiss:hover { color: #6daae5; text-decoration:none; font-family: Verdana; font-size: 9pt; font-weight: bold; }

/* blaue links */
a.LinkCurrent:link { color: #6daae5; text-decoration:none; font-family: Verdana; font-size: 9pt; font-weight: bold; }
a.LinkCurrent:visited { color: #6daae5; text-decoration:none; font-family: Verdana; font-size: 9pt; font-weight: bold; }
a.LinkCurrent:active { color: #6daae5; text-decoration:none; font-family: Verdana; font-size: 9pt; font-weight: bold; }
a.LinkCurrent:hover { color: #6daae5; text-decoration:none; font-family: Verdana; font-size: 9pt; font-weight: bold; }

/* Links für Special-Menü */
/* weisse links */
a.SpecialWeiss:link { color: #ffffff; text-decoration:none; font-family: Verdana; font-size: 7pt; }
a.SpecialWeiss:visited { color: #ffffff; text-decoration:none; font-family: Verdana; font-size: 7pt; }
a.SpecialWeiss:active { color: #ffffff; text-decoration:none; font-family: Verdana; font-size: 7pt; }
a.SpecialWeiss:hover { color: #6daae5; text-decoration:none; font-family: Verdana; font-size: 7pt; }

/* blaue links */
a.SpecialCurrent:link { color: #6daae5; text-decoration:none; font-family: Verdana; font-size: 7pt; }
a.SpecialCurrent:visited { color: #6daae5; text-decoration:none; font-family: Verdana; font-size: 7pt; }
a.SpecialCurrent:active { color: #6daae5; text-decoration:none; font-family: Verdana; font-size: 7pt; }
a.SpecialCurrent:hover { color: #6daae5; text-decoration:none; font-family: Verdana; font-size: 7pt; }

/* ********************************************************************* */
/* Container für gesamte seite */
#main {
  position: absolute;
  width: 1000px;
  height: 800px;
  top: 30px;
  left: 50%;
  margin-left: -500px;
  margin-top: 0px;
  margin-bottom: 20px;
  overflow: visible;
  border: 0px solid black;
  background-color: #ffffff;
  background-color: rgba(255,255,255,0.5);
  -webkit-box-shadow: 5px 5px 5px #aaa;
-moz-box-shadow: 5px 5px 5px #aaa;
box-shadow: 4px -4px 7px #444; 
}
/* ********************************************************************* */
/* Logo-Bereich */
#logo_spok {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 200px;
  padding: 0px;
  margin: 0px;
  overflow: visible;
  border: 0px solid black;
  background-color: #003063;
}
#logo_blsv {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 200px;
  height: 100px;
  padding: 0px;
  margin: 0px;
  overflow: visible;
  border: 0px solid black;
  background-color: #003063;
}
#logo_tum {
  position: absolute;
  top: 93px;
  right: 22px;
  width: 150px;
  height: 52px;
  padding: 0px;
  margin: 0px;
  overflow: visible;
  border: 0px solid black;
  background-color: #ffffff;
}
/* HeadMenü-Bereich */
#head_menue {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 1000px;
  height: 20px;
  text-align: right;
  padding: 0px;
  margin-left: 0px;
  overflow: visible;
  border-top: 1px solid white;
  background-color: #003063;
  color:#ffffff;
}
/* Inhalts-Bereich */
#content_menue {
  position: absolute;
  top: 220px;
  left: 0px;
  width: 250px;
  height: 530px;
  padding: 0px;
  margin: 0px;
  overflow: vertical;
  border-top: 1px solid white;
  background-color: #003063;
  color:#ffffff;
}
#inhalt {
  position: absolute;
  top: 220px;
  left: 250px;
  width: 750px;
  height: 530px;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  border-top: 1px solid #ffffff;
  background-color:rgba(255,255,255,0.7);
/*  background-image: url(../images/spok_hintergrund.gif); */
   background-color: #ffffff;
  background-position: center;
}
#partner_text {
  position: absolute;
  top: 750px;
  left: 0px;
  width: 250px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  overflow: visible;
  border-top: 1px solid #ffffff;
  background-color: #003063;
  color: #6daae5;
}
#partner_link {
  position: absolute;
  top: 750px;
  left: 250px;
  width: 750px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  overflow: visible;
  border-top: 1px solid #ffffff;
  background-color: #003063;
}
.csc-textpic-caption{
  font-size:7pt !important;
  font-family: Verdana; 
  color:#003063
}
#c51{
      border-bottom:              solid 1px #003063;
}


