body {  
 	background-image:url(../images/bg.jpg);

	margin: 0px;
	padding: 0px;
	
	text-align: center; /* zentriert im IE */
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	       
	color: #011D8B;
}

a {
	text-decoration: none;
	color: #011D8B;
}

div {
	position: relative; 
	margin: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
}
	

/**********************************
* seite
**********************************/

#site {
	background-color:#FFFFFF;	

	/* geerbte eigenschaft explizit ueberschreiben */
	text-align: left; 
	
	margin: 5px auto 20px auto;
	border:1px solid lightgrey;
	padding: 0px;
	padding-bottom: 10px;
	width: 900px;
}

#content {
	height: auto;
	margin-top: 10px;
	background: url("../images/greif_hg5.gif");
	background-repeat:no-repeat;
	background-position:50% 90px;
}	

#footer {

	padding-top: 10px;
	text-align: center;
	margin-left: 150px;
	color: #FF9F00; 
	
}

.link {
	font-size: 11px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FF9F00; 
	text-decoration: none; 
}

/**********************************
* news seite
**********************************/

/* linke spalte */
/****************/

#newslinks {
	position: relative;
	width: 160px;
	float:left;
}
.newsbox {
	border: 1px solid #FBDA61;
	background-color: #011D8B;
	/*background: url("../images/anmeldung.gif");*/
	margin-left: 5px;
	margin-top: 0px;
	width: 13.6em; 
	color: #FBDA61;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 1;
	
}

.newsbox p.heading {
	border-top: #FBDA61 1px dashed; 
	border-bottom: #FBDA61 1px dashed;
	font-weight: bold;
	font-size: 12px;
	margin: 0 auto 0 auto;
}

.newsbox p.subheading {
	font-weight: bold;
	text-decoration: underline;
	margin: 10px auto 0 auto;
}

#google {
	width: 160px;
	text-align: center;
	margin-left:0px;
	
}

/* admin menu */
#adminmenu {
	margin: 0 0 10px 5px;
	padding: 0;
	border: 1px dotted #FBDA61;
	background: url("../images/admin_menu_back.png") no-repeat 100px 55px;
	height: 120px;
}

#adminmenu h3 {
	
	background-color: #FBDA61;
	background-position: 40px ;
	border: 0px solid #011D8B;
	text-align: center;
	vertical-align: text-top;
	margin-top: -1px;
}
#adminmenu h3 img {
	margin-top: 1px;
}

#adminmenu li {
	margin: 2px 0 2px 0px;
	color: #CCCCCC;
	font-size: 1em;
}

#adminmenu li a:hover {
	background: #FBDA61;
	font-weight: bold;
}

#adminnavi {
	list-style-type: none;
	margin-top: 5px;
	margin-left: -35px;
}

#adminnavi a {
    /*display: block;*/
}

.newslinksheading {
	color:#FBDA61;
	font-size: 12px; /* small */
	font-weight:bold;
	text-align: center;
	margin:5px;
}

/* rechte spalte */
/****************/
#newsrechts {
	position: relative;
	width: 155px;
	margin-right: 5px;
	margin-left: 0px;	
	float:right;
}

/* news spalte */
/****************/

#newspage {
	position: relative;
	/*background: url("../images/greif_hg5.gif");
	background-repeat:no-repeat;
	background-position:50% 90px;*/
	margin-left: 165px;
	margin-top: 0px;
	left:0px;
	top: 0px;
	width: 560px;
	height: auto;
	min-height: 400px;
}

#saisonnews {
	position: relative;
	border: 1px solid #FBDA61;
	height: 100px;
	margin-bottom: 10px;
	height: auto;
	width: 100%;
}

#vereinsnews {
	position: relative;
	border: 1px solid #FBDA61;
	float: left;
	width: 49%;
	height: auto;

}

#sonstigenews {
	position: relative;
	float: right;
	border: 1px solid #FBDA61;
	width: 49%;
	height: auto;
}

#saisonnews h1,#vereinsnews h1,#sonstigenews h1  {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #FBDA61;
	margin-top: 0px;
}

.newsitem {
	position: relative;
	height: auto;
	margin: auto 10px 20px 10px;
}

.newsheadingline {
	background-color: #FEF8DF;
	border: 1px solid lightgrey;
	margin: 0;
	font-size: 11px;
	width: 100%;
	height: auto;
	float: left;
}

.newsheadbold {
	font-weight: bold;
}

.newsAuthor {
	font-style: normal;
	font-weight: normal;
}

/* kader */
.newsblock {
	border:1px;
	border-style:solid;
	border-color:#FBDA61;
	height:99%;
}

.links {
	float: left;
	margin-left: 5px;
	margin-top: 0px;
	top: 0px;

}

.rechts {
	float: right;
	margin-right: 5px;
	font-style: italic;
	/*border: 1px solid green;*/
}

.center {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 }

.abstand_rechts {
	font-style: normal;
	margin-right: 230px;
	float: right;
}

