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

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;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#content
{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/

#pageName
{
	padding: 0px 0px 10px 10px;
}

.pageName_klein 
{
	font-size: 80%;
}


/************** .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: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/
.story
{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.story p
{
	padding: 5px 5px 5px 5px;
}
.uhrzeit
{
	clear: both;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
   padding: 0px 0px -5px 0px;
	text-align: right;
	color: #898989;
}

.story img 
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}


/************* #Schwarzes Brett styles ***************/
.sb
{
	clear: both;
	font-size: 80%;
	padding: 10px 0px 5px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
}

.sb p
{
	padding: 0px 5px 5px;
	font-family: "Courier New", Courier, mono;
}

.sb img 
{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}


/*********** #Navigations Styles *************/
#NaviBar
{
	margin: 0 80% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 100%;
}

#NaviBar ul a:link, 
#NaviBar ul a:visited 
{ 
  display: block; 
}
#NaviBar ul 
{
  list-style: none; margin: 0; padding: 0;
}

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

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


/*********** #Hauptmenu Styles ***********/

#HauptMenu
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#HauptMenu h3
{
	padding: 10px 0px 2px 15px;
}

#HauptMenu h4 
{
	padding: 10px 0px 2px 10px;
	color: #334D55;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#HauptMenu a:link
{
	color: #006699;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
	width: 100%;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#HauptMenu a:visited
{
	color: #006699;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#HauptMenu a:hover
{
	color: #006699;
	text-decoration: none;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** Untermenu Styles ***********/
#SubMenu
{
	margin: 0px;
	padding: 0px 0px 10px 15px;
	font-size: 90%;
}

#SubMenu h3
{
	padding: 10px 0px 2px 15px;
	font-size: 110%;
}
#SubMenu h4
{
	padding: 10px 0px 2px 10px;
	font-weight: normal;
}

#SubMenu a:hover
{
	color: #006699;
	text-decoration: none;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

/*********** Copyright Styles  ***********/
#Copyright
{
	clear: both;
	font-size: 75%;
	color: #ABABAB;
	padding: 10px;
	margin-top: 1px;
	border-top: 1px solid #cccccc;
	font-weight: normal;
	text-align: center;
	vertical-align: bottom;
}


/*********** spezielle Styles  ***********/
.gebframe
{
	background: #EEEEEE;
	border: 2px solid #CC3300;
	padding: 30px;
}
.kartentitle 
{
	font-size: 14px;
	color: #334D55;
	font-weight: bold;
}
.mainlink {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.wklink {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}


.tablerahmen 
{
	border: 1px solid #006699;
}
.head 
{
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #838383;
	padding: 1px;
	background-color: #B9C5D2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}  

.zg 
{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #EEF2F7 top;
	padding: 5px 3px 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.zu 
{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	padding: 5px 3px 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.geb
{
	color: #CC0000;
	font-weight: bold;
}
.mylink 
{
	color: #636363;
	text-decoration: none;
}
.mylink:hover
{
	color: #333333;
	text-decoration: none;
}
.mylink_change
{
	color: #636363;
	text-decoration: none;
}
.mylink_change:hover
{
	color: #C3C3C3;
	text-decoration: none;
}

/* Styles für die Eingabe und Änderungsfenster */
.beschriftung
{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
	text-align: right;
}

.eingabefelder 
{
	color: #334d55;
	background: #EEF2F7;
	padding: 5px;
	border: 1px solid #006699;
}
.eingabefeldergleichmaessig 
{
	color: #334d55;
	background: #EEF2F7;
	padding: 5px;
	border: 1px solid #006699;
	font-family: "Courier New", Courier, mono;
}

.beschriftung_buttons
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	background: #EEF2F7;
	text-decoration: none;
	border: 1px solid #006699;
}
.lineoben 
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
}
.hinweise 
{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #339933;
}
.wettkampflink {
	font-size: 14px;
	color: #334D55;
	font-weight: bold;
	text-decoration: none;
}
.Feldertextnormal {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
	text-align: left;
}
.tablerahmen_normalfont {
	border: 1px solid #006699;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}
.line_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
}

