 
body {
     font-size: 12px;
     background-image: url('../images/bg-body.png');
     background-repeat: repeat-x;
     background-color: #d7d6b5;
     font-family: Arial, Helvetica, sans-serif;
     line-height: 1.3em
     }

html, body {
     height: 100%;
     margin: 0; 
     padding: 0;
}

/**** global stuff ****/
* { margin: 0; padding: 0; }

p, div, h1, h2, h3, h4, h5, h6, hr { margin: 0; padding: 0; }
img { border: none; }
a img { border: none; }
a { outline: none; }
.clr { clear: both; }
table { border-spacing: 0; }

ul { 
    margin: 0.5em 0; 
}

.contentpaneopen ul {
    list-style-position: inside;
}

/*** run table **/


#run {
    border: 1px solid #DDDDDD;
}

#run tr td {
    padding: 5px 5px;
    border-bottom: 1px solid #DDDDDD;
}

/*** next match with countdown ****/

#countdown table {
    font-family: Arial, Helvetica, sans-serif;
}

#countdown table tr td {
    padding: 4px 4px;
}

#countdown table tr td span {
    font-size: 20px;
    color: red;
    font-weight: bold;
    letter-spacing: 1px;
}

/**** die naechsten heimspiele ****/

.heimspiele ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.heimspiele li {
    margin: 1px 0 0 0;
    padding: 0;
    height: 43px;
    background-color: transparent;
    background-image: url('../images/bg-heimspiele.gif');
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #e5e5e5;
}

.heimspiele span {
    height: 36px;
    display: block;
    padding: 7px 0 0 10px;
 }

.heimspiele strong {
    display: block;
}

/***** VFV Spielplan *****/
table#vfvspielplan tr.even {
    background-color: #f9f9f9;
}

table#vfvspielplan tr.odd td,
table#vfvspielplan tr.even td {
    padding: 5px 5px;
    border-bottom: 1px solid #DDDDDD;

}


table#vfv-goalgetter tr td {
    padding: 0px 0px;
}

/**** helper ****/
div.moduletable_nxtmatch,
img.i_left,
.div_shadow {
    border-left:1px solid #eee; 
    border-top:1px solid #eee;
    background-image: url('../images/shadow.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
    border-right: medium none;
    border-bottom: medium none; 
    padding-left:4px; 
    padding-right:10px; 
    padding-top:4px; 
    padding-bottom:10px
}

.img_shadow {
    border-left:1px solid #eee; 
    border-top:1px solid #eee; 
    background-image: url('../images/shadow.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
    border-right: medium none;
    border-bottom: medium none;
    padding-left:4px; 
    padding-right:10px; 
    padding-top:4px;
    padding-bottom:10px
}

/**** breadcrumb ****/

div#breadcrumb span {}
.breadcrumbs pathway {}
.pathway a:link,
.pathway a:visited {}

.pathway a:hover,
.pathway a:focus,
.pathway a:active {}

/**** Links ****/
a.more_link:link, 
a.more_link:visited {
    padding: 0 5px;
    font-weight: normal;
    border: 1px solid #9aafe5;
    text-decoration: none;
    color: #2e6ab1;
}

a.more_link:hover,
a.more_link:active {
    border: 1px solid #2b66a5;
    color: #000;
    background-color: #ffffcc;
}


div#breadcrumb a:link,
div#breadcrumb a:visited,
div#section1 a:link,
div#section1 a:visited,
div#section2 a:visited,
div#section2 a:link {
    margin: 0;
    padding: 0;
    color: #720000;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
}

div#breadcrumb a:hover,
div#section1 a:hover,
div#section2 a:hover {
    margin: 0;
    padding: 0;
    color: #720000;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
}

div#breadcrumb a#active_menu {
    color: blue;
}

/************************************************/

