/* CSS Document */

body,td,th {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

hr {
	color: #cccccc;
	height: 1px;
}

a:link, a:active, a:visited {
	color: #e92225;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #e92225;
	text-decoration: underline;
	font-weight: bold;
}

/* Textinhalte
******************************************************/
h1 {
	font-size: 1.19em;
	font-weight: bold;
	color: #F00;
}

h2 {
	font-size: 1.32em;
	color: #F00;
}
h3 {
	font-size: 1.19em;
}
h4 { font-size: 1em; }
h5 { font-size: .88em; }
h6 { font-size: .63em; }


.banner_titles {
	font-weight: bold;
	color: #cc0003;
	font-style: italic;
}

.nav-red {
	color: #D50004
}
/*- Hauptmenu --------------------------- */
	
#nav {
	width: 168px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav li a {
	height: 21px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 21px;
	text-decoration: none;
	border-bottom: 1px solid #fde5e5;
	}	
	
#nav li a:link, #nav li a:visited {
	color: #FFF;
	display: block;
	background:  url(../images/main_menu_bg.gif);
	padding: 7px 0 0 28px;
	}
	
#nav li a:hover {
	color: #FFF;
	background:  url(../images/main_menu_bg_over.gif);
	padding: 7px 0 0 28px;
	}		
/*- Untermenu --------------------------- */
	
#nav-unter {
	width: 168px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;

	}
#nav-unter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#nav-unter li a {
	height: 21px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 21px;
	text-decoration: none;
	border-bottom: 1px solid #fde5e5;
	}	
#nav-unter li a:link, #nav-unter li a:visited {
	color: #FFF;
	display: block;
	background:  url(../images/dropdown_menu_bg.gif);
	padding: 8px 0 0 49px;
	}
	
#nav-unter li a:hover {
	color: #FFF;
	background:  url(../images/dropdown_menu_bg_over.gif);
	padding: 8px 0 0 49px;
	}		
/*---------------------------------------- */
#nav-static {
	background-color: transparent;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	margin: 0; 
	padding: 0;
}
#nav-static ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav-static li {
	float:left;
	padding:0;
	margin:0;
	background-image:none;
	text-indent:0;
	height: 15px;
	font-size: 11px;

}
#nav-static a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background-image: url(../images/static_menu_bg.gif);
	font-weight: bold;
	padding: 0px 10px 0px 0px;	
	white-space:nowrap;
}
#nav-static a:hover, #nav-static a:focus {
	color: #FFFFFF;
	display: block;
	background-image: url(../images/static_menu_bg_over.gif);
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	white-space:nowrap;
}
.qed-admin-menu a:link, #qed-admin-menu a:visited, #qed-admin-menu a:hover {
	font-size: 28px;
	padding: 0 0 0 0;
	height: 20px;
	background: none;
	color: red;
	border-bottom: 0px;
	margin: 0;
}
.counter_text1 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.counter_text_teams {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.title {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #CC0004;
}

.insertUser {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

.editUser {
	font-style: italic;
	text-align: center;
	margin-top: 12px;
}
