/***********************************************/
/* mfz.css                       	       */
/* (c)by Florian Glaser             	       */
/***********************************************/


/***********************************************/
/* Am Anfang der CSS Datei werden einzelne     */
/* HTML-Elemente mit bestimmten Eigenschafen   */
/* Formatiert (z.B. color, font-family, ...).  */
/* Dannach werden DIV Layer festgelegt, die    */
/* dann als Bauplan für die HTML Seiten dienen.*/
/* Diese werden mit unterschiedlichen IDs      */
/* benannt. Innerhalb dieser "Rahmen" werden   */
/* dann auch wieder Klassen deffinier, welche  */
/* wieder eigene Formatierung besitzen.        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color:  #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	margin-left: 70px;
	margin-right: 70px;
	width: 867px;
	background-color: #FCFCFC;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000000;
 margin: 0px;

}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000000;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 10px 0px;
	width: 100%;
	margin:0px;
}

#navBar{
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#news{
    float:right;
	width: 170px;
}

#main{
	float: left;
    width: 522px;
	margin-left:2px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0px;
	text-align:center;
	
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px; 
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #D00000;
	font-size: 75%;
	color: #000000;
	padding: 5px 5px 5px 5px;
	margin-top: 25px;
	margin-bottom: 20px;

}

#siteInfo a{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


#login{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
	color: #000000;
}

/************* #login styles ***************/


#login form{
	margin: 0px;
 	padding: 0px;
}

#login label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/************* #search styles ***************/

#search{
	padding: 2px;
	font-size: 90%;
	color: #000000;
	background-color: #D00000;
	size:100%;
	text-align:center;
}

#search form{
 	margin: 0px;
 	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #FFFFFF;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks and .sectionLinks styles ***********/

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks a {
	color:#000000;
	font-weight:bold;
}

#sectionLinks a:hover{
	/*text-transform:uppercase;*/
}

/*********** .news styles ***********/

.news{
	size:100%;
	border-left: 1px solid #D00000;
	border-right: 1px solid #D00000;
	border-bottom: 1px solid #D00000;
	padding: 5px 5px 10px 5px;
	font-size: 80%;
	color:#000000;
}

#news p{
	padding: 5px 0px 5px 0px;
}

/*+++++++++++++++++ Styles fuer den Widgetrahmen ++++++++++++++++++++++++++ */
#widgetHeader {
background-image: url(../images/op5x.gif);		
width: 496px;
height: 71px;		
background-repeat: no-repeat;
background-repeat:	
}	
* html #widgetHeader {		
background-image: url(../images/op5x.gif);		
width: 496px;		
height: 71px;		
background-repeat: no-repeat;	
}	
#widgetMiddle {		
width: 465px;		
min-height: 100px;		
padding: 0px 15px 0px 15px;		
border-right: 1px solid #06559a;		
border-left: 1px solid #06559a;	
background-color: #D00000;	
}
* html #widgetMiddle {
width: 494px;	
}	
#widgetBottom {		
width: 496px;		
height: 25px;		
background-repeat: no-repeat;
}
* html #widgetBottom {		
width: 496px;		
height: 25px;		
background-repeat: no-repeat;	
}
/* ~ +++++++++++++++++ Styles fuer den Widgetrahmen ++++++++++++++++++++++++ */
a.bfvWidgedLink, a.bfvWidgedLinkActive {
font-size: 14px;
font-weight: bold;
color: black;
border: 1px solid #E5E5E5;
display: block;
float: left;
text-decoration: none;
width: 100%;
padding-left: 5px;
}
a.bfvWidgedLinkActive {
background-color: #E5E5E5;
}
a.bfvWidgedLink:hover {
background-color: #D6E3F7;
}
a.suchLink {
text-decoration: none;
color: #73A6D9;
}
.itemEven {
background-color: #DADADA;
text-align: left;
padding-left: 5px;
}
.itemOdd {
background-color: white;
text-align: left;
padding-left: 5px;
}
.text, .headline, .spielleiterStyleHeadline, .spielleiterStyle, .itemOdd, .itemEven, a.bfvWidgedLink, a.bfvWidgedLinkActive, a.suchLink, .eigenerVerein  {
font-family: Arial,Helvetica,sans-serif;
color:black;
}
.text, .itemEven, .itemOdd, .spielleiterStyle, a.suchLink  {
font-size: 10pt;	
}
.headline, .spielleiterStyleHeadline {
font-size: 10pt;
text-align: left;
padding-left: 5px
}
.spielleiterStyleHeadline {
background-color: #D00000;	
}
.borderStyle, .spielleiterStyleHeadline, .spielleiterStyle {
border-collapse: collapse;
border: 1px solid #D00000;
}
.line {
color: #73A6D6;
}
.werbungStyle {
}
/* Hervorheben des eigenen Vereins */
.eigenerVerein {
font-weight:bold;	
}

