@import "verwaltung.css";
@import "artikel.css";
@import "forum.css";

* {
	font: 11px Verdana, Tahoma, arial, sans-serif;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

i, em {
	font-style:  italic;
}

body {
	background: #ACB9C5 url(../../multimedia/design/bg.jpg) repeat-x scroll left top;
}

input, select {
	color: #000000;
	padding: 2px;
	margin: 2px;
	width: 350px;
}

input[ type=submit] {
	text-align: center;
}

input.bloeschen {
	margin-left: 20px;
	background-repeat: no-repeat;
	background-image: url(/multimedia/design/delete_btn.gif) ;
	border-color: #a70007;
	border-width: 1px;
	border-style: solid;
	width: 120px;
	background-color: #ffb9b3;
	color: black;
	text-align: center;
}

input.beditieren, input.bhinzufuegen {
	border-width: 1px;
	border-style: solid;
	border-color: #0d8a00;
	width: 120px;
	background-color: #bcf4ba;
	color: black;
	text-align: center;
		background-repeat: no-repeat;
	background-image: url(/multimedia/design/accept_btn.png) ;
}

textarea {
	width: 350px;
	height: 100px;
	border: 1px solid #999999;
	padding: 2px;
	margin: 2px;
}

.clearer {
	clear: both;
}

h1 {
	font-size: 120%;
	color: #142b3b;
	margin-top: 5px;
	margin-bottom: 22px;
	text-align: center;
	font-weight: bold;
}

a, a:visited, a:active, a:link {
	color: #00327F;
	text-decoration: none;
	
}

a:hover {
	color: #bd7400 ;
	text-decoration: underline;
	
}

ul {
	margin-top: 8px;
	margin-left: 15px;
}

table.leer, table.leer td, table.leer th {
	border-collapse: collapse;
	background: none;
	margin: 0px;
	padding: 0px;
}

/* --------------------------------------------------------------------
-----------------------------------------------------------------------
NEWSLETTER
-----------------------------------------------------------------------
-------------------------------------------------------------------- */

#newsletter {
	width: 90%;
	min-width: 500px;
	max-width: 600px;
	border: 1px solid #CCCCCC;
	padding: 5px 20px 5px 20px;
	margin: auto;
	margin-bottom: 20px;
}

#newsletter #headline  {
	font-size: 130%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
	color: #00327F;
}

#newsletter ul {
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

#newsletter ul li {
	margin: 0px;
	padding: 0px
}

#newsletter .point span {
	display: block;
	margin: 20px -20px 5px -20px;
	background-color: #DFDFDF; 
	font-weight: bold; 
	padding: 5px;
	padding-left: 10px;
	text-decoration: underline;
}


/* --------------------------------------------------------------------
-----------------------------------------------------------------------
SMALL, CENTER RIGHT, GREY DEFINITION
-----------------------------------------------------------------------
-------------------------------------------------------------------- */

small {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
}

small a, 
small a:link, 
small a:active
small a:hover {
	font-size: 10px;
}

.gray {
	color: #999999;
}

.verysmall *, 
.verysmall td, 
.verysmall a, 
.verysmall a:link, 
.verysmall a:active, 
.verysmall b {
	font-size: 10px;
}

.verysmall td {
	vertical-align: middle;
}

.verysmall tr.datenzeile {
	height: 18px;
}

.center {
	text-align : center;
	margin: auto;
}

.bild {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

a .bild:hover {
	border: 1px solid #bd7400;
}

b, strong {
	font-weight: bold;
}

span.weiterlesen {
	background: transparent url(../../multimedia/design/weiterlesen.png) no-repeat scroll left center;
	line-height:20px;
	padding: 1px 0 1px 20px;
	margin-top: 20px;
	display: block;
}


/* --------------------------------------------------------------------
-----------------------------------------------------------------------
GRUNDDESIGN
-----------------------------------------------------------------------
-------------------------------------------------------------------- */

#header {
  	background: url(../../multimedia/design/header.jpg);
	height: 140px;
	text-align: center;
	margin: auto;
	margin-bottom: 0px;
	padding: 0px;
}

#content {
	background: transparent url(../../multimedia/design/shadow.png) repeat-y scroll left top;
	padding-right: 8px;
	padding-left: 8px;
	margin: auto;
	width: 940px;
	border-collapse: collapse;
}

#maincontent {
	padding-top: 15px;
	background: #FFFFFF url(../../multimedia/design/mainbg.jpg) repeat-x top;
}

#leftcontent {
	clear: both;
	float: left;
	margin: 0px 13px 0px 13px;
	width: 565px;
}

#rightcontent {
	float: right;
	width: 327px;
	margin: 0px 20px 0px 0px;
}

