/*
*********************************************************
*			Layout				*
*********************************************************
*/

h1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #335c9e;
}

h2 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #335c9e;
}

h3 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #335c9e;
}

p, span, table, ul, address {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444444;
}

img {
	border: 0px;
}

.feature_list {
	list-style-image: url(./images/list_ok.png);
	margin: 0px;
	padding: 0px;
}

.feature_list li {
	margin-left: 40px;
	padding: 2px 0px 2px 4px;
}

.service_table,
.demo_table,
.contact_table,
.search_table {
	width: 99%;
	border: 1px solid #ccc;
}

.service_table_td,
.demo_table_td,
.contact_table_td,
.search_table_td {
	background-color: #e7f3ff;
	padding: 4px;
}

.service_table_headline,
.demo_table_headline,
.contact_table_headline,
.search_table_headline {
	background-color: #335c9e;
	background-image: url(./images/menu_hover_bg.png);
	padding: 4px;
	color: #fff;
	font-weight: bold;
}

.demo_table_td p,
.demo_table_td span,
.demo_table_td td,
.demo_table_td a,
.demo_table_td td {
	font-size: 12px;
}

.zitat {
	margin: 0px;
 	padding: 5px;
	color: #fff;
	font-size: 0.60em;
	font-family: Georgia;
	background-image: url(./images/box.png);
	border: 1px solid #ccc;
}

#content_container a {
	font-size: 1.0em;
	color: #666666;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
	font-weight: bold;
}

#content_container a img {
	border: 0px;
	text-decoration: none;
	cursor: pointer;
}

/*
*********************************************************
*			Design				*
*********************************************************
*/
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.0em;
}

#main_container {
	background-image: url(./images/main_container_bg.png);
	background-repeat: repeat-y;
	margin: auto;
	width: 961px;
	min-height: 100%;
	text-align: left;
	position: relative;
}

#head_container {
	background-image: url(./images/head_container_bg.png);
	background-repeat: repeat-x;
	margin: 0px 4px;
	padding: 0px;
	height: 140px;
	border-bottom: 1px solid #333333;
}

#borlabs_logo_container {
	width: 240px;
	height: 140px;
	float: left;
	border-right: 1px solid #333333;
}

#head_image_container {
	float: left;
	width: 710px;
	height: 139px;
	background-repeat: no-repeat;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#head_image_container h1 {
	text-align: right;
	font-size: 2em;
	font-weight: normal;
	padding: 100px 5px 0px 0px;
	margin: 0px;
}

#menu_container {
	background-image: url(./images/menu_container_bg.png);
	background-repeat: repeat-x;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	margin: 0px 4px;
	height: 30px;
}

#symbol_container {
	float: left;
	width: 240px;
	height: 30px;
	text-align: center;
}

#symbol_container img {
	margin: 4px 8px;
}

#menu {
	list-style-type: none;
	display: inline;
	font-size: 0.8em;
}

#menu li {
	display: block;
	float: left;
	margin: 0px 15px 0px 20px;
	line-height: 30px;
}

#menu_container ul li a {
	text-decoration: none;
	padding: 0px 5px;
	color: #444;
	display: block;
}

#menu_container ul li a:hover {
	background-color: #eeeeee;
	background-image: url(./images/menu_hover_bg.png);
	background-repeat: repeat-x;
	color: #fff;
}

#leftside_container {
	float: left;
	width: 240px;
	margin: 9px 0px 0px 4px;
	margin-bottom: 39px;
	position: relative;
	text-align: center;
}

#navigation_title {
	width: 223px;
	height: 37px;
	margin: 20px auto 8px auto;
}

#search_container {
	background-image:url(./images/search_container_bg.png);
	background-repeat: no-repeat;
	width: 201px;
	height: 48px;
	margin: 0px auto;
	text-align: left;
}

#search_input {
	background-image: url(./images/search_bg.png);
	border: 1px solid #696969;
	margin: 14px 0px 0px 16px;
	height: 16px;
	width: 149px;
	color: #cccccc;
}

#search_submit {
	background-image: url(./images/search_bg.png);
	border: 0px;
	margin: 16px 0px 0px 2px;
	width: 16px;
	height: 16px;
	vertical-align: top;
}

#content_container {
	float: left;
	width: 480px;
	margin-bottom: 39px;
	position: relative;
	background-image: url(./images/content_container_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	padding: 10px;
	height: auto;
}

#content_bottom_img {
	width: 500px;
	height: 65px;
	margin: -59px -10px 0px -10px;
	background-image: url(./images/content_container_bottom_bg.png);
}

#rightside_container {
	float: left;
	width: 213px;
	text-align: center;
	margin: 19px auto 39px auto;
	position: relative;
}

