/* --------------------------------------------------------- *\

  |H&H WebSoccer 2

  |Copyright (c) 2004-2006 by

  |H&H Solutions GbR
  |Unter der Leiter 26
  |D-74336 Brackenheim

  |EMail: info@hh-solutions.de
  |Homepage: http://www.hh-solutions.de

  |Dateiname: /design/css.inc.php
  |Autor: Ingo Hofmann (ingo.hofmann@hh-solutions.de)
  |Datum: 26.1.2004
  |Beschreibung: CSS für Website, wird im AdminCenter
  	       bearbeitet

\* --------------------------------------------------------- */
/* CSS-ADDITIONS von illi-design */
/* Author : Christian Günther*/

/* EMail : Christian.Guenther@primacom.net*/
/* Homepage : http://illi.kilu.de*/


/* --------------------------------------------------------- *\

|  primary layout divisions

\* --------------------------------------------------------- */

body,p,td,li {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #202020;
  cursor: url('cursor.cur');
}

html, body {
	background: url(../grafiken/bg2.gif) #959595 repeat-x left top ;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
}

div#page {
	width:	1132px;
	margin: 0px;
	text-align:left;
	border:1px solid #000;
}

a:link, a:visited, a:active   {
  color: #0033CC;
  text-decoration: none;
}

a:hover {
  color: #669900;
  text-decoration: underline;
  cursor: url('cursor.cur');
}

.nav {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  line-height: 18px;
  background-image: url(../grafiken/navi_blue.gif);
  margin: 0;
  padding-left: 0;
  text-indent: 15px;
}

a.nav2 { display:block; margin-bottom:0px; text-align:left; width:auto;
         border-style:solid; border-width:0px; padding:5px; text-decoration:none; }

