/***********************************************/
/* layout.css                                 */
/***********************************************/

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

body{
	font-family: Arial,sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #DDDDDD;
	margin-top: 10px;
}

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

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-family: Arial,Verdana,sans-serif;
	font-size: 130%;
	margin: 0px;
	font-weight: bold;
	padding: 10px 0 2px 0px;
	border-bottom: dashed #C2274F 2px;
}

h2{
	font-family: Arial,Verdana,sans-serif;
	font-size: 114%;
	margin: 0px;
	font-weight: bold;
	padding: 2px 0 2px 0px;
	border-bottom: dashed #C2274F 1px;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

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

h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	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%;
}

fieldset { 
  padding: 6px;
  border: 1px solid #C2274F;
  display: inline;
  font-size: 100%;
}

legend {
  font-size: 100%;
  font-variant:small-caps;
  font-weight:bold; 
  padding: 0px 4px 0px 4px;
}

hr {
	color: #C2274F;
}

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

.arrangetab {
	width: 90%;
}

.maintable {
	border-color: #C2274F;
	border-collapse: collapse;
}

.maintable td {
	padding-left: 5px;
	padding-right: 5px;
}

.maintable a{
	text-decoration: none;
}

.maintable a:link{
	text-decoration: none;
}

.maintable a:visited{
	text-decoration: none;
}

.maintable a:hover{
	color: #C2274F;
	text-decoration: underline;
	font-weight: bold;
}

.maintable img {
	padding-left: 5px;
	padding-right: 5px;
}

.navtable {
	border-color: #C2274F;
	border-collapse: collapse;
}

.navtable td {
	padding-left: 10px;
	padding-right: 10px;
}

.navtable a{
	text-decoration: none;
}

.navtable a:link{
	text-decoration: none;
}

.navtable a:visited{
	text-decoration: none;
}

.navtable a:hover{
	color: #C2274F;
	text-decoration: none;
	font-family: Arial;
	font-size: 120%;
	font-weight: bold;
}

.subtable {
	border-color: #C2274F;
	border-collapse: collapse;
}

.subtable img {
	padding-left: 15px;
	padding-right: 15px;
}

.teamtab {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 100%;
	border-collapse: collapse;
}

.teamtab td {
	vertical-align: top;
	padding-top: 20px;
}

.teamname {
	font-size: 105%;
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

.teamsub {
	font-size: 80%;
}

.maintext {
	color: #666666;
	background-color: #FFFFFF;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.maintext a{
	color: #C2274F;
	text-decoration: none;
}

.maintext a:link{
	text-decoration: none;
}

.maintext a:visited{
	text-decoration: none;
}

.maintext a:hover{
	text-decoration: underline;
	font-size: 10pt;
	font-weight: normal;
}

.background_col {
	background-color: #C2274F;
	color: #FFFFFF;
	text-align:center;
	border-right: 1px solid #C2274F;
	border-left: 1px solid #C2274F;
	border-bottom: 1px solid #C2274F;
	border-top: 1px solid #C2274F;
}

.background_dark {
	background-color: #808080;
	color: #FFFFFF;
	text-align:center;
	border-right: 1px solid #C2274F;
	border-left: 1px solid #C2274F;
	border-bottom: 1px solid #C2274F;
	border-top: 1px solid #C2274F;
}

.background_norm {
	background-color: #DDDDDD;
}

.background_white {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.textwhite {
	color: #FFFFFF;
}

.textcolor {
	color: #C2274F;
}

.textnorm {
	color: #666666;
	vertical-align: top;
}

.footnote {
	font-size: 80%;
	vertical-align: bottom;
	padding-top: 10px;
}

.promotext {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 120%;
	font-stretch: wider;
}

/* Javascript ToolTip Formatierungen ******/
.ToolTipTitel {
 color: white;
 font-family: arial, sans-serif;
 font-weight: bold;
 font-size: 10pt;
}
 
.ToolTipInhalt {
 color: black;
 font-family: arial, sans-serif;
 font-size: 10pt;
}
 
#ToolTip {
 position:absolute;
 width: 100px;
 top: 0px;
 left: 0px;
 z-index: 4;
 visibility: hidden;
}

