/*	FORMS AND STUFF 
	********************************************************************************************************************************************/
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}
form {
	margin:0px;
	padding:0px;
	border:none;
}
.centerElement {
	text-align: center;
}
textarea {
	resize:none;	
}


/*	JQUERY IMAGE PRELOADER
	********************************************************************************************************************************************/
#jquery_image_preloader_div {
	width:1px;
	height:1px;
	overflow:hidden;
	position:absolute;
	visibility:hidden;	
}


/*	FULLSCREEN BACKGROUND 
	********************************************************************************************************************************************/
#fullscreen_background_div {  
	z-index: 2;
	min-width: 960px;
	width: 100%;
	max-height:700px;
	height:100%;
	top: 85px;
	left: 0px; 
	position:absolute;
	background-repeat:no-repeat;
	background-position:center;
}
#fullscreen_background_div2 {  
	z-index: 1;
	min-width: 960px;
	width: 100%;  
	height: auto;  
	position:absolute;  
	top: 85px;
	left: 0px;
	overflow:hidden;
	text-align:center;
}
#fullscreen_background_image {
	min-width: 1920px;  
	width: 100%;  
	height: auto;
	margin:auto;
}


/*	DIV AND PAGE STYLES 
	********************************************************************************************************************************************/
#div_overlay_loading {
	position:fixed;
	background-color:#000000;
	width:100%;
	height:100%;	
	z-index:9999;
	text-align:center;
	top:0px;
	left:0px;
}
#div_container {
	min-height:100%;
  	position:relative;
   	z-index:5;
}
#div_bg_padding {
	min-width:960px;
	width: 100%;
	padding-bottom:0px;
}
#div_bg {
	background-color:#000000;
}
#div_bg2 {
	background-image: url(../Images/bg_header_lr.jpg);
	background-position: left top;
	background-repeat:repeat-x;
}
#div_bg3 {
	background-image: url(../Images/bg_header.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}
#div_header_space {
}

#div_all {
	width: 960px;
	margin:auto;
}
#div_header {
	height: 238px;
	width: 960px;
	margin:auto;
}
#div_header_bg {
	height: 85px;
	width: 960px;
	background-image: url();
	background-repeat:no-repeat;
	margin:auto;
}
#div_content_bg {
	width: 960px;
	background-color:#FFFFFF;
}
#div_content {
	width: 960px;
}

#div_bg_overlay_bottom {
}
#div_footer_bg {
	clear:both;
	width: 100%;
	height:50px;
	background-image:url(../Images/bg_footer.jpg);
	background-repeat:repeat-x;
}
#div_footer {
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	height:50px;
}
#div_logo
{
	position:absolute;
	margin-top:300px;
	margin-left:500px;
	z-index:400;
}
#div_slide_overlay
{
	width:180px;
	height:400px;
	position:absolute;
	margin-top:20px;
	margin-left:720px;
	z-index:400;
}
.div_text {
	font-style:italic;
	overflow:hidden;
}
#div_headerImage {
	position:relative;
	width:934px;
	height:300px;
	margin-left:0px;
	margin-top:0px;
}
.div_hide {
	visibility:hidden;	
}
.div_hide_0px {
	visibility:hidden;
	height:0px;
}


/*	CustomFonts
	********************************************************************************************************************************************/
@font-face {
 font-family: CustomFont_1;
 src: url("HUM521N.eot") /* EOT file for IE */
}
@font-face {
 font-family: CustomFont_1;
 src: url("HUM521N.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: CustomFont_2;
 src: url("hum.eot") /* EOT file for IE */
}
@font-face {
 font-family: CustomFont_2;
 src: url("hum.ttf") /* TTF file for CSS3 browsers */
}


/*	P AND STUFF 
	********************************************************************************************************************************************/
p {
	margin-bottom:8pt;
	margin-top:0pt;
}
hr {
	padding:0px;
	margin:0px;
	margin-top:30px;
	margin-bottom:30px;
	height:1px;
	width:100%;
	border:0px;
	color:#ffffff;
	background-color:#ffffff;
}


/*	LINKS 
	********************************************************************************************************************************************/
a:link {
	color: #95c7e0;
	text-decoration: none;
	outline:hidden;
	outline:none;
}
a:visited {
	color: #95c7e0;
	text-decoration: none;
	outline:hidden;
	outline:none;
}
a:hover {
	color: #666666;
	text-decoration: none;
	outline:hidden;
	outline:none;
}
a:active {
	color: #95c7e0;
	text-decoration: none;
	outline:hidden;
	outline:none;
}

#Navigation_DropDown a:link {
	color:#f4a943;
	text-decoration: none;
	outline:hidden;
	outline:none;
}
#Navigation_DropDown a:visited {
	color:#f4a943;
	text-decoration: none;
	outline:hidden;
	outline:none;
}
#Navigation_DropDown a:hover {
	color:#ffffff;
	text-decoration: none;
	outline:hidden;
	outline:none;
}
#Navigation_DropDown a:active {
	color:#ffffff;
	text-decoration: none;
	outline:hidden;
	outline:none;
}

