/*****************************************************
CSS fuer CMSilver

Coding, (c): Bert Riecken, Hamburg
http://www.tonbildtext.de/
03.2008
******************************************************/

@import url(menue.css);
@import url(infotext.css);

body{
margin:0;
font-size:10pt;
font-family:Helvetica, Arial, Verdana, san-serif,"Times New Roman";
color:#000000;
text-align:justify;
background-color:#CCCCCC;
line-height: 1.2;
background-image: url(../img/bg_paper_grey.jpg);
background-repeat: repeat;
background-position: 0px 0px;

}

/* Anker */

a{
color:#666666;
font-weight:bold;
font-family:Helvetica, Arial, Verdana, san-serif,"Times New Roman";
text-decoration:none; 
font-size: 12px;
margin:0;
padding:0;
}

a:hover {
color:#999999;
}

/* Listen */

li{
color:#666666;
list-style-image:url(../img/arrow_sel.gif);
}

li a{
color:#999999;
font-weight:bold;
font-family:Helvetica, Arial, Verdana, san-serif,"Times New Roman";
text-decoration:none; 
font-size: 12px;
margin:0;
padding:0;
}

li a:hover {
color:#AAAAAA;
}

/* Image */

img {
border:none;
}
limg {
float: right;
border:none;
}
img.black{
border: medium solid #000000; 
vertical-align:middle;
}

img.white{
border: medium solid #FFFFFF; 
vertical-align:middle;
}

img.nobd{
border:none;
vertical-align:middle;
}

/* Ueberschriften */

#seitentitel{
font-family:Helvetica, Arial, Verdana, san-serif,"Times New Roman";
color:#FFFFFF;
text-decoration:none;
font-size:16pt;
font-weight:normal;
padding-right:30px;
text-align:right;
}

h1{
font-family:Helvetica, Arial, Verdana, san-serif,"Times New Roman";
color:#999999;
text-decoration:none;
font-size:16pt;
font-weight:normal;
}

h2{
font-family:Helvetica, Arial, Verdana, san-serif,"Times New Roman";
color:#333333;
text-decoration:none;
font-size:14pt;
}

h3{
font-family:Helvetica, Arial, Verdana, san-serif,"Times New Roman";
color:#333333;
text-decoration:none;
font-size:12pt;
}

h4{
font-family:Helvetica, Arial, Verdana, san-serif,"Times New Roman";
color:#333333;
text-decoration:none;
font-size:10pt;
}

/* Sonstiges */

FORM{
border:none;

padding:1px;
margin-left:0;
margin-right:0;
margin-top:2px;
margin-bottom:2px;
}

applet{
border: #000000 ridge 3px; 
border-width: medium
}

applet.nobd{
border:none;
}

br.small{
font-size:4pt
}

br.tiny{
font-size:2pt
}

font{
font-size:10pt;
font-family:Helvetica, Arial, Verdana, san-serif,"Times New Roman";
color:#333333;
text-decoration:none;
}

span.pt6{font-size:6pt}
span.pt7{font-size:7pt}
span.pt8{font-size:8pt}
span.pt9{font-size:9pt}
span.pt10{font-size:10pt}
span.pt11{font-size:11pt}
span.pt12{font-size:12pt}
span.pt13{font-size:13pt}
span.pt14{font-size:14pt}
span.pt15{font-size:15pt}
span.pt16{font-size:16pt}
span.pt17{font-size:17pt}
span.pt18{font-size:18pt}

span.helptext{font-size:10pt; color:#006400;}
span.linktext{font-size:10pt; color:#666666; font-weight:bold;}
span.mark{color:#333333; font-style:italic; font-weight:bold;}
span.warning{color:red; font-weight:bold;}

span.bold{font-weight:bold}

span.white{color:white}
span.black{color:black}
span.blue{color:#333399}
span.lightblue{color:lightblue}
span.darkblue{color:darkblue}
span.lila{color:#330066}
span.zimt{color:#660033}
span.red{color:red}
span.orange{color:#FF6633}
span.green{color:green}
span.lime{color:lime}
span.yellow{color:yellow}
span.gold{color:gold}
span.gray{color:gray}
span.header{color:gray}
span.right{text-align:right}
span.silver{color:silver}
span.lightgray{color:#CCCCCC}

pre {
font-family:Helvetica, Arial, Verdana, san-serif,"Times New Roman";
text-decoration:none;
}


