
/* zentrales Stylesheet für Pages Systemberatung Wershofen */
body {
 font-family : 'Verdana', 'Arial', 'Sans Serif'; 
 font-size : 9pt; 
 min-width : 800px;
 color : #FFFFFF;
 /* font-variant : small-caps;  */
  }

.header {
 color : #ffffff; 
 font-weight : lighter;
 font-variant : small-caps; 
  }

.contents {
 color:#FFFFFF;
 font-size : 9pt;
 text-align: justify;
  }

.caption {
 color: black;
 font-size : 12pt;
 font-style: bold;
 font-variant : small-caps; 
 background-color: #C3C3C3;
 padding-left : 5px;
  }

.news {
 color:#DCDCDC;
 font-size : 8pt;
 padding-left : 5px;
  }

.navi {
 color : #ffffff; 
 font-weight : lighter;
 font-size : 9pt; 
 font-variant : small-caps; 
  }

.foot {
 color:#DCDCDC;
 font-size : 6pt;
 font-style : italic; 
 font-variant : small-caps; 
  }

.left_margin {
 background-color : #fafafa;
  }

.right_margin {
 background-color: #020202;
  }

.content {
 background-image : url('../images/vcHead.png'); 
 width : 800px;
 color: #FF00FF;
  }

A:link { 
 color: #FFFF00;
 text-decoration: none;
  }
A:visited { 
 color: #FF8000; 
 text-decoration: none;
  }
A:active { 
 color: #00FF00;
 text-decoration: none;
  }

.normalButton {
 width : 120px;
 color : #FFFFFF; 
 margin-bottom : 3px; 
 background-color : #c3c3c3; 
 border-color : #FFFFFF; 
 border-style : outset; 
 border-width : 1px; 
 font-variant : small-caps; 
  }

.actualButton {
 width : 120px;
 color : #FFFFFF; 
 margin-bottom : 3px; 
 background-color : #FF8000; 
 border-color : #FFFFFF; 
 border-style : inset; 
 border-width : 1px; 
 font-variant : small-caps; 
  }

.pressedButton {
 width : 120px;
 color : #00FF00; 
 margin-bottom : 3px; 
 background-color : #FF8000; 
 border-color : #FFFFFF; 
 border-style : inset; 
 border-width : 1px; 
 font-variant : small-caps; 
  }

.raisedButton {
 width : 120px;
 color : #FFFFFF; 
 margin-bottom : 3px; 
 border-color : #FFFFFF; 
 background-color : #0000c0; 
 border-width : 2px; 
 border-bottom-style : outset; 
 border-left-style : none; 
 border-right-style : outset; 
 border-top-style : none; 
 font-variant : small-caps; 
  }