#Navigation_Text a:link {
	text-decoration: none;
	outline:hidden;
	outline:none;
}
#Navigation_Text a:visited {
	text-decoration: none;
	outline:hidden;
	outline:none;
}
#Navigation_Text a:hover {
	text-decoration: none;
	outline:hidden;
	outline:none;
}
#Navigation_Text a:active {
	text-decoration: none;
	outline:hidden;
	outline:none;
}

#Message_Links a:link {
	text-decoration: none;
	outline:hidden;
	outline:none;
	color:#F00;
}
#Message_Links a:visited {
	text-decoration: none;
	outline:hidden;
	outline:none;
}
#Message_Links a:hover {
	text-decoration: none;
	outline:hidden;
	outline:none;
}
#Message_Links a:active {
	text-decoration: none;
	outline:hidden;
	outline:none;
}


/*	NAVIGATIONS MAIN 
	********************************************************************************************************************************************/
/* Navigation 1 */
#navigation_1 {
white-space:nowrap;
margin:0px;
padding:0px;	
}
#navigation_1 ul
{
margin:0px;
padding:0px;
}
#navigation_1 li {
float: left;
margin:0px;
padding:0px;
border-left: 0px solid #ffffff;
list-style:none;
font-family: "CustomFont_1", sans-serif;
font-weight:normal;
font-size: 12px;
text-align:center;
letter-spacing:1px;
}
#navigation_1 li a {
color: #909090;
float: left;
text-decoration: none;
height:60px;
width:100%;
cursor:pointer;
}
#navigation_1 li a span {
float:left;
padding-top:27px;
padding-left:1px;
cursor:pointer;
}
#navigation_1 li a:hover {
background-image:url(../Images/navi_over.jpg);
background-position:center;
color: #ffffff;
text-decoration: none;
cursor:pointer;
}
#navigation_1 li a.active {
background-image:url(../Images/navi_over.jpg);
background-position:center;
color: #ffffff;
text-decoration: none;
cursor:pointer;
}
#navigation_1 li.start {
cursor:pointer;
}
#navigation_1 li.start a.active {
background-image:url(../Images/navi_over.jpg);
background-position:left;
color: #ffffff;
cursor:pointer;
}
#navigation_1 li.start a:hover {
background-image:url(../Images/navi_over.jpg);
background-position:left;
color: #ffffff;
cursor:pointer;
}
#navigation_1 li.ende {
cursor:pointer;
border-right: 0px solid #000000;
}
#navigation_1 li.trenner {
float:left;
background-color:#FFFFFF;
height:60px;
width:1px;
cursor:pointer;
}

/* Navigation 2 */
#navigation_2 {
margin:0px;
padding:0px;	
}
#navigation_2 ul
{
margin:0px;
padding:0px;
}
#navigation_2 li {
float: left;
margin:0px;
padding:0px;
border-top: 1px solid #ffffff;
list-style:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
letter-spacing:1px;
}
#navigation_2 li a {
color: #333333;
float: left;
text-decoration: none;
height:30px;
width:100%;
letter-spacing:1px;
cursor:pointer;
}
#navigation_2 li a span {
float:left;
cursor:pointer;
padding-left:20px;
padding-top:9px;
}
#navigation_2 li a:hover {
background: url(../Images/bg_navi_lr.jpg) bottom left;
color: #ffffff;
text-decoration: none;
cursor:pointer;
}
#navigation_2 li a.active {
background: #ffffff url() bottom left;
color: #000000;
text-decoration: none;
cursor:pointer;
}
#navigation_2 li.start {
cursor:pointer;
border-top: 1px solid #ffffff;
}
#navigation_2 li.start a.active {
cursor:pointer;
}
#navigation_2 li.start a:hover {
cursor:pointer;
}
#navigation_2 li.ende {
cursor:pointer;
border-bottom: 1px solid #ffffff;
}

