/**
*	Ponton-Lab CSS
*/
 
/* allgemeine CSS-Angaben für Rahmen und Elemente auf jeder Seite */
body {
	background:#333 url(../image/misc/20ponton_hintergrund.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align:center;
	font-family:'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode';
	font-size: 0.7em;
	margin:0px;
	padding:0px;
	}
 
div.rahmen {
  width:896px;
  text-align:center;
  margin: auto; 
}
div.megaselect {
	border:1px solid #abadb3;
	float:left;
	width:150px;
	height:16px;
	z-index:999;
	background:url("/var/image/buttons/select_inactive.png") no-repeat top right;
	padding:0px;
	text-align:left;
	}
div.megaselect:hover {
	background:url("/var/image/buttons/select_active.png") no-repeat top right;
	}
div.megaselect p,
div.megaselect3 p {
	margin:1px;
	margin-left:5px;
	padding:0px;
	cursor:arrow;
	}
div.megaselect2 {
	border:1px solid #abadb3;
	background-color:white;
	float:right;
	width:170px;
	height:auto;
	z-index:999;
	position:absolute;
	padding:0px;
	text-align:left;
	right:2px;
	top:20px;
	display:none;
	}
div.megaselect3 {
	float:left;
	clear:both;
	width:100%;
	height:auto;
	}
div.abschickenbutton {
	float:left;
	color:white;
	background-color:#9c3;
	width:100%;
	height:auto;
	cursor:hand;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	}
div.abschickenbutton p {
	padding:2px;
	margin:0px;
	margin-top:1px;
	}
div.abschickenbutton:hover p {
	color:#000;
	}
div.megaselect3:hover {
	background-color:#3399ff;
	color:white;
	}
div.auswlabel {
	float:left;
	width:160px;
	padding-right:8px;
	height:auto;
	text-align:right;
	padding-top:2px;
	}
div.auswlabel2 {
	float:left;
	width:auto;
	padding-right:8px;
	height:auto;
	text-align:right;
	padding-top:2px;
	}
div.blaettern {
	float:left;
	width:577px;
	height:auto;
	}
div.kopf {
  height: 22px;
  text-align:right;
  margin-right: 21px;
  margin-top: 24px;
  color: #ffffff;
}
div.suche {
	background:url(../image/misc/suchfenster_1_scr.png) no-repeat -13px 0px;
	width:180px;
	height:50px;
	float:right;
	margin-top:3px;
	}
div.suche input {
	margin-top:15px;
	margin-left: 20px;
	border-width:0px;
	background:none;
	float:left;
	}
 
div.frameaussen {
  width:896px;
  padding: 0px 0px;
  margin:0px; 
}	
 
div.framemitte {
  width:894px;
  padding: 0px 0px;
  margin:0px 1px; 
}
 
div.frameinnen {
  width:892px;
  padding: 0px 0px;
  margin:0px 1px; 
}
 
 
div.centerframe {
	width:890px;
	margin:0px auto;
  background-color:#ffffff;  
	text-align:left;
	}
	
div.oben {
  width:890px;
  height:120px;
  margin: 0px;
  border:0px;
}
 
div.logo{
  text-align:left;
  margin-top: 18px;
  padding-left:16px;
  color: #000000;
  float:left;
}
 
div.navigation{
	margin:0px;
	padding:0px;
	float:right;
	width:600px;
 
}
 
div.mainnav {
	font-weight: bold;
	color: #526252;
	margin:21px 0px 0px 0px;
	height:17px;
	width:395px;
	float:left;
	}
 
div.topmenu {
	width:auto;
	height:auto;
	float:left;
	}
div.topmenu a:link,
div.topmenu a:active,
div.topmenu a:hover,
div.topmenu a:focus,
div.topmenu a:visited {
	font-weight:bold;
	font-size:1em;
	color:#000000;
	text-decoration:none;
	display:block;
	float:left;
	margin-right:4px;
	padding-left:6px;
	padding-right:6px;
	padding-top:1px;
	padding-bottom:2px;
	}
div.topmenu a.aktiv:link,
div.topmenu a.aktiv:active,
div.topmenu a.aktiv:hover,
div.topmenu a.aktiv:focus,
div.topmenu a.aktiv:visited {
	color:#ffffff;
	}
 
div.subnav {
	color: #000000;
	margin-left:9px;
	margin-top:33px;
	padding:0px;
	text-align:left;
	}
 
div.subnav a:link,
div.subnav a:active,
div.subnav a:hover,
div.subnav a:focus,
div.subnav a:visited {
	font-weight:bold;
	font-size:1em;
	color:#000000;
	text-decoration:none;
	display:block;
	float:left;
	padding-left:10px;
	padding-right:10px;
	}
	
div.content {
	width:890px;
	color:#000000;
	font-size: 1.0em;
  margin:-10px 0px 0px 0px;
  padding:0px;
	}
	
div.fuss {
	text-align:left;
	width: auto;
	height: 50px;
	margin-bottom: 50px;
	margin-top:6px;
}
 