.article-tools {
    background: none repeat scroll 0 0 #efefef;
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.article-meta {
    float: left;
    padding: 5px;
    width: 80%;
}

div.buttonheading {
    float: right;
    width: 15%;
}

.buttonheading img {
    margin: 7px 5px 0 0;
    border: 0;
    float: right;
}

/* Title text */
.contentheading {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-family: Arial, "Trebuchet MS",  Arial, Helvetica,sans-serif;
}

h2.contentheading,
.contentheading {
    padding: 5px 0 8px;
    margin: 0;
    font-weight: normal;
    color:#8B0101;
}

table.blog .contentheading {}

.contentheading {
    font-size: 200%;
}

.contentpaneopen {
    width: 100%; /*insert for download section!*/
}

.contentpaneopen td,
.contentpaneopen p {
    line-height: 1.5;
    text-align: justify;
}

.article_separator {
    clear:both;
    display:block;
    height:30px;
}

/**** small text ****/
.small {
    font-size: .90em;
    color: #999;
    font-weight: normal;
    text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
  font-size: .90em;
  color: #999;
  font-weight: normal;
  text-align: left;
}

.createdate {
    background: url("../images/icon-date.gif") no-repeat scroll 0 2px transparent;
    padding:3px 3px 3px 20px;
    font-size: .90em;
    color: #999;
}

.createby {
    background: url("../images/icon-user.gif") no-repeat scroll 0 2px transparent;
    padding:3px 3px 3px 20px;
    font-size: .90em;
    color: #999;
}

a.readon {
    color: #666666;
    font-size: 92%;
}

a.readon {
    float: left;
    margin-top: 10px;
    padding: 1px 5px 1px 14px;
    border: 1px solid #e1e1e1;
    display: block;
    background: url('../images/arrow.png') no-repeat 5px 48%;
    color: #006699;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

a.readon:hover, 
a.readon:active, 
a.readon:focus {
    border: 1px solid #ECECEC;
    border: 1px solid #cacaca;
    background: url('../images/arrow.png') no-repeat 5px 48% #FFFFFF;
}

/**** blog section ****/

.blog .blog_more ul {
      list-style-image: url(../images/pfr.gif);
      list-style-image: url('../images/icon-star.gif');
      list-style-position: inside
}

.blog .blog_more a:link,
.blog .blog_more a:visited {
      border-bottom: 1px dotted;
      text-decoration: none;
      color: #720000;
      font-weight: bold;
}

.blog .blog_more a:hover,
.blog .blog_more a:focus,
.blog .blog_more a:active {
      border-bottom-style: solid;
      text-decoration: none;
}

/**** pagination ****/

.pagination{
    padding: 2px;
    padding-top: 10px;
}

pagination ul {
    text-align: left;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pagination li {
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
    padding: 0;
    border: none;
    margin-right: 2px;
}

.pagination a:link, 
.pagination a:visited {
    padding: 0 5px;
    border: 1px solid #9aafe5;
    text-decoration: none;
    color: #2e6ab1;
}

.pagination a:hover,
.pagination a:active {
    border: 1px solid #2b66a5;
    color: #000;
    background-color: #ffffcc;
}

.pagination li.disablepage{
    padding: 0 5px;
    border: 1px solid #929292;
    color: #929292;
}

/**** moduletable ****/

div.moduletable_stats {}

div.moduletable_stats h3 {}

div.h3solid h3 {
    background: #0F0F0F url('../images/h3solid.png');
    height:21px;
    line-height:20px!important;
    margin-bottom: 10px;
    margin-left:-10px;
    margin-right:-10px; 
    margin-top:-10px; 
    padding-left:10px; 
    padding-right:10px; 
    padding-top:4px; 
    padding-bottom:4px
}

div.moduletablevisitorstats h3,
div.moduletablewhosonline h3 {
    color: #8B0101;
    margin-bottom: 5px;
}

div.moduletablevisitorstats,
div.moduletablewhosonline,
div.moduletable_tabvfv,
div.moduletable_sponsor {
    margin-top: 5px;
    margin-bottom: 10px;
}

div.moduletable_headline {
    border: 1px solid #e1e1e1;
    margin-top: 5px;
    background-image: url('../images/bg-moduletable1.png');
    background-repeat: repeat-x;
    background-position: right bottom;
    line-height: 1.5
}

div.moduletable_headline h4 {
    padding: 0;
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: middle;
    color:#8B0101;
    text-align: left;
    width: 100%;
}

/* new */
div.moduletable {
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

div.moduletable form {
    padding: 5px;
}

#form-login ul {
    list-style: none;
}

/* new */
div.moduletable h3 {
    background: url('../images/bg_tab.png');
    border-bottom: 1px solid #e1e1e1; 
    font-size:10px; 
    text-transform: uppercase; 
    height: 28px;
    line-height: 27px; 
    padding-left: 10px; 
    padding-right: 10px; 
    padding-top: 0; 
    padding-bottom: 0;
}

/**** mod_team_table ****/
div#mod_team_table a:link,
div#mod_team_table a:visited {
    color: black;
    text-decoration: none;

}

div#mod_team_table a:hover,
div#mod_team_table a:focus,
div#mod_team_table a:active {
    color: #720000;
    text-decoration: none;	   
}


/* Polls */
.pollstableborder td {
    text-align: left;
}

/* content tables */
td.sectiontableheader {
    background: #efefef;
    color: #333;
    font-weight: bold;
    padding: 4px;
    border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
    padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
    padding: 3px;
}



/*** qcontacts categories ***/
div#qcontacts_cat table {
    border: 1px solid #e1e1e1;
}