/* Navigation 3 */
#navigation_3 {
white-space:nowrap;
margin:0px;
padding:0px;
margin-left:1px;
}
#navigation_3 ul
{
margin:0px;
padding:0px;
}
#navigation_3 li {
float: left;
margin-right:10px;
list-style:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
letter-spacing:1px;
margin-bottom:4px;
}
#navigation_3 li a {
color: #0054A4;
float: left;
text-decoration: none;
height:53px;
text-align:center;
width:100%;
cursor:pointer;
}
#navigation_3 li a:hover {
background: url(../Images/navi_o.png) top left no-repeat;
background-position: 0;
float: left;
cursor:pointer;
}
#navigation_3 li a.active {
background: url(../Images/navi_o.png) top left no-repeat;
background-position: 0;
float: left;
cursor:pointer;
}
#navigation_3 li a span {
float: left;
height:53px;
margin:0px;
padding:0px;
margin-left:10px;
width:100%;
cursor:pointer;
}
#navigation_3 li a:hover span {
background: url(../Images/navi_o.png) top right no-repeat;
background-position: 100%;
color: #fff;
cursor:pointer;
}
#navigation_3 li a.active span {
background: url(../Images/navi_o.png) top right no-repeat;
background-position: 100%;
color: #fff;
cursor:pointer;
}
#navigation_3 li.start {
cursor:pointer;
}
#navigation_3 li.start a.active {
cursor:pointer;	
}
#navigation_3 li.start a:hover {
cursor:pointer;
}
#navigation_3 li.ende {
margin-right:0px;
}
#navigation_3 li a span div {
padding-top:26px;
padding-right:9px;
cursor:pointer;
}

/* Navigation 4 */
#navigation_4 {
margin:0px;
padding:0px;
margin-left:0px;
}
#navigation_4 ul
{
white-space:nowrap;
margin:0px;
padding:0px;
}
#navigation_4 li {
float: left;
margin-right:10px;
list-style:none;
font-family: CustomFont_2;
font-size: 14px;
letter-spacing:1px;
margin-bottom:0px;
}
#navigation_4 li a {
color: #222222;
float: left;
text-decoration: none;
height:59px;
text-align:center;
width:100%;
cursor:pointer;
}
#navigation_4 li a:hover {
background: url(../Images/navi_o.png) top center no-repeat;
float: left;
cursor:pointer;
}
#navigation_4 li.start a:hover {
background: url(../Images/navi_o.png) top left no-repeat;
float: left;
cursor:pointer;
}
#navigation_4 li.ende a:hover {
background: url(../Images/navi_o.png) top right no-repeat;
float: left;
cursor:pointer;
}
#navigation_4 li a.active {
background: url(../Images/navi_o.png) top center no-repeat;
float: left;
cursor:pointer;
}
#navigation_4 li.start a.active {
background: url(../Images/navi_o.png) top left no-repeat;
float: left;
cursor:pointer;
}
#navigation_4 li.ende a.active {
background: url(../Images/navi_o.png) top right no-repeat;

float: left;
cursor:pointer;
}
#navigation_4 li a span {
float: left;
height:59px;
margin:0px;
padding:0px;
margin-left:10px;
width:100%;
cursor:pointer;
}
#navigation_4 li a:hover span {
background: url(../Images/navi_o.png) top center no-repeat;
color: #fff;
cursor:pointer;
}
#navigation_4 li.ende a:hover span {
background: url(../Images/navi_o.png) top right no-repeat;
color: #fff;
cursor:pointer;
}
#navigation_4 li a.active span {
background: url(../Images/navi_o.png) top center no-repeat;
color: #fff;
cursor:pointer;
}
#navigation_4 li.ende a.active span {
background: url(../Images/navi_o.png) top right no-repeat;
color: #fff;
cursor:pointer;
}
#navigation_4 li a span div {
padding-top:20px;
padding-right:9px;
cursor:pointer;
}
#navigation_4 li.trenner {
margin:0px;
float:left;
background-image:url(../Images/trenner.png);
height:59px;
width:1px;
cursor:pointer;
}
#navigation_4 li a:hover div.arrow {
background: url(../Images/navi_arrow.png) bottom center no-repeat;	
margin:0px;
padding:0px;
cursor:pointer;
height:59px;
width:100%;
padding-right:10px;
}
#navigation_4 li a.active div.arrow {
background: url(../Images/navi_arrow.png) bottom center no-repeat;	
margin:0px;
padding:0px;
cursor:pointer;
height:59px;
width:100%;
padding-right:10px;
}

