/*******************************************************************************
Stylesheet

Projekt: FC-Krumbach
Stand: 22.04.09
*******************************************************************************/
@charset "utf-8";


/************************************************************************
Standardelemente
************************************************************************/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* Scrollbalken immer anzeigen */
}

body {
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	text-align: center;
  background: #404040 url('images/bg.gif');
  padding-top: 10px;
}

h1 {
	color: #FFFF00;
	font-size: 10pt;
  background: #000000;
  margin-top: 20px;
  padding: 4px;
  font-weight: bold; 
}

h2 {
  color: #333333;
  font-size: 10pt;
  background: #CCCCCC;
  padding: 2px;  
}

h3 {
  color: #333333;
  font-size: 10pt;
  border-bottom: 1px solid #FFFF00;   
}

.vorstand {
  border: 1px solid #333333;
  margin-left: 10px; 
}

.bild {
  border: 1px solid #333333;
}
/************************************************************************
Layout 
************************************************************************/
#container {
width: 780px;
margin: 0 auto;
padding: 0;
background: #333333 url('images/menue_hg.gif');
}

#banner {
background: #333333 url('images/header.png') no-repeat left top;
height: 82px;
}

embed {
   margin-top: 5px;
}



#mainnavi {
background-color: #000000;
width: 100%;
float: right;
}

#content {
min-height:380px;
background-color: #ffffff;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}

#footer {
clear: left;
padding: 0;
margin: 0;
background: #333333 url('images/unten.gif') no-repeat left top;
height: 90px;
}


/************************************************************************
Seitenmenue 
************************************************************************/


#menu {
	list-style-type: none;
	padding: 0;
	background: #333333;
}
#menu li {
	display: block;
	float: left;
	position: relative;
	z-index: 100;
	margin-right: 1px;
}
#menu li span {
	display: block;
	z-index: 100;
	background: #b2ab9b;
	padding: 5px 10px;
	font-size: 1.1em;
}
#menu li a, #menu li a:visited {
	display: block;
	padding: 0;
}
#menu dl {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: url(transparency.gif);
}
#menu dt {
  /*background: #000000 url(images/men_top_hg_2.gif) center center;*/
	background: #000000;
  font-size: 1.1em;
	border-bottom: 1px solid #fff;
	float: left;
	border-right: 1px solid #fff;
}
#menu dd {
	display: none;
	background: transparent;
	border-bottom: 1px solid #000000;
	clear: left;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 1em;
	text-align: left;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#menu dt a, #menu dt a:visited {
	display: block;
	color: #ffff00;
	padding: 5px 10px;
	text-decoration: none;
}
#menu dd a, #menu dd a:visited {
	background: #eeeeee;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 120px;
	padding: 5px 10px;
}
#menu li a:hover {
	border: 0;
}
#menu li:hover dd, #menu li a:hover dd {
	display: block;
}

#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {
	background: #FFFF00;
	color: #000000;
}

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

a, a:link, a:active {
 color: #0000FF;
 text-decoration: none;
}
a:hover {
 color: #FF0000;
 text-decoration: underline;
}


/************************************************************************
Img-Buttons
************************************************************************/
a.imgbutton { 
background: transparent url('images/bttn_right.gif') no-repeat scroll top right; 
color: #FFFF00; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-size: 0.8em; 
display: block; 
float: left; 
height: 25px; /* Hoehe der verwendeten Grafik (Des angezeigten Teils)*/ 
margin-right: 6px; 
padding-right: 18px; 
text-decoration: none; 
font-size: 8pt;
} 

a.imgbutton span { 
background: transparent url('images/bttn_left.gif') no-repeat; 
display: block; 
line-height: 14px; 
padding: 5px 0 6px 18px; 
font-size: 8pt;
} 

a.imgbutton:hover { 
background-position: bottom right; 
color: #FFFF00; 
outline: none; /* Punktierten Umriss im Firefox verhindern */ 
} 

a.imgbutton:hover span { 
background-position: bottom left; 
padding: 6px 0 5px 18px; /* Verschiebt Text um 1px nach unten */ 
} 
/************************************************************************
Formulare
************************************************************************/

.TSmeldung {
	background-color: #efefef;
	border: 1px solid #333333;
	padding:5px;
}

.TSinput, .TSselect, .TStextarea {
 font-family:  Verdana, Arial, Helvetica, sans-serif;
 border: 1px solid #CCCCCC;
 font-size: 8pt;
}

.TSbutton {
	background-color: #000000;
	padding: 2px 2px 2px 2px;
  color: #FFFF00;
 	border-top: 1px solid #FFFF00;
	border-left: 1px solid #FFFF00;
	border-right: 1px solid #FFFF66;
	border-bottom: 1px solid #FFFF66;
	margin-bottom: 5px;
	margin-top: 10px;
}

.TSred {
	FONT-SIZE: 8pt;
	color: #FF0000;
	font-weight: bold;
}

.box {
background-color: #EEEEEE;
padding: 10px;
}

.inbox {
background-color: #FFFFFF;
padding: 10px;
border: 1px solid #333333;
}

/************************************************************************
Allgemeines
************************************************************************/

.left {
   float: left;
   margin-right: 10px;
}

.right {
   float: right;
   margin-left: 10px;
}
