/*-------------------------------------------------
Global
-------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background:#c5c900;
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #555242;
}

br {
	clear: both;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.main {
	width: 900px;
	padding-top: 50px;
	padding-bottom: 50px;
}

/*-------------------------------------------------
Structure
-------------------------------------------------*/

#head {
	width: 100%;
	height: 100px;
	background:#6b695c repeat-x;
}

#head .inner {
	width: 900px;
	text-align: left;
	position: relative;
	z-index: 8000;
}

#head .inner .left, #head .inner .right {
	position: absolute;
	top: 0;
	left: 0;
}
#head .inner .right {
	left: 257px;
        top:32px;
}

#head .inner .right img {
	margin-top: 42px;
	margin-left: 8px;
}

#content {
	width: 100%;
	background: url(../images/content_bg.jpg) repeat-x #fff;
}

#content .inner {
	width: 900px;
	text-align: left;
}

#lightbox {
	background: url(../images/bg_lightbox.png);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9000;
	text-align: center;
}

#lightbox #container {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
}

#lightbox #center {
	margin-left: auto;
	margin-right: auto;
}

#lightbox .left, #lightbox .right {
	margin: 0;
	padding: 0;
	padding: 10px 0 5px 0;
}

#lightbox .left {
	width: auto;
	float: left;
	
}

#lightbox .right {
	width: auto;
	float: right;
}

#loader {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #555242;
	z-index: 20000;
}

/*-------------------------------------------------
Home
-------------------------------------------------*/

#contentHome {
	width: 100%;
	height: 345px;
	background: url(../images/content_bg.jpg) repeat-x #fff;
	position: relative;
}

#contentHome .inner {
	width: 900px;
	text-align: left;
	position: relative;
}

.showcaseHome {
	width: 900px;
	height: 339px;
	position: absolute;
	top: 6px;
	left: 0;
}

.showcaseHome .text {
	width: 280px;
	padding-top: 219px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	font-size: 11px;
	line-height: 16px;
}

/*-------------------------------------------------
Services
-------------------------------------------------*/

.mainServices {
	width: 900px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.mainServices .inner {
	width: 100%;
	background: url(../images/services_main_bg.png) no-repeat;
}

.mainServices .left {
	width: 575px;
}

.mainServices .left .text {
	margin-top: 428px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}

.mainServices .right {
	width: 280px;
	text-align: left;
	padding-top: 20px;
}

.mainServices .right img {
	margin-bottom: 4px;
}

/*-------------------------------------------------
About
-------------------------------------------------*/

.mainAbout {
	width: 900px;
	padding-top: 26px;
	padding-bottom: 17px;
}

.mainAbout .inner {
	width: 100%;
	background: url(../images/selbstverstaendnis_main_bg.jpg) no-repeat;
}

.mainAbout .left {
	width: 575px;
}

.mainAbout .left .text {
	margin-top: 50px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}

.mainAbout .right {
	width: 280px;
	text-align: left;
	position: relative;
}

.mainAbout .right .chess {
	width: 385px;
	height: 515px;
	position: absolute;
	top: 0;
	left: 35px;
	background:  url(../img/selbstverstaendnis_chess.jpg) no-repeat;
}

/*-------------------------------------------------
Reference
-------------------------------------------------*/

#contentReference {
	width: 100%;
	background: url(../images/content_bg.jpg) repeat-x #fff;
}

#contentReference .inner {
	width: 900px;
	text-align: left;
	padding-bottom: 50px;
}

.menu {
	width: 900px;
	height: 16px;
	padding-top: 30px;
	padding-bottom: 3px;
}

#contentReference .inner .menu .right {
	text-align: right;
	background: none;
}

.reference {
	width: 900px;
	height: 453px;
	text-align: left;
	background: url(../images/reference_ksv_bg.png) repeat-x;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.reference .inner {
	padding-top: 150px;
	padding-bottom: 24px; 
}

.reference table {
	height: 278px;
}

.reference .space {
	margin-bottom: 25px;
}

.reference .text {
	width: 520px;
}

#contentReference .inner .left {
	width: 590px;
}

#contentReference .inner .right {
	width: 310px;
	background: url(../images/reference_list_bg.jpg) no-repeat;
}

#contentReference .inner .right .inner {
	width: 280px;
	padding-top: 30px;
	padding-left: 30px;
}