/* Navigation 5 */
#navigation_5 {
white-space:nowrap;
margin:0px;
padding:0px;
}
#navigation_5 ul
{
margin:0px;
padding:0px;
}
#navigation_5 li {
float: left;
margin:0px;
padding:0px;
border-left: 0px solid #000000;
list-style:none;
font-family: "Times New Roman", Times, serif;
font-size: 13px;
text-align:center;
letter-spacing:1px;
font-weight:normal;
}
#navigation_5 li a {
color: #0059A4;
float: left;
text-decoration: none;
height:45px;
width:100%;
cursor:pointer;
}
#navigation_5 li a span {
float:left;
padding-top:18px;
cursor:pointer;
}
#navigation_5 li a:hover {
background: url(../Images/bg_navi_over.png) bottom left repeat-x;
color: #FFFFFF;
text-decoration: none;
cursor:pointer;
}
#navigation_5 li a.active {
background: url(../Images/bg_navi_over.png) bottom left repeat-x;
color: #FFFFFF;
text-decoration: none;
cursor:pointer;
}
#navigation_5 li a.active2 {
background: url(../Images/bg_navi_over.png) bottom left repeat-x;
color: #FFFFFF;
text-decoration: none;
cursor:pointer;
}
#navigation_5 li.start {
background-image:url(../Images/navi_home.jpg);
cursor:pointer;
}
#navigation_5 li.start a.active {
background-image:url(../Images/navi_home_over.jpg);
cursor:pointer;
}
#navigation_5 li.start a:hover {
background-image:url(../Images/navi_home_over.jpg);
cursor:pointer;
}
#navigation_5 li.ende {
cursor:pointer;
border-right: 0px solid #000000;
}
#navigation_5 li.trenner {
float:left;
background-image:url(../Images/trenner.png);
height:45px;
width:1px;
}
/*	Normal  
#navigation_5 li ul
{	
margin: 0px;
padding: 0px;
position: absolute;
visibility: hidden;
border-top: 1px solid white;
width:200px;
margin-top:45px;
}
#navigation_5 li ul li
{	
float: left;
}
#navigation_5 li ul li a
{	
width: 200px;
background: #A9C251;
color: #24313C;
}
#navigation_5 li ul li a:hover
{	
background: #8EA344;
}*/
/*	Wide */
#navigation_5 li ul
{	
margin: 0px;
padding: 0px;
position: absolute;
visibility: hidden;
width:600px;
margin-top:45px;
margin-left:-1px;
background-image:url(../Images/box_bg.jpg); 
background-repeat:repeat-x;
background-color:#EDF6FD;
border-left:solid #ffffff 1px;
border-right:solid #ffffff 1px;
border-bottom:solid #ffffff 1px;
z-index:500;
}
#navigation_5 li ul li
{
float: left;
margin: 0px;
padding: 20px;
}
#navigation_5 li ul li a
{	
height:auto;
margin: 0px;
padding: 0px;
}
#navigation_5 li ul li a:hover
{	
background: url();
height:auto;
margin: 0px;
padding: 0px;
color:#000000;
}


/*	.BG'S 
	********************************************************************************************************************************************/
