@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../img/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:10px;
}

a {
	text-decoration:none;
	color: #333333;
}

a:hover {
	color: #000;
}

a img {
	border:none;
}

p {
    margin-top:0px;
}

form {
	padding:0px;
	margin: -3px 0px 0px 0px;
}

input {
	height:15px;
	border:0px;
	padding: 0px 5px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.input_text {
	border: solid 1px #ccc;
}

#toolbar {
	width:100%;
	height:37px;
	background-image:url(../img/background_toolbar.png);
	background-repeat:repeat-x;
}

#toolbar_container {
	width:860px;
	height:30px;
	margin:0px auto 0px auto;
}

#toolbar_box_left , #toolbar_box_center , #toolbar_box_right {
	width:270px;
	height: 23px;
	padding: 7px 0px 0px 0px;
	float:left;
}

#toolbar_box_left {
	text-align:left;
}

#toolbar_box_center {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

#toolbar_box_right {
	text-align:right;
}

#frame {
	width: 860px;
	background-image:url(../img/background_frame_white.png);
	background-repeat:no-repeat;
	overflow:hidden;
	height: 560px;
	margin:50px auto 0px auto;
	padding:0px;
}

#logo {
	margin-left:10px;
	width:270px;
	height:60px;
	float:left;
	text-align:center;
}

#menu {
	width:540px;
	height:40px;
	float:left;
	padding-top:20px;
}

#theme , #theme_content , #content {
	margin-left:11px;
	width:810px;
	float:left;
	overflow:hidden;
}

#theme {
	z-index:1;
	text-align:right;
}

#theme , #theme_content {
	height:215px;
}

#theme_content {
	z-index:2;
	margin-top:-215px;
	position:relative;
}

#theme_title {
	width:258px;
	height:15px;
	float:left;
	z-index:3;
	margin-top:-16px;
	margin-left:11px;
	background-color:#737373;
	text-align:right;
	padding: 1px 12px 0px 0px;
	color:#fff;
	font-weight:bold;
	z-index:3;
	position:relative;
}

#theme_title_startup {
	margin-left:0px; 
	margin-top:-19px; 
	width:257px; 
	height:18px;
	position:relative; 
	float:right; 
	background-color: #737373; 
	text-align:right;
	padding: 1px 12px 0px 0px;
	color:#fff;
	font-weight:bold;
	z-index:4;
}

#arrow_left , #arrow_right {
	width:15px;
	height:215px;
	overflow:hidden;
	z-index:4;
	margin-top:-215px;
    vertical-align:middle;
	position:relative;
}

#arrow_left {
	float:left;
	margin-left:10px;
	border-right: solid 1px #fff;
}

#arrow_right {
	float:right;
    margin-right: 39px;
	border-left: solid 1px #fff;
}

#content {
	height:210px;
}

#content_box {
	width: 250px;
	height: 210px;
	float:left;
	padding:6px 10px 10px 10px;
	overflow:hidden !important;
}

#content_box_search {
	width: 510px;
	height: 210px;
	float:left;
	padding:10px;
	overflow:hidden !important;
}







#theme_content_box_gray , #theme_content_box_white , #theme_content_box_green {
	width:240px;
	height:195px;
	background-repeat:repeat;
	padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    padding-left:20px;
	float:left;
	z-index:3;
}

#theme_content_box_white {
	background-image:url(../img/transparent_white_bg.png);
}

#theme_content_box_gray {
	background-image:url(../img/transparent_gray_bg.png);
}

#theme_content_box_green {
	background-image:url(../img/transparent_green_bg.png);
}

#theme_startup_image {
	width:269px;
	height:215px;
	float:left;
	z-index:4;
	border-left: solid 1px #fff;
}

.scroller {
    width:9px;
    height:14px;
    margin-left:225px;
    text-align:center;
}

#inner_box {
    /*height:1000px;*/
}

#outer_box { 
	width:230px; 
	height:170px;
	position:relative;
	overflow-x:auto;
	overflow-y:hidden; 
}




#referenzen {
	width:860px;
	margin: 0px auto;
    padding-right:30px;
    text-align:center;
}

.referenz_image {
    border:none;
    margin:0 10px 25px 10px;
}

.main_menu , .main_menu_activ {
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    margin-right:30px;
	padding-left:5px;
}

.main_menu {
	border-left: solid 1px #999;
	color: #999;
}

.main_menu:hover , .main_menu_activ {
	border-left: solid 1px #B2CE1B;
	color: #B2CE1B;
}

.lang_select {
    margin-left:30px;
}

.lang_unselect {
    margin-left:30px;
}

.font_10_orange {
	color:#FF3300;
}

.font_10_white {
	color:#fff;
}

.font_11_white {
	color:#fff;
    font-size:11px;
}

.font_11_black {
    font-size:11px;
    display:block;
}

#OverlayContainer {
    overflow:hidden;
}












