/*******************************************************************************/
/*	CSS FC Schwerzenbach                                                                                                          
/*	© by dominicschlegel.ch	        	
/*	17.04.2008								   
/*******************************************************************************/

@import "gallery.css";



body {
		background-color: #333333;
		font-family: verdana,tahoma; 
		font-size: 10pt;	
		
}

img{
		border: 0px;
}

/************************************/
/*************Links******************/ 
/************************************/

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

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

a:hover {
		color: #000000;
		text-decoration: underline;
		
}

a:active {
		color: #000000;
		text-decoration: none;
}

/************************************/
/*************Tables*****************/ 
/************************************/
table {
		border-collapse: collapse;
}

table td {
		padding: 0px;
}

.tr_highlight {
	background-color: #FFFF80 ;
}

.tr_normal {
		
}
/************************************/
/*************Classes****************/ 
/************************************/

.titlebar{
		background: url(../gfx/yellow.gif);
		background-repeat: repeat-x;
		padding-left: 5px;
		padding-top: 5px;
		border-bottom: 1px solid #000000;
		text-align: left;
}

.menu{
		background: url(../gfx/nav_background.gif);
		background-repeat: repeat-y;
		padding-left: 5px;
		text-align: left;
}

.content{
		background: url(../gfx/content_background.gif);
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
}

.footer{
		background: url(../gfx/yellow.gif);
		background-repeat: repeat-x;
		padding-left: 5px;
		border-top: 1px solid #000000;
		text-align: left;
		overflow:inherit;
}

.title{
		background: url(../gfx/title_hg.gif);
		background-repeat: repeat;
		font-weight: bold;
		padding-left: 5px;
		
}

.news_border{
		border-bottom: 1px solid #000000;
}

.table_funktionaere{
		padding: 5px;
}


.floating{
		float: right;
		width: 355px;
		margin-left: 30px;
		margin-bottom: 10px;
}

.red{
		color: #FF0000;
}

.green{
		color: #00FF00;
}

.newstitle{
		border-bottom: 1px dotted;
}

.newstitle a:hover{
		text-decoration: none;
}

.header_background{
		background: url(../gfx/fcs_backhead_rep.jpg);
		background-repeat: repeat-x;
}

.header_right{
		text-align: right;
		width: 300px;
		float: right;
}

.rangliste{
		margin-top: 3px;	
}


/************************************/
/*************Formular***************/ 
/************************************/


.formularfeld{
		height: 16px;
		background-color: #F7F98E;
		color: #000000;
		font-size: 12px;
		border: 1px dotted #000000;
		font-family: verdana,tahoma; 
		margin-bottom: 5px;
}

.button{
		background-color: #F7F98E;
		color: #000000;
		border: 1px dotted #000000;
		height: 22px;
		font-size: 12px;		
		font-family: verdana,tahoma; 
}

.liste{
		height: 22px;
		background-color: #F7F98E;
		color: #000000;
		font-size: 12px;
		font-family: verdana,tahoma; 
		margin-bottom: 5px;
		
}

.formulararea{
		font-family: verdana,tahoma; 
		font-size: 12px;
		background-color: #F7F98E;
		border: 1px dotted #000000;
		margin-bottom: 5px;
}

.radiobutton{
		background-color: #F7F98E;
		border: 1px dotted #000000;
}