#################################################################################################                
#                                                                                                                
#  Project           : PHPBazar                                                                                  
#  File name         : styles.css                                                                                
#  Last Modified By  : Erich Fuchs                                                                               
#  e-mail            : erich.fuchs@netone.at                                                                     
#  Purpose           : Styles Configuraion File                                                                         
#                                                                                                                
#################################################################################################                

/* DATEI: style.css */

body { margin-top:10px; margin-bottom:10px; background-color: white; font-family: Verdana; }

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

a:link { color: blue; font-weight:bold; text-decoration:underline; font-family: Verdana; }
a:visited { color: #0099FF; font-weight:bold; text-decoration:underline; font-family: Verdana; }
a:active { color: red; font-weight:bold; text-decoration:underline; font-family: Verdana; }
a:hover { color: red; font-weight:bold; text-decoration:none; font-family: Verdana; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
  { font-family:Verdana,Arial,sans-serif; color:black; }
h1 { font-size:16pt; color: #CC0000; font-weight:bold;}
h2 { font-size:14pt; color: #CC0000; font-weight:bold;}
h3 { font-size:12pt; color: #CC0000; font-weight:bold;}
h4 { font-size:10pt; color: #CC0000; font-weight:bold;}
p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

form,input,option,select {font-size:8pt; }

#red { font-style:normal; color: #CC0000; }
span.censored { color:#FF0000; }                                             

div.mainheader { font-size:12pt; color:#CC0000; text-align:right; font-weight:bold;}
div.maintext { font-size:10pt; text-align:justify; }
div.mainleft { font-size:10pt; text-align:left; }
div.mainmenu { font-size:8pt; text-align:left; }
div.mainpages { font-size:7pt; text-align:right; margin-right:0px; }
div.maincatnav { font-size:8pt; text-align:left; margin-left:0px; }
div.maininputleft { font-size:10pt; text-align:right;  }

div.sideheader { font-size:10pt; color:#CC0000; text-align:right; font-weight:bold;}
div.sidetext { font-size:8pt; text-align:justify; }
div.sideleft { font-size:8pt; text-align:left; }

div.smsubmit { font-size:10pt; text-align:center; }

div.smallleft { font-size:8pt; text-align:left; }
div.smallcenter { font-size:8pt; text-align:center;}
div.smallright { font-size:8pt; text-align:right; }
div.spaceleft { font-size:4pt; text-align:left; }
div.whiteleft { font-size:10pt; text-align:left; color:#FFFFFF;}
div.adhead { font-size:10pt; color:#CC0000; text-align:left; font-weight:bold;}
div.footer { font-size:8pt; text-align:center;}


td.class1 { background-color: white; border:0px; }
td.class2 { background-color: white; border:0px; text-align:justify; vertical-align:top; }

td.class3 { background-color: white; border:0px; color: #0099FF;}
td.class4 { background-color: white; border:0px; text-align:justify; vertical-align:top; }

td.votebarout 		{ background: #EEEEEE; border:0px; }
td.votebarin 		{ background: #777777; border:0px; }
td.votetext 		{ font-family:Verdana,Arial,sans-serif; font-size:8pt; }
div.votespace   	{ font-family:Verdana,Arial,sans-serif; font-size:4pt; }

td.gbheader { background-color: white; border:0px; border-color:#000000; font-weight:bold; text-align:center ;}
td.gbtable1 { background-color: white; border:0px; vertical-align:top; width:30%; }
td.gbtable2 { background-color: white; border:0px; vertical-align:top; }

td.classcat1 { background-color: white; border:0px; vertical-align:middle; text-align:center; width:10%; height:50px;}
td.classcat2 { background-color: white; border:0px; vertical-align:top; width:40%; }
td.classcat3 { background-color: white; border:0px; vertical-align:middle; text-align:center; width:10%; height:50px;}
td.classcat4 { background-color: white; border:0px; vertical-align:top; width:90%; }
td.classcat5 { background-color: white; border:0px; vertical-align:top; text-align:center; width:20%; }
td.classcat6 { background-color: white; border:0px; vertical-align:top; width:80%; }

td.classadd1 { border:0; vertical-align:top; text-align:right; width:35%; }
td.classadd2 { border:0; vertical-align:top; text-align:left; }

td.header { text-align:right; font-size:10pt; font-style: italic; color: white; background-color: #33CCFF;  font-weight:bold;}
tr.header1 { margin-bottom: 0px; padding-bottom: 0px;}


td.head {  background-color: #33CCFF; font-size:11pt; color:#ffffff; font-weight:bold;} 
td.subhead {  background-color: #33CCFF; font-size:10pt; color:#ffffff; font-weight:bold;}
p.small {font-size:7pt;}