div.fusstext {
	float:left;
	width:600px;
	height:auto;
	color: #fff;
	font-size:0.9em;
	padding-left:21px;
}
 
div.fusstext a:link,
div.fusstext a:hover,
div.fusstext a:focus,
div.fusstext a:visited,
div.fusstext a:active {
	color:#fff;
	text-decoration:none;
	}
div.fusstext a:hover {
	text-decoration:underline;
	}
 
.copyright {
  color:#fff; 
  line-height:25px; 
  margin-top:1px;
  }
 
div.kontrast {
	float:right;
	height: 25px;
	text-align:right;
	color: #fff;
	font-size:0.9em;
	padding-right:21px;
	padding-top:10px;
}
 
div.kontrast a{
  text-decoration:none;
}
 
div.utilities {
  width:418px;
  margin-left:auto;
  margin-right:auto;
  padding:35px 0px 24px 0px;
  margin-top:30px;
}
 
div.utilities a:link, 
div.utilities a:active,
div.utilities a:visited,
div.utilities a:focus {
  color:#000000;
  text-decoration:none;  
}
 
div.utilities a:hover {
  color:#000000;
  text-decoration:underline;  
}
 
a.nachoben{
  padding:0px 0px 0px 22px;
	color:#000000;
	text-decoration:none;
	background-image:url(../image/buttons/top.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
 
a.empfehlen{
  padding:0px 0px 0px 30px;
	color:#000000;
	text-decoration:none;
	background-image:url(../image/buttons/empfehlen.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
 
a.drucken{
  padding:0px 0px 0px 22px;
	color:#000000;
	text-decoration:none;
	background-image:url(../image/buttons/print.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
 
/* Linkfarben der verschiedenen Sektionen */
a.kontaktlink {
  color:#000000;
  text-decoration:underline;
}
 
a.kontaktlink:hover{
  text-decoration:underline;
}
 
a.portraitlink {
  color:#000000;
  text-decoration:underline;
}
 
a.portraitlink:hover{
  text-decoration:underline;
}
 
a.projektelink {
  color:#000000;
  text-decoration:none;
}
 
a.projektelink:hover{
  background-color:#000000;
  color:#ffffff;
}
 
a.produktelink {
  color:#000000;
  text-decoration:underline;
}
 
a.produktelink:hover{
  text-decoration:underline;
}
 
a.kundenlink {
  color:#000000;
  text-decoration:underline;
}
 
a.kundenlink:hover{
  text-decoration:underline;
}
 
 
/* CSS-Angaben für die Startseite */
 
div.boxen {
  width:890px;
  height:262px;
  border-bottom: 1px solid #cccccc;
  border-top:1px solid #cccccc;
}
 
div.newsbox1 {
  width:443px;
  height:260px;
  margin: 0px; 
  float:left;
  border: 1px solid #ffffff;
}
 
div.aktuelles{
  margin:0;
}
 
div.menueangabe {
  width:208px;
  height:auto;
  float:left;
}
 
div.aktuellesbox{
  margin:0px 9px 0px 0px;
}
 
div.aktuellescontainer {
  width:218px;
  float:left;
  visibility:hidden;
}
div.akt_show 
{
    visibility:visible;
}

div.menueangabe div.aktuellesbox2  
{
    visibility:hidden;
}
 
div.aktuellesbox1{
  margin:0px 9px;
}
 
div.aktuellesbox2{
  margin:0px 0px 0px 9px;
}
 
h1{
  font-size: 24pt; 
  font-weight: normal;
  margin:0px;
}
 
h1.portraitbereich {
  color:#cc9966; 
  vertical-align:top;
}
 
h1.newshead{
  font-size: 35pt; 
  font-weight: normal;
  margin:0px;
  color:#a1aba1; 
  vertical-align:top;
  visibility:hidden;
}
 
h1.kontakt {
  color:#949463; 
  vertical-align:top;
}
 
h1.produkt{
  color:#669999; 
  vertical-align:top; 
  float:left;
}
 
h1.projekt{
  color:#99cc33; 
  vertical-align:top; 
  float:left;
}
 
h1.kunde{
  color:#ff9933;
  vertical-align:top; 
  float:left;
}
 
h2{
  font-size:1.3em;
  font-weight:bold;
  margin:5px 0px 0px 0px;
  padding:0px;
}
 
h2.gruen{
  color:#000000;
}
 
h3 {
  font-size:2.0em;
    line-height:1.1em;
  font-weight:bold;
  color:#000000;
  margin:3px 0px 8px 0px;
}
 
h4{
  font-size:1.0em;
  font-weight:bold;
  line-height:0.7em;
  color:#000000;
  margin-left:0px;
}
 
p.datum {
  margin:9px 0px 0px 2px;
  color: #000000;
  line-height: 17px;
  display:none;
}
 
p.newsteaser {
  margin: 0px 0px 0px 2px;
  line-height: 15px;
  color: #000000;
}
 
a.weiterleitung {
  color:#000000;
  margin:0px 0px 0px 2px;
  line-height: 17px;
  text-decoration:none;
}
a.weiterleitung:hover {
  background-color:#000000;
  color:#ffffff;
  margin:0px;
  line-height: 17px;
}
 
/* CSS-Angaben für Artikel */
 
div.banner {
  width:888px;
  height:211px;
  border: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
  margin:0px;
  padding:0px;
}
div.banner table {
	display:none;
	}
 
div.artikel {
  margin:0px 18px;
  padding-top:34px;
}
 
div.artikelcontainer {
  width:436px;
  float:left;
}
 
div.teamcontainer {
  width:427px;
  float:left;
}
 
div.artikelcontent {
  margin:0px 9px;
}
 
p.artikeltext {
  margin-left:2px;
}
 
div.archivanzahldisplay {
  display:none;
}
 
/* CSS-Angaben für Projektansicht */
 
div.projekt {
  margin:0px 18px 0px 18px;
}
 
div.ueberschrift{
  width:654px;
  float:left;
}
 
div.uebersicht {
  width:200px;
  float:left;
}
 
div.ansicht {
  width:854px;
  background-color:#eef0ee;
  padding-top:40px;
  padding-bottom:18px;
  margin:2px 18px 0px 18px;
  height:auto;
  min-height:460px;
}
 
div.projektbild {
  width:418px;
  height:460px;
  float:left;
  }
 
br.floatleftkiller{
  clear:left;
}
 
div.floatleftkiller{
  clear:left;
}
 
div.projekttext {
  width:400px;
  margin-left:20px;
  float:left;
  height:auto;
  line-height:12.5pt;
  padding-bottom:27px;
}
 
table.projekt {
  width:400px;
  padding-left:0px;
}
 
table.projekt a{
  color:#000000;
  text-decoration:none;
}
 
table.projekt a:hover{
  color:#000000;
  text-decoration:underline;
}
 
th.projekt {
  font-weight:normal;
  color:#000000;
  width:75px;
  padding-left:0px;
  text-align:left;
}
 
td.projekt {
  color:#000000;
}
 
/* Projektliste */
div.projektliste {
  width:854px;
  height:auto;
  margin:0px 18px 14px 18px;
  background-color: transparent;
}
 
div.auswahl {
  width:814px;
  height:auto;
  background-color:#f7f8f7;
  margin:0px 18px 0px 18px;
  padding:10px 18px 10px 18px;
}
 
div.liste {
  width:850px;
  height:auto;
  margin:1px 18px 0px 18px;
  padding: 5px 0px;
  background-color:#f7f8f7;
}
div.liste:hover {
  background-color:#e9edde;
}
 
select.formular {
  font-family:'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode'; 
  font-size:1em; 
  color:#000000; 
  width:150px;
}
 
img.thumbnail {
  width:173px; 
  height:130px; 
  float:left; 
  margin-left: 125px;
  margin-right: 40px; 
  border:0px;
}
img.thumbnailkunden {
  width:200px; 
  height:100px; 
  float:left; 
  margin-left: 95px;
  margin-right: 40px;
  border:0px; 
}
 
 
/* Team-Seite */
 
 
ul.team{
  list-style-type: none; 
  line-height:1.7em;
  margin-top: 0px;
  padding-left:0px;
  margin-left:0px;
}
 
li.mitglied:hover {
  list-style-image: none;
}
 
a.mitglied:hover,
a.mitglied:active,
a.mitglied:focus {
  color:#000000;
  text-decoration:underline;
  background:url(../image/icons/pfeil.gif);
  background-repeat:no-repeat;
  padding-left:20px;
}
 
a.mitglied {
  text-decoration:none;
  color: #000000;
  padding-left:20px;
}
 
a.aktivmitglied{
  color:#000000;
  text-decoration:underline;
  background:url(../image/icons/pfeil.gif);
  background-repeat:no-repeat;
  padding-left:20px;
}
 
p.kontaktdaten { 
  margin-top:10px;
}
 
/* Seite versenden */
 
#seiteversenden_formular {
	display:none;
	width:800px;
	float:left;
	padding:0px;
	margin:0px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:45px;
	margin-right:45px;
	}
 
div.seiteversenden_headline {
	float:left;
	color:white;
	width:400px;
	font-family:Verdana;
	font-size:1em;
	height:22px;
	padding-left:209px;
	padding-top:7px;
	font-weight:bold;
	color:#666666;
	}
	
div.seiteversenden_erklaerung {
	float:left;
	font-family:Verdana;
	font-size:1em;
	color:#666666;
	width:400px;
	padding:15px;
	padding-left:209px;
	}
div.seiteversenden_formular {
	float:left;
	font-family:Verdana;
	font-size:1em;
	color:#666666;
	width:400px;
	padding:15px;
	padding-left:209px;
	}
input.seiteversenden,
textarea.seiteversenden {
	border:1px solid #7D7D7D;
	font-family:Verdana;
	font-size:1em;
	color:#666666;
	margin-bottom:2px;
	}
span.seiteversenden_label {
	width:223px;
	display:block;
	float:left;
	}