#bam_container {
	background-image: url(./images/bam_container_bg.png);
	background-repeat: no-repeat;
	width: 197px;
	height: 94px;
	font-size: 0.8em;
	margin: 10px auto;
	line-height: 11px;
	text-align: left;
}

#sunshine_cms_container {
	background-image: url(./images/sunshine_cms_container_bg.png);
	background-repeat: no-repeat;
	width: 197px;
	height: 114px;
	font-size: 0.8em;
	margin: 10px auto;
	text-align: left;
}

#contact_container {
	background-image: url(./images/contact_container_bg.png);
	background-repeat: no-repeat;
	width: 197px;
	height: 97px;
	font-size: 0.8em;
	margin: 10px auto;
}

#testimonial_container {
	width: 197px;
	text-align: left;
	font-size: 0.8em;
	margin: 10px auto 24px auto;
}

#bam_container p,
#sunshine_cms_container p,
#contact_container p,
#testimonial_container p {
	color: #ffffff;
	margin: 3px 10px;
	padding: 0px;
}

#bam_container h3,
#sunshine_cms_container h3,
#contact_container h3,
#testimonial_container h3 {
	color: #ffffff;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#testimonial_container p,
#testimonial_container h3 {
	color: #444;
}

#testimonial_container_bg {
	margin: 0px;
	padding: 0px;
	background-image: url(./images/testimonial_middle_bg.png);
	background-repeat: repeat-y;
}

#testimonial_container_bottom {
	position: absolute;
	width: 197px;
	margin: 0px 0px;
	padding: 0px;
	background-image: url(./images/testimonial_bottom_bg.png);
	background-repeat: no-repeat;
}

#testimonial_container h3 {
	background-image: url(./images/testimonial_top_bg.png);
	background-repeat: no-repeat;
}

#footer {
	position:absolute;
	bottom: 0px;
	left:0px;
	background-image: url(./images/footer_container_bg.png);
	background-repeat: repeat-x;
	margin: 0px 4px;
	width: 953px;
	height: 39px;
	text-align: center;
}


/*
*********************************************************
*			Navigation			*
*********************************************************
*/

#navigation ul {
	text-align: left;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	width: 215px;
	font-size: 1.0em;
}

.navigation_0 {
	background-image: url(./images/navigation_bg.png);
}

#navigation ul .li_a_0,
#navigation ul .li_a_1,
#navigation ul .li_a_2,
#navigation ul .li_a_0_active,
#navigation ul .li_a_1_active,
#navigation ul .li_a_2_active {
	height: 30px;
}

#navigation ul .li_a_0 a,
#navigation ul .li_a_1 a,
#navigation ul .li_a_2 a,
#navigation ul .li_a_0_active a,
#navigation ul .li_a_1_active a,
#navigation ul .li_a_2_active a {
	height: 23px;
	margin-top: 1px;
	padding-top: 6px;
	display: block;
	position: absolute;
}

#navigation ul li a { padding-left: 5px; width: 210px; }
#navigation ul ul li a { padding-left: 15px; width: 200px; }
#navigation ul ul ul li a { padding-left: 25px; width: 190px; }

#navigation ul li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
	color: #444444;
}

#navigation ul a:hover,
#navigation ul .li_a_0_active a,
#navigation ul .li_a_1_active a,
#navigation ul .li_a_2_active a {
	background-color: #444444;
	background-image: url(./images/menu_hover_bg.png);
	color: #ffffff;
}

/*
*********************************************************
*			CMS				*
*********************************************************
*/

#breadcrumb {
	font-size: 0.6em;
	margin: 5px -7px;
	color: #666666;
}

#breadcrumb a {
	color: #666666;
	text-decoration: underline;
	background-image: none;
	font-weight: normal;
	border: 0px;
}

/*********Copyright********/

#copyright {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center !important;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px !important;
	color: #666 !important;
	padding: 2px;
}

.copyright {
	text-align: center !important;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px !important;
	color: #666 !important;
}

#copyright a {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px !important;
	color: #666 !important;
	text-decoration: none !important;
}

/* Startseite */
.news_row {
	background-image: url(./images/news_row_bg_blue.png);
	padding: 0px;
	width: 480px;
	border: 0px solid #ff0000;
	margin: 0px 0px;
}

.news_row h3 {
	color: #fff;
	margin: 0px 5px;
	padding: 5px 5px;
	cursor: pointer;
}

.news_row p{
	font-size: 0.8em;
	color: #fff;
	padding: 0px 5px;
	margin: 0px 5px;
}

.news_row span {
	font-size: 0.6em;
	color: #fff;
	padding: 0px 5px;
	margin: 0px 5px;
	text-align: right;
	display: block;
}

#content_container .news_row a	{
	font-size: 1.0em;
	color: #fff;
	border-bottom: 1px dotted #fff;
}


