* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#000;
}

img {
	border:0;
	vertical-align:top;
	text-align:left;
}

object {
	vertical-align:top;
	outline:none;
}

ul, ol {
	list-style:none;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.clear {
	clear:both;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
	float:left;
}

.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}

.wrapper {
	width:100%;
	}
.container {
	width:1024px;
	margin:0 auto;
	font-size:.75em;
}


/*==== GLOBAL =====*/
#footer {
	background:#FFFFFF;
}


/*---- tailings ----*/
.tail-top {
	background:url(images/tail-top.gif) left top repeat-x #fbfbfb;
}


/*----- forms parameters -----*/

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent {
	margin:0 20px 0 0;
	float:left;
}
.img-box {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.img-box img {
	float:left;
	margin:0 20px 0 0;
}

.extra-wrap {
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 {
	margin-bottom:8px;
}
.p2 {
	margin-bottom:16px;
}
.p3 {
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#7C359D;
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:1em;
	margin-bottom:16px;
	color:#7C359D;
}
h3 {
	font-size:1em;
	margin-bottom:0;
}

h3 a {
	text-decoration:none;
}
h3 a:hover {
	color:#000;
	text-decoration:underline;
}
h4 {
	font-size:1em;
	font-weight:normal;
	color:#7C359D;
}
h5 {
	font-size:1.5em;
	margin-bottom:0;
	color:#7C359D;
}

.link1 {
	color:#9b9b9b;
	text-decoration:none;
}
.link1:hover {
	color:#000;
	text-decoration:underline;
}


/*==================boxes====================*/
.box {
	background:#f5f5f5;
	border:1px dashed #e1e1e1;
	margin-bottom: 22px;
}
.box .inner {
	padding:24px 15px 25px 24px;
}

.address {
	padding:10px 0 0 0;
}
.address dt {
	margin-bottom:16px;
}
.address dd {
	clear:both;
}
.address dd span {
	float:left;
	width:78px;
}


/*===== header =====*/

#header .row-1 .container {
	height:10px;
	background-color: #88659a;
}

#header .row-2 .container {
	height:311px;
}
#header .row-2 .col-1 {
	width:637px;
}
#header .row-2 .col-2 {
	width:343px;
}
#header .row-2 .logo {
	padding:0px 0 0 0px;
}

#header .row-2.small {
	height:259px;
}
#header .row-2.small .logo {
	padding:39px 0 0 21px;
}
#header .row-2.small .title {
	padding:91px 0 0 36px;
}
#header .row-2.small .title2 {
	padding:50px 0 0 25px;
}
#header .row-2.small .title3 {
	padding:100px 0 0 36px;
}

#site-nav {
	float:right;
	padding:36px 0 0 0;
	font-size:14px;
	letter-spacing:-1px;
	line-height:1.2em;
}
#site-nav li {
	display:inline;
	padding:0 19px 0 22px;
	float:left;
}
#site-nav li a {
	color:#383838;
	font-weight:bold;
	text-decoration:none;
	float:left;
}
#site-nav li a:hover, #site-nav li a.current {
	color:#7C359D;
	border-bottom:2px solid #7C359D;
}


/*===== slider =====*/
/*
* Required
*/
#loopedSlider .container1 { width:980px; height:240px; overflow:hidden; position:relative; cursor:pointer; }
#loopedSlider .slides { position:absolute; top:0; left:0; }
#loopedSlider .slides div {
	position:absolute; top:0;
	width:280px;
	display:none;
	color:#d2d2d2;
	font-size:30px;
	line-height:1.2em;
	font-weight:bold;
	padding:60px 0 0 40px;
	font-family:Tahoma, Geneva, sans-serif;
}

/*===== slider =====*/

/*===== content =====*/
.content {
	padding:22px 0 30px 0;
}
.content .indent {
	padding:0 0 0 22px;
}
.content .indent .indent {
	padding:24px 0 0 0;
}

.justify {
	text-align: justify;
}

.top-news {
	width:100%;
	overflow:hidden;
}
.top-news li {
	display:inline;
}
.top-news li a {
	display:block;
	float:left;
	padding:11px 20px 16px 20px;
	width:202px;
	color:#000;
	text-decoration:none;
	margin-right:4px;
}
.top-news li a.last {
	margin-right:0;
}
.top-news li a img {
	display:block;
	margin-bottom:2px;
}
.top-news li a span {
	font-size:10px;
	text-transform:uppercase;
	display:block;
	margin-bottom:7px;
}
.top-news li a strong {
	color:#7C359D;
	display:block;
	margin-bottom:16px;
}
.top-news li a b {
	display:block;
	font-weight:normal;
	margin-bottom:16px;
}
.top-news li a em {
	font-style:normal;
	color:#9b9b9b;
}