#contentReference .inner .right .inner .text {
	padding-top: 16px;
}

#contentReference .inner .left .module {
	width: 589px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#contentReference .inner .left .module .inner {
	padding-top: 30px;
	padding-bottom: 40px;
	width: 589px;
	background: url(../images/reference_module_bg.jpg) no-repeat;
}

#contentReference .inner .left .module .inner .left {
	width: 134px;
	margin-top: 16px;
}

#contentReference .inner .left .module .inner .right {
	float: left;
	width: 400px;
	padding-left: 40px;
	margin-top: 16px;
	background: none;
}

/*-------------------------------------------------
Footer
-------------------------------------------------*/

#footer {
	width: 100%;
	height: 120px;
	background:#c5c900 ;
	font-size: 11px;
	line-height: 16px;
}

#footer .inner {
	width: 900px;
	text-align: left;
}

#footer .left {
	float: left;
	width: 290px;
	margin-right: 20px;
	background:repeat-x #c5c900;
}

#footer .left .inner {
	width: 270px;
	padding-top: 25px;
}

#footer .middle {
	float: left;
	width: 290px;
	margin-right: 10px;
	background:#c5c900;
}

#footer .middle .inner {
	width: 270px;
	padding-top: 25px;
}

#footer .right {
	float: right;
	width: 280px;
	background:#c5c900;
}

#footer .right .inner {
	float: right;
	width: 575px;
	padding-top: 25px;
}

#footer .text {
	margin-top: 0px;
	padding: 0 0 0 3px;
}

#footer .text .over {
	margin-top: 7px;
}

#footer .news {
	margin-top: 15px;
}

#footer .news1 {
	width: 280px;
	height: 30px;
	background:no-repeat #C5C900;
}

#footer .news2 {
	width: 280px;
	height: 30px;
	background: url(../images/footer_news_bg2.png) repeat-x;
}

#footer .copyright {
	width: 900px;
	margin-top: 37px;
	padding: 0;
}

#footer .copyright {
	font-size: 10px;
}

a.copy:link, a.copy:visited, a.copy:focus, a:hover, a.copy:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #555242;
	text-decoration: none;
}

a.copy:hover {
	text-decoration: underline;
}

#footer .copyright .left {
	float: left;
	width: 280px;
	background: none;
	text-align: left;
	margin: 0;
}

#footer .copyright .right {
	width: 613px;
	float: left;
	text-align: right;
}

/*-------------------------------------------------
Headline
-------------------------------------------------*/

.headline {
	width: 900px;
	height: 78px;
	background: url(../images/headline_submenu_bg.gif) no-repeat;
	background-position: bottom;
	padding-top: 30px;
}

.headline .left {
	padding-top: 19px;
}

.headline .right {
	padding-top: 47px;
}

.headline .newsRight {
	text-align: right;
	padding-top: 20px;
}

.headline .newsRight .over {
	margin-left: 25px;
}

.headline .newsRight .top {
	height: 29px;
}

.headline .newsRight .bottom {
	height: 16px;
}

/*-------------------------------------------------
Submenu News
-------------------------------------------------*/

.submenu {
	width: 900px;
	height: 78px;
	background: url(../images/headline_submenu_bg.gif) no-repeat;
	background-position: bottom;
	padding-top: 30px;
}

.submenu .left {
	padding-top: 49px;
}

.submenu .right {
	padding-top: 47px;
}

.submenu .newsRight {
	text-align: right;
	padding-top: 20px;
}

.submenu .newsRight .over {
	margin-left: 25px;
}

.submenu .newsRight .top {
	height: 29px;
}

.submenu .newsRight .bottom {
	height: 16px;
}

/*-------------------------------------------------
Clients
-------------------------------------------------*/

.main .clients .leftTop {
	float: left;
	width: 290px;
	height: 20px;
	margin-right: 20px;
	background: url(../images/clients_main_left-middle_top.png) no-repeat;
}

.main .clients .left {
	float: left;
	width: 290px;
	margin-right: 20px;
	background: url(../images/clients_main_left-middle_bg.png) repeat-y;
}

.main .clients .leftBottom {
	float: left;
	width: 290px;
	height: 20px;
	margin-right: 20px;
	background: url(../images/clients_main_left-middle_bottom.png) no-repeat;
}

