/*
-----------------------------------------------
$Id ds.css 1201701457, 2008-01-30 14:01:37 msslovi0 $
das-studio.de
Stylesheet:	ds.css
Author:		Matt Slovig
Version:	30 January 2008
Revision:	30 January 2008
Colors:
	Purple: #6D1F80
	Yellow: #FFCC00
	Orange: #F29400
	Green: #7AB51D
	Blue: #009EE0
	Grey: #7F7F7F
----------------------------------------------- */

/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 72.5%;
	font-family: Arial, Helvetica, sans-serif;
}

/* -----------------------------------*/
/* --------->>> CLEARFIX <<<----------*/
/* -----------------------------------*/

.c, .clearBoth {
	clear: both;
	padding-top: 5px;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {display: inline-table;}

/* Hides from IE-mac \*/
* html .cf {height: 1%;}
.cf {display: block;}
/* End hide from IE-mac */

/* End Clearfix */

/* -----------------------------------*/
/* --------->>> STRUCTURE <<<---------*/
/* -----------------------------------*/

/* ---------->>> WRAPPER <<<----------*/
#wrap {
	width: 966px;
	margin-left: auto;
	margin-right: auto;
}
/* ---------->>> /WRAPPER <<<---------*/

/* ----------->>> HEADER <<<----------*/
#branding {
	height: 70px;
	padding-bottom: 20px;
}

	#branding h1 {
		background: url(/i/bc7.logo.jpg) no-repeat center left;
		float: left;
		width: 50%;
		text-indent: -999em;
		height: 90px;
	}
	
		#branding h1 a {
			display: block;
			height: 90px;
		}
	
	#branding p {
		display: none;
	}
	
	#ds {
		position: relative;
		float: right;
		height: 76px;
		width: 40%;
	}
	
		#ds h2 {
			background: url(/i/branding.png) no-repeat center right;
			height: 90px;
			margin-right: 11px;
			text-indent: -999em;
		}

/* ----------->>> /HEADER <<<---------*/

/* ----------->>> TOPNAV <<<----------*/
#nav {
	list-style: none;
	float: left;
	padding-bottom: 20px;
}

	#nav li {
		padding-bottom: 10px;
		float: left;
		background-repeat: no-repeat;
		text-transform: uppercase;
	}
	
		#nav li a {
			text-indent: -999em;
			height: 33px;
			line-height: 33px;
			display: block;
			color: #000;
			margin-right: 5px;
			text-decoration: none;
		}
		
		
	#home {}
		#home a {
			background: #6D1F80 url(/i/nav.home.png) no-repeat 0px 0;
			width: 116px;
		}
		
	#bc7-system {}
		#bc7-system a {
			background: #6D1F80 url(/i/nav.bc7-system.png) no-repeat 0px 0;
			width: 205px;
		}

	#news {}
		#news a {
			background: #6D1F80 url(/i/nav.news.png) no-repeat 0px 0;
			width: 116px;
		}

	#advantages {}
		#advantages a {
			background: #6D1F80 url(/i/nav.advantages.png) no-repeat 0px 0;
			width: 116px;
		}
		
	#approach {}
		#approach a {
			background: #6D1F80 url(/i/nav.approach.png) no-repeat 0px 0;
			width: 146px;
		}

	#contact {}
		#contact a {
			background: #6D1F80 url(/i/nav.contact.png) no-repeat 0px 0;
			width: 116px;
		}

	#impressum {}
		#impressum a {
			background: #6D1F80 url(/i/nav.impressum.png) no-repeat 0px 0;
			width: 116px;
		}

/* ----------->>> /TOPNAV <<<---------*/

/* ---------->>> MAINNAV <<<----------*/
#mainnav {
	list-style: none;
	background-image: url(/i/nav.shade.bottom.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	width: 138px;
	float: left;
}

	.company #mainnav li a {
		background-color: #6D1F80;
		color: #B2B2B2;
	}

	#mainnav li, #mainnav li a {
		text-indent: 0;
	}

	#mainnav li {
		text-transform: none;
		background-image: url(/i/nav.shade.middle.png);
		background-repeat: repeat-y;
		background-position: right;
	}
	
		#mainnav li a.current {
			font-weight: bold;
		}
	
	#mainnav li:first-child {
		background-image: url(/i/nav.shade.top.png) !important;
		background-position: right top;
	}
	
	#mainnav li a {
		padding-left: 10px;
		width: 123px;
		background-image: none;
		padding-bottom: 5px;
		padding-top: 5px;
		display: block;
		text-decoration: none;
	}
		#mainnav li a:hover {
			text-decoration: underline;
		}
		
		#mainnav ul {
			background-image: none !important;
			list-style: none;
		}

			#mainnav ul li, #mainnav ul li:first-child {
				background-image: none !important;
			}
			
				#mainnav ul li a {
					padding: 2px 0 2px 20px;
					width: 113px;
				}
		
/* --------->>> /MAINNAV <<<----------*/

/* ----------->>> MAIN <<<------------*/
#main {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
}
/* ----------->>> /MAIN <<<-----------*/

/* ---------->>> CONTENT <<<----------*/
#content {
	margin-left: 12px;
	float: left;
	width: 816px;
}
/* ---------->>> /CONTENT <<<---------*/

/* ----------->>> META <<<------------*/
#meta {
	clear: both;
	text-align: right;
	padding-top: 20px;
	line-height: 60px;
}
	#meta img {
		vertical-align: middle;
		padding-right: 10px;
	}
	
	#meta a {
		color: #000;
		padding-right: 10px;
	}
	
		#meta a:hover {
			text-decoration: none;
		}
/* ----------->>> /META <<<-----------*/

#primary {
	float: left;
	width: 48%;
}

#secondary {
	float: right;
	width: 48%;
	margin-right: 5px;
}

	#secondary dd {
		font-size: 90%;
		padding-top: 5px;
	}



/* -----------------------------------*/
/* --------->>> FORMATTING <<<--------*/
/* -----------------------------------*/
/* ------------>>> TAGS <<<-----------*/
h2 {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
}

	.company h3 {
		color: #7F7F7F;
	}

p {
	padding-bottom: 10px;
	line-height: 1.5em;
	margin: 1em 0;
}

hr {
	clear: both;
	/*border: 10px dotted red;*/
}

ol, #primary ul {
	margin-left: 2em;
	margin-bottom: 2em;
}

	#primary ul {
		margin-top: 1em;
	}

	ol li, #primary ul li {
		line-height: 1.75em;
	}
/* ------------>>> /TAGS <<<----------*/

/* ------------>>> IDS <<<------------*/
/* ------------>>> /IDS <<<-----------*/

/* ---------->>> CLASSES <<<----------*/
.claim {
	font-weight: bold;
}

.newsbox {}

	.newsbox img {
		float: right;
	}
	
.advantages {
	width: 48% !important;
}
	ol.advantages {
		margin-top: 1em;
	}
	
		ol.advantages li {
			display: list-item;
		}
		
.caption {
	font-weight: bold;
	font-size: 110%;
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
/* ---------->>> /CLASSES <<<----------*/

/* -----------------------------------*/
/* ---------->>> LINKS <<<------------*/
/* -----------------------------------*/
a {
	color: #000;
	font-weight: bold;
}

	a:hover {
		text-decoration: none;
	}
	a:active {
		position: relative;
		top: 1px;
	}
