*, html{
  margin: 0; 
  padding: 0;
}

body{
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size:62.5%;
  margin: 0 auto;
  background-color: #cccccc;
  color: #333333;
}

#wrap{
  width: 760px;
  margin: 0 auto;
  background-color: white;
  border: 6px solid white;
}

#sidebar{
  width: 180px; 
  float: left;
}

#inner{
	clear:both;
}
#contentarea{
  width: 570px; 
  float: right; 
}
/* Menüleistendefinition */

.menu{
  list-style-type: none;
  border-top: 2px solid #A21A1B;
  border-bottom: 2px solid #A21A1B;
}

.menu li a:link, .menu li a:visited{
  display: block; 
  height: auto !important;
  height: 1.4em;
  background-color: #f2f2f2;
  padding: 0.5em 0.5em 0.5em 1em; 
  margin: 2px 0;
  color: #A21A1B;
  text-decoration: none;
  font-size: 1.3em;
}

.menu li a:hover, .menu li a:active, .menu li a:focus, .active{
  background-color: #A21A1B;
  color: #f2f2f2;
  text-decoration: none;
}

.menu ul{
	list-style-type: none;

}

.menu ul a:link, .menu ul a:visited{
	display: block;
	padding: 3px 3px 2px 8px; 
	font-size: 1.1em;
	margin: 0 1px;
	text-decoration: none;
	background-color: #e9e9e9;
	color: black;
	margin: 1px 0 1px 15px;
}

.menu li ul li a:focus, .menu li ul li a:hover, .menu li ul li a:active{
	text-decoration: none; 
	color: #fff;
	background-color: #A21A1B;
}

.hide{
  display: none;
}

.clearer{
	clear: both;	
}

#footer{
  border-top: 30px solid white;
  clear: both;
  padding: 10px;
  font-size: 0.8em;
  text-align: right;
  font-weight: normal;
  background-color: #990000;
  color: white; 
}

/* Headerbereich */

#header{
	height: 100px;
	/*background-color: #990000;*/
	margin-bottom: 10px;
	width: 100%;
	display: block;
	clear: both;
}

#header{
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}

#header img{
	border: 0;
}

#header h1{
	float: left;
	width: 140px;
	margin: 0 0 0 10px;
	font-size: 0;
}

#header h1 a:link, #header h1 a:visited{
	color: white;
	text-decoration: none;
}

#header span{
	display: block;
	float: right; 
	margin: 70px 10px 5px 0;
	height: 30px; 
	width: 400px;
	color: white;
	font-size: 1.6em;
	font-weight: normal;
	text-align: right;
}

/* Contentbereich */

#content{

}
#content .php-file-tree{
	margin-left: 30px;
}

#content q{
	padding: 20px;
	font-style: italic;
	font-size: 1.2em;
}

#content p{
	font-size: 1.2em;
	color: #333333;
	line-height: 1.6;
	margin-bottom: 7px;
}

#content h2{
	font-weight: bold;
	font-size: 1.5em;
	color: #A21A1B;
 }

#content h3{
	margin: 10px 0 5px 0;
	font-size: 1.35em; 
	font-weight: bold; 
	color: #222222;

}
#content h4{
	font-size: 1.4em;
}
#content small .quelle{
	margin-top: 20px;
}
#content h5{}

#content ul, #content ol{
	font-size: 1.3em;
	margin-left: 30px;
	margin-bottom: 10px;
}
#content ul{
	list-style-type: square;
}
#content li{}
#content table{
	border-collapse: collapse;
	border: 1px solid #A21A1B;
	font-size: 1.2em;
	width: 100%;
}
#content tr{
	border: 1px solid #A21A1B;
}
#content td{
	padding: 4px 5px;
	
}
#content th{
	background-color: #A21A1B;
	color: white;
	padding: 6px 5px;
	text-align: left;
}

#content img{
	margin: 5px;
	
	padding: 2px;
	border: 1px solid #eaeaea;
}
#content img.left{
	float: left;
}
#content img.right{
	float: right;
}

#kontaktform label, #bewerbungsform label {
	display: block;
	width: 6em;
	font-size: 1.2em;
	float: left;
	padding: .5em;
}

#bewerbungsform label{
	width: 9em;
}

