/**************
* main.css
***************/

/* Alle Abstände auf Null setzen */
html, body, div, p, h1, h2, h3, ul, ol,
span, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Reltive Fontsize-Probleme beheben*/
html, body {
  background-image: url(../img/htmlBG.png);
   background-repeat: repeat-x;
   background-position: top;
   font-size: 101%;
   
}
body {height:100%;}

/* IE Box Fix*/
/*body { word-wrap: break-word; } */

/* LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT LAYOUT
==============================================================================*/

/* Layout: Mainpart of the Page
------------------------------------------------------------------------------*/
.main {
width:1000px;
min-height:700px;
margin:0px auto;
border-left: 2px solid white;
border-right: 2px solid white;
vertical-align:top;
background-color:#8D97B5;
}
.inhalt_top {
	background-image: url(../img/inhalt_top.png);
	background-repeat: no-repeat;	
	background-color:white;
	background-position: bottom;
	width:1000px;
	height:10px;
	position:relative;
	padding-top: 5px;

}
.inhalt {
position: relative;
width: 99%;
padding-right: 5px;
height:100%;
}


/* Layout: Footing (Copyright aso.)
------------------------------------------------------------------------------*/
#footing {
height: 16px;
position: absolute;
position: fixed;
left: 0px;
right: 900px;
bottom: 0;
width: 100%;
color: white;
background-color: #132869;
font-size: 10px;
font-weight: bold;
}
#footing a {
color: white;
text-decoration: none;
}
#footing a:hover {
color: white;
text-decoration: underline;
}
#valids {
bottom: 18px;
position: fixed;
left: 2px;
}

/* Layout: Seitenkopf und Fuss */
.seitenkopf {
font-family:Monospace;
width: 100%;
font-size: 17px;
font-weight: 600;
text-transform:capitalize;
padding-left:5px;
padding-right:5px;
margin-bottom:15px;
}
.seitenfuss {
font-size: 11px;
padding-left:5px;
padding-right:5px;
margin-top:15px;
border-top:1px dotted black;
text-align:right;
position:relative;
width: 100%;
}

/* Layout: Banner
------------------------------------------------------------------------------*/
.banner {
background-image: url(../img/banner.png);
background-repeat: no-repeat;
background-color:white;
width: 100%;
height: 135px;
vertical-align:top;
padding-bottom:20px;
}

#logo {
background-image: url(../img/logo.png);
background-repeat: no-repeat;
position: relative;
top: 0;
width: 146px;
height: 135px;
float:left;
}
/* Layout: Trennlinien
------------------------------------------------------------------------------*/
.border_dotted {
border-bottom: 1px dotted black;
}
.border_line {
border-bottom: 1px solid black;
}


/* MODULE: Menue Stilangaben */
/*----------------------------------------------------------------------------*/
#banner_menu {
position: relative;
top: 100px;
left: 142px;
float:left;
}
#topmenu {
width: 850px;
border-collapse:collapse;
}


#topmenu a {
display: block;
color: #FFFFFF;
font: 12px Verdana,Arial;
font-weight: bold;
line-height: 20px;
margin: 0px auto;
text-decoration: none;
text-align: center;
width: 100%;
padding: 3px 2px;
border-bottom: 1px solid #132869;
}

#topmenu a:hover {
color: #fff;
border-bottom: 1px solid white;
}

#topmenu_green a:hover {
background-color: green;
}
#topmenu_blue a:hover {
background-color: blue;
color:white;
}

.left_menu {
position: relative;
top: 10px;
left: 14px;
float:left;
width:130px;
height:100%;
background-image: url(../img/menu_top.png);
background-repeat: no-repeat;

}

#left_menu {
width: 129px;
border-collapse:separate;
background-color:#132869;
margin-top:10px;
text-align:center;
background-image: url(../img/menu_bottom.png);
background-repeat: no-repeat;
background-position: bottom;
}

#left_menu a {
display: block;
color: #FFFFFF;
background-color:#132869;
font: 11px Verdana,Arial;
margin: 0px auto;
text-decoration: none;
text-align: center;
width: 100%;
padding: 2px 0px;
border: 1px solid black;
z-index: 1;
}

#left_menu a:hover {
background-color: white;
color: #000000;
}


.right_menu {
	min-width:200px;
	min-height: 500px;
	border:1px solid black;
	background-color:green;
	position:relative;
}

/* MODULE: Frontpage News
------------------------------------------------------------------------------*/
.frontpage_image {
    vertical-align: top;
    top:0;
}

.frontpage_news {
border:1px solid black;
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
background-color: #F0F8FF;
width:500px;
text-align: left;
}