.float_links {
	float: left;
}

.float_rechts {
	float: right;
}

.clear {
	clear: both;
}

.underline {
	text-decoration: underline;
}

.newsimage {
	float: left;
	border: 0px;
	margin-left: 15px;
	margin-top: 10px;
	width: 48px;
}

.newsimage2 {
	float: left;
	border: 0px;
	margin-left: 0px;
	margin-top: 0px;
	width: 20px;
}

.subtext {
	position: relative;
/*
	margin-top: 0px;
	top: 0px;
*/
	margin-left: 75px;
	margin-top: 0px;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
	/*border: 1px solid blue;*/
}

.subtitle {
    margin-top: 0px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
}
	
.newstext {
	margin-left: 75px;
	margin-top: 0px;
	text-align: justify;
	margin-right: 5px;
	/*border: 1px solid green;*/

}

.textblock_justify {
    display:block; 
    min-height:100px;
    text-align: justify;
}
	
.text_block {
	margin-left: 20px;
	margin-top: 15px;
	text-align: justify;
}

/* tabelle auszug */
.tabelle {
	color: #FBDA61;
}

/* login input fields */
.eingabe {
	background-color: #FEF8DF ; /*;#011D8B;*/
	color: #011D8B; /*#FFFFFF;*/
	font-weight: bold;
	/*width: 160px;*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* readonly input fields */
.eingabe_readonly {
	background-color: #EEEEDD;
	color: #011D8B; 
	font-weight: bold;
	/*width: 120px;*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.eingabe_area {
	background-color: #FEF8DF;
	color: #011D8B; 
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contentblock {
	position: relative;
	border: 1px solid #FBDA61;
	
	margin-left: 10px;
	margin-right: 10px;
	
	height: 500px; /* fuer IE */
}

#contentblock[id] { /* fuer alle ausser IE */
	height: auto;
	min-height: 500px;
}

#contentblock h1  {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #FBDA61;
	margin-top: 0px;
}


.block_links {
	position: relative;
	float: left;
	width: 49%;
	height: auto;

}

.block_rechts {
	position: relative;
	float: right;
	width: 49%;
	height: auto;
	
}

.block_links h1,.block_rechts h1 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #FBDA61;
	margin-top: 0px;
}

.editImage {
	float: left;
	border: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	/*width: 3.7em;*/
	width: 16px;	
}

.itemimage {
	float: left;
	border: 0px;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
	/*width: 3.7em;*/
	width: 48px;	
}

.itemimage2 {
	float: left;
	border: 0px;
	margin-left: 15px;

}
/* login button */
.button {
	background-color: #FEF8DF ; /*;#011D8B;*/
	color: #011D8B; /*#FFFFFF;*/
	font-size: 10px;
}

.oben {
	vertical-align: super;
}

/* tabelle auszug */
.rot {
	color: #FF0000;
	font-style: italic;
}

/**********************************
* counter
**********************************/

#counter {
		
	width: 160px;
	margin: auto auto 0px 0px;
	float: left;
}

.user {
	font-size:11px;
	padding:3px;
	font-weight: bold;
	text-align: center;
}

.kleiner {
	font-size:9px;
	font-style:italic;
	text-align: center;
}

/**********************************
* Scorerliste
**********************************/

.scorerleft {
	position: relative;
	height: auto;
	margin: auto 5px 20px 10px;
	float: left;
	/*border: 1px solid red;*/
	width: 31%;
}

.scorermiddle {
	position: relative;
	height: auto;
	margin: auto 5px 20px 5px;
	/*border: 1px solid green;*/
	float: left;
	width: 30%;
}

.scorerright {
	position: relative;
	height: auto;
	margin: auto 10px 20px 5px;
	float: right;
	/*border: 1px solid blue;*/
	width: 31%;
}

.scorerbild {
	border:2px solid lightgrey; 
}
.scorer1 {
	font-size:11pt;
	font-weight:bold;
	color:#364495;
	margin-top:5px;
}

.scorer2 {
	font-size:8pt;
	margin-left:5px;
	color:#364495;
}


/**********************
** bilder mit rahmen **
**********************/

.out {
  display:block;
  background:#bbb;
  border:1px solid #ddd;
  position:relative;
  margin:0em 0;
  }

.in {
  background:#777;
  border:0px solid #555;
  position:relative;
  padding:0px;
  font-weight:normal;
  }

.ltin {
  left:-4px;
  }
.tpin {
  top:-4px;
  }
.rtin {
  left:-1px;
  }


.narrow {width:8em;}
.normal {width:180px;}
.wide {width:18em;}
.image {width:100px; padding:0;}

/**********************
** bilder als link **
**********************/

.imagelink {
	border: 0px;
	text-decoration: none;
}

.text_head {
    
    font-size:12px;
    font-style:italic;
    font-weight:bold;
    
}

.text_heading {
    font-size: 20px;
    font-weight: bold;
}