#menu {
	height: 35px;
	width: 100%;
	background: url(../../multimedia/design/menu-bg.png) repeat-x top;
}

#menu ul, #menu ul li {
	list-style: none;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#menu ul li a.menuItem {
	display: block;
	height: 26px;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	padding-top: 9px;
	color: #FFFFFF;
	background: url(../../multimedia/design/menu-bg.png) repeat-x top;
	width: 86px;
}

#menu ul li#last a.menuItem {
	width: 80px;
}

#menu ul li:hover a.menuItem {
	background: url(../../multimedia/design/menu-bg.png) scroll 0px -35px repeat-x;
}

#menu ul li.sub:hover a.menuItem {
	background: url(../../multimedia/design/menu-pfeil.png) scroll 0px -35px;
	background-position: bottom center;
}

#menu ul li.sub a.menuItem {
	background-image: url(../../multimedia/design/menu-pfeil.png);
	background-position: top center;
}

#menu ul li ul li {
	float: none;
	display: block;
	margin: 0px;
	padding: 4px;
	border-bottom: 1px solid #CCC;
}

#menu ul li ul li a, #menu ul li ul li a:link, #menu ul li ul li a:active, #menu ul li ul li a:hover {
	text-decoration: none;
	font-size: 10px;
}

#menu ul li ul li:hover, #menu ul li ul li.over {
	background-color: #e6e6e6;
}


#menu ul li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	display: none;
	width: 110px;
	background-color: #FEFEFE;
	border: 1px solid #000;
	border-top: 0px;
	z-index: 7500;
	position: absolute;
}

#menu ul li#last ul {
	left: -31px;
}

#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
}



#footer {
	background-color: #000000;
	color: #CCCCCC;
	padding: 20px 10px 20px 10px;
	font-size: 90%;
	text-align: center;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}


/***** ALTES TABELLENDESIGN ***/

.tablebig, .tablesmall, .tablefull {
	width: 100%;
	background: #FFFFFF none repeat scroll 0%;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #000000;
	padding: 8px 0px 4px 0px;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.tablebig td, .tablesmall td, .tablefull td {
	padding: 5px;
}

.tablebig th, .tablesmall th, .tablefull th {
	background: url(../../multimedia/design/table-header-big.gif);
	color: #FFFFFF;
	padding: 4px;
}

.tablesmall th {
	background: url(../../multimedia/design/table-header-small.gif);
}

.tablebig th a, .tablebig th a:visited, .tablebig th a:active,.tablebig th  a:link, .tablebig th a:hover,
.tablesmall th a, tablesmall th a:visited, tablesmall th a:active, tablesmall th a:link, tablesmall th a:hover,
.tablefull th a, .tablefull th a:visited, .tablefull th a:active, .tablefull th a:link, .tablefull th a:hover {
	color: #DDDDDD;
	text-decoration: none;
	font-size: 90%;
}

.tablefull {
	margin: auto;
	margin-bottom: 20px;
	width: 900px;
}

.tablefull th {
	background: url(../../multimedia/design/table-header-full.gif);
}


/* NEUES TABELLENDESIGN */

td.splitter {
	height: 1px; 
	border-bottom: 1px dotted #CCCCCC;
}


table.tablecontent {
	width: 900px;
	border-collapse: collapse;
	margin: auto 20px auto 20px;
	padding: 0;
}

h2, h2.blue {
	background: transparent url(../../multimedia/design/bg_table_blue.png) repeat-x scroll left -864px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	margin: 0px -5px 8px -5px;
}

h2.red {
	background-repeat: no-repeat;
	background: #e36053;
}

h2.green {
	background: #4fc958;
}

h2.orange {
	background: #efad35;
}

h2.ad {
	background: none;
	color: #82A4C6;
	margin: -5px -5px -5px -5px;
	text-align: right;
}

div.splitter {
	height: 8px; 
	border-bottom: 1px dotted #CCC
}

div.module {
	margin: auto;
	margin-bottom: 15px;
}

div.modulehead {
	background:transparent url(../../multimedia/design/corners.png) no-repeat scroll left top;
}

div.modulehead div {
	background:transparent url(../../multimedia/design/corners.png) no-repeat scroll right top;
}

div.modulehead div div {
	border-top: 1px solid #A8A8A8;
	margin: 0 4px 0 4px;
	height: 5px;
	background: #FFFFFF;
}

div.modulecontent table.ie6 {
	border-collapse: collapse;
	width: 100%;
}

div.modulecontent table.ie6 tr.ie6 td.ie6 {
	background: #FFFFFF;
	border: 1px solid #ABABAB;
	border-top: none;
	border-bottom: none;
	padding: 3px 12px;
}

div.modulefoot {
	background:transparent url(../../multimedia/design/corners.png) no-repeat scroll left bottom;
}

div.modulefoot div {
	background:transparent url(../../multimedia/design/corners.png) no-repeat scroll right bottom;
}

div.modulefoot div div {
	background: #FFFFFF;
	height: 5px;
	margin: 0 4px;
	border-bottom: 1px solid #ABABAB;
}

div.tBig, div.tSmall {
	border-bottom: 1px dotted #CCCCCC;
	height: 1px;
	margin: 20px -5px 20px -5px;
}

div.tSmall {
	margin: 4px -5px 4px -5px;
}




/* --------------------------------------------------------------------
-----------------------------------------------------------------------
 TURNIERSEITE
-----------------------------------------------------------------------
-------------------------------------------------------------------- */

.turniertable {
	border-collapse: collapse;
	margin: auto;
	width: 99%;
}

.turniertable td {
	font-size: 90%;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 2px;
}

.turniertable td.oben {
	border-top: 0px;
	border-left: 0px;
	text-align: center;
	vertical-align: middle;
	font-size: 170%;
	color: #777777;
	padding: 3px;
}

.turniertable td.wranzeige {
	font-size: 100%;
	border-bottom: 0px;
	letter-spacing: 4px;
	background-color:  #888888;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
}

.turniertable td.wrzahl {
	text-align: center;
	border: 0px;
	color: #FFFFFF;
	background-color: #888888;
	font-size: 100%;
	padding: 0px;
}

.turniertable td.wrzahl#first {
	border-left: 2px solid #CCCCCC;
}

