/* CSS Document */

/* -----------------------------------------------------------
		Karl Schairer. quintessence-media.de
		f&uuml;r quintessence-media.de
-------------------------------------------------------------*/

/* ---------------------------------------------------- Definierte Farben

Links hell: #C9CDD1, hover: #23282B

Links dunkel: #23282B, hover: 

/* ------------------------------------------ Allgemeine Einstellungen */

* {
	margin:0;
	padding:0;
	text-decoration:none; /*Fliesstext - Überschriften - Jahreszahl */
	color: #666666;
	 }
	
a:link {color: #000000; text-decoration: none;}
a:visited{color: #000000;}	
* a:hover {color: #FA2E1B;}
/*a:active {color: #FF3300;}*/

body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 11px;
	background-color: #FFFFFF;
	/*margin:0px;*/
}

#wrap {
	margin: 0 auto 40px;
	width: 700px;
	text-align: left;
	height: 100%;
}

#hauptnavi ul { /* ---------------------------------- Hauptnavigation */
	list-style-type:none;
	border-bottom: 1px solid;
	line-height: 200%;
	background-image: url(../pics/quintlogo.gif);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-color: #CCCCCC;
	margin-top: 50px;
	/*text-indent: 1px;*/
	padding-left: 1px;
	}
	
#hauptnavi ul li {
	display: inline;
	margin-right: 8px;
	}
	
#hauptnavi ul li a {
	display: inline;
	color: #BCC1C7;
	}
	
#hauptnavi ul li a:hover {
	color: #FA2E1B;
	}

/*#hauptnavi ul li a:active {
	color: #FF3300;
	}*/
	
#hauptnavi ul li a.current {
	color: #23282B;
	}
	
#subnavi { /* ---------------------------------- Unternavigation */
	height: 75px;
	}
	
#subnavi ul {
	list-style-type:none;
	font-weight: normal;
	padding-left: 1px;
	padding-top: 5px;
	}
	
#subnavi ul li {
	display: inline;
	margin-right: 8px;
	}
	
#subnavi ul li a {
	display: inline;
	color: #BCC1C7;
	text-decoration: none;
	}
	
#subnavi ul li a:hover {
	color: #FA2E1B;
	}

	
#subnavi ul li a.current {
	color: #000000;
	} 
/* -------------------------------------------------------------------------------------------- Content */

/*#topspacePlist {  ---------------------- Projektliste 
	height:121px;
	border-bottom: 1px solid #CCCCCC;
	}*/

/*#subnavi + p {  ------------- Projektlistentext 
	font-size:13px;
	color:#333333;
	padding:4px 0 0 1px;
	width:340px;
	height: 121px;
	line-height: 115%;
	}*/

/*#topspacePlist + p {  ------------- Projektlistentext 
	font-size:13px;
	color:#333333;
	padding:4px 0 0 1px;
	width:340px;
	height: 121px;
	line-height: 115%;
	}*/
		
#PlistL{ /* ------------------------------ Projektliste */
	float:left;
	width: 340px;
	}
	
#PlistR{
	float:right;
	width: 340px;
	}
	
.ListProjektDIV {
	height: 235px;
	border-top: 1px solid #CCCCCC;
}	
	
.ListProjektDIV h3{
	color: #777B80;
	font-size: 11px;
	padding: 4px 0 4px 1px;
	}
	
.ListProjektDIV h3+p {
	padding-top: 5px;
	}
	
.ListProjektDIV h3+p+p {
	font-weight: bold;
	color:#333333;
	padding: 8px 0 0 1px;
	}
	
.ListProjektDIV h3+p+p+p {
	font-weight: bold;
	color:#777B80;
	padding: 1px 0 0 1px;
	line-height: 120%;
	}	

