* { margin: 0px; padding: 0px; }

a {
  color: #390;
  text-decoration: none;
}

a:hover { text-decoration: underline; }


body {
  background: #EEE url('../img/background.png');

  font: normal 9pt 'Georgia CE', 'Times New CE', 'New York CE', 'Times CE', Georgia, times, serif;
}

img {
    border: none;
}

input {
  border: 1px solid #999;
}

#page {
  width: 870px;
  margin: 10px auto;
  padding: 5px;
  
  background: #390;
}

#header {
  width: 860px;
  height: 140px;
  margin: 5px;

  background: #390 url('../img/logo.png') no-repeat;
}

  #header h1 {
    display: none;
  }

#info {
  width: 838px;
  margin: 10px 5px 5px;
  padding: 3px 10px;
  border: 1px solid #666;  
  
  background: #FFF;

  font-size: 9pt;
}

  #info p.path a {
    color: #555;
  }


#left-container {
    width: 678px;
    float: left;
}

#right-container {
    margin: 0px 5px;
    width: 180px;
    float: right;    
}

#news, #admin, #search {
    margin: 5px 0px;
    padding: 10px 10px 5px;
    border: 1px solid #666;
  
    background: #FFF;
}
    
  #news p, #admin p, #search p {
    padding-left: 5px;
    margin-bottom: 8px;
    
    font-size: 90%;
  }


#content {
  width: 485px;
  margin: 5px;

  float: right;
}

  #content .article {
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #666;
  
    background: #FFF;
  }
  
  #content .article p {
    margin-bottom: 10px;

    color: #333;

    line-height: 130%;
    text-align: justify;
    text-indent: 10px;
  }

  #content .article h1 {
    margin: 0px 0px 10px 5px;

    color: #390;

    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
  }
  
  #content .article h2 {
    margin: 0px 0px 10px 5px;

    color: #390;
    
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
  }

  #content .article h3 {
    margin: 0px 0px 8px 5px;

    color: #390;

    font-weight: bold;
  }
  
  #content .article p.desc {
    margin: 0px 0px 8px 5px;

    font-size: 95%;
    font-style: italic;
    text-indent: 0px;
    text-align: center;
  }
  
  #content .article p.players {
    margin-top: 10px;
  }
  
  #content ul {
    list-style-type: none;
    margin-top: 15px;
  }
  
  #content li {
    padding-left: 25px; margin-top: 10px;
    background: #FFF url('../img/goal.png') no-repeat;
  }
  
  #content table {
    width: 450px;
    border-collapse: collapse;
    margin-bottom: 5px;
  }
  
  table caption {
    margin-bottom: 5px;
    font-style: italic;
    font-size: 10pt;
    font-weight: bold;
  }
  
  td, th {
    padding: 2px 4px;
    border: 1px solid black;
    text-align: center;
  }
  
  #content .left {
    width: 170px;
    float: left;
  }
  
  #content .right {
    width: 270px;
    float: right;
  }
  
  #content .help {
    font-size: 8pt;
    font-style: italic;
    font-weight: normal;
  }
  
  #content .article p.warning {
    color: red;
    font-size: 10pt;
  }
  
  #content .article h2.warning { color: red; }
  
  #content .article form p { text-indent: 0px; margin-top: 15px; }
  #content form { margin-top: 20px; }
  #content form .button { padding: 1px 5px; }
  #content .article .center { text-align: center; }
  #content .article select.players { width: 200px; }
  #content .article input.small { width: 40px; }

  #content .players-left, #content .players-right {
    margin-top: 10px; padding: 5px;
    width: 205px;
  }
  .players-left a, .players-right a { margin-bottom: 5px; text-align: center; display: block; }
  #content .players-left { float: left; }
  #content .players-right { float: right; }
  #content .photo { float: right; margin: 10px 20px 0px 0px; }
  #content .player-info { float: left; width: 250px; }
  #content p.player-report { margin-top: 20px; line-height: 175%; }
  
  #content th.thin { width: 40px; }
  
  #content a.right {
    margin-bottom: 10px;
  }
  
  #content table.matches_list { margin-top: 15px; }

  #content table.matches_list td {
    padding: 4px 5px;
    border: 0px solid black;
    text-align: left;
  }
  #content table.matches_list td.note {
    width: 80px;
    font-size: 8pt;
  }
  #content table.matches_list td.teams {
    width: 220px;
    font-size: 10pt;
  }
  #content table.matches_list td.result {
    width: 100px;
  }
  #content p.season {
    text-align: center;
    margin-top: 15px;
  }


#menu {
  width: 150px;
  margin: 5px 5px 0px;

  float: left;
}

  #navigation {
    width: 150px;
    padding: 10px; 
    border: 1px solid #666;
    
    background: #FFF;
  }

  #navigation h3, #news h3, #admin h3, #search h3 {
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 5px 15px;
    border-bottom: 1px solid #333;

    color: #333;
    background: #FFF url('../img/goal.png') no-repeat;
    
    font-size: 9pt;
    font-weight: bold;
    text-indent: 5px;
    font-variant: small-caps;
  }
  
  #navigation ul {
    margin-bottom: 20px;

    list-style: none;
  }
  
  #navigation li {
    margin-bottom: 4px;
  }
  
  #navigation a {
    padding: 2px 2px 2px 10px;
    display: block;

    color: #555;

    font-size: 8pt;
    text-decoration: none;
  }
  
  #navigation a:hover {
    color: #fff;
    background: #390;
  }
  
  #admin .login {
    text-align: center;
  }
  
  #admin .login .input-text {
    margin-bottom: 10px;
  }
  
  #admin input {
    padding: 0px 5px;
  }
  
  #cse-search-box {
    text-align: center;
  }
  
  #cse-search-box .text-input {
    margin-bottom: 10px;
  }


#footer {
  width: 848px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #666;
  background: #FFF;
  font-size: 8pt;
}

  #footer p.info {
    width: 600px;
    float: left;
  }

  #footer p.date {
    width: 200px;
    float: right;

    color: #555;

    text-align: right;
  }
  

.clearer {
  margin: 0px;
  padding: 0px;

  clear: both;
}

.warning {
  color: red;
}

.align-left {
  text-align: left;
}


div#pager { color: #390; clear: both; }
div#pager a { color: #390; }

div#pager span { text-align: right; font-weight: bold; float: right; width: 250px; margin-top: -1.2em; }
div#pager span a { text-decoration: none; }
div#pager span a:hover { text-decoration: underline; }
div#pager span a.active {
	color: #fff;
	background: #390;
	padding: 0;
	border: 5px solid #390;
	border-bottom: 3px solid #390;
	border-top: 3px solid #390;
}

form.list select {
    font-size: 0.75em;
}

.fotografie {
    text-align: center;
    margin: 5px auto 30px;
}
.fotografie p {
    margin: 0 auto;
    width: 600px;
}

.fotografie img {
    margin: 10px 0 5px;
}

.center { text-align: center; }

#content .article p.photos {
    text-align: center;
    margin: 0px;
}