.bg {
	background-color:#909090;
}
.bg2 {
	background-color:#000000;
}
.bg_left {
	background-color:#000000;
	background:url(../Images/bg_left.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
.bg_right {
	background-color:#000000;
	background:url(../Images/bg_right.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.bg_header {
	background:url(../Images/header.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.bg_header_left_right {
	background:url(../Images/bg_header.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.bg_header_left {
	background:url(../Images/bg_header_left.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:191px;
	background-position:right;
}
.bg_header_right {
	background:url(../Images/bg_header_right.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:191px;
	background-position:left;
}
.bg_content {
	background-color:#ffffff;
}
.bg_footer {
	background:url(../Images/bg_footer.jpg);
	background-repeat:repeat-x;
}
.bg_box_header {
	background:url(../Images/box_big_header.png);
	background-repeat:no-repeat;	
}
.bg_box_content {
	background:url(../Images/box_big_body.png);
	background-repeat:repeat-y;
}
.bg_gadget {
	background:url(../Images/kasten_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.bg_box_leistungen {
	background:url(../Images/leistungen_box.jpg);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
}
.bg_box_leistungen:hover {
	background:url(../Images/leistungen_box_over.jpg);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
}


/*	INPUTS 
	********************************************************************************************************************************************/
.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.input_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	cursor:pointer;
	
	background-color:#95c7e0;
	border-color:#333333;
	border-collapse:collapse;
	border-width:0px;
	
	padding: 5px 10px 5px 10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button_mehr {
	display:block;
	margin-top:12px;
	width:76px;
	height:26px;
	background-image:url(../Images/button_mehr.png);
	cursor:pointer;
}
a.button_mehr:hover {
	display:block;
	margin-top:12px;
	width:76px;
	height:26px;
	background-image:url(../Images/button_mehr_over.png);
	cursor:pointer;
}
.point {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	float:right;
	background-image:url(../Images/point_small.png);
	border:0px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:right;
	height:16px;
}
.point:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	float:right;
	background-image:url(../Images/point_small_over.png);
	border:0px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:right;
}
.point2 {
	float:left;
	width:13px;
	height:13px;
	background-image:url(../Images/point_small.png);
	border:0px;
	margin-top:0px;
	cursor:pointer;
	margin-right:10px;
}
.point2:hover {
	float:left;
	width:13px;
	height:13px;
	background-image:url(../Images/point_small_over.png);
	border:0px;
	cursor:pointer;
}
.point3 {
	width:13px;
	height:13px;
	background-image:url(../Images/point_small.png);
	border:0px;
	margin:0px;
	cursor:pointer;
}
.point3:hover {
	width:13px;
	height:13px;
	background-image:url(../Images/point_small_over.png);
	border:0px;
	cursor:pointer;
}


/*	TEXT STYLES 
	********************************************************************************************************************************************/
.externmarketing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #d1ab66;
}
.text {
	font-family: "CustomFont_1", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	line-height: 20px;
}
.text2 {
	font-family: "CustomFont_1", sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666666;
	line-height: 21px;
}
.text3 {
	font-family: "CustomFont_1", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	line-height: 20px;
}
.text4 {
	font-family: "CustomFont_1", sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #666666;
	line-height: 20px;
}
.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	letter-spacing:1px;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A96856;
}
.textBold2 {
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666;
}
.textBold3 {
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666;
}
.textTitel {
	font-family: "CustomFont_1", sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #919191;
	line-height: 26px;
}
.textTitel2 {
	font-family: "CustomFont_1", sans-serif;
	font-size: 19px;
	font-style: normal;
	color: #919191;
	line-height: 18px;
}
.textTitel3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #7e8407;
}
.textTitel4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #0054A4;
}
.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	line-height: 18px;
}
.textSmall2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	line-height: 16px;
}
.textBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: normal;
	color: #d1d2d4;
	line-height:40px;
}
.textError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: normal;
	font-weight: normal;
	color: #d1d2d4;
	line-height:40px;
}
.gadgetTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:1px;
	color: #999999;
}
.gadgetText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	line-height: normal;
}


/*	TABLES AND BORDERS 
	********************************************************************************************************************************************/
.table.gridder {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #9C9D9F;;
	border-collapse: collapse;
	background-color: white;
}
table.gridder th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #9C9D9F;
	background-color: white;
	-moz-border-radius: ;
}
table.gridder td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #9C9D9F;
	background-color: white;
	-moz-border-radius: ;
}
.table_border {
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	border-collapse:collapse;
	padding:3px;
}
.table_border:hover {
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	border-collapse:collapse;
	padding:3px;
}
.table_border_inactive {
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	border-collapse:collapse;
	padding:3px;
}
.table_border_nopadding {
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
.table_bg {
}
.table_bg:hover {
	background-color:#FFF;
}
.table_bg_over {
	background-color:#FFF;
}
.table_border_margin {
	border-width:1px;
	border-style:solid;
	border-color:#333333;
	border-collapse:collapse;
	padding:3px;
	margin-right:15px;
	margin-bottom:7px;
}
.table_border_margin:hover {
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
	border-collapse:collapse;
	padding:3px;
	margin-right:15px;
	margin-bottom:7px;
}
.table_border_margin_inactive {
	border-width:1px;
	border-style:solid;
	border-color:#333333;
	border-collapse:collapse;
	padding:3px;
	margin-right:15px;
	margin-bottom:7px;
}
.table_border2 {
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	border-collapse:collapse;
	padding:10px;
	margin-bottom:15px;
}
.table_border2:hover {
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
	border-collapse:collapse;
	padding:10px;
	margin-bottom:15px;
}
.table_border3 {
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	border-collapse:collapse;
	margin:0px;
	padding:3px;
}
.table_border3:hover {
	border-width:1px;
	border-style:solid;
	border-color:#ffffff;
	border-collapse:collapse;
	margin:0px;
	padding:3px;
}
.table_border3_inactive {
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	border-collapse:collapse;
	margin:0px;
	padding:3px;
}
.table_border4 {
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	margin-bottom:15px;
	padding:0px;
}
.table_border4:hover {
	border-width:1px;
	border-style:solid;
	border-color:#0054A4;
	margin-bottom:15px;
	padding:0px;
	background-color:#FFF;
}


/*	GALLERY CLASSIC
	********************************************************************************************************************************************/
.gallery_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	outline:hidden;
	outline:none;
}
.gallery_pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#999;
	line-height: 18px;
	outline:hidden;
	outline:none;
}
#gallery_links a:link {
	text-decoration: none;
	color:#000000;
	outline:hidden;
	outline:none;
}
#gallery_links a:visited {
	text-decoration: none;
	color:#000000;
	outline:hidden;
	outline:none;
}
#gallery_links a:hover {
	text-decoration: none;
	color:#999;
	outline:hidden;
	outline:none;
}
#gallery_links a:active {
	text-decoration: none;
	color:#000000;
	outline:hidden;
	outline:none;
}


