/* - - - - - - - - - - - - - - - -  BODY START - - - - - - - - - - */
body {
	font: 72% arial, verdana, helvetica, sans-serif; 
	margin:2px;
	padding:0px;
	line-height: 1.3em;
	color: #000000; 
}

table, tr, td {
	font-size: 1em;
}

ul {
	margin: 15px;
}

li {
	padding-left: 2px;
	padding-bottom: 0px;
	list-style: square;
}

A { 
	color: #548DD4; 
	text-decoration: none;
	font-weight: bold; 
	font-family: Arial, Helvetica, Verdana;
}

A:hover { 
	text-decoration: underline; 
	width: auto; 
}

A:active { 
	text-decoration: none; 
	width: auto; 
}

select, input, textarea {
	font-size: 1em;
	font-family: arial, verdana, helvetica, sans-serif;
	background-color:#ffffff;
}

hr { 
	color: #0066B1;
}

/* ------------------ Hauptnavigation ----------------------*/
.content {
  width: 600px;
  text-align: left;
}
.haupt-navigation {
	background-color: #CCCCCC;
	width: 230px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

.haupt-navigation ul {
	padding: 0px;
	margin: 0px;
}

.navi-ueberschrift {
	background-color: #007BB3;
	color: white;
	padding: 4px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

.navi-text {
	border-top: 1px solid #CCCCCC;
	background-color: #679FE8;
	color: white;
	padding: 3px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 1.1em;
	font-weight: normal; 
}

.navi-text-blank {
	background-color: #CCCCCC;
	font-size: 0.2em; 
	padding: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 0px;
}

.navi-text a {
	color: white;
	font-weight: normal;
}

.navi-text a:hover {
	color: white
}

.navi-text a:active {
	color: white
}

/* ------------------ Content ----------------------*/
.admin_ueberschrift { 
	color: #1F497D; 
	font-size: 1.2em; 
	padding-top: 12px;
	padding-bottom: 8px;
	font-weight: bold; 
	font-family: Arial, Verdana, Helvetica;
}

.ueberschrift { 
	color: #1F497D; 
	font-size: 1.4em; 
	padding-top: 12px;
	padding-bottom: 8px;
	font-weight: bold; 
	font-family: Arial, Verdana, Helvetica;
	border-bottom: 1px solid #1F497D;
}

.ueberschrift_team {
	color: white; 
	background:#548DD4; 
	font-size: 1.1em; 
	font-weight: bold; 
	padding: 5px; 
	text-align: left;
}

.ueberschrift_team_dezent {
	color: black; 
	background:#eeeeee; 
	font-size: 1.0em; 
	font-weight: bold; 
	padding: 5px; 
	text-align: left;
}

.text-red { 
	color: #ff0000; 
}

.text-klein	{  
	font-size: 0.8em; 
}

.kapitel {
	color: #000000; 
	font-size: 1.2em; 
	font-weight: bold;
}