a.nav2:link, a.nav2:visited   { color:#333; background-color:transparent; font-size: 11px; font-family: Arial, Helvetica, sans-serif;   }
a.nav2:hover, a.nav2:active   { color:#FFF; background-color:#333; font-size: 11px; font-family: Arial, Helvetica, sans-serif;  }


.tab_head  {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}

a.tab_head_link:link, a.tab_head_link:visited, a.tab_head_link:active   {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a.tab_head_link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.textfeld {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica;
  color: #000039;
  background-color: #EBEBEB;
  border:1px solid #00A2FF;
}

.button {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica;
  font-weight: bold;
  color: #000039;
}

.titel {
  font-size: 13px;
  font-weight: bold;
  color: #013686;
  background: #F8F8F8;
  text-indent:2px;
  padding-bottom: 4px;
  border-bottom: 1px dashed #999;
  border-top: 1px dashed #999;
}


.projektname {
  font-size: 17px;
  font-weight: bold;
  color: #336699;
  margin-top: 10px;
}

.footertext {
  margin-top: 18px;
}

.klein {
  font-size: 11px;
}

.rot {
  color: #FF0000;
}

.blau {
  color: #0066FF;
}

.mannschaft_a {
  color: #0060FF;
}
.mannschaft_b {
  color: #000000;
}

select, option, textarea {
  font-family: Verdana, Arial, Helvetica;
  font-size: 11px;
  color: #000000;
  background-color: #F0F0F0;
}

.left {
  clear: left;
  float: left;
}

.right {
  clear: right;
  float: right;
}

.ball {
  position: absolute;
  top: 3px;
  margin-left: -55px;
  padding: 0;
}

select {
  margin: 0;
  padding: 0;
}

.inhalt {
  padding: 0 5px 0 5px;

}

/* --------------------------------------------------------- *\

|  topnavi

\* --------------------------------------------------------- */


/* -- Container Klasse Menü Buttons ----------------------------------------------- */

div .menu {
	width:972px;
	position:relative;

	z-index:100;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height: 30px;
	background: #FFF;
	z-index: 100;


}

div .menu .puffer {
	background-color:#FFFFFF;
	width: 2px;
	height: 30px;
	display:block;
	}

/* -- basics-- */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;


}

.menu ul li{
	float:left;
	position:relative;

}

.menu ul li ul {
	display: none;
	border:1px solid #000;
	border-top:1px solid #000;
	background-color: #EEE;
	padding-left: 1px;
}

.menu ul li ul li ul {
	border-top:1px solid #000;
}


/* -- links 1 Ebene-- */

.menu ul li a, .menu a:visited {
	display:block;
	overflow:hidden;
	width: 137px;
	height:30px;
	line-height: 30px;
}

.menu li#pressed1 {background: url(../grafiken/a_1.gif);}
.menu li#pressed2 {background: url(../grafiken/a_3.gif);}
.menu li#pressed3 {background: url(../grafiken/a_5.gif);}
.menu li#pressed4 {background: url(../grafiken/a_7.gif);}
.menu li#pressed5 {background: url(../grafiken/a_9.gif);}
.menu li#pressed6 {background: url(../grafiken/a_11.gif);}
.menu li#pressed7 {background: url(../grafiken/a_13.gif);}

.menu ul li:hover a.pressed1 {background: url(../grafiken/b_1.gif);}
.menu ul li:hover a.pressed2 {background: url(../grafiken/b_3.gif);}
.menu ul li:hover a.pressed3 {background: url(../grafiken/b_5.gif);}
.menu ul li:hover a.pressed4 {background: url(../grafiken/b_7.gif);}
.menu ul li:hover a.pressed5 {background: url(../grafiken/b_9.gif);}
.menu ul li:hover a.pressed6 {background: url(../grafiken/b_11.gif);}
.menu ul li:hover a.pressed7 {background: url(../grafiken/b_13.gif);}

/* -- 2 Ebene-- */

.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:30px;
	left:0;
	width:134px;}


/* -- Links 2 Ebene-- */
.menu ul li:hover ul li a.hide{
	text-indent: 15px;
	height:25px;
	text-transform: none;
	border-bottom: #A5C0E4 dashed 1px;
	color: #666;
	background:#EEE url(../grafiken/sub.gif) no-repeat right center;
	display: block;
	}

.menu ul li:hover ul li:hover a.hide {
	background-color: #FFF;
	color: #FF0000;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	text-indent: 15px;
	height:25px;
	line-height:25px;
	width: 130px;
	border-bottom: #CCC dashed 1px;
	color: #666;
	text-decoration: none;
	background-color: #EEE;
	display: block;
	font-size: 10px;
	padding-left: 2px;
	border-left: 2px solid #EEE;
}


.menu ul li:hover ul li:hover ul li a{
	width: 146px;
}

.menu ul li:hover ul li a:hover {
	background-color: #FFF;
	color: #FF0000;
	border-left: 2px solid  #0066FF;
}


.menu ul li:hover ul li ul{
	display: none;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:134px;
	top: 0;
	width:150px;
}

.menu ul li:hover ul li:hover ul.left {left:-134px;}






#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #eee; float: left; clear: both; z-index: 100;
}

#nav a {
	font: 12px/22px arial, helvetica, sans-serif;
	color: #000;
      display: block; border-width: 1px; border-style: solid;
      border-color: #ccc #888 #555 #bbb;
      margin: 0; padding: 0px 0px;
}

#nav h2 { color: #FFFFFF; background: #000000; text-transform: uppercase;}

#nav li {
	float: left;
	width: 10em;
	width: 138.7px;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	width: 138.7px;
}

#nav li:hover ul {
	left: auto;
	color: #a00;
	background: #fff;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	color: #a00; background: #fff;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	color: #a00; background: #fff;
}


#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	color: #a00; background: #fff;
}



/* --------------------------------------------------------- *\

|  Head

\* --------------------------------------------------------- */


div#line {
	width: 972px;
	height:18px;
	background: url(../grafiken/navi_blue.gif);
}

div#linetwo {
	width: 972px;
	height:18px;
	background: url(../grafiken/navi_blue.gif);
}

div#welcome {
	text-align:left;
	padding-top: 2px;
	margin-left: 0px;
	vertical-align: middle;
	float: left;
}

div#logo {
	position: relative;
	width: 337px;
	height: 150px;
	background: url(../grafiken/header1.gif);
	float: left;
	z-index: 1;
}