/********************************************************************************************************************************************
JQUERY AND STUFF
********************************************************************************************************************************************/

/*****************************************************************************************************************************
//Fader Image & Header Image */
#imageFader {
	position:relative;
	width:934px;
	height:300px;
	margin-left:0px;
	margin-top:0px;
}
#imageFader img {
	position:absolute;
	top:0;
	left:0;
	z-index:118;
}
#imageFader img.active {
	z-index:120;
}
#imageFader img.last-active {
	z-index:119;
}
#div_imageFader {
	position:relative;
	width:934px;
	height:300px;
	margin-left:0px;
	margin-top:0px;	
}		
#div_imagesFader_fix {
	position:relative;
	width:934px;
	height:300px;
	margin-left:0px;
	margin-top:0px;
}
.div_box {
	float:right;
	width:250px;
	background-color:#eaeaea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}
.div_box div {
	padding:20px;
}
.div_box2 {
	width:549px;
	background-color:#eaeaea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	margin-bottom:20px;
	margin-top:20px;
}
.div_box2 div {
	padding:20px;
}
.div_box3 {
	width:549px;
	background-color:#eaeaea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	margin-bottom:20px;
	margin-top:0px;
}
.div_box3 div {
	padding:20px;
}
/*****************************************************************************************************************************
//Image Overlay*/
.image-overlay {
	list-style: none; 
	text-align: left; 
	margin:0px;
	padding:0px;
}
.image-overlay li { 
	display: inline;
}
.image-overlay a:link, .image-overlay a:visited, .image-overlay a:hover, .image-overlay a:active { text-decoration: none; }
.image-overlay a:link img, .image-overlay a:visited img, .image-overlay a:hover img, .image-overlay a:active img { border: none; }

.image-overlay a
{
    margin-right: 20px;
	margin-bottom:15px;
    float: left;
    background: #fff;
    border: solid 0px;
    overflow: hidden;
    position: relative;
}
.image-overlay a.last
{
    margin-right: 0px;
	margin-bottom:20px;
    float: left;
    background: #fff;
    border: solid 0px;
    overflow: hidden;
    position: relative;
}
.image-overlay img
{
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
.image-overlay .caption
{
    float: left;
    position: absolute;
    background-color: #000;
    width: 100%;
	cursor: pointer;
	/* The way to change overlay opacity is the follow properties. Opacity is a tricky issue due to
		longtime IE abuse of it, so opacity is not offically supported - use at your own risk. 
		To play it safe, disable overlay opacity in IE. */
    /* For Firefox/Opera/Safari/Chrome */
	opacity: .8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.image-overlay .caption h1, .image-overlay .caption h2, .image-overlay .caption h3,
.image-overlay .caption h4, .image-overlay .caption h5, .image-overlay .caption h6
{
	margin: 15px 8px 15px 8px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#FFFFFF;
    font-size: 16px;
    font-weight: normal;
	padding: 0 0 0 5px;
}
.image-overlay p
{
	text-indent: 0;
	margin: 10px;
	font-size: 1em;
}


/*****************************************************************************************************************************
//Comments*/
.comment_all_closed {
	height: 0px; 
	width: 100%;
}
.comment_all_open {
	height: 150px; 
	width: 100%;
}
#comment_content {
	height: 50px; 
	width: 500px;
}
.commentInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #E0E0E0;
	text-decoration: none;
	
	background-color:#1c1c1c;
	border-color:#333333;
	border-collapse:collapse;
	border-width:1px;
	overflow:hidden; 
	height:16px; 
	width:451px;
	border-style:dotted;
}
#comment_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFEEEE;
	text-decoration: none;
	
	background-color:#1c1c1c;
	border-color:#333333;
	border-collapse:collapse;
	border-width:1px;
	height:120px; 
	width:500px;
	border-style:dotted;
	
	resize: none;
}


