/**
 * All functions and classes are self-written and copyrighted
 * by Silversun GbR (Germany, Ladenburg).
 *
 * @author Philipp Heckel, Florian Bär
 * @copyright (c) 2005-2006 Silversun GbR
 * @version $Id: style.php,v 1.5 2006-09-24 18:18:19 pheckel Exp $
 */ 
*, html, body { padding: 0; margin: 0 }

h1 { margin: 10px 0 10px 0 }
h2 { margin: 10px 0 7px 0 }
h3 { margin: 10px 0 5px 0 }
p { margin: 0 0 11px 0 }

body {
	color: #292929;
	background-color: #e9e9e9;
	font-family: Verdana, Sans-Serif;	
	font-size: .75em;
	line-height: 130%;
	cursor: default;
	
	margin: 0;
	padding: 0;
} 

	
#oben, #mitte, #unten {
	width: 850px;
	margin: 0 auto;
}

#oben {
	height: 324px;
	background-image: url("../media/design2.oben.png");
	background-repeat: no-repeat;
}

#banner {
	position: relative;
	left: 79px;
	top: 24px;
	height: 230px;
	width: 690px;
}

#banner br { clear: both }

#streifen {
	position: relative;
	float: left;

	left: 204px;

	height: 230px;
	width: 23px;
}

#bild {
	float: left;
	position: relative;
	left: 204px;
	
	width: 464px;
	height: 234px;
}

#logo { display: none }

#mitte {
	z-index: 2;
	position: relative;
	background-image: url("../media/design2.mitte.png");
	background-repeat: repeat-y;
}
#unten {
	position: relative;
	background-image: url("../media/design2.unten.png");
	height: 75px;
	background-repeat: no-repeat;
}

#broesel {
	z-index: 5;
	position: relative;
	float: left;

	padding: 2px;
	left: 64px;
	width: 717px;
	
	background-color: #E9E9E9;
	border-bottom: 8px solid #f9f9f9;
	font-size: .9em;
}

#broesel div {
	float: left;
	margin-right: 5px;
	color: #888;
}

#icons {
	position: relative;
	
	margin-left: 730px;
	
	text-align: right;
	width: 50px;
	height: 27px;
}

#icons a {
	display: block;
	float: right;
	
	width: 17px;
	height: 15px;	
}

#icons span {
	position: absolute;
	top: -999px;
	left: -999px;
}

#start { background: url('../media/icon.startseite.gif') }
#drucken { background: url('../media/icon.drucken.gif') }
#start span, #drucken span { display: none }

#inhalt {
	position: relative;
	float: left;

	left: 75px;
	top: 15px;
	width: 435px;
	
	margin-bottom: 15px;
}

#inhalt p {
	padding: 5px 0; 
	line-height: 155%;	
}

#sidebar {
	position: relative;
	float: left;
	
	left: 110px;
	top: 15px;
	width: 225px;

	margin-bottom: 15px;
	font-size: .9em;
}

#sidebar img.side {
	display: block;
	margin: 0 5px 5px 0;
	border: 3px solid #c0c0c0;
}

#unten hr {
	display: none;
}

#unten p {
	display: block;
	position: relative;
	margin: 0 316px;

	top: 32px;
	padding: 0;
}

#unten span {
	position: absolute;
	left: -999px;
	top: -999px;
	display: none;
}
	
#unten a, #unten a:link, #unten a:visited {
	padding: 6px 10px;
	font-size: .9em;
	color: #FFF;	
	text-decoration: none;
	margin: 0;
	height: 24px;

}

/* IE 5 Hack */
* html #unten p { top /**/: 26px }

#unten #ulinks { padding-left: 47px }
#unten #urechts { padding-right: 35px }
#unten a:hover { background: #42595F url('../media/design2.menue.hover.png') repeat-x }

/*************************
          Menü
*************************/

#menue, #menue ul, #menue ul li, #menue li, #menue span, #menue a  { z-index: 10; margin: 0; padding: 0 }
#menue > li { float: left }

/* Menü-Links */
#menue a {
	display: block;

	font-size: .9em;
	color: black;
	text-decoration: none;	
	white-space: nowrap;
}

/* Hauptmenübox */
#menue {
	position: relative;

	z-index: 100;
	list-style-type: none;

	left: 55px;
	top: 24px;
	
	width: 550px;
	height: 37px;
}

/* Untermenübox  */
#menue ul {
	position: absolute;
	display: block;

	margin-top: 0px;
	padding: 2px 0px;

/*	background: red;*/
	list-style-type: none;
}

