/*
  c3s Theme for phpBB version 2.0.x
  Created by zarron media
  http://www.zarron.com
*/
body   { 
//background-image: url(images/c3s_background.jpg); 
baskground-color:#FFFFFF;
border: none; 
}

.top_header {
    font-size:24px;
    color:#990000;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding:10px;
}

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }

a:link,a:active,a:visited    { 
color: #000; 
text-decoration: underline }

a:hover	{ 
color: #900; 
text-decoration: underline }

th { 
color: #fff; 
font-weight: bold; 
font-size: 11px; 
background: #700; 
height: 25px;
}

.lista {
    border-top: 1px solid #900;
    width: 100%;
    cellpadding: 0px;
    cellspacing: 0px;
    border-spacing: 0px;
}

.lista tr.resultrow1 td {
    border-bottom: 1px solid 900;
    background: #DB7;   
}

table.module {width: 100%;}
table.module td.menu {width:20%; text-align:left; vertical-align:top; padding: 3px;}
table.module td.menu div.menu {padding:3px; border:1px solid #FCC; background-color:#700}
table.module td.menu a {text-decoration:none; font-weight:bold; color:#FFF  ;}

table.mainmenu {width:100%; border-top:#990000 2px solid;  border-bottom:#990000 2px solid;}
table.mainmenu td.item{width:120px; text-align:center;}
table.mainmenu a {text-decoration:none; font-weight:bold; color:#000;}
table.mainmenu td.menubreak{width:30px; height:30px; background: url(images/new/am.jpg); }

div.formular {padding:10px; width:100%; border-top:1px solid #000;}
div.formular div.row{width:100%; display:block; border-bottom:1px solid #000; padding: 3px;}
div.formular div.label{font-weight:bold; width:250px; text-align:right; padding-right:5px; float:left; clear:right;}
div.formular div.field{font-weight:normal; text-align:left; padding-left:5px;}

table.navbar {}
table.navbar td.item {font-weight:bold; padding:5px;}
table.navbar td.pointer {text-align:center; padding:5px;}