/*****************************************************************************************************************************
//Show Data with Pagination*/
#data_show_loading{
}
#data_show_container .pagination ul li.inactive,
#data_show_container .pagination ul li.inactive:hover{
	list-style: none;
	float: left;
	border: 1px solid #ccccc;
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	background-color: #cccccc;
	letter-spacing:1px;
	cursor:default;
}
#data_show_container .data ul li{
	list-style: none;
	margin: 0px 0px 0px 0px;
}
#data_show_container .data ul li ul{
	list-style: disc;
	margin-top: 0px;
	margin-bottom:0px;
	padding-left:1em;
}
#data_show_container .data ul li ol{
	padding-left:0px;
	margin-left:2em;
}

#data_show_container .data ul li li{
	list-style: disc;
	margin-top: 0px;
	margin-bottom:8px;
	padding-left:0px;
}
#data_show_container .pagination{
	width: 100%;
	line-height:12px;
}
#data_show_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#data_show_container .pagination ul li{
	list-style: none;
	float: left;
	border: 1px solid #ccccc;
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	background-color: #333333;
	letter-spacing:1px;
}
#data_show_container .pagination ul li:hover{
	color:#ffffff;
	background-color: #f42f00;
	cursor: pointer;
}
#data_show_container .pagination .pagination_current {
	color:#ffffff;
	background-color: #f42f00;
	cursor: pointer;
}
.data_show_goto {
	margin-top:-1px;
	margin-left:60px;
}
.data_show_go_button{
	background-color:#f2f2f2;
	border:1px solid #006699;
	color:#cc0000;
	padding:2px 6px 2px 6px;
	cursor:pointer;
	position:absolute;
	margin-top:-1px;
}
.data_show_total{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:18px;
	color:#333333;
}


/*****************************************************************************************************************************
//Shop*/
#Shop_Overlay_Add {
	position:fixed;
	width:500px;
	height:70px;
	top:50%;
	left:50%;
	margin-left: -270px;
	margin-top: -100px;
	z-index:9990;
  	background-color:#ffffff;
	padding:20px;
	text-align:left;
	overflow:hidden;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#Shop_Overlay_Bg {
	position:fixed; 
	z-index:9989; 
	top:0px; 
	left:0px; 
	height:100%; 
	width:100%; 
	background-color:#000; 
	filter:alpha(opacity=80);
	opacity:.8; 
	-moz-opacity:.8;
}
#Shop_Cart_Small_Container {
	top: 340px;
	position:fixed;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:80px;
	background-color:#ffffff;
	margin-left:950px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.shop_controls {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	padding:10px;
	margin:0px;
	background-color:#e1e1e1;
	background-position:top;
	background-repeat:no-repeat;
			
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.shop_controls_preis {
	margin:0px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	
	background-color:#666666;
	border:0px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.shop_input_anz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	width:24px; 
	height:20px;
	padding:0px;
	padding-left:3px;
	overflow:visible;
	border:0px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.shop_select_slave {
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	cursor:pointer;
	width:100%;
		
	background-color:#666666;
	border:0px;	
	padding: 5px 6px 5px 6px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.shop_button_cart{
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	cursor:pointer;
	
	background-image:url(../Images/shop_cart_white.png);
	background-position: 10px;
	background-repeat:no-repeat;
	
	background-color:#000000;
	border:0px;
	
	padding: 5px 10px 5px 38px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
