﻿html {
	overflow:scroll
	
	} 
body {
	font-family: sans-serif;
	background-image: url('../Bilder/HintergrundErde.gif');
	background-position: center;
	background-repeat: no-repeat;
}
h3,h4,em {
	color: #CC4949;
	font-weight: bold;
}

h1 {
	margin-left: 10px;
	}
.kundenliste{
	margin-top: 30px;
	clear: both;
	}
ul.kundenliste{
	text-align:justify;
	margin-right: 10px;
	margin-left: -30px;
	color: #CC4949;	
	}
li.kundenliste{
	
	display: inline;
	}
a {
	color: #cc4949;
	}
a:hover{
	color: #cc4949;
	}
a:visited{
	color: #cc4949
	}
.gross{
	font-size: 1.1em;
	margin-top: 0;
	}
.bilder {
	border: none;
	text-decoration: none;	
}
#head {
	width: 1000px;
	/*border: 1px dotted gray;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: auto;
}
#logo {
	margin-right: -50px;
	text-align: right;
}
#line {
	width: 1000px;
	border: 2px solid #CC4949;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CC4949;
	color: white;
	/*text-align: right;*/
}
#sprache {
	text-align: left;
	float: left;
	margin-top: 1px;
}
#firma {
	text-align: right;
	float: right;
}
#wrapper1 {
	width: 1000px;
	/*border: 1px dotted gray;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	min-height: 600px;
}
#wrapper2 {
	border: 1px dotted gray;
	margin: 1px;
	margin-top: 15px;
	margin-left: 10px;
	padding-bottom: 10px;
	/*min-height: 505px;*/
	width: 789px;
	float: left;
}
#wrapper4 {
	margin-top: 40px;
	}
#inhalt1 {
	width: 360px;
	/*border: 1px dotted gray;*/
	margin-left: 10px;
	margin-right: 0px;
	float: left;
	
}
#inhalt2 {
	width: 360px;
	/*border: 1px dotted gray;*/
	margin-left: 0px;
	margin-right: 10px;
	float: right;
	text-align: right;
}
#inhalt3 {
	width: 250px;
	/*border: 1px dotted gray;*/
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}
#inhalt4 {
	float: left;
	width: auto;
	margin-top: -330px;
	margin-left: 250px;
	margin-right: 10px;
	text-align: justify;
}
.liste {
	color: #CC4949;
	}
.black {
	color: black;
	}
#inhalt4 li {
	text-align: left;
	}
#inhalt5{
	/*clear: both;*/
	text-align: justify;
	width: auto;
	margin-top: 400px;
	margin-right: 10px;
	padding-left: 10px;
	}
.inhalt6{
	clear: both;
	float: left;
	margin-left: 10px;
	width: 100px;
}
.inhalt7{
	float: left;
	width: 650px;
	margin-top: -25px;
	margin-left: 10px;
}
.inhalt8 {
	clear: both;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:justify;
	}
.inhalt9{
	clear: both;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	
}
.inhalt10{
	text-align: justify;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	}
.inhalt11{
	list-style-type: disc;
		
	}
.inhalt12{
	clear: both;
	margin-left: 12px;
}
#nav {
	color: #CC4949;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	width: 197px;
	float: left;
	
}
.current {
	display: block;
	padding: 10em;
		}
.inactive {
	display: none
	}
#nav ul{
    width: 11em;
    margin: 0; padding: 0em;
    /*border: 1px solid black;
    background-color: silver;*/
  }
* html ul#nav {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
#nav ul li {
    list-style: none;
    margin: 0.2em; padding: 0;
  }

#nav ul li ul {
    margin: 0 0 0 1em; padding: 0;
  }
#nav ul li ul li {
    margin: 0.2em 0;
  }
* html ul#nav li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 1em;
    ma\rgin-left: 0;
  }

#nav ul a {
    display:block;
    padding: 0.2em;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
* html ul#nav a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 8.8em;  /* Breitenangabe fuer IE 6 */
  }
* html ul#nav li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 7.8em;  /* Breitenangabe fuer IE 6 */
  }
#nav ul a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
#nav ul a:focus {
	 border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
#nav ul li a.active {
	 border-color: white;
    border-left-color: black; border-top-color: black;
    color: black; background-color: #CC4949;
    }