div#advertise {
	position: relative;
	float: left;
	display:block;
	width: 634px;
	height:150px;
	text-align:center;
	background: url(../grafiken/header2.gif);
	z-index: 0;
}

div#logo_right {
	position: relative;
	float: left;
	width: 74px;
	height:150px;
	text-align:center;
	background: url(../grafiken/logo_head_right.gif);

}

div#top {
	position: relative;
	float: left;
	text-align:center;
}

div#blackline {
	clear: both;
	background: url(../grafiken/balken_schwarz.gif);
	vertical-align:middle;
	height:20px;
	line-height:20px;
	color: #000;
}

div#seite {
	text-align:left;
	margin-left: 5px;
	vertical-align: middle;
	float: left;
}

div#clocks {
	text-align:right;
	margin-right: 5px;

}

/* --------------------------------------------------------- *\

|  Haupt-Bereich

\* --------------------------------------------------------- */

div#content {
	float: left;
	width: 966px;
	overflow: visible;
}

div#werbunglinks {
	float: left;
	width: 120px;
	overflow: visible;
	margin-top: 5px;
}

/* --------------------------------------------------------- *\

|  Rechter-Bereich

\* --------------------------------------------------------- */


div .rightmenu {
	background: #5A718A;
}

div .rightmenu ul {
	padding: 2px;
	margin: 0px;
	list-style-type: none;
}

div .rightmenu li {
	background: #95a4a8;
	border-bottom: dotted 1px #5A718A;
	padding: 2px;
	letter-spacing: 1px;
}

div#rightbar {
	float: left;
	width: 160px;
}

div#rightbar .module{
	margin: 0px;
	background-color:#EEE;
	padding:1px 0px 1px 1px;
}

div#rightbar .module_border{
	border:#95a4a8 1px solid;
	background-color:#EEEEEE;
	padding:1px;
}

div#rightbar .navhead{
	padding:1px 0px 1px 2px;
	font-size: 9px;
	font-family:Verdana;
	background-image:url(../grafiken/module_blue.gif);
	color: #FFF;

}

div#rightbar .navsubhead{
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	vertical-align:middle;
	padding-right: 0px;
	background-image:url(../grafiken/module_subhead.gif);
	text-align:right;
	border-bottom:1px #000000 solid;

}

div#rightbar .navmain{
	background: #EEE;
	padding: 1px;
}

div .topnav2 {
  background: #5A718A;
  font-size: 11px;
  text-align: left;
  text-indent: 10px;
  line-height: 18px;
  vertical-align: middle;
  color: #FFFFFF;
  background: url(../grafiken/topnavi_blue.gif);
  height: 18px;
  text-align:center;
}


div#boxen {
	float: left;
	width: 200px;
}

div#boxen .module{
	margin: 0px;
	background-color:#EEE;
	padding:2px 0px 2px 2px;
}

div#boxen .module_border{
	border:#95a4a8 1px solid;
	background-color:#EEEEEE;
	padding:2px;
}

div#boxen .navhead{
	padding:2px 0px 2px 5px;
	font-size: 9px;
	font-family:Verdana;
	background-image:url(../grafiken/module_black.gif);
	color: #CCC;

}

div#boxen .navsubhead{
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	vertical-align:middle;
	padding-right: 5px;
	background-image:url(../grafiken/module_subhead.gif);
	text-align:right;
	border-bottom:2px #000000 solid;

}

div#boxen .navmain{
	background: #EEE;
	padding: 4px;
}
/* --------------------------------------------------------- *\

|  Footer

\* --------------------------------------------------------- */

div#footer {
	clear: both;
	background: #000;
	font-size: 10px;
	color: #000;
	height: 17px;
	background: url(../grafiken/topnavi_blue.gif);
	border-bottom: 2px #222 solid;
	width: 1132px;

}

div#footer .bottomnav {
	position:relative;
    top:0px;
    left:15px;
	width: 100px;
	float:left;
}

div#footer #copyright {
	padding-top: 2px;
	text-align: center;
}