body 
{
  scrollbar-face-color: #DEE3E7;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #DEE3E7;
  scrollbar-3dlight-color: #D1D7DC;
  scrollbar-arrow-color:  #006699;
  scrollbar-track-color: #EFEFEF;
  scrollbar-darkshadow-color: #98AAB1;

	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:hover 
{
	text-decoration: underline;
}


/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6 
{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1
{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2
{
 font-size: 114%;
 color: #006699;
}

h3
{
 font-size: 100%;
 color: #334d55;
}

h4
{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5
{
 font-size: 100%;
 color: #334d55;
}

ul
{
 list-style-type: square;
}

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

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

label
{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
/***********************************************/
/* spezielle Bereichs Div's                    */
/***********************************************/
/* der Seitenbereich */
#content
{
	float:right;
  width:80%;
	padding: 0 25px 0 0;
	margin: 0;
/*	border: 1px dotted #000099;*/
}

/* der Newsbereich */
#news_title
{
  margin          : 0px 3px 0px 5px;
  padding         : 2px;
  font-family     : Tahoma; 
  font-size       : 15px; 
  font-weight     : bold;
	text-align      : center;
	border          : 3px solid #FF701A;
	color           : #FFFFFF;
	background-color: #FF701A;
	width           : 45%;
}
#news
{
  font-family     : Tahoma; 
  font-size       : 12pt; 
  font-weight     : normal;
	
  margin          : 0px 3px 3px 5px;
  padding         : 3px 7px 1px 7px;
	border          : 2px solid #FF701A;
	background-color: #FFEDDF;
	width           : 90%;
}
#news p
{
	color           : #121212;
	margin          : 0px 0px 5px 0px;
	padding         : 5px 10px 10px 10px;
	font-size       : 14px;
	text-align      : justify;
/*	border        : 0px solid #FF701A; */
}

#news h2
{
	color           : #FF701A;
  font-family     : Tahoma; 
  margin          : 0px;
  padding         : 2px 2px 0px 5px;
  font-size       : 14px; 
	text-decoration : none;
}

.news_selected,
#news a:link,
#news a:visited,
#news a:hover
{
	color           : #FF701A;
	padding         : 0px;
	font-size       : 10pt;
	font-weight     : bold;
	text-decoration : none;
}

/* Der Wettkampfbereich am rechten Rand */
#wk_title
{
  margin          : 0px 5px 0px 10px;
  padding         : 2px;
  font-family     : Tahoma; 
  font-size       : 15px; 
  font-weight     : bold;
	text-align      : center;
	border          : 3px solid #008800;
	color           : #FFFFFF;
	background-color: #008800;
	width           : 45%;
}
#wk
{
  font-family     : Tahoma; 
  font-size       : 12pt; 
  font-weight     : normal;
	
  margin          : 0px 15px 3px 10px;
  padding         : 3px 7px 1px 7px;
	border          : 2px solid #008800;
	background-color: #EDF9EC;
	width           : 250;
}
#wk p
{
	color           : #121212;
	margin          : 0px 0px 5px 0px;
	padding         : 0px 2px 10px 2px;
	font-size       : 14px;
	text-align      : left;
/*	border        : 0px solid #FF701A; */
}

#wk h2
{
	color           : #008800;
  font-family     : Tahoma; 
  margin          : 0px;
  padding         : 2px 2px 0px 2px;
  font-size       : 14px; 
	text-decoration : none;
}

.wk_selected,
#wk a:link,
#wk a:visited,
#wk a:hover
{
	color           : #008800;
	padding         : 0px;
	font-size       : 10pt;
	font-weight     : bold;
	text-decoration : none;
}

/* Der Ergebnisbereich am rechten Rand */
#erg_title
{
  margin          : 0px 15px 0px 10px;
  padding         : 2px;
	border          : 3px solid #000099;

  font-family     : Tahoma; 
  font-size       : 15px; 
  font-weight     : bold;
	text-align      : center;

	color           : #FFFFFF;
	background-color: #000099;
	width           : 45%; 
}
#erg
{
  margin          : 0px 5px 0px 10px;
  padding         : 3px 7px 1px 7px;
	border          : 2px solid #000099;

  font-family     : Tahoma; 
  font-size       : 12pt; 
  font-weight     : normal;
	
	background-color: #EFEFFF;
	width           : 250;
}
#erg p
{
	color           : #121212;
	margin          : 0px 0px 5px 0px;
	padding         : 0px 2px 10px 2px;
	font-size       : 14px;
	text-align      : left;
/*	border        : 0px solid #FF701A; */
}

#erg h2
{
	color           : #000099;
  font-family     : Tahoma; 
  margin          : 0px;
  padding         : 2px 2px 0px 2px;
  font-size       : 14px; 
	text-decoration : none;
}

.erg_selected,
#erg a:link,
#erg a:visited,
#erg a:hover
{
	color           : #000099;
	padding         : 0px;
	font-size       : 10pt;
	font-weight     : bold;
	text-decoration : none;
}


/***********************************************/
/* Headerbereich                               */
/***********************************************/
.headerareacolor
{
	background-color: #3399CC;
}

/***********************************************/
/* Titelbeschriftung                           */
/***********************************************/
.title_text
{
	COLOR: #CC0000; 
	font-family: "Viner Hand ITC"; 
	FONT-SIZE: 28pt; 
	text-align:center;
}

/* Die Überschrift auf der Startseite */
.main_title
{
	padding: 10px;
	margin : 30px 135px 0px 135px;

	COLOR: #CC0000; 
	border: 3px solid #0000CC;
	font-weight: bolder; 
}
.main_title_sub
{
	padding: 10px;
	margin : 0px 135px 30px 135px;
  
  FONT-FAMILY: Tahoma; 
  FONT-SIZE: 13pt; 
  font-weight: none;
	
	COLOR: #FFFFFF; 
	background-color: #0000CC;
	border: 3px solid #0000CC;
}

/* Die Überschrift auf jeder anderen Seite */
.normal_title
{
	padding: 10px;
	margin : 30px 30px 3px 0px;
/*	border: 2px solid #990000; */
	font-weight: bolder; 
}

/************** .normale blocks ***************/

/* normaler Blockbereich, indem etwas ausgegeben wird */
#normal_block
{
	padding: 0px;
	margin : 5px 15px 5px 25px;
	width:95%;
  
	color: #121212; 
  font-family: Verdana,Arial,sans-serif;
	font-size: 10pt; 
	font-weight: bolder; 
	text-align:left;
/*	border: 2px solid #990000;*/
}

/* Farbverwaltung Kopf einer Tabelle */
.table_header
{
	color       : #FFFFFF; 
	font-family : Verdana,Arial,sans-serif; 
	font-size   : 13pt; 
	font-weight : none;
}


