body {  
  background-color: #FFFFFF; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #999999;
}
#main {  
  background-color: #FFFFFF; 
  width: 1000px;
  min-height: 660px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("http://www.topvolley.ch/cms/upload/WW2images/picture.jpg");
  background-repeat: no-repeat;
  border: 1px black solid;
}
#header {   
  width: 1000px;
  height: 149px;
  background-image: url("http://www.topvolley.ch/cms/upload/WW2images/header.jpg");
  background-repeat: no-repeat;
}
#navigation {  
  position: absolute;
  background-color: #D7D7D7; 
  width: 195px;
  height: 300px;
  padding-top:20px;
  margin:0px;
}
#content { 
  position:relative;
  left: 225px;
  width: 500px;
  padding-top: 20px;
  margin-right: 300px;
  margin-bottom: 20px;
  background-color:#fff;
  overflow:auto;
  height: 280px;
}
#colhor1 {  
  background-color: #FFCF19; 
  padding-left: 20px;
  padding-top: 2px;
  width: 980px;
  *width: 1000px;
  height: 18px;
  font-weight: bold;
  color: #666666;
}
#colhor2 {  
  background-color: #666666; 
  width: 1000px;
  *width: 1020px;
  height: 20px;
}
#sponsors {  
  width: 1000px;
  padding-top:60px;
  padding-bottom:60px;
  height: 30px;
  background-image: url("http://www.topvolley.ch/cms/upload/WW2images/footer.jpg");
  background-repeat: x-repeat;
}
p {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #000000
}
a {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: bold; 
  color: #000000; 
  text-decoration: none
}
a:hover {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: bold; 
  color: #000000; 
  text-decoration: none; 
  border-color: #FFFF99 #FFFF66 #FFFF99 #FFFF99; 
  border-style: none
  }
.yellow {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: FFCC33; 
  font-weight: bold
}
td {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #000000
}
h1 {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  color: #666666
}
h2 {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #999999
}
.agrey {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: bold; 
  color: #666666; 
  text-decoration: none; 
  line-height: 16px
}
.small {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9px; 
  color: #666666; 
  font-weight: bold
}
.copyr {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: bold; 
  color: #FFCC00
}
a:active {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-weight: bold; 
  color: #000000
}
.boarder {  
  border: 1px #666666 solid; 
  padding-top: 5px; 
  padding-right: 9px; 
  padding-bottom: 5px; 
  padding-left: 10px
}
.results {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 9px; 
  color: #000000
}
.fett {
  font-weight: bold;
}
.titeltext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}
/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:150px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/

}
#navigation ul li {
    width:131px;
    margin:0;
    padding:0px 0px 0px 10px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:141px;
    height:16px;
    line-height:16px;
    margin:0;
    padding:0 0 0 10px;
    font-size:11px;
    font-weight: normal;
    color:#666;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    color:#FFF;
}

#navigation ul li.active a {
    color:#000;
    font-weight: bold;
}

/* Level 2 */
#navigation ul.subNavigation {
    width:210px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li a {
    background-image:url(../images/subnavi_pfeil_zu.gif);
    background-repeat:no-repeat;
    background-position:199px 8px;
    border-bottom:1px dotted #ccc;
    color:#666;
    width:210px;
}
#navigation ul.subNavigation li.active a {
    color:#fff;
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
    background-image:url(../images/subnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}

/* Level 3 */
#navigation ul.subSubNavigation {
    width:200px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    background-image:none;
    border-bottom:0;
    color:#666;
    width:200px;
}
#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}
/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}
/**** IMAGE GALLERY ****/
table.gallery {
    margin: 0px 10px 0px 0px;
    width: 410px;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    height: 180px;
    padding:0px;
    
}
td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    min-height:80px; 
    margin-bottom:5px; 
    overflow:hidden;
}
td.gallery_image .bottom_links{
     height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}