/*
   Base Style Sheet for www.tsg-kanu.de homepage.

   Copyright 2007 Erik Schönemann
*/

html {
    background-color: white;
    color: #11111A;
}

body {  
    margin: auto auto;
    padding-left: 6%;
    padding-right: 6%;
    background-color: white;
    color: #11111A;
    font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
    font-size: 1em; /* setting base font to user's prefered size */
    min-width: 50em;
}
p, pre, dt {     
    line-height: 130%; 
    padding-left: 20px;
    text-align:justify;    
}

/* table */
table
{
width:100%;
font-size: 1em;
padding: 0em 0.3em;
}

thead
{
background-color: rgb(225, 225, 225);
}

/* banner */

div#tsg_text
{
width: 98%;
font-size:1em;
font-weight:bold;
color: #040264;
padding: 0em 0.35em;
}

/* headings */

h1 { 
    font-family: "Gill Sans", Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

h2 { 
    color: #040264;
    background: white;
    padding: 5px 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.3em;
    text-align: center;
    text-decoration: none;
    font-family: "Gill Sans", sans-serif;
}

h3 {
    background-color: #fff;
    color: #040264;
    font-size: 1.1em;
    padding: 2px 10px;
    border-bottom: 1px dotted #aaaa77;
    text-decoration: none;
    font-family: "Gill Sans", sans-serif;
} 

h4 {
    color: #777740;
    background-color: white;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
    font-size: 1.0em;
    padding-left: 15px;
    font-family: "Gill Sans", sans-serif;
}

h5,h6 {
    background-color: white;
    color: #777740;
    font-family: "Gill Sans", sans-serif;
    font-weight: normal;
    padding-left: 15px;
    }

/* link styles */

a:link, a:visited {
    color: #040264;
    background-color: transparent;
    text-decoration: none;

}

a:hover, a:active {
    color: #040264;
    background-color: transparent;
    text-decoration: underline;
}

a:link img, a:visited img {
    border-style: none;
}

/* menu bar */

ul.navbar {
        color: #005A9C;
	border-top: 1.2px solid #040264;
	border-bottom: 1px solid #040264;
        background-color: white;
        padding: 3px 0 3px 0;
        line-height: 140%;
        vertical-align: bottom;
        font-size: 0.835em;
        list-style-type: none;
	text-align: center;
	font-weight: bold;
        margin-top:    -1.5em; 
        margin-bottom: 1em;
}

ul.navbar { padding-left: 1em; padding-right: 1em}
ul.navbar li {
  color: #040264 !important;
  display: inline;
}

ul.navbar li a {
  padding-right: 0.8em;
  padding-left: 0.8em;
}

div.footer {
        color: #040264;
	border-top: 1.2px solid #040264;
        background-color: white;
        padding: 3px 0 3px 0;
        line-height: 140%;
        vertical-align: bottom;
        font-size: 0.9em;
        list-style-type: none;
	text-align: center;
	font-weight: bold;
        margin-top:    1em; 
        margin-bottom: 1em;
}

p#validation_logo {
float:left; 
width: 10%; 
}

/* bilder */

p#footer_text{
    font-size: 0.82em;
    color: #040264;
    font-weight: normal;
    text-align:center;
}

div.bildr{
float:right;
position:relative;
width:40%;
text-align:justify;
font-size:0.9em;
padding: 10px 0px 10px 10px;
}
div.bildl{
float:left;
position:relative;
width:40%;
text-align:justify;
font-size:0.9em;
padding: 10px 10px 10px 20px;
}

img.text{
width:100%;
}

p.clear{
clear:both;
}

td{
    border-bottom: 1px dotted #aaaa77;
    padding: 5px 5px 5px 5px;
}

