@charset 'utf-8';
/*-------------------------------------------------------------------------------------
	*
	*	@copyright:_________2008, D-Arch
	*	@link:______________http://www.d-arch.de
	*	@author:____________Oliver Hook
	*	@function:__________css site settings
	*
	*	@version:___________1.0
	*
--------------------------------------------------
	*
	*	COLOR SCHEME
	*
	*-- GLOBAL ---------------------------
	*	Body Background:____________#FFFFFF

	*-- TEXT -----------------------------
	*	Text Headline:______________#878789
	*	Text Nav:___________________#B9CD41
	*	Text Nav (hover):___________#FFFFFF
	*	Text Copy:__________________#878789
	*	Text Additional:____________#C0C0C0
	*	Lines (Divider):____________#B2B2B2

	*-- INTERACTION ----------------------
	*	Links:______________________#B9CD41
	*
-------------------------------------------------------------------------------------*/
/*------------------------------------------------
	*	reset browser defaults
--------------------------------------------------*/
* { /* resets all predefined values to 0 */
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
html {
	height:100%;
}
body {
	padding:20px 0 10px 0;
	font-size:62.5%;
	background:#d9d8d8 url(images/dcStripes3.gif) 0 0 repeat-x;
}
body#swReferenzenDet {
	height:100%;
	width:100%;
	padding-bottom:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
/*------------------------------------------------
	*	predefined styles
--------------------------------------------------*/
.clear { /* clearing floats within html-code about the <br /> tag */
	clear:both;
	height:0;
	font-size:0;
}
.clearfix:after { /* clearfix-method without additional markup. needs surrounding element. */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:block;
}
hr { /* hr is invisile, but visible in print-view */
	display:none;
}
.divider { /* general dividing line */
	clear:both;
	margin:15px 0;
	height:1px;
	background:url(images/dvdRap.gif) repeat-x;
}
.invisible { /* makes elements invisible but readable */
	position:absolute;
	left:-1000em;
}
/*------------------------------------------------
	*	basic font definitions
--------------------------------------------------*/
* { /* basic font family/groundcolor */
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	color:#878789;
}
p a {
	color:#B9CD41;
}
a, a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.lnIcon {
	display:block;
	margin-bottom:10px;
	padding-left:8px;
	background:url(images/lnIcon.gif) 0 4px no-repeat;
	font-size:1.1em;
}
a.lnBack {
	display:block;
	margin-bottom:15px;
	padding-left:8px;
	background:url(images/lnBack.gif) 0 4px no-repeat;
	font-size:1.1em;
	color:#B9CD41;
	text-decoration:none;
}
a.lnBack:hover {
	text-decoration:underline;
}
a.lnMail img, a.lnMailJobs img {
	vertical-align:middle;
}
/*------------------------------------------------
	*	document
--------------------------------------------------*/
#dcSrd { /* document container */
	margin:0 auto;
	padding-top:4px;
	width:920px;
	background:url(images/dcBrdTop.png) 0 0 no-repeat;
}
/*------------------------------------------------
	*	header
--------------------------------------------------*/
#hdCont { /* header  container */
	margin-bottom:30px;
}
#hdLogo {
	float:left;
}
/*-----|| meta navigation ||-----*/
#mtNav { /* meta navigation */
	float:right;
	padding-top:5px;
	font-size:1.1em;
}
#mtNav li {
	float:left;
}
#mtNav li a {
	display:block;
	padding:5px 0 0 20px;
	color:#878789;
}
#mtNav li a.current {
	text-decoration:underline;
}
#mtNav li.langChange a {
	float:left;
	margin:3px 0 0 3px;
	padding:2px 3px;
	font-weight:bold;
	color:#B9CD41;
}
#mtNav li.langChange span {
	float:left;
	margin:4px 0 0 15px;
	font-weight:bold;
}
#mtNav li.langChange .current {
	float:left;
	font-weight:bold;
	margin:3px 0 0 3px;
	padding:2px 3px;
}
#mtNav li.langChange a:hover, #mtNav li.langChange a:focus {
	background:#B9CD41;
	color:#FFF;
	text-decoration:none;
}
/*------------------------------------------------
	*	mainnav
--------------------------------------------------*/
#mnNav { /* meta navigation */
	font-size:1.2em;
	padding-bottom:8px;
	background:url(images/mnBrdBot.gif) left bottom no-repeat;
}
#mnNav li {
	float:left;
	margin-right:1px;
}
#mnNav li a {
	display:block;
	padding:3px 10px 2px 10px;
	color:#B9CD41;
}
#mnNav li a:hover, #mnNav li a.current {
	background:#B9CD41 url(images/mnRap.gif) 0 0 repeat-x;
	color:#FFF;
	text-decoration:none;
}
/*------------------------------------------------
	*	content
--------------------------------------------------*/
#ctSrd { /* surrounding content elements */
	padding-bottom:4px;
	background:url(images/dcBrdBot.png) 0 100% no-repeat;
}
#ctCont { /* content container */
	padding:40px;
	min-height:500px;
	background-color:#FFF;
}
#ctMain { /* main content */
	float:left;
	padding-top:15px;
	width:560px;
}
#ctMainL { /* main content large */
	padding-top:15px;
}
.ct2Col {
	float:left;
	width:50%;
}
/*-----|| homepage ||-----*/
#stTagCloud {
	height:265px;
	background:url(images/titel.png) 0 25px no-repeat;
}
#stTagCloud ul li, #stTagCloud h1, #stTagCloud h2, #stTagCloud h3 {
	text-indent:-9999em;
}
.ovCont {
	margin-bottom:15px;
	height:225px;
}
.ct2Col .ovCont {
	width:410px;
	background-color:#B9CD41;
}
.colR .ovCont {
	margin-left:10px;
}
.ovCont img {
	float:left;
}
.ovCont div {
	float:left;
	padding:5px 10px;
	width:185px;
	height:215px;
	background:#B9CD41 url(images/ovContRap.gif) 0 0 no-repeat;
}
.ct2Col .ovCont div {
	float:right;
	width:210px;
	background:none;
}
#ctMainL .ovCont div.aktText {
	float:right;
	width:465px;
}

