body {
	font: 62.5%/140% Verdana,Arial,Helvetica,sans-serif;
	color: #9c9d9f;
	background: #d3d3d3 url(../images/background.jpg) repeat-x;
}
a {
    /* Blau */
	color: #0668AE;
	text-decoration: underline;
}
a.internal-link {
    /* Orange */
	color: #FBA92D; 
	text-decoration: underline;
}

hr {
    border-top: 1px solid #BFBFBF; 
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
div#contentwrap {
	background: #ffffff;
	width: 795px;
}
.fixfloat {
	clear: both;
	height: 0px;
	line-height: 0;
	font-size: 0;
}
a:hover {
	 color: #9C9D9F;
	 text-decoration: none;
}
div#container {
	position: relative;
	margin: 0 auto;
	width: 795px;
	padding: 162px 0 0 0;
	font-size: 1.1em;
}
div#container img#logo {
	position: absolute;
	top: 24px;
	left: -71px;
	border: none;
}
div#container a img#logo {
	border: none;
}
div#container #header {
	height: 265px;
	width: 795px;
	position: relative;
	margin: 0 0 50px 0;
}
div#container #header ul#headerfade {
	height: 121px;
	width: 795px;
	overflow: hidden;
}
div#container #header ul#navigation {
	height: 35px;
	width: 795px;
	position: absolute;
	top: 115px;
	z-index: 100;
}
div#container #header ul#navigation li {
	width: 170px;
	height: 35px;
	float: left;
}
div#container #header ul#navigation li.last {
	width: 169px;
}
div#container #header ul#navigation li a {
	width: 170px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
div#container #header ul#navigation li a.last {
	width: 169px;
}
div#container #header ul#navigation li a.service {
	background:url(../images/button_service.gif) bottom left no-repeat;
}
div#container #header ul#navigation li a.lehrwerkstatt {
	background:url(../images/button_lehrwerkstatt.gif) bottom left no-repeat;
}
div#container #header ul#navigation li a.downloads {
	background:url(../images/button_downloads.gif) bottom left no-repeat;
}
div#container #header ul#navigation li a.ueberfair {
	background:url(../images/button_ueberfair.gif) bottom left no-repeat;
}
div#container #header ul#navigation li a.kontakt {
	background:url(../images/button_kontakt.gif) bottom left no-repeat;
}
div#container #header ul#navigation li a:hover {
	background-position: top left;
}
div#container #header ul#navigation li a.active {
	background-position: top left;
}
div#container #header img#headfooter {
	margin-top: 29px;
}
div#container #col1 {
	width: 175px;
	float: left;
	padding: 0 20px 0 75px;
}
div#container #col1 ul#subnavigation {
	margin: 0 0 20px 0;
}
div#container #col1 ul#subnavigation li {
	margin: 10px 0 10px 0;
}
div#container #col1 ul#subnavigation li a {
	display: block;
	background: transparent url(../images/uldot.gif) 0 4px no-repeat;
	padding: 0 0 0 15px;
	font-size: 15px; 
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}
div#container #col1 ul#subnavigation li a.active, div#container #col1 ul#subnavigation li a:hover {
	color: #9C9D9F;
	background: transparent url(../images/uldot_active.gif) 0 4px no-repeat;
}
div#container #col2 {
	/* width: 484px; */ 
    max-width: 660px;
	/* float: right; */
	padding: 0 75px 0 75px;
	line-height: 1.6em;
	
}
div#container #footer {
	padding: 10px 0 50px 0;
	text-align: right;
	background: #d3d3d3;
}
div#container #einloggen {
	position: absolute;
	right: 0;
	top: 120px;
	width: 300px;
	text-align: right;
}
div#container #einloggen a {
	background: url(../images/icon_login.gif) top right no-repeat;
	padding: 2px 20px 0 0;
	display: block;
	float: right;
}
div#container #beratungschat {
	position: absolute;
	right: 0;
	top: 90px;
}