.turniertable td.wrzahl#last {
	border-right: 2px solid #CCCCCC;
}

.turniertable td.wrflagge {
	text-align: center;
	background-color: #EEEEEE;
	vertical-align: middle;
	padding: 1px;
}

.turniertable td.wrflagge#first {
	border-left: 2px solid #999999;
}

.turniertable td.wrflagge#last {
	border-right: 2px solid #999999;
}

.turniertable td.runde {
	text-align: center;
}

.turniertable td.runde#first {
	border-right: 2px solid #999999;
}

.turniertable td.hl {
	text-align: center;
	border-right: 0px;
	border-left: 0px;
	color: #FFFFFF;
	background-color: #888888;
	font-size: 100%;
	vertical-align: middle;
}

.turniertable td.hl#first {
	border-left: 1px solid #CCCCCC;
}

.turniertable td.platz {
	border-right: 0px;
	padding-right: 10px;
	background-color: #EEEEEE;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	width: 20px;
}

.turniertable td.name {
	border-left: none;
	border-right: none;
	background-color: #eeeeee;
	font-size: 90%;
}

.turniertable td.name#notFinale {
	border-right: 1px solid #CCCCCC;
}

.turniertable td div.club {
	border-left: none;
	background-color: #EEEEEE;
	font-size: 80%;
	color: #999999;
}

.turniertable td.wertungen  {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

.turniertable td.wertungen#first, .turniertable td.keinewertung#first {
	border-left: 2px solid #999999;
}

.turniertable td.wertungen#last, .turniertable td.keinewertung#last {
	border-right: 2px solid #999999;
}

.turniertable td.keinewertung {
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
	color: #999999;
}

.turniertable tr.firstNotFinale {
	border-top: 2px solid #999999;
}

/* --------------------------------------------------------------------
-----------------------------------------------------------------------
 SPECIAL-SEITE
-----------------------------------------------------------------------
-------------------------------------------------------------------- */

.specialliste {
  margin                   :          0px;
  padding                  :          0px;
  list-style-image         :          none;
  list-style-type          :          none;
  text-align               :          center;
}

.specialliste li {
  margin                   :          0px;
  padding                  :          0px;
  list-style-image         :          none;
  list-style-type          :          none;
  padding-top              :          5px;
  padding-bottom           :          5px;
  border-bottom            :          1px solid #BBBBBB;
}

/* --------------------------------------------------------------------
-----------------------------------------------------------------------
 SUGGEST AJAX
-----------------------------------------------------------------------
-------------------------------------------------------------------- */

.suggesthover {
	background-color: #F0F0F0;
	margin: 1px;
}

.suggesthover:hover {
	background-color: #CCCCCC;
}

.suggestbox {
	display: none;
	position: absolute;
	background-color: #FBFBFB;
	border: 1px solid #999999;
	border-top: 1px solid #CCCCCC;;
    width: 294px;
    padding: 5px;
    margin-top: -3px;
    margin-left: 2px;
    font-size: 90%;
}