/* Hauptpunkte */
#menue li { display: block }
#menue span a { color: #fff; padding: 9px 10px 10px 6px; }
#menue span a:hover, #menue li:hover, #menue li.aktiv { background: #42595f url('../media/design2.menue.hover.png') repeat-x }
#menue span a.eins { padding-left: 12px; }

/* Untermenü-Punkte */
#menue ul li { display: inline; text-align: left;  }
#menue ul a { display: block; padding: 4px 8px; background-color: #677a80; color: #fff }
#menue ul a:hover { background-color: #42595f;}

/* Hovern (Untermenü zeigen) */
#menue ul { display: none; }
#menue li:hover ul { display: block; }


/*************************
     Einzelne Seiten
*************************/

.bild_start { background-image: url('../media/bild.start.jpg'); }
.bild_angebote { background-image: url('../media/bild.angebote.jpg'); }
.bild_referenzen { background-image: url('../media/bild.referenzen.jpg'); }
.bild_ueberuns { background-image: url('../media/bild.ueberuns.jpg'); }
.bild_kontakt { background-image: url('../media/bild.kontakt.jpg'); }
.bild_silverlan { background-image: url('../media/bild.silverlan.jpg'); }

.streifen_start { background-image: url('../media/streifen.start.png'); }
.streifen_angebote { background-image: url('../media/streifen.angebote.png'); }
.streifen_referenzen { background-image: url('../media/streifen.referenzen.png'); }
.streifen_ueberuns { background-image: url('../media/streifen.ueberuns.png'); }
.streifen_kontakt { background-image: url('../media/streifen.kontakt.png'); }
.streifen_silverlan { background-image: url('../media/streifen.silverlan.png'); }
/* Fading Tooltips By Dustin Diaz*/
div#toolTip {
	position:absolute;
	z-index:1000;
	min-width: 50px;
	max-width: 240px;
	background:white;
	border:1px solid #d3d3d3;
	text-align:left;
	padding:5px;
	min-height:1em;
}
div#toolTip p {
	margin:0;padding:0;	
	color:black;
	font:11px/12px verdana,arial,sans-serif;
}
div#toolTip p em {
	display:block;
	margin-top:3px;
	color:#638086;
	font-style:normal;
	font-weight:bold; 
}
div#toolTip p em span {
	font-weight:bold;
	color:#fff;
}
h1 {
	font-size: 1.9em;
	font-weight: normal;
	letter-spacing: .03em;
	line-height: 130%;
	color: #749197;
}

h2 {
	padding-top: 4px;
	color: #005959;
	font-size: 1.1em;
}

img, table {
	border: none;
}

a, a:link, a:visited {
	color: #005959;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.extern, a.extern:link, a.extern:visited {
	background-image: url('../media/icon.extern.png');
	background-position: right center;
	background-repeat: no-repeat;
	
	padding-right: 14px;
}	

blockquote {
	font-style: italic;
	font-size: .9em;
	
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px dotted #005959;
	
	background-image: url('../media/icon.zitat.png');
	background-position: left top;
	background-repeat: no-repeat;
}

abbr, dfn {
	cursor: help;
	font-style: normal;
	border-bottom: 1px dotted #7eb49d;
}

ul {
	margin-left: 0;
	padding-left: 2.3em;
}

ul.pfeile {
	list-style-image: url('../media/icon.pfeil.png');
}

ul.pfeile li {
	padding: 0;
	margin: 0 0 .4em 0;
	line-height: 130%;
}

ul.haken {
	list-style-image: url('../media/icon.haken.png');
}

ul.haken li {
	margin: 0 0 1.4em 0;
	padding: 0 .7em;
	line-height: 150%;
}

.clear {
	clear: both;
}


#live span { color: #749197 }
	
div.sidebar h2 {
	border: 1px solid red;
}

/*************************
       Sonstiges
*************************/




/* ImagePopup */

#imgBg {
	display: none;
	position: absolute;
	z-index: 1000;

	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	
	width: 100%;
	height: 100%;

	color: white;
	background-color: black;
	opacity: 0.70;
	
	text-align: center;
	vertical-align: middle;
}

#imgFg {
	display: none;
	position: absolute;
	z-index: 1001;	
	
	top: 50%;
	left: 50%;

	border: 2px solid white;
}

#imgWaiter {
	position: absolute;
	z-index: 1001;	
	
	top: 50%;
	left: 50%;
	
	width: 200px;
	height: 40px;
	
	margin-left: -100px;
	margin-top: -20px;
}	




/*************************
        Angebote
*************************/

.angebote p {
	padding-top: 0em;
}

.angebote ul h3 {
	color: #005959;

	font-size: 1em;
	margin: 0 0 .2em 0;
}

.angebote ul p {
	padding: .5em 0;
	margin: 0;
}