/* Aktuelles Template */

.news_row_0,
.search_results_bright {
	display: block;
	background-image: url(./images/news_row_bg_blue.png);
	margin: 5px 0px;
	padding: 5px 0px;
	height: 90px;
}

.news_row_1,
.search_results_dark {
	display: block;
	background-image: url(./images/news_row_bg_black.png);
	margin: 5px 0px;
	padding: 5px 0px;
	height: 90px;
}

.news_row_0 h3,
.news_row_1 h3,
.search_results_bright h3,
.search_results_dark h3 {
	margin: 0px 5px;
	padding: 5px 5px;
	cursor: pointer;
	color: #fff;
}

.news_row_0 p,
.news_row_1 p,
.search_results_bright p,
.search_results_dark p {
	font-size: 0.8em;
	padding: 0px 5px;
	margin: 0px 5px;
	color: #fff;
}

.news_row_0 span,
.news_row_1 span,
.search_results_bright span,
.search_results_dark span {
	font-size: 0.6em;
	padding: 0px 5px;
	margin: 0px 5px;
	text-align: right;
	display: block;
	color: #fff;
}

#content_container .news_row_0 a,
#content_container .news_row_1 a,
#content_container .search_results_bright a,
#content_container .search_results_dark a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#content_container .search_word_highlight {
	background-color: #ffff00;
	color: #000;
	padding: 1px;
	font-size: 1.0em;
	display: inline;
}
/* ende */

/*********Sitemap********/

#content_container .sitemap_0 {
	width: 100%;
}

#content_container .sitemap_0,
#content_container .sitemap_1,
#content_container .sitemap_2 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

#content_container .sitemap_1,
#content_container .sitemap_2 {
	display: inline;
}

#content_container .sitemap_0 li a,
#content_container .sitemap_1 li a,
#content_container .sitemap_2 li a {
	line-height: 20px;
	display: block;
	margin: 2px 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}


#content_container .sitemap_0 li a {
	background-color: #335c9e;
	color: #fff;
	padding: 2px 2px 2px 10px;
	border: 0px;
}

#content_container .sitemap_1 li a {
	background-color: #a4c9f1;
	color: #000;
	font-weight: normal;
	padding-left: 20px;
	border: 0px;
}

#content_container .sitemap_2 li a {
	background-color: #e7f3ff;
	color: #000;
	font-weight: normal;
	padding-left: 30px;
	border: 0px;
}

#content_container .sitemap_0 li a:hover {
	background-color: #ff9900;
	color: #fff;
}

#content_container .sitemap_1 li a:hover {
	background-color: #a4c9f1;
	text-decoration: underline;
	color: #000;
}

#content_container .sitemap_2 li a:hover {
	background-color: #e7f3ff;
	text-decoration: underline;
	color: #000;
}

/* Blättern */
#content_container .page {
	text-align: center;
	font-size: 0.8em;
	background-image: url(./images/anchor_hover_bg.png);
	border: 0px;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
	color: #666 !important;
}

#content_container .page:hover {
	text-align: center;
	background-image: url(./images/menu_hover_bg.png);
	color: #fff !important;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

#content_container .page_active {
	text-align: center;
	font-size: 0.8em;
	background-image: url(./images/menu_hover_bg.png);
	color: #fff;
	width: auto;
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

/***************************/
.error_msg {
	padding: 5px;
	background-color: #ffeeee;
	border: 1px dotted #cc0000;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #cc0000;
	font-size: 0.8em;
}

.success_msg {
	padding: 5px;
	background-color: #eeffee;
	border: 1px dotted #00cc00;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #00aa00;
	font-size: 0.8em;
}

/* gallery modul */
.gallery_box {
	border: 1px solid #ccc;
	padding: 5px 5px 0px 5px;
	background-color: #fff;
	text-align: center;
	float: left;
	margin: 5px;
	text-decoration: none;
}

.gallery_box a,
.gallery_pic a,
.pic_list_item {
	border-bottom: 0px !important;
}

.gallery_box span {
	padding: 0px;
	margin: 5px;
	display: block;
	font-family: serif;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}

.gallery_box img {
	border: 1px solid #ccc;
}

.gallery_pic {
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
	float: left;
	padding: 10px 10px 10px 10px;
}

.gallery_pic img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.gallery_pic p {
	display: inline;
	padding: 20px;
	color: #444;
}

.pic_list_item:hover > img{
	border: 1px solid #1e6696;
}

.pic_list_item img {
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	padding: 1px;
}

.mini_preview {
	text-align: center;
	display: none;
	position: absolute;
	z-index: 1000;
	left: 10px;
	bottom: 28px;
}

.mini_preview img {
	margin: auto;
	padding: 0px;
	display: block;
	border: 2px solid #1e6696;
}
