/* CSS-Stylesheet für www.camsol.de */

/* Standardschriftart, Farbe und Größe wie gehabt ganz in Weiß */
body,td,li { font-family: Arial,Helvetica,sans-serif; color:#FFFFFF; font-size:10pt; }

/* Verhalten von Links wie gehabt. (Textlinks sind also gelb und Unterstrichen*/
a, a:visited { color: #ffff00; text-decoration: underline; }
a:hover { text-decoration: underline; }

/* Übrigbleibsel aus dem alten Design bestimmen Hintergrundfarben */
.bg1 {  background-color: #06418E}
.bg2 {  background-color: #1676B5}
.bg3 {  background-color: #8BC4CA}
.bg4 {  background-color: #FFFFFF}

/* Neue Definitionen bestimmen jetzt die Standardtextgröße von Absätzen */
p { font-family: Arial,Helvetica,sans-serif;
   color:#FFFFFF; font-size:10pt; margin-top:5px; margin-bottom:5px;}

/* Die Überschriften werden als Absatz definiert - mit schönen großen Lettern*/
p.headline1 {  font-size:24pt; font-weight:bold; margin-top:10px; margin-bottom:10px; }
p.headline2 {  font-size:16pt; margin-top:5px; margin-bottom:5px;}

/* Listenpunkte laut Grafik (kleine weiße Dreiecke) */
li {  font-size:10pt; list-style-image:url('http://www.camsol.de/list.gif'); margin-left:-10px; }

/* Und die Fußnote ganz in dem selben Blau, wie die Navigationsbuttons */
.footer { font-size:10pt; color:rgb(7,66,142); margin-top:0px; margin-bottom:0px; }

/* Neu im April 2010 - Einstellungen für die Newsbox*/
p.newsheadline {
  color:#0402fb;  background-color: #dddde8;
  font-size:11pt; font-weight:bold; text-align:center;
  margin-top:2px; margin-bottom:10px;}

.reds  {
  color:#fc0204; font-size:14pt; font-weight:bold;
}

p.newstext {
  font-size:10pt; margin-top:2px; margin-bottom:7px; text-align:justify; }

#newsbox1 {
  height:265px; width:362px;
  display: table; #position: relative; overflow: hidden;
}

#newsbox2 {
  vertical-align:middle;
  #position: absolute; #top: 50%;display: table-cell;

}

#newsbox3 {
  background-color: #1676b5;
  padding:5px; #position: relative; #top: -50%;
  border: 1px solid #047EFC;
  width : 350px;
  height : auto; max-height: 260px;
  overflow : auto;
}