/* -----------------------------------*/
/* ---------->>> CONTENT <<<-----------*/
/* -----------------------------------*/
h1 {
	height: 17px;
	margin: 0;
	color: #0668ae;
	font: "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	font-size: 1.75em;
}
h2 {
	height: 17px;
	margin: 20px 0 0px 0;
	font-size: 1.4em;
	line-height: 110%;
	font-weight: normal;
}
h3 {
	margin: 25px 0 10px 0;
	color: #0668AE;
	font-weight: bold;
	font-size: 1.25em;
}
h4 {
    margin: 0;
    margin-top: 15px;
    padding: 0;
	font-weight: bold;
}
p {
	margin: 15px 0 0 0;
}
p.footerprint {
	margin: 40px 0 20px 0;
}
a.print {
	padding: 0 0 0 20px;
	background: url(../images/ico_print.gif) no-repeat;
}
div#col2 img.left {
	float: left;
	margin: 0 10px 10px 0;
}
div#col2 img.right {
	float: right;
	margin: 0 0 10px 10px;
}
div#col2 ul {
	list-style: none;
	margin: 20px 0 20px 20px;
}
div#col2 ul li {
	list-style-image: url(../images/uldot.gif);
	margin: 0 0 10px 0;
}
ul.error, ul.msg {
	padding: 5px 0 5px 30px;
	background-color: #FAE9E5;
	border: 1px solid red;
	margin: 0;
}
ul.msg {
	background-color: #E6EFC2;
	border: 1px solid green;
}
ul.msg li {
	color: green;
}
ul.error {
	color: red;
}
h2.dlhead {
	background-color: #0668AE;
	padding: 5px;
	width: 400px;
	margin: 0;
	margin-top: 30px;
	color: #fff;
}
div.dlrow {
	position: relative;
	margin-bottom: 20px;
}	
div.dlbox {
	position: relative;
	width: 390px;
	background-color: #E7EBEE;
	padding: 10px;
	margin-top: 15px;
	border-bottom: 1px #006BAE solid;
	color: #535353;
}
div.dlbox p {
	margin: 0;
	margin-bottom: 15px;
}
a.dlfile {
	display: block;
	width: 60px;
	float: left;
}
div.dlimg {
	position: relative;
	width: 60px;
	float: left;
}
div.dltxt {
	position: relative;
		float: left;
	width: 260px;
}
div.apartnerrow {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #BFBFBF;
	position: relative;
	width: 440px;
}
div.apartnerimg {
	position: relative;
	width: 160px;
	float: left;
}
div.apartnertxt {
	width: 280px;
	float: left;
	position: relative;
}
div.apartnertxt p {
	margin: 2px 0 0 0;
}
div.apartnertxt h3 {
	margin: 0 0 2px 0;
}
div.apartnertxt h4 {
	margin: 10px 0 0 0;
}	
div.contentimg {
	position: relative;
	margin: 20px 0;
}
div.contentimgtitel {
	position: relative;
	padding: 4px;
	color: #fff;
	border-top: 1px solid #fff;
}


/* -----------------------------------*/
/* ---------->>> FORM <<<-----------*/
/* -----------------------------------*/
legend {
	display: none;
}
label {
	font-weight: bold;
	display: block;
}
input, textarea, select {
	border: 1px solid #0668AE;
	background-color: #EFEFEF;
	padding: 2px;
}
input.submit {
	background-color: #0668AE;
	color: #fff;
}
.formfinder {
	border: 1px #0668AE solid;
	padding: 10px;
}
.formfinder select {
	width: 140px;
	margin: 2px 2px 12px 2px;
}
.formfinder input {
	margin: 2px 0 0 0;
}
.formfinder input.normal {
	margin: 10px 0 0 0;
	padding: 3px;
	width: 130px;
	height:16px;
	font-size: 1.1em;
	font-style: italic;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	color: #9c9d9f;
}
.contact input {
	margin: 0 0 10px 0;
}
.contact textarea {
	margin: 0 0 10px 0;
}