.news {
border:1px solid black;
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
background-color: #F0F8FF;
}
.news_datas {
font-size: 11px;
top:3px;
color: #132869;
width: 100%;
padding:5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
border-top: 1px dotted black;
text-align:right;
position:relative;
width: 95%;
}
.news_inhalt {
font-family:verdana,arial;
width: 100%;
font-size: 1em;
margin-top: 10px;
margin-left: 5px;
margin-right: 5px;
}
.news_headline {
font-family:Monospace;
width: 95%;
font-size: 15px;
font-weight: 600;
border-bottom: 1px dotted black;
text-transform:capitalize;
padding-top:10px;
padding-left:5px;
padding-right:5px;
}
.latestNews {
width: 380px;
border:1px solid black;
padding: 5px 5px 5px 5px;
margin: 5px 5px 5px 5px;
background-color: #F0F8FF;
}
.latestNewsEntry {
font-family:Monospace;
width: 100%;
font-size: 11px;
}

/* MODULE: Content
------------------------------------------------------------------------------*/
#content {
position: relative;
/*left: 155px;*/
top: 5px;
font-size: 12px;
color: #000000;
height: 100%;
background-color: white;
border-left: 1px dotted #132869;
padding: 5px 5px 5px 5px;
margin-left:155px;
}
#content_datas {
font-size: 11px;
top:3px;
color: #132869;
width: 100%;
margin-top:10px;
border-top: 1px dotted black;
text-align: right;
position:relative;
}
#content_inhalt {
width: 100%;
font-size: 12px;
margin-top: 10px;
margin-left: 5px;
margin-right: 5px;
}
#content_headline {
font-family: Monospace;
width: 100%;
font-size: 17px;
font-weight: 600;
border-bottom: 1px dotted black;
text-transform: capitalize;
}
#text_image {
position: relative;
margin-top:0px;
margin-left:2px;
margin-right:8px;
margin: 2px; padding: 2px;
float: left;
}
/* MODULE: Gallery
------------------------------------------------------------------------------*/
.gallery {

}
.gallery img{
border:2px solid black;
}
.gallery img:hover {
border:2px solid blue;
}


/* MODULE: Static
------------------------------------------------------------------------------*/
.price_table {
border: 1px solid black;
width: 400px;
}
.price_table td {
border: 1px dotted black;
}
/* MODULE: Login-Form
------------------------------------------------------------------------------*/

.login label{
cursor:pointer;
font-size:11px;
}

.login input[type=text]{
font-size:11px;
background-color:#132869;
color: white;
}
.login input[type=password]{
font-size:11px;
background-color:#132869;
color: white;
}
.login form{
display: block;
}
.login {
width:340px;
height:60px;
font-size:9px;
margin-left:635px;
position: relative;
background-image: url(../img/login.png);
background-repeat:no-repeat;
padding:5px 5px 5px 5px;
float:left;
/*overflow:auto;*/
}
/* MODULE: Team
------------------------------------------------------------------------------*/
.team_image {
position: relative;
border: 1px solid black;
width:210px;
}
#team_picture {
position: relative;
border: 1px dotted black;
}
.team {
border:1px solid black;
width:100%;
height:100%;
}
.team_foto {
border: 1px solid black;	
width:220px;
height:220px;
float:left;
}
.team table td{
	vertical-align:top;
}
.team table tr{
	border:1px solid black;
	margin:5px 5px 5px 5px;
}
.team_content {
	font-size:1em;
	margin:5px;
	padding:5px;
	
}
/* SUBMODULE: Team->Coach
------------------------------------------------------------------------------*/
.team_coach {
border: 1px dotted black;
font-size: 11px;
width: 100%;
border-spacing: 0px;
padding: 5px 5px 5px 5px;
}
.team_coach td{
border: 1px dotted white;
background-color: #b3c7e7;
padding: 2px;
}

/* SUBMODULE: Team->Dates
------------------------------------------------------------------------------*/
.team_dates_table {
border: 1px dotted black;
font-size: 11px;
width: 600px;
border-spacing: 0px;
padding: 5px 5px 5px 5px;
}
.team_dates_table td{
border: 1px dotted white;
background-color: #b3c7e7;
padding: 2px;
}


/* SUBMODULE: Team:->Training
------------------------------------------------------------------------------*/
.team_traintime td {
border: 1px dotted white;
background-color: #b3c7e7;
padding: 2px;
}
.team_traintime { /* Tabelle */
border: 1px dotted black;
font-size: 11px;
border-spacing: 0px;
border-collapse:separate;
padding: 5px 5px 5px 5px;
width: 600px;
margin-top:5px;
}

/* MODULE: Parzellen
------------------------------------------------------------------------------*/

