@import url(reset.css) all;
@import url("formular.css");

@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

strong {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	left: 20px;
	top: 0px;
	position: absolute;
	z-index: 2;
}


/* ================================= HEADER DEFINITIONEN ==========================================================*/
.thrColFixHdr #HeaderBackground {
	background-color: #FC0;
	position: absolute;
	z-index: 1;
	height: 100px;
	width: 100%;
	left: 0px;
	top: 0px;
}
 
.thrColFixHdr #header {
	background: #FFCC00;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
}

.thrColFixHdr #HeaderContent {
	margin-left: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.thrColFixHdr #HeaderContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #300;
	line-height: normal;
}

.thrColFixHdr #HeaderContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #300;
	margin: 10px;
}

.thrColFixHdr #headerNavi {
	background: #FFFFFF;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 40px;
} 

.thrColFixHdr #headerNavi a  {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background-color: #fc0;
	text-decoration: none;
	margin-right: 5px;
	padding: 1px 6px;
	border: solid 1px #730;
}

.thrColFixHdr #headerNavi a:hover {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	text-decoration: none;
	margin-right: 5px;
	padding: 1px 6px;
	border: solid 1px #411;
	}

.NaviHeaderContent {
	margin-top: 5px;
	margin-left: 330px;
	font-family: Verdana, Geneva, sans-serif;
}

/* ================================= LINKE NAVIGATION DEFINITIONEN ==========================================================*/
.thrColFixHdr #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.thrColFixHdr #sidebarLeft a  {
	color: #300;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
}

.thrColFixHdr #sidebarLeft a:hover {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
	}

.thrColFixHdr #sidebarLeft li {
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #300;
	height: auto;
	width: 150px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: left;
	vertical-align: middle;
	margin: 1px;
}

.thrColFixHdr #sidebarLeft hr {
	margin-right:0px;
	text-align:left;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/* ================================= RECHTE NANIGATION DEFINITIONEN ==========================================================*/
.thrColFixHdr #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}

.thrColFixHdr #sidebarRight h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #300;
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 10px;
}
.thrColFixHdr #sidebarRight p {
	font-family: Verdana, Geneva, sans-serif;
	color: #300;
}
.thrColFixHdr #sidebarRight a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333;
	text-decoration: none;
}
.thrColFixHdr #sidebarRight a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333;
	text-decoration: underline;
}

.thrColFixHdr #RightSidebarContent {
	background-color: #FFC;
	height: auto;
	width: 180px;
	text-align: left;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #300;
	border: 1px solid #FC0;
}

/* ================================= MAIN CONTENT DEFINITIONEN ==========================================================*/
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.thrColFixHdr #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #300;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: normal;
}
.thrColFixHdr #mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #300;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
}
.thrColFixHdr #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #300;
	line-height: 20px;
	padding-bottom: 10px;
	margin: 10px;
}

.thrColFixHdr #mainContent a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	text-decoration: underline;
}
.thrColFixHdr #mainContent a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.thrColFixHdr #mainContent hr {
	background-color: #FC0;
	width: 500px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
	text-align: center;
	margin-left: 10px;
}
.thrColFixHdr #mainContent li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	list-style-image: url(../medien/navi_pfeil.gif);
	margin-left: 20px;
}
.thrColFixHdr #container #mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #300;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #300;
	padding-left: 10px;
	background-color: #FC0;
}

.thrColFixHdr #ContentYellowBoxList {}

.thrColFixHdr #ContentYellowBoxList a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.thrColFixHdr #ContentYellowBoxList a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F60;
	text-decoration: none;
}
/* ================================= FOOTER DEFINITIONEN ==========================================================*/
.thrColFixHdr #footer {
	padding-top: 5;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC0;
	background-color: #FFF;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #999;
	font-weight: bolder;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.thrColFixHdr #footer a  {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 5px;
	
}

.thrColFixHdr #footer a:hover {
	color: #000;
	text-decoration: underline;
	
	}

.MehrEingeschobenmehr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #300;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
}
/* ================================= ALLGEMEINE STYLE DEFINITIONEN ==========================================================*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.LeitBild {
	height: 190px;
	width: 190px;
	border: 1px solid #FC0;
	background-color: #FFC;
	padding: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: center;
}
.DeteilBilde {
	background-color: #FC0;
	padding: 5px;
	border: 1px solid #F90;
	text-align: center;
	margin: 5px;
}


.DeteilBildContent {
	background-color: #FC0;
	padding: 5px;
	height: 120px;
	width: 120px;
	border: 1px solid #F90;
	text-align: center;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.OrangeFrame {
	border: 1px solid #FC0;
	padding: 5px;
}

.BilderTextFramed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	width: 190px;
	border: 1px solid #000;
	margin: 0px;
	padding: 5px;
}

.RighrSidebarContentText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #300;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.textBOLD {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

.textBOLDsmallGrey {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 12px;
}

.YellowBox {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #300;
	background-color: #FFC;
	border: 1px solid #FC0;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding: 10px;
}

.YellowBoxWithPicture {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #300;
	background-color: #FFC;
	border: 1px solid #FC0;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	float: none;
	text-align: left;
	font-size: 12px;
	clear: none;
	min-height: 140px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.ZitatTextFramed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	width: 150px;
	border: 1px solid #FC0;
	margin: 5px;
	padding: 10px;
	font-weight: bold;
	background-color: #FF9;
}

.Zentriert {
	text-align: center;
	vertical-align: middle;
	
}


.YellowBoxZentriert {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #300;
	background-color: #FFC;
	padding: 10px;
	border: 1px solid #FC0;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	text-align: center;
}

.TabelleLebenslauf {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.TabelleKursdaten {
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #300;
	border-right-color: #300;
	border-bottom-color: #300;
	border-left-color: #300;
}


.TabellePreiseZentriert {
	text-align: center;
	vertical-align: middle;
	float: none;
	padding-right: 110px;
	padding-left: 110px;
}
.TabellePreiseHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #300;
	background-color: #FF9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #300;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.TabellePreiseData {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #300;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #300;
}

.TabellePreiseDataSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.Sitemap {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.SitemapEingerueckt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 50px;
}
.hr_darker   {
	color: #F90;
	background-color: #F90;
	margin-right:0px;
	text-align:left;
	margin-left: 0px;
	border: 1px solid #F90;
	margin-top: 5px;
	margin-bottom: 2px;
}
.hr_lighter {
	color: #FC0;
	background-color: #FC0;
	margin-right:0px;
	text-align:left;
	margin-left: 0px;
	border: 1px solid #FC0;
	margin-top: 5px;
	margin-bottom: 2px;
}

.navi_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}
	
.navi_text_zelle {
	background-color: #FC0;
	margin: 10px;
	}

