/* Autor: Andreas Foehl, Dezember 2005, für IT-Service-House */

/*	Zuruecksetzen einiger Werte */
html, body {
	font-size: 100.01%;
	/* background-color: Navy; */
	/* background-color: #05084f; */
  /* background-color: #030548; */
  background-color: #010442;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	/*
	font-size: x-small;
	voice-family: "\"
}\"";
	voice-family: inherit;
	font-size: small;
	*/
}

:link,:visited { 
	text-decoration:none }

h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; }

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd , img { 
	margin: 0px; 
	padding: 0px; }
  
img {
	border: none; }

a img,:link img,:visited img { 
	border:none }

/*	Um die unterschiedlichen Standard-Abstaende fuer versch. Browser zu ueberschreiben */
ul, ol, li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/* Layoutdaten */
#zentriert {
	margin: 0 auto 0 auto;
	width: 1000px;
	display: block;
	/* background: #0000CC url(../bilder/hintergrund-mts.jpg) no-repeat 0 0; */
	background: #342f9a url(../bilder/kolatec_hintergrund.jpg) no-repeat 0 0;
}

#navi {
	height: 84px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	/* background: transparent url(../bilder/logo-mts.gif) no-repeat top right; */
	background: transparent url(../bilder/kolatec_logo01.gif) no-repeat top right;
}

#content {
	height: 393px;
	padding: 0px 0px 0px 17px;
  background-color: transparent;
  overflow: hidden;
}

#footer {
    background-color: transparent;
}

/* Navigation */
#naviinhalt {
	height: 84px;
	width: 730px;
  overflow: hidden;
}

#naviinhalt li {
	margin-top: 45px;
	float: left;
}

#naviinhalt a {
	padding: 0.5em 1em 0.5em 1em;
	text-decoration: none;
	display: block;
	width: 7em;
	font: normal bold 1em Arial, Helvetica, sans-serif;
	/* color: Silver; */
	color: White;
	text-align: center;
}

#naviinhalt ul li a:hover, #naviinhalt ul li a:focus, #naviinhalt ul li a:active {
	/* color: #ffe99b; */
	color: #ff0000;
}

/* to stretch the container div to contain floated list */
#naviinhalt:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
}

/* Content */
#content .logo {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color: #342f9a;
	text-align: right;
  padding: 25px 7px 0px 0px;
	/* background: transparent url(../bilder/logo2-mts.gif) no-repeat top right; */
	background: transparent url(../bilder/kolatec_logo02.gif) no-repeat top right;

}

h1 {
	font: normal bold 2.5em Arial, Helvetica, sans-serif;
	color: Black;
}

h2 {
	margin: 0.7em 0px 0px 0px; 
  font: normal bold 1.3em Arial, Helvetica, sans-serif;
	color: Black;
}

h3 {
	margin: 0.7em 0px 0px 0px; 
  font: normal bold 1em Arial, Helvetica, sans-serif;
	color: Black;
}

h5 {
	margin: 0px 0px 0.5em 0px;
	font: normal bold 11px Arial, Helvetica, sans-serif;
	color: Black;
}

h6 {
	margin: 0.83em 0px 0.3em 0px;
	font: normal normal 11px/11px Arial, Helvetica, sans-serif;
	color: Black;
}

.impressum {
	font: normal normal 11px Arial, Helvetica, sans-serif;
}

.info {
	margin: 0.4em 0px 0.4em 0px;
  font: normal normal 0.95em Arial, Helvetica, sans-serif;
	color: Black;
}

.info a {
    color: Black;
    font-weight: bold;
}

.info a:hover, .info a:focus, .info a:active {
	color: #ff330f;
}

.abstand {
    margin: 1.2em 0 0 0;
}

.bezeichnung {
    margin: 0.2em 0px 0.2em 0px;
    font: normal normal 0.83em Arial, Helvetica, sans-serif;
    color: White;
}

fieldset {
	font: normal normal 0.83em/1.3em Arial, Helvetica, sans-serif;
	color: Black;
	border: 0px;
}

.textfelder label,input {
	display: block;
	width: 9.5em;
	float: left;
	margin-bottom: 0.7em;
}

.textfelder label {
	text-align: right;
	width: 6em;
	margin-right: 0.7em;
}

.textfelder br {
	clear: left;
}

.knopf br {
	clear: left;
}

.knopf input {
	width: 1em;
	margin-right: 0.2em;
}

.knopf label {
	text-align: left;
}

.referenzen br, .scrollrahmen br {
    clear: left;
}

.eintrag {
    padding: 10px 0px 10px 0px;
}

.bildcontainer {
    width: 244px;
    display: block;
    float: left;
}

.bildcontainer img {
    border: Silver solid 2px;
}

.textcontainer {
    margin-left: 244px;
    padding-left: 10px;
}

.headline {
   font: normal bold 1em Arial, Helvetica, sans-serif;
   padding: 0px 0px 5px 0px;
   color: Black;
}

.normtext {
    font: normal normal 0.84em Arial, Helvetica, sans-serif;
}

.listenpunkte li {
    font: normal normal 0.9em Arial, Helvetica, sans-serif;
    padding: 0.2em 0.1em 0.2em 0.1em;
    margin: 0em 0em 0em 1.3em;
    list-style: disc outside;
    color: Black;
}

.scrollrahmen {
    width: 620px;
    height: 310px;
    overflow: auto;
    border: #999999 solid 2px;
    padding: 0px 25px 15px 10px;
    background-color: #ffeeb6;
}

.nebenkasten {
    width: 130px;
    height: 110px;
    float: left;
    margin: 0 5px 10px 0;
    text-align: center;
    font-size: 0.8em;
}

.nebenkasten a,
.nebenkasten a:link,
.nebenkasten a:visited {
    display: block;
    width: 130px;
    height: 110px;
    color: Black;
}

.nebenkasten a:hover {
    color: #ff330f;
}

.nebenkasten img {
    width: 90px;
    height: 66px;
}

.subheadline {
    color: Black;
    font-weight: bold;
    margin-bottom: 10px;
}

.Stil1 {
    color: #ff330f;
    font-weight: bold;
    margin-bottom: 10px;
}

.Stil3 {
    font-size: medium; 
}

.Stil4 {
    color: Black;
	font-weight: bold;
}

.Stil5 {
    color: #ff330f;
}

/*	Footer */
#footer .fussnote {
	width: 314px;
	height: 138px;
	float: left;
	padding: 10px 0px 10px 17px;  
	font: normal normal 0.87em/1.2em Arial, Helvetica, sans-serif;
	color: White;
}

#footer .fussnote a {
	color: White;
	/* color: #ffeeb6; */
}

.impressum-adresse a {
  color: Black;
}

#footer a:hover, .impressum-adresse a:hover,
#footer a:focus, .impressum-adresse a:focus,
#footer a:active, .impressum-adresse a:active {
	color: #ff330f;
}

#footer:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
}

.impressum-adresse {
  width: 250px; 
  padding: 23px 0.5em 0.5em 54px; 
  float: left;
  font: normal normal 0.87em/1.2em Arial, Helvetica, sans-serif;
}