/*
  Sigma
  gedachte werte:rottöne, grautöne
  schlierbachlogofarben halt
  #000000 - #FFFFFF
  #000000 - #FF0000 - #FFFFFF
	+blau
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	font-family:Verdana;
	background-color:#EEEEEE;
    color: #000000;
	font-size: 10pt;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#444444;
	scrollbar-shadow-color:#222222;
	scrollbar-3dlight-color:#555555;
	scrollbar-arrow-color:#AA1111;
	scrollbar-track-color:#DDDDDD;
	scrollbar-darkshadow-color:#111111;
}

table {
    font-family:Verdana;
    font-size: 10pt;
}

/* General font families for common tags */
p { font-family:Verdana,Arial,Helvetica,sans-serif }
a { text-decoration:none; padding-left:2pt; padding-right:2pt; }
a:link { color:#CC1111; }
a:visited { color:#BB1133; }
a:active { color:#ff0000; }
a:hover { color:darkblue; text-decoration:underline; }

/*th a { text-decoration:underline; color:red; }*/


hr	{ height:0px; border:1pt solid darkgrey; border-collapse:collapse; border-width:1px; width:100%; }

h1, h2, h3, h4, h5, h6 {font-size:10pt; font-family:Trebuchet MS; }
h1 { color:#ff0000; text-align:left; }
h2 { color:#ee0000; text-align:center; }

h3, h4, h5, h6 { text-align:left; margin-left:14pt; }
h3 { color:#000000; }
h4 { color:#000000; color:darkblue; size:10pt;}
h5 { color:#000000; text-decoration:underline; }
h6 { color:#000000; text-decoration:underline; }

/* um informationsstücke hervorzuheben */
.info {
  display:inline;
  font-family:Verdana;
  font-size:10pt;
  color:#AA0000;
}



/* Quote & Code blocks */
.code {
	font-family:Courier,Courier New,sans-serif;
  font-size:11px;
  color:#AA0000;
	background-color:#AA0000;
  border:#AA0000;
  border-style:solid;
	border-width:1px;
}
.quote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#AA0000;
  line-height:125%;
	background-color:#AA0000;
  border:#AA0000;
  border-style:solid;
	border-width:1px;
}

/* Copyright and bottom info */
.copy {
  position:fixed,absolute;
  right:5pt;
  bottom:5pt;
  font-size:10pt;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#333333;
  background-color:#CCCCCC !important;
}
a.copyright { color:#AA0000; text-decoration:none; }
a.copyright:hover { color:#AA0000; text-decoration:underline; }


.sms a, .sms a:visited { font-weight:normal; color:#330000; display:block; border-bottom:1pt solid #330000; }
.sms .new { font-weight:bold; }
.sms .new a { color:#CC1111; font-weight:bold; }
.sms .new a:hover { color:#110000; }
.sms th { border-bottom:1pt solid #FF0000; }	
.sms th a { text-decoration:none; }	

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/*@import url("formIE.css");*/