.ovCont div a.lnIcon {
	color:#FFF;
	background-image:url(images/lnIconOv.gif);
}
.dtImg {
	display:block;
}
/*-----|| gallery ||-----*/
.galCont {
	background: #fff url(images/ajax-loader.gif) 50% 50% no-repeat;
	width: 560px;
	height: 366px;
}
.galImg {
	width: 560px;
	height: 366px;
	text-align:right;
}
.galImg img {
	/*float:right;*/
	display:block;
	margin:0 auto;
}
#clickList {
	float:right;
	padding-top:5px;
	list-style: none;
}
#clickList li {
	float:left;
}
#clickList a {
	display:block;
	width:10px;
	height:10px;
	background-color:#B9CD41;
	margin-left:3px;
}
#clickList a.current {
	background-color:#878789;
}
/*-----|| content - font settings ||-----*/
#ctCont h1 {
	margin-bottom:15px;
	font-size:1.8em;
}
#ctCont h2 {
	margin-bottom:5px;
	font-size:1.2em;
}
#ctCont h3 {
  margin-bottom:5px;
  font-size:1.2em;
}
#ctCont .ovCont h2 {
	margin-bottom:10px;
	font-size:1.3em;
	line-height:16px;
	color:#FFF;
}
#ctCont .ovCont h2 span {
	font-weight:normal;
}
#ctMainL h2.hlType {
	margin-bottom:10px;
}
#ctCont p {
	font-size:1.2em;
	margin-bottom:10px;
}
#ctCont p.pgAbstract {
	margin-bottom:25px;
	font-size:1.4em;
	line-height:1.357em;
}
#ctCont .ovCont p {
	margin-bottom:10px;
	color:#FFF;
}
.lsText {
  font-size:1.2em;
  margin-bottom:10px;
}
.lsText li {
  margin-bottom:10px;
}
/*------------------------------------------------
	*	slot
--------------------------------------------------*/
#slCont { /* slot container */
	float:right;
	padding-top:17px;
	width:260px;
}
.daPjDet #slCont {
	padding-top:40px;
}
#slCont h2 {
	margin-bottom:5px;
	font-size:1.4em;
}
#slCont h3 {
	font-size:1.1em;
}
.daPjDet #slCont h2 {
	margin-bottom:20px;
}
#slCont p, #slCont img {
	margin-bottom:10px;
	padding-left:10px;
	font-size:1.1em;
}
#slCont img {
	display:block;
}
#slCont a.lnIcon, #slCont .divider  {
	margin-left:10px;
	color:#B9CD41;
}
#slCont .divider  {
	margin-top:-5px;
}
.daPjDet #slCont .divider  {
	margin-top:0;
}

/*------------------------------------------------
	*	footer
--------------------------------------------------*/
#ftCont { /* footer container */
	
}
#ftCont a {
	float:right;
	padding:1px 2px;
	background-color:#FFF;
	color:#C0C0C0;
}
#ftCont a:hover, #ftCont a.current {
	background:#B9CD41 url(images/mnRap.gif) 0 0 repeat-x;
	color:#FFF;
	text-decoration:none;
}

