/* ------------------------------- Seitenlayout ----------------------------- */


#header {
		/*position: absolute;*/
		background-color:#35618E;
		left: 0;
		top: 0;
		padding: 5px 0px 0px 0px;
		width: 100%;
		}
#header {
		height: 70px; /* hier der flasche IE Wert*/
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 65px;
		}
		

#headerbar {
		background-color: #706B63;
		color: #EFE6D8;
		padding: 8px 0px 5px 0px;
		border-top: 1px solid #35342F;
		border-bottom: 1px solid #35342F;
		width: 100%;
		font-size: 10px;
		}

#headerbar {
		height: 30px; /* hier der flasche IE Wert*/
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 15px;
		}

#headerpath {
		background-color: #AFAB98;
		width: 100%;
		color: #EFE6D8;
		padding: 5px 0px 5px 0px;
		}
#headerpath {
		height: 75px; /* hier der flasche IE Wert*/
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 65px;
		}		
		
		
#titlebar {
		background-color: #87A8CC;
		color: #EFE6D8;
		top: 175px;
		border-bottom: 1px solid #35342F;
		border-top: 1px solid #35342F;
		}
#titlebar {
		height: 40px; /* hier der flasche IE Wert*/
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 38px;
		}		
				
#content {
		background-image: url(/images/tektorum/gradients/streifen.gif);
		padding: 15px 0px 15px 0px;
		width: 100%;
		min-height: 300px;
		}
	
		
#footerinfo {
		color: #EFE6D8;
		background-color: #87A8CC;
		width: 100%;
		border-bottom: 1px solid #35342F;
		border-top: 1px solid #35342F;
		}
#footerinfo {
		height: 40px; /* hier der flasche IE Wert*/
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 38px;
		}		
#footerpath {
		background-color: #AFAB98;
		color: #35342f;
		width: 100%;
		padding: 10px 0px 5px 0px;
		border-bottom: 1px solid #35342F;
		}
#footerpath {
		height: 76px; /* hier der flasche IE Wert*/
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 60px;
		}		
#footer {
		/*position: absolute;*/
		background-color:#35618E;
		width: 100%;
		height: 100px;
		color: #EFE6D8;
		padding: 5px 0px 5px 0px;
		}		
		
		

/* ---------------- Klassen ---------------- */
/* Diese Formate duerfen mehrfach vorkommen. Form: <div class="xyz"></div> */

.sidepadding {
		padding: 0px 40px;
		}
.h2bar {
		background-color: #87A8CC;
		color: #EFE6D8;
		font-size: 11px;
		font-weight: 800;
		padding-top: 2px;
		border-bottom: 1px solid #35342F;
		border-top: 1px solid #35342F;
		margin: 20px -40px 20px -40px;
		}
.h2bar {
		height: 20px; /* hier der flasche IE Wert*/
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 16px;
		}

.bar {
		background-color: #87A8CC;
		border-bottom: 1px solid #35342F;
		border-top: 1px solid #35342F;
		margin: 10px -40px 10px -40px;
		}
.bar {
		height: 4px; /* hier der flasche IE Wert*/
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 2px;
		}



.blockcontent {
		padding: 5px 5px 5px 5px;
		}


.left {
		float: left;
		text-align: left;
		}

.right {
		float: right;
		text-align: right;
		}

.small {
		font-size: 10px;
		}

.medium {
		font-size: 11px;
		}

.normal {
		font-size: 12px;
		}

.large {
		font-size: 13px;
		}

.extralarge {
		font-size: 14px;
		}
		
.white	{
		color: #FFFFFF;
		}		

.line {
		margin:0 -40px;
		border-bottom: 1px solid #35342f;
		
		}

.dotline {
		width: 100%;
		border-bottom: 1px dotted #afab98;
		}

/*.line_dark {
		width: 100%;
		border-bottom: 1px solid #35342f;
		}*/

.path {
		color: #35342f;
		font-size: 11px;
		font-weight: 600;
		margin-top: 5px;
		}


/* Navigation bei mehreren Seiten: n?chste | 1 2 3 | letzte */
/* und Anzeige: Es gibt ... in unserer Datenbank */
.pagenav {
		font-size: 10px;
		text-align: right;
		width: 100%;
		margin-top: 20px;
		}

.center {
		text-align: center;
		}

.alert {
		color: #FF0000;
		}



/* ++++++++++ zweispaltiges Layout, z.B. fuer Formulare ++++++++++ */
div.form {
	clear: both;
	padding-top: 5px;
	/*margin-top: 100px;*/
	}

/*div.form span*/
.formlabel {
	float: left;
	width: 130px;
	text-align: left;

  }

/*div.form span.*/
.forminput {
	float: right;
	width: 350px;
	text-align: left;

  }


/* beendet floating anweisungen*/
.clear {
	clear: both;
	}


/* ------------------------------- Formatierung ----------------------------- */
body {
		min-width: 1000px;
		background-color:#35618E;
		font-family: verdana, arial, helvetica, san-serif;
		font-size: 12px;
		color: #35342f;
		}
* 	{
		margin:0;
		padding:0;
	}

