/*
 *	Style CSS camSol
 */

* {
	font-family: 'Source Sans Pro', sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background: url('../img/bg.jpg') repeat-x #ffffff;
}

.clear {
	clear: both;
}

h1 {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	line-height: 6px;
}

p {
	font-size: 13px;
	margin: 7px 7px 0px 0px;
	text-align: justify;
}

.text {
	width: 275px;
}

#ruler1 {
	background: #009de0;
	margin: 0 0 0 36px;
	width: 200px;
	height: 4px;
	display: block;
}

#ruler2 {
	background: #f8a430;
	margin: 0 0 0 36px;
	width: 200px;
	height: 4px;
	display: block;
}

#ruler3 {
	background: #87888a;
	margin: 0 0 0 36px;
	width: 200px;
	height: 4px;
	display: block;
}

#mehr_btn_blue {
	text-decoration: none;
	margin: 34px 0 0 198px;
}

#mehr_btn_orange {
	text-decoration: none;
	margin: 18px 0 0 198px;
}

#mehr_btn_grey {
	text-decoration: none;
	margin: 100px 0 0 198px;
}

#wrapper {
	background: #ffffff;
	width: 960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	-moz-box-shadow: 0px -5px 5px 5px #888;
	-webkit-box-shadow: 0px -5px 5px 5px #888;
	box-shadow: 0px -5px 5px 5px #888;
}

#header {
	position: fixed;
	width: 960px;
	height: 100px;
	background: url('../img/header_bg.jpg') no-repeat;
	z-index: 100;
}

#logo {
	width: 302px;
	height: 80px;
	margin: 10px 0px 0px 20px;
}

#black_line {
	width: 960px;
	height: 4px;
	background: #000000;
	margin-top: 10px;
}

/*NAVI*/
#navi {
	background: #f3f3f3;
	margin: auto;
	position: relative;
	z-index: 100;
	height: 30px;
	width: 960px;
	margin: 0;
	padding: 0;
}

#navi ul {
	height: auto;
	width: 960px;
	margin: 0;
	padding: 7px 0 0 8px;
}

#navi ul li {
	float: left;
	list-style: none;
	color: #2f2f2f;
}

#navi ul li a {
	color: #2f2f2f;
	text-decoration: none;
	padding: 0 25px 0 0;

}

#navi ul li a:hover {
	color: #9a9b9d !important;
}

.active {
	color: #9A9B9D !important;
}

#top_news {
	display: block;
	color: #000000;
	float: left;
	margin: 0 0 0 130px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	width: 370px;
}

#top_news:hover {
	font-size: 17px;
}

.news {
	color: #F0931F !important;	
}

.news:hover {
	text-decoration: underline !important;	
}

.shadow {
	position: fixed;
	background: url("../img/shadow.png") no-repeat 0 0 transparent;
	height: 19px;
	width: 960px;
	margin-top: 334px;
	z-index: 5;
	opacity: 0.6;
}

/*SLIDESHOW"*/
#slideshow {
	margin-top: 134px;
	z-index: 5;
	position: fixed;
	background: url('../img/loader.gif') no-repeat center;
	background-color: #ffffff;
	width: 960px;
	height:200px;
}

#rotating-elements {
	z-index: 5;
	width: 960px;
	height:200px;
}

.element-rotated {
	height: 200px;
	width: 960px;
	margin: 0;
	padding: 0;
	display: none;
}

.sideswap_nav {
	position: absolute;
}

.sideswap_next {
	background: #ffffff;
	color: white;
	cursor: pointer;
	top: 73px;
	right: 15px;
	z-index: 10;
}

.sideswap_previous {
	background: #ffffff;
	cursor: pointer;
	top: 73px;
	left: 15px;
	z-index: 10;
}

/*CONTENT*/
#content {
	margin-top: 330px;
	padding: 0;
	position: relative;
	z-index: 0;
}

.drei  {
	display:inline-block;
	width:292px;
	
}

#cadcam {
	margin: 31px 0 0 26px;
	float: left;
	height: 400px;
	width: 292px;
	border-right: 2px solid #cccccc;
	text-align: left;
}

#pcad {
	margin: 31px 0 0 26px;
	float: left;
	height: 400px;
	width: 292px;
	border-right: 2px solid #cccccc;
	text-align: left;
}

#software {
	margin: 31px 0 0 26px;
	float: left;
	height: auto;
	width: 267px;
	text-align: left;
	/*border: 2px solid #87888a;*/
}

.home_images {
	height: 131px;
	width: 267px;
}

#content ul li {
	font-size: 13px;
}

/*BUTTONS*/
.buttons {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#858585;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 19px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.buttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.buttons:active {
	position:relative;
	top:1px;
}


/*FOOTER*/
#footer {
	width: 960px;
	height: 22px;
	background: url('../img/footer_bg.jpg');
}

#footer ul li {
	list-style: none;
	text-decoration: none;
	float: left;
}

#footer ul li a {
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	font-size: 10px;
	color: #e3e3e2;
	padding: 0 0 0 4px; 
}

#lang {
	height: 18px;
	width: auto;
	float: right;
	margin: 2px 5px 0 0;
	cursor: pointer;
	display: block;
}

#lang img {
	padding-left: 5px;
	height: auto;
	width: auto;
}