.main .clients .middleTop {
	float: left;
	width: 290px;
	height: 20px;
	margin-right: 20px;
	background: url(../images/clients_main_left-middle_top.png) no-repeat;
}


.main .clients .middle {
	float: left;
	width: 290px;
	margin-right: 10px;
	background: url(../images/clients_main_left-middle_bg.png) repeat-y;
}

.main .clients .middleBottom {
	float: left;
	width: 290px;
	height: 20px;
	margin-right: 20px;
	background: url(../images/clients_main_left-middle_bottom.png) no-repeat;
}


.main .clients .right {
	float: right;
	width: 280px;
}

.clientHeadline {
	margin-bottom: 18px;
}

/*-------------------------------------------------
Contact
-------------------------------------------------*/

.googleMaps {
	width: 900px;
	height: 280px;
	margin-bottom: 50px;
}

/*-------------------------------------------------
References
-------------------------------------------------*/

.main .references {
	font-size: 11px;
	line-height: 16px;
}

.main .references .leftTopMid {
	float: left;
	width: 300px;
	height: 210px;
	background: url(../images/references_left_top_mid_bg.png) repeat-y;
}

.main .references .leftBottom {
	float: left;
	width: 300px;
	height: 210px;
	background: url(../images/references_left_bottom_bg.png) repeat-y;
}

.main .references .middleTopMid {
	float: left;
	width: 300px;
	height: 210px;
	background: url(../images/references_middle_top_mid_bg.png) repeat-y;
}

.main .references .middleBottom {
	float: left;
	width: 300px;
	height: 210px;
	background: url(../images/references_middle_bottom_bg.png) repeat-y;
}

.main .references .rightTopMid {
	float: right;
	width: 300px;
	height: 210px;
	background: url(../images/references_right_top_mid_bg.png) repeat-y;
}

.main .references .rightBottom {
	float: right;
	width: 300px;
	height: 210px;
}

.main .references .innerLeft {
	width: 260px;
}

.main .references .innerMiddle {
	padding-left: 10px;
	width: 260px;
}

.main .references .innerRight {
	padding-left: 20px;
	width: 260px;	
}

.main .references .over {
	margin-top: 22px;
}

/*-------------------------------------------------
News
-------------------------------------------------*/

.main .news {
	border-top: 1px solid #ccc;
}

.main .top .news {
	border-top: 0;
}

.main .top .news .left {
	padding-top: 0;
}

.main .top .news .right {
	padding-top: 0;
}

.main .news .left {
	float: left;
	width: 290px; 
	padding-top: 30px;
}

.main .news .right .negative {
	margin-top: -37px;
}

.main .news .right {
	float: right;
	width: 590px;
	padding-top: 30px;
}

.main .news .right .title {
	margin-bottom: 22px;
}

.main .news .right .image table {
	margin-bottom: 30px;
}

.main .news .right .image table td {
	width: 590px;
	height: 170px;
	background: url(../images/news_image.jpg) no-repeat;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}

.main .news .right .image .logo {
	margin-bottom: 30px;
}

.main .news .right .over {
	margin-bottom: 20px;
}

/*-------------------------------------------------
Fonts
-------------------------------------------------*/

h1 {
	font-size: 13px;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.green {
	color: #d6e400;
}

.clients strong {
	font-size: 12px;
	color: #625f4f;
}

.main .news strong {
	color: #bec500;
}

.footerNewsLeft {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	margin-right: 10px;
}

.footerNewsRight {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #555242;
	font-weight: normal;
}

.footerNewsLeftOver {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #555242;
	line-height: 30px;
	margin-right: 10px;
}

.footerNewsRightOver {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}

a:link, a:visited, a:focus, a:hover, a:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link2:link, a.link2:visited, a.link2:focus, a.link2:hover, a.link2:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #555242;
	text-decoration: none;
	padding: 0 2px 1px 2px;
}

a.link2:hover {
	color: #fff;
	background: #555242;
	padding: 0 2px 1px 2px;
}

a.link3:link, a.link3:visited, a.link3:focus, a.link3:hover, a.link3:active {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555242;
	text-decoration: none;
	padding: 0 2px 1px 2px;
}

a.link3:hover {
	color: #555242;
	padding: 0 2px 1px 2px;
	text-decoration: underline;
}