/*------------------------------------------------------------------ Diverse CSS ----*/

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-image: url(content.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #C8CCD0;
}
dl {height:100px;
    background-image: url(pf.jpg);
    background-position: center left;
	background-repeat: no-repeat;
	margin:0px 0 20px 0px;
	padding: 0px 0 0px 0px;
	line-height: 1.7em;
	font-size: 0.9em;
}
dt {margin:0;
	padding:0px;
}
dd {
	margin:0;
	padding: 0px 0 0 40px;
}
h2 {
	font-size: 1.1em;
	color: #a33f08;
	margin: 1.2em 0 0.2em 0;
}
acronym {
	border-bottom: 1px dotted #8B7D6B;
}
h3 {line-height: 1em;
	width:392px;
	height: 45px;
	background-image: url(h3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight:bold;
	font-size: 1em;
	color: #000000;
	padding: 5px 0 20px 45px;
	margin: 0;
}
p {
	line-height: 1.7em;
	font-size: 0.9em;
	color: #000000;
	margin: 0;
	padding: 0;
}
ul {
	list-style-type:none;
}
li {
	list-style-type:none;
}
em {
	color:#42525B;
	font-weight:bold;
}
.orange{color:#F26522}
.small{
    font-size:0.9em;
    font-weight: normal;
}
.back{padding: 35px 0 0 0px;
    margin: 25px 0 0 25px;
    font-weight: bold;
}
* html .back{margin: 5px 0 0 25px;                              /*-- Für IE6 --*/
    font-weight: bold;}	
/*--------------------------------------------------------- ----globale Links------------------------------- */

a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/*------------------------------------------------------------------Formular, Fehlermeldungen, PHP, Karierre----*/
	.formarea {
	font-size:0.8em;
	background-color:#F7F7F8;
	border:1px solid #8A8883;
}
.formfield {
width:90%;
	background-color:#F7F7F8;
	border:1px solid #8A8883;
}
.formfielde {
	
	background-color:#F7F7F8;
	border:1px solid #8A8883;
}
.formerror {
	
	margin-left: 0px;
	margin-top:-2px;
	width:90%;
	color:#DD0000;
	background-color:#E1E0DE;
	padding:2px;
	border: 1px dotted #DD0000;
}
.formbutton, .formbuttonh {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #F37B01;
	font-weight: bold;
	border: none;
	letter-spacing:0.4em;
	margin: 0px;
	width:100px;
	height:20px;
}
.formbuttonh {
	background-color: #F5912B;
}
.formbuttonspan {
	background-color: #FFFFFF;
	padding:1px;
	border: 1px solid #F37B01;
	width:100px;
	height:20px;
	margin-top:10px;
}
.formfieldmarkedinfo {
	background-color:#E1E0DE;

}
.reg {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6A5E56;
	text-decoration:none;
}
.reg a {
	font-size: 0.8em;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8A8883;
	text-decoration:none;
}
.reg a:hover {
	color: #D94503;
	text-decoration:none;
}
/*------------------------------------------------------------------TOP PANEL----*/
#toppan {
	position:relative;
	background-image: url(body_bg.gif);
	background-repeat: repeat-x;
	width:100%;
	height:147px;
	margin:0;
	padding:0px;
}
#top {
	text-align: left;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:750px;
	height:147px;
	margin:0 auto;
	padding:0px;
}
#navi {
	width:450px;
	height:25px;
	margin:0px 0 0 270px;
	padding:55px 0 0 0;
}
#navi ul {
	color:#42525B;
	font-size:0.8em;
	width:450px;
	height:20px;
	margin:0;
	padding:0px;
}
#navi ul li {
	font-weight: bold;
	color: #42525B;
	height:20px;
	float:left;
	border-right: #42525B 4px solid;
	display:block;
	padding:0px 4px;
}
#navi ul li.start {
	font-weight: bold;
	display:block;
	padding:0px 0 0 6px;
	border: none;
	background-image: url(start.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#navi ul li.start a {
	height:20px;
	width: 25px;
	border: none;
}
#navi ul li a {
	font-weight: bold;
	color:#42525B;
	display:block;
	text-align:center;
}
#navi ul li a:link {
	color:#42525B;
}
#navi ul li a:hover {
	color:#D65101;
}
#navi ul a.home {
	color:#D65101;
	text-align:center;
}

/*------------------------------------------  Seite Inhalt */

#content {
	width: 750px;
	margin: 0px auto;
}
#intro {
	float:left;
	padding: 20px 5px 0 20px;
	width: 268px;
}
#inhalt {
	background-color: #ffffff;
	float:left;
	text-align: left;
	margin: 20px 0px 0 0px;
	padding: 0px 0px 20px 0;
	width: 437px;
}
#inhalt a {color:#F26522;
}
#inhalt a:hover {}
#inhalt p {
	padding: 0px 20px 10px 20px;
}
#inhalt ul {
	padding: 0px 0px 0 20px;
	font-size: 0.9em;
	margin: 0;
}
/* Hides from IE5-mac \*/
* html #inhalt ul li {height: 1%;}
/* oder 
#inhalt ul li a { display: inline-block; }
#inhalt ul li a { display: block; }
 */

#inhalt ul p{
	padding: 10px 0 0 0;
}
#inhalt ul li {
    border-bottom: 1px dotted #C8CCD0;
	padding: 0;
	color: #000000;
	margin: 6px 20px 0px 0;
}
#inhalt ul li a {
	color:#000000;
	padding: 5px;
	margin: 0;
	display: block;
}
#inhalt ul li a:hover {
	color:#F26522;
}
#inhalt .ausbildung{margin-top: 5px; padding:10px 0 0 5px;
	display: block;
	color:#42525B;
	font-weight:bold;
	font-size: 1em;
	letter-spacing: 2px;
	border-bottom: none;
}
#galerie {
    padding: 10px 20px;
}
#galerie img {
    padding:5px; border: 1px solid #DDE1E3;
}

/* Footer Bereich */

#footer {
	height: 70px;
	margin: 0 0px 0 0;
	padding: 0 20px 0 0;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	width: 437px;
	float: right;
}
#footer p {
    line-height: 1.2em;
	color:#ffffff;
	font-size: 0.8em;
	padding: 25px 0 0 20px;
}
#footer a {	
    font-weight:bold;
	color:#F26522;
}
#footer a:hover {
	color:#ccc;
}

/* Dummy, um das Floaten von Elementen zu beenden */

.nofloat {
	clear: both;
	visibility: hidden;
	height:0px;
}