/*#nav ul {
	color: #CC4949;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	}
#nav a {
	display: block;
	}	
#nav li{
	list-style: none;
	height: 23px;
	text-decoration: none;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: silver;
	color: #CC4949;
	
}
#nav li a{
	color: #CC4949;
	padding-left: 10px;
	padding-top: 2px;
	text-decoration: none;
	
}
#nav li:hover{
	background-color: #cc4949;
	color: black;
}
#nav li a:hover{
	color: black;
}
#nav ul ul li{
	
	}
*/
.weiterlesen{
	margin-top: -10px;
	text-align: right;
	float: right;
	color: #CC4949;
	}
.weiterlesen a:link{
	color: #CC4949;
	}
.weiterlesen a:visited{
	color: #CC4949;
	}
.float{
	float: left;
	margin-bottom: 0px;
	}
.klein{
	clear: both;
	font-size: 12px;
	color: black;
	text-decoration: none;
	margin-top: -10px;
	}
#copyright{
	margin-top: 280px;
	}
#weltkarte{
	margin-left: 10px;
}
/*#kunden{
	margin: 10px;
	margin-top: 40px;
	}
.box{
	
	float: left;
	border: 1px solid silver;
	width: 180px;
	margin-right: 10px;
	margin-top: 10px;
	height: 70px;
	}
.boxrechts{
	float: right;
	width: 180px;
	margin-right: 10px;
	margin-top: 10px;
	height: 70px;
	}
#kunde1{
	background-image: url('../Bilder/UBS.gif');
	background-width: 90px;
	background-repeat: no-repeat;
	background-position: center;
	width: 180px;
   height: 70px; 
}
#kunde2{
	background-image: url('../Bilder/gondrand1.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: auto;
   height: 70px;     
}
#kunde3{
	background-image: url('../Bilder/DHLGlobal1.jpg') ;
	background-repeat: no-repeat;
	background-position: center;
        width: 180px;
        height: 70px;     
}
#kunde4{
	background-image: url('../Bilder/atel1.jpg');
	background-repeat: no-repeat;
	background-position: center;
        width: 180px;
        height: 70px;     
}
#kunde5{
	background-image: url('../Bilder/HSBC_guyerzeller.gif');
	background-repeat: no-repeat;
	background-position: center;
        width: 180px;
        height: 70px;     
}
#kunde6{
	background-image: url('../Bilder/UBS.gif');
	background-repeat: no-repeat;
	background-position: center;
        width: 180px;
        height: 70px;     
}
#kunde7{
	background-image: url('../Bilder/schindler.jpg');
	background-repeat: no-repeat;
	background-position: center;
        width: 180px;
        height: 70px;     
}
#kunde8{
	background-image: url('../Bilder/atel.jpg');
	background-repeat: no-repeat;
	background-position: center;
        width: 180px;
        height: 70px;     
}
#kunde9{
	background-image: url('../Bilder/SR_Tech.jpg');
	background-repeat: no-repeat;
	background-position: center;
        width: 180px;
        height: 70px;     
}
#kunde10{
	background-image: url('../Bilder/energis.gif');
	background-repeat: no-repeat;
	background-position: center;
        width: 180px;
        height: 70px;     
}
#kunde11{
	background-image: url('../Bilder/LOT.jpg');
	background-repeat: no-repeat;
	background-position: center;
        width: 180px;
        height: 70px;     
}
#kunde12{
	background-image: url('../Bilder/DHL_Sol1.jpg');
	background-repeat: no-repeat;
	background-position: center;
        width: 180px;
        height: 70px;     
}
#kunde13{
	background-image: url('../Bilder/dresdner.jpg');
	background-repeat: no-repeat;
	background-position: center;
        width: 180px;
        height: 70px;     
}
#kunde14{
	background-image: url('../Bilder/HSCB_guyerzeller.gif');
	background-repeat: no-repeat;
	background-position: center;
        width: 180px;
        height: 70px;     
}
#kunde15{
	font-size: 20px;
	text-align: center;
	margin-top:-15px;     
}
#kunde16{
	font-size: 20px;
	text-align: center;
	margin-top:-15px;     
}
#kunde17{
	font-size: 20px;
	text-align: center;
	margin-top:-25px;  
   
}
#kunde18{
	font-size: 20px;
	text-align: center;
	margin-top:-25px; 
	}*/
#wrapper3{clear:both;}
#adress{
	float: left;
	margin-left: 10px;
	width: 450px;
	}
#adress2{
	float: left;
	width: 100px;
	}
#adress3{
	float: right;
	width: 200px;
	}