.angebote .angebot img {
	display: block;
	float: left;
	
	margin: 0 10px 0 20px;
	border: 2px solid #ccc;
}

.angebote .angebot div {
	float: left;
	
	width: 260px;
	margin: 0 0 30px 0;

	line-height: 150%;
}

.angebote .angebot br {
	clear: both;
}

.angebote div.angebot p {
	float: left;
	margin: 0;
	padding: 0;
	
}

/*************************
		Progress SIDE
*************************/

.progress {
	line-height: 1.1em;
}
.progress .bar {
	height: 6px;
	border: 1px solid #ddd;
	margin-right: 2px;
}
.progress .icon {
	margin-right: 4px;
	border: 2px solid #c0c0c0;
}
.progress .cat {
	margin-right: 3px;
}
.progress span {
	cursor: help;
	border-bottom: 1px solid #d3d3d3;
}

/*************************
        Referenzen
*************************/

/* Referenz-Uebersicht */

.referenzen .referenz div h2 {
	margin-top: 0;
	padding-top: 0;
}

.referenzen .referenz img.bild {
	display: block;
	float: left;
	
	margin: 0 8px 5px 0;	
	border: 3px solid #c0c0c0;	
}

.referenzen .referenz div {
	float: left;
	
	width: 260px;
	margin: 0 0 5px 0;
}

.referenzen .referenz div, .referenzen .referenz img.bild { margin-bottom: 30px }
.referenzen .referenz br { clear: both }
.referenzen ul.pfeile { padding-left: 15px }

.referenzen .nachoben {
	padding: 5px 0 15px 0;
	margin: 5px 0 20px 0;
	clear: both;
}

/* Detail-Seite */

.referenzen_details .screenshot_links, .referenzen_details .screenshot_rechts {
	display: block;
	
	width: 163px;
	
	text-align: center;
	font-size: .9em;
}

.referenzen_details .screenshot_links {
	float: left;
	margin: 10px 12px 5px 0;
}

.referenzen_details .screenshot_rechts {
	float: right;
	margin: 10px 0 5px 12px;
}

.referenzen_details .screenshot_links img, .referenzen_details .screenshot_rechts img {
	border: 3px solid #c0c0c0;
}

.referenzen_details .screenshots_mitte {
	margin: 5px auto;
	width: 360px;
}

.referenzen_details .screenshots_mitte br {
	clear: both;
}

/* Screenshot Seite (kein Template!) */

.referenzen_screenshot {
	padding-top: 30px;
}

.referenzen_screenshot img {
	display: block;
	
	margin: 0 auto;	
	border: 3px solid #c0c0c0;
}

.referenzen_screenshot p {
	margin: 10px;
	text-align: center;
}

/*************************
      Kontaktformular
*************************/

.kontakt fieldset {
	font-size: .9em;
	border: none;
	padding: 0;
	margin: 0;
}

.kontakt legend {
	display: none;
}

.kontakt input.fehler, .kontakt textarea.fehler {
	color: black;

	background-image: url('../media/icon.achtung.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

.kontakt input.bearbeiten, .kontakt textarea.bearbeiten {
	color: black;

	background-image: url('../media/icon.bearbeiten.gif');
	background-position: right top;
	background-repeat: no-repeat;
}

.kontakt #info {
	display: none;
	position: absolute;
	width: 300px;
	margin: 80px 34px;

	font-size: .9em;
	text-align: center;
	padding: 3em 1em;
	background-color: #C0C0C0;
	border: 3px double white;
}

.kontakt p.fehler {
	color: #006464;
}

.kontakt p {
	text-align: left;
}

.kontakt br {
	clear: both;
}

.kontakt label, .lanForm label, .admin label {
	float: left;
	padding-top: .5em;
	width: 8em;
}

.kontakt p.anrede { margin-left: 8em }
.kontakt p.anrede label {
	display: inline;
	float: none;
	width: auto;
}

.kontakt label.hidden {
	display: none;
}

.kontakt label.antwort {
	display: inline;
	float: none;
	width: auto;
}

.kontakt input.text, .lanForm input.text, .admin input.text {
	float: left;
	
	font-family: Verdana, Sans-Serif;
	font-size: 1em;	
	width: 27.5em;

	margin: 3px;
	padding: 3px;
	border: 1px solid #d3d3d3;
}

.kontakt input.text:focus, .kontakt textarea:focus, .kontakt .focus, .lanForm input.text:focus, .admin input.text:focus {
	background-color: #ebebeb;
}

.kontakt textarea {
	font-family: Verdana, Sans-Serif;
	font-size: 1em;	
	width: 35.5em;
	height: 170px;

	padding: 4px;
	border: 1px solid #d3d3d3;
}