div#qcontacts_cat td.sectiontableheader {
    background: #fff;
    font-weight: bold;
}

div#qcontacts_cat table tr.sectiontableentry2 {
    background-color: #f9f9f9;
}

div#qcontacts_cat table tr.sectiontableentry1 td,
div#qcontacts_cat table tr.sectiontableentry2 td {
    padding: 5px 5px;
    border-bottom: 1px solid #DDDDDD;
}

div#qcontacts_cat a:link,
div#qcontacts_cat a:visited {
    margin:0;
    padding:0;
    color:#720000;
    text-decoration: none;
}

div#qcontacts_cat a:hover {
    margin:0;
    padding:0;
    color:#720000;
    text-decoration: underline;
}

/**** layout ****/
div#container {
    background-image: url('../images/bg-container-top.gif');
    background-repeat: no-repeat;
    width: 790px;
    background-color: #FFF;
    margin-left: auto; 
    margin-right: auto;
    margin-top: 5px; 
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 0;
}

div#enddiv {
    background-image: url('../images/bg-container-bottom.gif');
    background-repeat: no-repeat;
    background-position: bottom;
    width: 790px;
    background-color: #FFF;
    margin: 0 auto 0;
    padding: 5px 5px 0;
}

div#top { width: 100%; }

div#section1 {
    float: left;
    width: 20em;
    text-align: left;
}

div#section2 {
    float: right;
    width: 20em;
    text-align: right;
}

div#header {
    margin-top: 2px;
    width: 100%;
    height: 120px;
    background-image: url('../images/hplogo.jpg');
    background-repeat: no-repeat
}

div#navigation {
    width: 100%;
    margin-top: 1px;
}

div#breadcrumb {
    clear: both;
    width: 100%;
    background-color: #fcfcfc;
    border-bottom: 1px solid #efefef;
    padding: 5px 0 5px 0;
    color: black;
    font-weight: bold;
    height: 10px;
    min-height: 10px;
}

div#content {
    margin-top: 10px;
    width: 100%;
}

div#maincontent {    
    padding: 0;
    margin: 0;
    width: 510px;
    float: left;
    margin-right: 0 !important;
    margin-right: -3px;
}

div#maincontent100 {
    padding: 0;
    margin: 0;
    width: 100%;
}

div#rightcontent {
    float: right;		
    width: 250px;
    width: 260px;
    margin-left: 0 !important;
    margin-left: -3px;
    padding: 0 0 0 10px;
    border-left: 1px solid #efefef;
}

div#banner {
    width: 100%;
}

div#footer {
    width: 100%;
    padding: 0;
    margin: 0;
}

div#bottom {
    height: 20px;
    background-color: transparent;
    background-image: url('../images/bg-container-bottom.gif');
    background-repeat: no-repeat;
    width: 800px;
    margin: 0 auto;
}

div#test {
/*    background-image: url('../images/bg-container-bottom.gif');
    background-position: center bottom;
    background-repeat: no-repeat;*/
}