.parz_size {
      font-size:0.7em;
      font-family:Verdana;
      color: #ffffff;
      background-image:url('http://sv-arnsberg09.de/modules/parzellen/images/soccer_red copy.jpg');
      /*border: 1px dotted black; */
      border-collapse: collapse;
      max-height:490px;
      min-width:735px;
      width:735px;
      height:490px;
      }
      /*.parz_size td {
      width:24,5px;
      height:12px;
      max-height:12px;
      border-color:black;
      border-style:dotted;
      border-width: 1px;
      margin: 0px;
      padding: 0px;
      }*/
      .parz_ash{
      max-height:12px;
      border-color:black;
      border-style:dotted;
      border-width: 1px;
      margin: 0px;
      padding: 0px;
      max-width:24,5px;
      min-width:24,4px;
      text-align:center;
      }
      .parz_ash:hover{
      background: red;
      }

      .parz_green{
      min-width:24,4px;
      max-width:24,5px;
      max-height:12px;
      border-color:black;
      border-style:dotted;
      border-width: 1px;
      margin: 0px;
      padding: 0px;
      background: green;
      text-align:center;
      }
      .parz_red{
      max-height:12px;
      border-color:black;
      border-style:dotted;
      border-width: 1px;
      margin: 0px;
      padding: 0px;
      background: #ce9d00;
      max-width:24,5px;
      min-width:24,4px;
      text-align:center;
      color:black;
      }

      .parzellen_info {
      background: green;
      border: 1px dotted black;
      margin-bottom: 10px;
      margin-top:10px;
      padding: 3px 3px 3px 3px;
      width:735px;
      }
      .parzellen_info p{
      font-size:1.2em;
      color: white;
      }
      .parzellen_info_klein {
      border:1px solid black;
      padding:3px 3px 3px 3px;
      margin-top:10px;
      width:735px;
      }
      .parzellen_info_klein p{
      font-size:0.8em;
      }

      .parzellen_reserve {
      font-size:1.0em;
      }
      .parzellen_reserve p{
      font-size:0.9em;
      }
      .parzellen_reserve_table {

      }
      .parzellen_reserve_table td{
      }

        /* Parzellen Tooltip */

        a.tooltip,
        a.tooltip:link,
        a.tooltip:visited,
        a.tooltip:active {
        position: relative;
        text-decoration: none;
        border-bottom:0px dotted #4dbcf3;
        color: white;
        }

        a.tooltip:hover {
        background: transparent;
        z-index: 100;
        }

        a.tooltip span {
        display: none;
        text-decoration: none;
        color: white;
        }

        a.tooltip:hover span {
        display: block;
        position: absolute;
        top: 30px;
        left: 0;
        width: 200px;
        z-index: 100;
        color: #000000;
        border: 1px solid;
        border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
        border-left: 4px solid #4dbcf3;
        padding: 2px 10px 2px 10px;
        background: #EEEEEE;
        font-family: Verdana, Arial, Helvetica, Sans-serif;
        font-style: Normal;
        text-align: left;
        font-size:1.3em;
        color: black;
        }



/* Error Messages*/
.error {
 font-size: 1.0em;
 color: red;
 margin: auto;
 border-bottom: 1px solid #fff;
}
#if_ie6 {
 font-size: 0.7em;
 color: red;
 border-bottom: 1px dotted;
 left: 0px;
 top: 2px;
}

/* Sonstige Styles */
.footer {
 font-size: 0.7em;
 color: #000000;
 margin: auto;
 border-bottom: 1px solid #fff;
 position: relative;
 top: 10px;
 left: 130px;
}
#page_path {
   font-size:10px;
   color: #000000;
   margin: 0px 0px 0px 155px;
   border-bottom: 1px solid #fff;
   text-transform:capitalize;
   font-weight:bold;
   font-size:0.7em;
}


/*----------------------------------------------------------------------------*/

.td {
border:1px solid #000000;
background-color:#ffffff;
width:100%;
text-align: left;
text-decoration: none;
}

/* Standards definieren*/
a:link {
   color: #666;
   text-decoration: underline;
}

a:visited {
   color: #333;
   text-decoration: underline;
}

a:hover {
   color: #272eff;
   text-decoration: underline;
}

a:active {
   color: #f60;
   text-decoration: underline;
}


strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.klein {
   font-size: 0.7em;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

h1 {
   font-size: 14px;
   color: #132869;
   text-decoration: none;
}

h2 {
   font-size: 1.4em;
   color: #000000;
}
p, ul {
   font-size: 1.0em;
   line-height: 1.5em;
   color: black;
   margin: 2px 2px 2px 2px;
}
.inhalt li {
	margin-left: 20px;
	
}
hr {
width:650px;
height:1px;
color:black;
display:block;
margin: -10px 0;
background-color:black;
margin-left:7px;
text-align:left;
border:0px;
}
/* --- Administrationsmodule ---  */
.admin_navbutton {
	border: 3px blue solid;
	margin: 6px 6px 6px 6px;
	padding: 6px 6px 6px 6px;
	float: left;
}

.admin_edit_list {
	width:100%;
	
}
.admin_edit_list td {
	border: 1px solid gray;
}
.admin_edit_list tr {
	background:white;
	color:black;
}
.admin_edit_list tr:hover {
	background:#CCD9D9;
	color: black;
}