h1 		{
		font-size: 14px;
		font-weight: 600;
		/*font-variant: small-caps;*/
		text-transform: uppercase;
		margin-top: 0px;
		margin-bottom: 20px;
		}

h1 img 	{
		vertical-align: -8px;
		margin-right: 5px;
		}
h1 a:hover {
		text-decoration: none;
		}
#titlebar h1 {
		float: left;
		text-align: left;
		font-size: 13px;
		font-weight: 800;
		text-transform: none;
		padding: 10px 0px 0px 0px;
}


h2 		{
		font-size: 12px;
		font-weight: 600;
		margin-bottom: -8px;
		}

div.path h2 {
		font-size: 11px;
		margin-bottom: 5px;
		margin-top: 5px;
		}
h3 		{
		font-size: 12px;
		font-weight: 600;
		margin-top: 15px;
		margin-bottom: 0px;
		}

h3 img 	{
		vertical-align: middle;
		margin-right: 5px;
		}

h3 ul {
	margin-left: -24px;
	list-style-image: url(/images/tektorum/misc/ul.gif);
	list-style-type: circle;
	}


h4 		{
		font-size: 11px;
		font-weight: 600;
		font-style: italic;
		margin-top: 0px;
		margin-bottom: 0px;
		}
		
h5 		{
		font-size: 10px;
		font-weight: 600;
		font-style: italic;
		margin-top: 0px;
		margin-bottom: 0px;
		}
		
p		{
		margin-bottom: 0px;
		margin-top: 0px;
		}
/* Definition der allgemeinen Links*/

a:link 	{
		color: #35342F;
		text-decoration: underline;
		}

a:active {
		color: #EFAE63;
		text-decoration: underline;
		}

a:visited {
		color: #35342F;
		text-decoration: underline;
		}

a:hover {
		color: #35618E;
		text-decoration: underline;
		}
/*
div.fourcolumn ul {
	margin-left: 20px;
	margin-top: 5px;
	list-style-image: url(/images/tektorum/misc/ul.gif);
	list-style-type: circle;
	}*/
	
div.fourcolumn li {
	margin-left: 20px;
	margin-top: 5px;
	list-style-image: url(/images/tektorum/misc/ul.gif);
	list-style-type: circle;
	}	
form {
	margin: 0px;
	padding: 0px;
	display:inline;
	}
	
img {
	border: 0px;
	vertical-align: middle;
	}
	
/* ------------------------------- Klassen ----------------------------- */	


/* ++++++++++ vierspaltiges Layout ++++++++++ */
div.fourcolumn {
	clear: both;
	padding-top: 5px;
	}

/*div.form span*/
.fourcolumn1 {
	float: left;
	width: 90px;
	text-align: left;
	}
/*div.form span.*/
.fourcolumn2 {
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: left;
  }
.fourcolumn3 {
	float: left;
	width: 300px;
	margin-right: 10px;
	text-align: left;
  }	
  
.fourcolumn4 {
	float: left;
	width: 300px;
	text-align: left;
  }
  
.fourcolumn1 img {
	border: 1px solid #000000;
}  	 


/* ++++++++++ zweispaltiges Layout, z.B. fuer Formulare ++++++++++ */
div.form {
	clear: both;
	padding-top: 5px;
	}
/*div.form span*/
.formlabel {
	float: left;
	width: 180px;
	text-align: left;

  }
/*div.form span.*/
.forminput {
	float: left;
	text-align: left;
	margin-left: 10px;
  }
  
   
/* ------------------------------- Formatierung des Heads ----------------------------- */

#header img {
	position: relative;
	margin-top: 7px;
	border: 0px;
	}

/* ------------------------------- Formatierung der Headerbar-Zeile ----------------------------- */


div#headerbar a:link	{
		color: #EFE6D8;
		text-decoration: none;
		}

div#headerbar a:visited {
		color: #EFE6D8;
		text-decoration: none;
		}

div#headerbar a:active {
		color: #EFE6D8;
		text-decoration: none;
		}

div#headerbar a:hover {
		color: #35342F;
		text-decoration: underline;
		}

div#headerbar span.left {
		float: left;
		text-align: left;
		}

div#headerbar span.right {
		float: right;
		text-align: right;
		}
 div#headerbar input {
 	background-color: #f4f0e9;
	margin-top: -6px;
	vertical-align: middle;
	height: 13px; /*Diese H?he darf nicht gr?sser sein als der Platz es im Headerbar zul?sst!*/
	}
/* ------------------------------- Formatierung der content ----------------------------- */



/* ------------------------------- Formatierung des footerinfo ----------------------------- */
#footerinfo a:link, div#footerinfo a:active, div#footerinfo a:visited, div#footerinfo a:hover {
		color: #EFE6D8;
		text-decoration: underline;
		}
		
#footerinfo .center {
		padding-top: 11px;
		font-size: 10px;
		}	

#footerinfo .right {
		font-size: 12px;
		}	


/* ------------------------------- Formatierung des Footers ----------------------------- */	
	
#footer .center {
		padding-top: 100px;
		font-size: 10px;
		}
#footer .left, #footer .right {
		margin-top: -100px;
		}
		
#footer .left img, #footer .right img {
		margin-top: 5px;
		}			
	
	

		   	