#kontaktform  input, #kontaktform  select, #kontaktform textarea { /* Alle Labels UND Formularelemente auswählen */
	display: block;
	width: 22em;
	font-size: 1.2em;
	float: left;
	padding: .2em;
	margin: .1em;
}

#kontaktform textarea{
	height: 12em;
	width: 22em;
	font-size: 1.4em;
}

#kontaktform br, #bewerbungsform br { 
	clear: left; 
	font-size: 1.2em;
}

#kontaktform input#submit { /* den Submit-Button */
	float: none;
	width: auto;
	margin: .3em;
	margin-left: 7.4em;
}

#kontaktform label, #bewerbungsform label{
 text-align: left; 
 padding-right: 1em; 
 cursor: pointer;
}
#bewerbungsform label{
	width: 11em;
}

#bewerbungsform fieldset{
	border: none;
	margin-bottom: 1em;
	margin-top: 1em;
}
#bewerbungsform legend{
	font-size: 1.55em;
	margin: 0.2em 0;
	font-size: 1.2em;
	padding: 0.5em;
	font-weight: bold;
}
#bewerbungsform textarea{
	width: 40em;
	height: 13em;
	padding: 0.5em;
	font-size: 1.5em;
	margin: 0.5em;
}

/*Footer Link-Definition*/

#footer a:link, #footer a:visited{
	color: white; 
	text-decoration: none;
	font-size: 1.4em;
}
#footer a:focus, #footer a:hover, #footer a:active{
	text-decoration: underline;
}

/*Modulboxen*/

.box-1{
	width: 190px;
	background-image: url(../images/box_bg.png);
}
.box-2{
	width: 380px;
	background-image: url(../images/box_bg_2.png);
}
.box-1, .box-2{
	float: left;
	background-repeat: repeat-y;
	background-position: bottom left;
	padding: 0 0 13px 0;
	margin-top: 10px;
}
.box h3{
	height: 32px;
	/*width: 185px;*/
	font-size: 0;
	background-repeat: no-repeat;
}
#fragen h4{
	font-size: 1.2em !important;
}
.zweigstellen h3{
	background-image: url(../images/box_zweigstellen.png); 
}
.neuigkeiten h3{
	background-image: url(../images/box_neuigkeiten.png); 
}
.netzwerk h3{
	background-image: url(../images/box_netzwerk.png);
}

.box a:link, .box a:visited{
	color: #333333;
	text-decoration: underline;
}
.box ul{
	list-style-type: none;
	font-size: 1.1em !important;
	margin-left: -20px;
}
.box h4{
	margin: 0 15px 0 5px;
	/*width: 175px;*/
	padding: 4px;
	text-decoration: underline;
}
.box p{
	font-size: 1.1em;
	margin: 0 10px 0 5px;
	padding: 2px 5px 2px 5px;
	background-color: white;
}
.box li{
	padding: 1px 6px 6px 0px;
}

.neuigkeiten ul, .netzwerk ul, .netzwerk div, .netzwerk h4{
	margin-left: 13px;
	width: 175px;
}

/*Box - Direkter Kontakt & Zweigstellen in der Seitenleiste*/

h3.kontakt, h3.zweigstellen{
	background-color: #A8131D;
	padding: 7px 5px 6px 10px;
	color: white;
	font-weight: normal;
	font-size: 1.4em;
	margin-top: 10px;
	clear:both;
}
p.kontakt{
	font-size: 1.2em;
	padding:  0 0.6em;
}

#sidebar .zweigstellen_links, #sidebar .zweigstellen_rechts{
	font-size: 1.2em;
	list-style-type: none;
	line-height: 1.4;
}
#sidebar .zweigstellen_links{
	width: 80px;
	float: left;
	margin-left: 3px;
}
#sidebar .zweigstellen_rechts{
	width: 89px;
	float: right;
}

#sidebar ul.zweigstellen a:link, #sidebar ul.zweigstellen a:visited{
	font-size: 0.95em;
	padding: 0 2px;
	background-color: white;
	text-decoration: underline;
	color: black;
	line-height: 1;
}
#sidebar ul.zweigstellen a:hover, #sidebar ul.zweigstellen a:active, #sidebar ul.zweigstellen a:focus{
	color: #A21A1B;
}
