body
{
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background:	#D5E2EA url(/img/design/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
}

* html body
{
	text-align: center;
}

ul
{
	padding: 0 0 0 14px;
}

* html ul
{
	padding: 0;
	margin: 0 0 0 14px;
}

img
{
	border: none;
}

.small
{
	font-size: 12px;
}

.smaller
{
	font-size: 12px;
}

.big
{
	font-size: 14px;
}

.bigger
{
	font-size: 16px;
}

label
{
	cursor: pointer;
}

input[type="text"],
input[type="password"]
{
	border: #ccc 1px solid;
	background-color: #fff;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 14px;
}

input[type="image"]
{
	border:none;
}

textarea
{
	border: #ccc 1px solid;
	background-color: #fff;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

input:hover[type="text"],,
input:focus[type="text"],,
input:hover[type="password"],
input:focus[type="password"],
textarea:hover,
textarea:focus
{
	border: #364D5B 1px solid;
}

h1
{
	color:#364D5B;
	font-family:Arial,sans-serif;
	font-size:22px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:25px;
	padding: 0 0 12px 0;
	margin: 6px 0 8px 0;
	text-transform:uppercase;
	display: block;
	background-image: url(/img/design/points_repeat.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

h1.underpicture
{
	color:#364D5B;
	font-family: Arial, Verdana, sans-serif;
	font-size:22px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:25px;
	padding:25px 0 7px 0;
	margin: 0;
	text-transform:uppercase;

}

h2
{
	color:#364D5B;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.5px;
	line-height:18px;
	padding: 0 10px 8px 0;
	background-image: url(/img/design/points_repeat.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}




h3
{
	color:#364D5B;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.5px;
	line-height:18px;
	padding: 0 0px 0px 0;
}




a:active,
a:visited,
a:link
{
	color:#577A8E;
	text-decoration:none;
}

a.active,
a:hover
{
	color: #666;
	text-decoration: none;
}

a.active
{
	font-weight: bold;
}

#page
{
	margin: 20px auto;
	width: 949px;
}

* html #page
{
	text-align: left;
}

.topmenu
{
	margin: 0 26px 0 0;
	height: 20px;
	float: right;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 15px;
	text-transform: uppercase;
}

.topmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topmenu ul li
{
	margin: 0;
	padding: 0;
	float: left;
}

.head
{
	clear: both;
	height: 64px;
	background-image: url(/img/design/bg_topnav.png);
	background-repeat: no-repeat;
	width: 923px;
	margin: 0 13px 0 13px;
}

.head .logo
{
	margin: 16px 0 0 80px;
	height: 39px;
	width: 185px;
	float: left;
}

.head .menu
{
	float: right;
	margin: 20px 7px 0 0;

}

.head .menu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.head .menu ul li
{
	float: left;
	padding: 0;
	margin: 0;
}

.head .menu ul li a
{
	display: block;
	width: 111px;
	height: 44px;
	text-align:center;
	padding: 0;
	margin: 0;
	line-height: 44px;
	background-image: url(/img/design/mbg.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 12px;
}

.head .menu ul li a:link,
.head .menu ul li a:visited
{
	color: #354d5a;
}

.head .menu ul li a.mfirst
{
	background-image: url(/img/design/mbg_first.png);
}

.head .menu ul li a.mlast
{
	background-image: url(/img/design/mbg_last.png);
	width: 112px;
}

.head .menu ul li a:hover,
.head .menu ul li a:active,
.head .menu ul li a.active
{
	background-image: url(/img/design/mbg_hl.png);
	color: #fff;
	font-weight: normal;
}

.head .menu ul li a.mfirst:hover,
.head .menu ul li a.mfirst:active,
.head .menu ul li a.mfirst_active
{
	background-image: url(/img/design/mbg_first_hl.png);
	color: #fff;
}


.head .menu ul li a.mlast:hover,
.head .menu ul li a.mlast:active,
.head .menu ul li a.mlast_active
{
	background-image: url(/img/design/mbg_last_hl.png);
	color: #fff;
}

.footer
{
	background-image:url(/img/design/bg_footer.png);
	background-repeat:no-repeat;
	float:left;
	height:34px;
	width:949px;
	margin-bottom: 30px;
}

.footer .left
{
	color:#666666;
	float:left;
	font-family: Verdana, sans-serif;
	font-size:9px;

	letter-spacing:1.2px;
	line-height:20px;
	margin-left:34px;
}

.footer .right
{
	color:#666666;
	float:right;
	font-family: Verdana, sans-serif;
	font-size:9px;

	letter-spacing:1.2px;
	line-height:20px;
	margin-right:35px;
}

.submenu
{
	background-color: #fff;
	line-height: 32px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	letter-spacing:0.5px;
	text-transform: uppercase;
	margin: 6px 13px 0 13px;
	padding: 0 35px 0 0;
	width: 888px;
	height: 32px;
	border-bottom: #bebebe 1px solid;
}

.submenu .spacer
{
	margin: 0 12px 0 12px;
	float: left;
}

.submenu ul li a
{
	float: left;
}

.submenu ul
{
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
}

.submenu ul li
{
	float: left;
	margin: 0;
	padding: 0;
}

.footermenu_back
{
	background-color: #fff;
	float: left;
	width: 949px;
}

.footermenu
{
	color: #577A8E;
	float: left;
	border-top: #577A8E 1px solid;
	border-bottom: #577A8E 1px solid;
	font-size: 9px;
	font-weight:bolder;
	letter-spacing:1px;
	line-height: 20px;
	width:923px;
	margin: 12px 0 6px 13px;
	text-transform: uppercase;
}

* html .footermenu
{
	margin: 12px 0 6px 7px;
}

.footermenu .spacer
{
	margin: 0 46px;
	float: left;
	width: 1px;
}

.footermenu ul
{
	margin: 0 auto;
	padding: 0;
	float: right;
	list-style-type: none;
	width: 800px;
}

.footermenu ul li
{
	float: left;
	margin: 0;
	padding: 0;
}

.footermenu ul li a
{
	float: left;
}

.content
{
	float: left;
	background-color: #fff;
	padding: 15px 13px 0 13px;
	width: 923px;
	position: relative;
}

* html .content
{
	width: 949px;
}

.content .start .flash_window
{
	float:left;
	height:312px;
	width:616px;
}

.content .start .right
{
	width: 300px;
	margin: 10px 0 0 5px;
	float: left;
}

.content .start .right img
{
	margin: 0 0 5px 0;
}

.content .start .right .line
{
	background-image:url(/img/design/points_home.png);
	background-repeat: repeat-x;
	height: 4px;
	margin: 14px 0 18px 0;
}

.content .start .right .text
{
	color:#666666;
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:14px;
	padding: 4px 10px 4px 0;
}




.content .start .right .link
{
	color:#364D5B;
	float:right;
	font-family:Arial,sans-serif;
	font-size:12px;
	text-transform:uppercase;
}

.content .start .right .link img
{
	margin: 0;
}

.content .start .bottom
{
	clear: both;
	float: left;
	width: 923px;
	margin: 8px 0 0 0;
	border-top: #BEBEBE 1px solid;
}

.content .start .bottom .news
{
	width: 580px;
	margin: 0;
	background-image: url(/img/design/bg_news_home.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	padding: 15px 12px 15px 12px;
	min-height: 84px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	letter-spacing:1px;
}

* html .content .start .bottom .news
{
	height: 84px;
	width: 604px;
}

.content .start .bottom .showcase h1,
.content .start .bottom .news h1
{
	color: #577A8E;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: none;
}

.content .start .bottom .news h1 .static
{
	text-transform: uppercase;
	color: #666666;
}

.content .start .bottom .news .link
{
	float:left;
	font-family:Arial,sans-serif;
	font-size:11px;
	margin: 12px 13px 0 0;
	text-transform:uppercase;
}

.content .start .bottom .showcase
{
	float:right;
	padding: 15px 12px;
	width: 278px;
	background-image: url(/img/design/bg_news_home.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

* html .content .start .bottom .showcase
{
	width: 302px;
}

.cols_2c_left
{
	width: 610px;
	float: left;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.cols_2c_left h1
{
	margin: 6px 10px 8px 13px;
}

.text
{
	padding: 0 10px 10px 13px;
	font-family:Arial,sans-serif;
	font-size: 13px;
}

.cols_2c_right
{
	width: 293px;
	background-image: url(/img/design/bg_text2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	float:right;
	margin: 10px 0 0 0;
}

.cols_def_left
{
	width: 610px;
	float: left;
	background-image: url(/img/design/bg_rcol_bt.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.cols_def_left h1,
.cols_contact_left h1
{
	margin: 6px 10px 8px 13px;
}

.cols_contact_left
{
	width: 546px;
	float: left;
	background-image: url(/img/design/bg_rcol_bt.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.cols_contact_right
{
	width: 357px;
	background-image: url(/img/design/bg_rcol_bt.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: right;
	padding: 0 0 8px 0;
}

.cols_def_right
{
	width: 293px;
	background-image: url(/img/design/bg_rcol_bt.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: right;
	padding: 0 0 8px 0;

}

.right h1
{
	background-image: url(/img/design/points3_repeat.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #364D5B;
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 10px 0 4px 0;
	text-transform: uppercase;
}

.right .text
{
	padding: 0 10px 10px 13px;
	font-family: Arial,sans-serif;
	font-size:12px;
	}

.right .biggertext
{
	padding: 10px;
	font-family:Arial,sans-serif;
	font-size:12px;
}

img.teaser
{
	margin: 10px 0 8px 0;
}

a.arrow
{
	background-image: url(/img/design/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 15px;
	padding: 0 0 0 10px;
}

.gallery
{
	float: left;
	padding:0 21px 0 10px;
	margin: 0 0 0 5px;
	width:257px;
	background-image: url(/img/design/bg_rcol_rec.png);
	background-repeat: no-repeat;
}

* html .gallery
{
	width: 288px;
}

.gallery .gallerypic
{
	float: left;
	margin: 0 3px 4px 0;
}

.contact
{
	float: left;
	padding:0 12px 10px 10px;
	margin: 0 8px 0 8px;
	width:318px;
	background-image: url(/img/design/bg_rcol_contact.png);
	background-repeat: no-repeat;
	background-color: #fff;
}

.box label,
.contact label
{
	float: left;
	width: 100px;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	margin: 0 0 3px 0;
}

.contact input[type="text"].contactform
{
	float: right;
	width: 215px;
	margin: 0 0 3px 0;
}

.contact2 input[type="text"].anfrageform
{
	float: right;
	width: 300px;
	margin: 0 0 3px 0;
}

.box input[type="image"],
.contact input[type="image"]
{
	border: none;
	float: right;
	height: 19px;
}

.contact textarea
{
	width: 318px;
}

#recaptcha_response_field
{
	left: 0;
}

.tabs
{
	width: 923px;
	float: left;
	clear: both;
	margin: 12px 12px 0 12px;
	border-bottom: #ccc 1px solid;
}

.tab,
.tab_selected
{
	float: left;
	height: 33px;
}

.tab .left,
.tab_selected .left
{
	width: 23px;
	height: 33px;
	float: left;
	background-image: url(/img/design/tab_left.png);
	background-repeat: no-repeat;
}

.tab:hover .left,
.tab_selected .left
{
	background-image: url(/img/design/tab_left_hl.png);
}

.tab .center,
.tab_selected .center
{
	color: #354D5A;
	float: left;
	height: 33px;
	line-height: 30px;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	padding: 0 16px 0 0;
	background-image: url(/img/design/tab_back.png);
	background-repeat: repeat-x;
	text-transform: uppercase;
}

.tab:hover .center,
.tab_selected .center
{
	color: #fff;
	background-image: url(/img/design/tab_back_hl.png);
}

.tab .right,
.tab_selected .right
{
	width: 6px;
	height: 33px;
	float: left;
	background-image: url(/img/design/tab_right.png);
	background-repeat: no-repeat;
}

.tab:hover .right,
.tab_selected .right
{
	background-image: url(/img/design/tab_right_hl.png);
}

.bg_text2
{
	background-image: url(/img/design/bg_text2.png) !important;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bg_text5
{
	background-image: url(/img/design/bg_text5.png) !important;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.box
{
	float: left;
	padding:0 18px 0 10px;
	margin: 0 0 0 8px;
	width:257px;
	background-image: url(/img/design/bg_rcol_rec.png);
	background-repeat: no-repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.download
{
	float: left;
	margin: 0 20px 10px 0;
	width: 275px;
}

.error
{
	color: #ff0000;
}

/* INDEX REDO */
.content .start .index_bottom
{
	clear: both;
	float: left;
	width: 923px;
	margin: 8px 0 0 0;
	border-top: #BEBEBE 1px solid;
        /*border: 1px solid red;*/
}

.content .start .index_bottom
{
	clear: both;
	float: left;
	width: 923px;
	margin: 8px 0 0 0;
	border-top: #BEBEBE 1px solid;
        /*border: 1px solid red;*/
}

.content .start .index_bottom .index_news,
.content .start .index_bottom .index_links
{
	width: 267px;
	margin: 0;
	background-image: url(/img/design/bg_news_home.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	padding: 15px 12px 15px 12px;
	min-height: 265px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	letter-spacing:0px;
        /*border: 1px solid blue;*/
	}

.content .start .index_bottom .index_links {
        margin-left:    19px;
}


* html .content .start .index_bottom .index_news,
* html .content .start .index_bottom .index_links
{
	height: 275px;
	width: 267px;
        border: 0px solid red;
}

.content .start .index_bottom .index_showcase h1,
.content .start .index_bottom .index_news h1,
.content .start .index_bottom .index_links h1
{
	color: #364D5B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: none;
}


.content .start .index_bottom .index_news h1 .static
.content .start .index_bottom .index_links h1 .static
{
	text-transform: uppercase;
	color: #666666;
}

.content .start .index_bottom .index_news .link
.content .start .index_bottom .index_links .link
{
	float:left;
	font-family:Arial,sans-serif;
	font-size:11px;
	margin: 12px 13px 0 0;
	text-transform:uppercase;
}

.content .start .index_bottom .index_showcase
{
	float:right;
	padding: 15px 0px 0px 0px;
	width: 305px;
	/*background-image: url(/img/design/bg_news_home.png);
	background-repeat: repeat-x;
	background-position: left bottom;*/

        /*border: 1px solid green;*/
}

* html .content .start .bottom .index_showcase
{
	width: 302px;
}

.content .start #index_banner
{
	float:left;
height: 342px;
margin-top: 0px;
}

.content .start .index_right
{
	width: 290px;
	margin: 10px 0 0 15px;
	float: left;
}

.content .start .index_right img
{
	margin: 0 0 5px 0;
}

.content .start .index_right .line
{
	background-image:url(/img/design/points_home.png);
	background-repeat: repeat-x;
	height: 4px;
	margin: 14px 0 18px 0;
}

.content .start .index_right .text
{
	color:#666666;
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height:14px;
	padding: 4px 10px 4px 0;
}




.content .start .index_right .link
{
	color:#364D5B;
	float:right;
	font-family:Arial,sans-serif;
	font-size:12px;
	text-transform:uppercase;
}

.content .start .index_right .link img
{
	margin: 0;
}


.index_right h1
{
	background-image: url(/img/design/points3_repeat.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #364D5B;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 6px 0;
	margin: 10px 0 4px 0;
	text-transform: uppercase;
        line-height: 16px;
}

/* end INDEX REDO */