/* -----------------------------------*/
/* ---------->>> TABLE <<<-----------*/
/* -----------------------------------*/
table.bform tr.head {
	
}
table.bform tr.head td {
	padding: 5px;
	padding-left: 0;
	color: #0668AE;
	font-size: 1.25em;
	font-weight: bold;
	padding-top: 15px;
}
table.bform label {
	font-weight: bold;
	display: block;
}
table {
	width: 100%;
}
thead tr {
	background-color: #9c9d9f;
	color: #fff;
	font-weight: bold;
}
thead th, td {
	text-align: left;
	padding: 2px 5px 2px 5px;
}
thead th.first-child {
	width: 100px;
}
thead th.child2 {
	width: 300px;
}
thead th.last-child {
	width: 170px;
}
tbody tr.color {
	background-color: #e7ebee;
}
tbody tr.white {
	background-color: #fff;
}
tbody tr.rowcolor {
	background-color: #dee7ee;
}
tbody td {
	color: #535353;
}
table.table0 {
	margin-top: 30px;
}
table.angebot {
	width: 100%;
}
table.angebot td.head {
	background-color: #0668AE;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px;
}
table.angebot tr.color {
	background-color: #E7EBEE;
}
table.angebot tr.footer {
	background-color: #9C9D9F;
}
table.angebot a {
	color: #fff;
}
table.angebot a:hover {
	color: #0668AE;
}
table.angebot tr.footer td {
	color: #fff;
	padding: 4px;
}
#table0 {
	border: 1px #006BAE solid;
}
#table0 thead tr th {
	height: 30px;
	background-color: #006BAE;
	cursor:pointer;
}
#table0 thead tr th a {
	
}
#table0 thead tr th a:hover {
	color: #fff !important;
	text-decoration: none;
}
th.headerSortUp { 
    background-image: url(../images/sort_up.gif); 
	background-repeat: no-repeat; 
	background-position: center left;
} 
th.headerSortDown { 
    background-image: url(../images/sort_down.gif);
	background-repeat: no-repeat; 
	background-position: center left;
} 

/* -----------------------------------*/
/* ---------->>> STARTSEITE <<<-----------*/
/* -----------------------------------*/
body#start div#container {
	width: 413px;
	margin: 0 auto 0 auto;
	padding: 200px 0 0 0;
}
body#start div#col3 {
	width: 206px;
	margin: 0;
	padding: 0;
	float: left;
}
body#start div#col1 {
	width: 206px;
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
}
body#start div#col1 p {
	padding: 0 0 0 5px;
}
body#start #container #postit {
	position: absolute;
	top: 350px;
	right: -130px;
	width: 172px;
	height: 143px;
}
body#start a img#logo {
	position: absolute;
	top: 24px;
	left: -70px;
}
body#start div#container ul#navigation {
	height: 35px;
	width: 413px;
	position: absolute;
	top: 165px;
	z-index: 100;
}
body#start div#container ul#navigation li {
	width: 138px;
	height: 35px;
	float: left;
}
body#start div#container ul#navigation li.last {
	width: 137px;
}
body#start div#container ul#navigation li a {
	width: 138px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	outline: none;
}
body#start div#container ul#navigation li a.last {
	width: 137px;
}
body#start div#container ul#navigation li a.service {
	background:url(../images/startseite_button_service.gif) bottom left no-repeat;
}
body#start div#container ul#navigation li a.ueberfair {
	background:url(../images/startseite_button_ueberfair.gif) bottom left no-repeat;
}
body#start div#container ul#navigation li a.kontakt {
	background:url(../images/startseite_button_kontakt.gif) bottom left no-repeat;
}
body#start div#container ul#navigation li a:hover {
	background-position: top left;
}

form p.warning {
	color: darkred;
	font-weight: bold;
	margin-bottom: 15px;
	}