.ListProjektDIV a:link {
	color: #23282B;
	line-height: 120%;
}
.ListProjektDIV a:visited{color: #23282B;}	
.ListProjektDIV a:hover {color: #FA2E1B;}
.ListProjektDIV a:active {color: #FF3300;}

.Auszeichnung {
	color: #C4A083;
	margin-top: -6px;
}

.Stern {
	margin: 0 4px 0 0;
}

/* ---------------------------------------------------- Projektseiten */	

#topspace { 
	padding-left:241px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#topspace a.ziffern {
	margin-right: 5px;
	font-weight: bold;
	color: #999999;
	}

#topspace a.current {
	margin-right: 5px;
	font-weight: bold;
	color:#000000;
	}
	
.copy {
	font-weight: normal;
	line-height: 140%;
	}

#topspace a.ziffern:link{color: #999999;}
/*#topspace a.ziffern:visited{color: #666666;}*/
#topspace a.ziffern:hover{color: #000000;}
/*#topspace a.ziffern:active{color: #FF3300;}*/

#pfeile {
	margin-top:3px;
	float:right;
	list-style-type: none;
	}

a.pfeilL {
	background-image:url(../pics/pLeft.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
	
a.pfeilL:hover {
	background-image: url(../pics/pLeftover.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
	
a.pfeilR {
	margin-left: 8px;
	background-image:url(../pics/pRight.gif);
	background-position:center;
	background-repeat:no-repeat;
	}

a.pfeilR:hover {
	background-image: url(../pics/pRightover.gif);
	background-position:center;
	background-repeat:no-repeat;
	
	}
	
.pfeilRend {
	margin-left: 8px;
	background-image:url(../pics/pRightEND.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-top: 3px;
	}
	
/*------------------------------------------------------------------- Einzelprojekt ---------------*/
	
#Projektseite {
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-left:1px;
	clear: both;
	}
	
#Projektseite h3 {
	color: #666666;
	font-size: 11px;
	margin-bottom: 18px;
	width:220px;
	}
	
#Projektseite h3+p {
	font-weight:bold;
	color:#23282B;
	width:220px;
	line-height:130%;
	}

#Projektseite h3+p+p {
	font-weight:bold;
	color:#666666;
	margin-bottom:28px;
	width:220px;
	line-height: 130%;
	}

#Projektseite p {
	font-weight:normal;
	color:#666666;
	width:220px;
	line-height: 140%;
	}
	
#Projektseite a {
	margin-top: 20px;
	display: block;
}

#Projektseite a:link{color: #000000;}

#Projektseite a:hover{color: #FA2E1B;}
	
.Projektbild {
	float:right;
	border: 1px solid #fff;
	}
	
.Projektbild-R {
	float:right;
	border: 1px solid #CCC;
	}	
	
#Kundenprojekt  {
	clear:both;
	padding-top:5px;
	padding-left:1px;
	height: 70px;
}

#Kundenprojekt p {
	font-weight:normal;
	line-height: 200%;
	color: #666666;
}

#Kundenprojekt p+p {
	font-weight:normal;
	line-height: 140%;	
}
	

/* ------------------------------------------------------------------------- Agenturseite ----*/

h3.agentur  {
	border-bottom:1px solid #CCCCCC;
	padding: 0 0 5px 1px;
	margin-bottom: 8px;
	font-size: 11px;
	color: #23282B;
	}
	
.Einleitung 
	{
	clear: both;
	color:#878B8F;
	font-size:15px;
	font-weight:normal;
	padding: 5px 0 0 2px;
	border-top: 1px solid #ccc;
	line-height: 110%;
}

#footer { /* ------------------------------------------------------- footer */
	clear: both;
	width: 100%;
	float: left;
	margin-top: 120px;
	border-top: 1px solid #CCCCCC;
	padding-bottom: 20px;
	padding-top: 5px;
	}

/*.goTop {
	margin-top: 16px;
	}	*/
	
	
a.goTop {
	background-image:url(../pics/pTop.gif);
	background-position:center;
	/*background-repeat:repeat;*/
	}
	
a.goTop:hover {
	background-image: url(../pics/pTopover.gif);
	background-position:center;
	background-repeat:no-repeat;
	}

a.impressum{
	float:right;
	font-size: 10px;
	margin-top: 1px;
	color: #999999;
	}	
	
a.impressum:hover {
	color: #FA2E1B;
	}