.top-news li a:hover {
	background:#f5f5f5;
	border:1px dashed #e1e1e1;
	padding:10px 19px 15px 19px;
}

.services-list {
	width:100%;
	overflow:hidden;
}
.services-list li {
	display:inline;
}
.services-list li a {
	display:block;
	float:left;
	padding:25px 16px 20px 25px;
	width:275px;
	color:#000;
	text-decoration:none;
	margin-right:10px;
	cursor:pointer;
}
.services-list li a.last {
	margin-right:0;
}
.services-list li a strong {
	color:#7C359D;
	display:block;
	margin-bottom:16px;
}
.services-list li a b {
	display:block;
	font-weight:normal;
	margin-bottom:16px;
	min-height:50px;
	height: auto!important;
	height:48px;
}
.services-list li a em {
	font-style:normal;
	color:#9b9b9b;
}

.services-list li a:hover {
	padding:25px 16px 20px 25px;
}

.solutions-list {
	width:100%;
	overflow:hidden;
}
.solutions-list li {
	display:inline;
}
.solutions-list li a {
	display:block;
	float:left;
	padding:50px 10px 20px 25px;
	width:190px;
	color:#000;
	text-decoration:none;
	margin-right:10px;
	cursor:pointer;
}
.solutions-list li a.last {
	margin-right:0;
}
.solutions-list li a strong {
	color:#7C359D;
	display:block;
	margin-bottom:16px;
}
.solutions-list li a b {
	display:block;
	font-weight:normal;
	margin-bottom:16px;
}
.solutions-list li a em {
	font-style:normal;
	color:#9b9b9b;
}
.solutions-list li a:hover {
	padding:50px 10px 20px 25px;
}

.list1 li {
	padding:0 0 4px 0;
}

.clients-list {
	width:100%;
	overflow:hidden;
}
.clients-list li {
	float:left;
	width:191px;
	margin-right:55px;
	padding-bottom:22px;
}
.clients-list li.last {
	margin-right:0;
}
.clients-list li img {
	float:left;
	margin-right:14px;
}
.produkte-list {
	width:100%;
	overflow:hidden;
}
.produkte-list li {
	float:left;
	width:339px;
	margin-right:1px;
	padding-bottom:22px;
}
.produkte-list li.last {
	margin-right:0;
}
.produkte-list li img {
	float:left;
	margin-right:0px;
}

/*===== footer =====*/
#footer .indent {
	padding:26px 0 70px 21px;
}
#footer dl {
	float:left;
}
#footer dl dt {
	font-weight:bold;
	color:#404040;
	margin-bottom:6px;
}

#footer dl dd a {
	color:#404040;
}

#footer .col-1 {
	width:150px;
}
#footer .col-2 {
	width:150px;
}
#footer .col-3 {
	width:150px;
}
#footer .col-4 {
	width:150px;
}
#footer .col-5 {
	width:150px;
}
#footer .col-6 {
	width:150px;
}


/*----- forms -----*/

#newsletter-form fieldset {
	border:none;
}
#newsletter-form label {
	display:block;
	margin-bottom:5px;
	font-weight:bold;
	color:#404040;
}
#newsletter-form input.text {
	width:215px;
	border:1px solid #fff;
	background:#fff;
	border-left:1px solid #bababa;
	border-top:1px solid #bababa;
	padding:3px 0 3px 8px;
	color:#b5b5b5;
	margin-right:7px;
	letter-spacing:1px;
}

#newsletter-form input.submit {
	background:url(images/subscribe-button.gif) no-repeat left top;
	width:96px;
	height:24px;
	border:none;
	cursor:pointer;
}

#contacts-form fieldset {
	border:none;
}
#contacts-form .col-1 {
	width:230px !important;
	margin-right:0 !important;
}
#contacts-form .col-2 {
	width:204px !important;
	margin-right:0 !important;
}
#contacts-form label {
	display:block;
	height:47px;
	overflow:hidden;
}
#contacts-form input {
	width:190px;
	border:1px solid #cdcdcd;
	background:#fff;
	padding:2px 0 3px 5px;
}
#contacts-form textarea {
	width:190px;
	height:110px;
	border:1px solid #cdcdcd;
	background:#fff;
	padding:2px 5px 3px 5px;
	margin-bottom:15px;
}

.aside {
	margin-top: 50px;
	padding: 60px 0 0 0;
	text-align: center;
}

.contentpic {
	width:600px;
	min-height:400px;
	float:left;
	padding:1px;
}

/*==========================================*/
