/*

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                                                                     +
+                  (c) 2007 - 2008 Matthias Müller		       +
+                    web: http://www.w3blabor.de                      +
+                      email: mail@w3blabor.de                        +
+                                                                     +
+              Mehr Infos unter http://cms.w3blabor.de                +
+                                                                     +
+   Dieses Script untersteht der GNU General Public License, welche   +
+   unter www.gnu.org nachgelesen werden kann! Der Autor übernimmt    +
+   keinerlei Garantie für die Funktionsfähigkeit dieses Scriptes!    +
+                                                                     +
+   Das Script darf nur unter der Domain http://cms.w3blabor.de       +
+   zum Download angeboten werden! Ein Link im Footer muss sichtbar   +
+   und aktiv in jeden Template Footer eingebaut werden!              +
+                                                                     +
+           Weitere Infos kann man in der README nachlesen!           +
+                                                                     +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

*/



/* INLAY STYLES */



#inlay {

	width: 515px;
	min-height: 36px;
	background: #f0f0f0;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	color: #595959;
	position: relative;
	border: 1px solid #e0e0e0;

}

#inlay h3 {

	font-family: "Lucida Grande" , "Times New Roman" , "MS Sans Serif" , "Tahoma" , "Arial";
	font-size: 18px;
	font-weight: normal;
	color: #9a9e9f;
	line-height: 20px;
	
}

#inlay p {

	margin: 0px 0px 20px 0px;
	
}

#inlay .formular {

	width: 508px;
	height: 18px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background: #fff;
	border: 1px solid #e0e0e0;
	font-size: 11px;
	color: #595959;
	font-family: "Verdana";
	
}

#inlay .textarea {

	width: 508px;
	height: 100px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background: #fff;
	border: 1px solid #e0e0e0;
	font-size: 11px;
	color: #595959;
	font-family: "Verdana";
	
}

#inlay .button {

	height: 24px;
	background: #f0f0f0;
	overflow: hidden;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	border: none;
	color: #595959;
	font-size: 9px;
	font-family: "Verdana";
	font-weight: bold;
	float: right;
	text-align: left;
	cursor: pointer;
	
}



/* PORTFOLIO AUSGABE STYLES */



#portfolio_inlay {

	width: 515px;
	min-height: 36px;
	background: #f0f0f0;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	color: #595959;
	position: relative;
	border: 1px solid #e0e0e0;

}

#portfolio {

	width: 515px;
	text-align: center;

}

#portfolio hr {

	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e0e0e0;
	margin: 0px 0px 10px 0px; 

}

#portfolio a, #portfolio a:hover {

	text-decoration: none;
	background: none;

}

#portfolio a.sample, #portfolio a:hover.sample {

	width: 88px;
	height: 66px;
	border: 1px solid #fff;
	display: block;
	background: #2b2f30;
	margin-bottom: 25px;

}

#portfolio p {

	margin: 0px;

}

#portfolio a.aktiv {

	font-weight: bold;

}



/* NEWS STYLESHEETS */



#text p.news_headline {

	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-align: left;

}

#text div.news_text {

	margin: 0px 0px 15px 0px;
	text-align: justify;

}

#text p.news_datum {
	
	color: #a6abaf;
	margin: 0px 0px 15px 0px;

}

#text p.news_datum a {
	
	color: #a6abaf;
	text-decoration: none;

}

#text p.news_datum a:hover {
	
	color: #a6abaf;
	text-decoration: underline;

}

#text p.hell, #text .hell {

	color: #a6abaf;

}

#text fieldset {
         
	background: #fff;
	border: 1px dotted #a6abaf;
	padding: 0px 20px 0px 20px;
	margin-bottom: 20px;

}

#text fieldset p {

	margin: 0px 0px 5px 0px;

}

#text fieldset .formular {

	width: 99%;
	height: 18px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background: #fff;
	border: 1px solid #e0e0e0;
	font-size: 11px;
	color: #595959;
	font-family: "Verdana";
	
}

#text fieldset .textarea {

	width: 99%;
	height: 100px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background: #fff;
	border: 1px solid #e0e0e0;
	font-size: 11px;
	color: #595959;
	font-family: "Verdana";
	
}

#text fieldset .button {

	height: 24px;
	background: #fff;
	overflow: hidden;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	border: none;
	color: #595959;
	font-size: 9px;
	font-family: "Verdana";
	font-weight: bold;
	float: right;
	text-align: left;
	cursor: pointer;
	
}

#text fieldset legend {
         
         background: #fff;
	padding: 0px 10px;

}

#text fieldset legend a {
         
         text-decoration: none;

}

#text fieldset legend a:hover {
         
         text-decoration: underline;

}

#text fieldset p.hell {

	padding: 0px 0px 8px 0px;

}



/* GBOOK STYLESHEETS */



#text a.gbook_email, #text a:hover.gbook_email {

	text-decoration: none;
	background: url(../../../images/gbook_email.gif) no-repeat;
	margin-left: 4px;

}

#text a.gbook_webseite, #text a:hover.gbook_webseite {

	text-decoration: none;
	background: url(../../../images/gbook_webseite.gif) no-repeat;
	margin-left: 4px;

}

#text a.gbook_icq, #text a:hover.gbook_icq {

	text-decoration: none;
	background: url(../../../images/gbook_icq.gif) no-repeat;
	margin-left: 4px;

}



/* HIDDEN LAYERS */



#hiddenlayer {

	display: none;

}