
/*Alles zur&uuml;cksetzen*/

* {	
	margin: 0;
	padding: 0;
	border: 0;
	}

html {
	height: 101%; /*force to show scroll bar*/
}

body {
	font-size: 62.5%;  /*will set modern browsers to use font-size about 10px/1em*/
	font-family: arial, sans-serif;
	line-height: 1.4em;
    color: #000;
	max-width: 100%;
	background: #eee;
	}

/*=======================================
	Typo
=========================================*/

 p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	}
li {
	font-size: 1.4em;
	line-height: 1.4em;}

	
h2 {
	font-size: 1.6em;
	font-weight: bolder;
	color: #008bcf;
	padding-bottom: 0.7em;
	}

.abstand-oben {
	margin-top: 1.2em;
	}

.bold {
	font-weight: bold;
	}

.blue {
	color: #008bcf;
	}

#mantel-content-nav .black {
	color: #000; 
	border-bottom: 1px dotted #000;
	}

.tl {
	font-size: 0.8em;
}

/*=======================================
Layout Basiseinstellungen
=========================================*/

#header {
	height: 120px;
	margin-bottom: 3em;
	position: relative;
	}
  
#mantel {
	margin: 30px auto; 
	width: 904px; 
	text-align:left;
	background: #fff;
	}
 
#mantel-content-nav {
	padding-bottom: 10px;
	min-height: 600px;
	border: 1px solid #ccc; 
	border-bottom: none;
	overflow: hidden;
	} 
 
#navigation {
	float: left;
	width: 160px; 
	margin-left: 20px;
	} 
 
#main-content {
	position: relative;
	float: right;
	width: 640px;
	margin-right: 40px;
	margin-bottom: 20px;
}

#footer {
	clear: both; 
	background: #008bcf;
	padding: 2px 0;
	margin-bottom: 10px;
	border-left: 1px solid #008bcf; 
	border-right: 1px solid #008bcf; 
	}

/*=======================================
header
=========================================*/
	
.flag {
	position:absolute; 
	top: 85px; 
	right: 10px;
	}

/*=======================================
navigation
=========================================*/

#navigation ul{
	position: fixed;
	} 
	
#navigation ul li {
	display: block; 
	width: 152px;
	color: #fff; 
	background: #008bcf;
	padding: 1px 0 1px 5px;
	margin-bottom: 10px;
	list-style: none; 
	}
	
#navigation ul li  a{
	margin-bottom: 10px;
	}

/*=======================================
content generell
=========================================*/

span {
	font-size: 1.3em;
	font-weight: bold;
	color: #008bcf;
	} 
	
#mantel-content-nav em {
	padding-left: 12px; font-style:normal;
	}

#mantel-content-nav  .email {
	color: #000;
	}

#main-content ul {
	margin-bottom: 10px;
	}

#main-content ul li{ 
	list-style-image:url(background/arrow.png);
	list-style-position: outside;
	margin-left: 15px;
	}
	
#main-content .no-arrow li{ 
	list-style-image: none;
	list-style: none;
	margin: 0;
	}	

#aktuelles .news {
	color: #000; text-decoration: underline;
	}
	
#aktuelles .news img{
	padding-right: 5px;
	padding-left: 3px;
	}	

/*=======================================
Inhalt footer
=========================================*/

#footer p{
	color: #fff;
	text-align:right;
	margin:0;
	padding-right: 15px;
	font-size: 1.1em;
	}

/*=======================================
	linkstyles
=========================================*/

a, a:link, a:active {
	color: #fff;
	text-decoration: none;
	outline: none;
	}

#startseite .start a,
#dienstleistungen .dienstleistungen a,
#referenzen .referenzen a,
#schulungen .schulungen a,
#historie .historie a,
#aktuelles .aktuelles a,
#kontakt .kontakt a { 
	font-weight: bold;
	font-size: 1.1em;
	}


.start a:hover,
.dienstleistungen a:hover,
.referenzen a:hover,
.schulungen a:hover,
.historie a:hover,
.aktuelles a:hover,
.kontakt a:hover { 
	font-weight: bold;
	font-size: 1.1em;
	}
	
#startseite .start,
#dienstleistungen .dienstleistungen,
#referenzen .referenzen,
#schulungen .schulungen,
#historie .historie,
#aktuelles .aktuelles,
#kontakt .kontakt  {  
	background: #008bcf url(background/corner.gif) no-repeat bottom right;
	}