/********************** Basic Styles for Gabler GmbH********************
version:	neu
author:		sven kaiser
email:		sk@goetzinger-komplizen.de
web:        http://www.goetzinger-komplizen.de
copyright:	goetziger-komplizen 2009
*********************************************************************/


/******************************* general styles ********************/

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

body {
	background:#FFF;
	font-size:11px;
	font-family:Verdana,Arial,sans-serif;
	text-align:center;
	
}

a:link {
	color:#e2003b;
	text-decoration:none;
}

a:visited {
	color:#e2003b;
	text-decoration:none;
}

a:hover {
	color:#e2003b;
	text-decoration:underline;
}

a:active {
	color:#e2003b;
	text-decoration:none;	
}

hr {
	color:#d1d3d4;
	height:1px;
	margin-bottom:15px;
	margin-top:15px;
}


/******************************** wrapper styles *************************/

#wrapper {
	background:#FFF;
	width:900px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}



/******************************* header styles ****************************/

#header {
	width:900px;
	height:247px;
	background:#FFF;
}

#header .logo {
	position:relative;
	left:20px;
	top:-250px;
}



/****************************** nav styles ***********************************/

#navcontainer {
	margin: 0px;
	padding: 0;
	height: 30px;
	position:relative;
	top:5px;
	background:none;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background:none;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	background:none;
}

#navcontainer ul li a {
	background: url(../img/bg_nav.gif) repeat-x 0px 0px;
	width: 149px;
	height: 20px;
	border-left:1px solid #d8d8d8;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #9c9e9f;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 12px;
	font-family:Verdana,Arial,sans-serif;
}

#navcontainer ul li a:hover {
	background:transparent url(../img/bg_hover.gif) repeat-x;
	color:#999;
}

#navcontainer ul li.active a {
	background:transparent url(../img/bg_hover.gif) repeat-x;
	color:#999;
}


/************************************ subnav styles *****************************/

#navlist {
	padding:5px 15px 5px 15px;
	padding-bottom: 10px;
	border:1px solid #dddfdf;
	width:150px;
	background: #fff url(../img/bg_box.jpg) repeat-x 0px 0px;
	float:left;
}

#navlist li {
	list-style: none;
	padding-top:10px;
	padding-bottom:7px;
	border-bottom:1px solid #9c9e9f;
}

#navlist li.last { 
	border-bottom:none;
}

#navlist li a { 
	text-decoration: none; 
	color:#9c9e9f;
}

#navlist li a:hover { 
	text-decoration: none; 
	color:#666;
}

#navlist li#current a {
	color:#000;
}

#navlist li#current li a {
	color:#666;
}

#navlist ul {
	margin-left:20px;
}

#navlist ul ul {
	margin-left:40px;
}

#navlist h1 {
	border-top:20px solid #d2d2d2;
	font-size:14px;
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
}


/********************************** content block underside styles **************/

#contentbox {
	width:500px;
	min-height:170px;
	background:#FFF;
	position:relative;
	left:0px;
	float:right;
}

#contentbox h1 {
	color:#e2003b;
	border-bottom:1px solid #e2003b;
	font-size:14px;
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
	margin-bottom:15px;
}

#contentbox h2 {
	color:#000;
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-top:10px;
	margin-bottom:15px;
}

#contentbox p {
	clear:both;
	color:#000;
	margin-left:0px;
	margin-right:20px;
	margin-bottom:15px;
}

/* #contentbox p img {
	clear:both;
	float:left;
	border:1px solid #e2003b;
	margin-right:20px;
	margin-bottom:10px;
} */

#contentbox ul {
	list-style-type:inside;
	padding-left:30px;
	padding-right:20px;
	margin-bottom:10px;
}

#contentbox ul li {
	margin-bottom:4px;
}

#contentbox .content-element {
	clear:both;
}

#contentbox .csc-textpic-imagewrap {
	padding-right:15px;
}


/*************************************** jquery box machines *********************/

#machinebox {
	width:500px;
	background:#FFF url(../img/bg_machinebox.gif)repeat;
	border-bottom:1px solid #e2003b;
	position:relative;
	top:55px;
	float:right;
}


/********************************** albumlist styles *****************************/

.albumlist {
	list-style:none;
}

.albumlist li {
	float:left;
	
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#000;
}

*+ html .albumlist li {
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:-10px;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	color:#000;
}

.albumlist img {
	display:block;
	border:1px solid #cfd1d2;
}


/************************************** main styles ******************************/

#main {
	width:900px;
	min-height:400px;
	background:#FFF;
	margin-top:0px;
}


/************************ left styles ********************************************/

#left {
	float:left;
	width:700px;
	margin-top:20px;
	background:#FFF;
	min-height:400px;
}

#left .home {
	background: url(../img/bg_box.jpg) repeat-x;
	border:1px solid #dddfdf;
}

*+ html #left .home {
	background: url(../img/bg_box.jpg);
	border:1px solid #dddfdf;
}


#left .home h1 {
	color:#e2003b;
	font-size:14px;
	padding:15px 0 0px 15px;
}

#left .home p {
	padding:15px;
}

#left .products {
	width:338px;
	float:left;
	margin-top:20px;
	background: url(../img/bg_box.jpg) repeat-x;
	border:1px solid #dddfdf;
}

*+ html #left .products {
	width:338px;
	min-height:278px;
	float:left;
	margin-top:25px;
	background:#FFF url(../img/bg_box.jpg);
	border:1px solid #dddfdf;
}

#left .products h1 {
	color:#e2003b;
	font-size:14px;
	padding:15px;
}

#left .products p {
	padding:0 15px 15px 15px;
}

#left .products ul {
	padding-left:30px;
	padding-right:20px;
	padding-bottom:15px;
}

#left .loesung {
	width:338px;
	float:right;
	margin-top:20px;
	background:url(../img/bg_box.jpg) repeat-x;
	border:1px solid #dddfdf;
}

*+ html #left .loesung {
	width:338px;
	min-height:278px;
	float:right;
	margin-top:25px;
	background:#FFF url(../img/bg_box.jpg);
	border:1px solid #dddfdf;
}

#left .loesung h1 {
	color:#e2003b;
	font-size:14px;
	padding:15px;
}

#left .loesung p {
	padding:0 15px 15px 15px;
}

#left .loesung ul {
	padding-left:30px;
	padding-right:20px;
	padding-bottom:15px;
}


/****************************** right styles ***********************************/

#right {
	margin-top:20px;
	float:right;
	width:180px;
}

#right ul {
	padding-left:30px;
	padding-right:20px;
	padding-bottom:15px;
}

#right .news {
	background:#fff url(../img/bg_box.jpg) repeat-x;
	padding:15px;
	border:1px solid #dddfdf;
	margin-bottom:20px;
}

#right .news h1, #right .news h2, #right .news h3, #right .news h4, #right .news h5, #right .news h6 {
	margin-bottom:15px;
}

#right .news h1 {
	color:#e2003b;
	font-size:14px;
}

#right .news p {
	margin-bottom:15px;
}



/***************************** footer styles *************************************/

#footer {
	height:20px;
	width:900px;
	background:#ececed;
	color:#000;
}

#footer p {
	font-size:10px;
	margin-left:10px;
	padding-top:3px;
	color:#000;
}

#footer p.subnav {
	float:right;
	margin-right:10px;
	margin-top:-15px;
	color:#000;
}


/******************************** form styles **************************************/

.csc-mailform {
	border:none;
	background:#FFF;
	width:500px;
	float:left;
}

.csc-mailform-field {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:7px;
	margin-right:50px;
	clear: both;
	border:none;
	float:right;
}

.csc-mailform-field label {
	color: #000;
	float:left;
	
}

.csc-mailform-field dt {
	width: 165px;
	display: inline;
	padding-top:2px;
	padding-bottom:2px;
}

.csc-mailform-field dd {
	width: 300px;
	margin-left: 85px;
}

csc-mailform-field dd textarea {
	margin-top: 226px;
	
}

.csc-mailform-field input {
	background:#FFF;
	border:1px solid #d3d3d3;
	width:300px;
	float:left;
	margin-right:3em;
	margin-left:10px;
	font-size:10px;
	padding-top:2px;
	padding-bottom:2px;
}

.csc-mailform-field textarea {
background:#FFF;
	border:1px solid #d3d3d3;
	width:300px;
	float:right;
	margin-right:3em;
	margin-left:10px;
	font-size:10px;
}

.csc-mailform-field input.csc-mailform-submit {
	background:transparent url(../img/bg_nav.gif) repeat-x;
	font-size:11px;
	padding-top:1px;
	padding-bottom:1px;
	padding-top:1px;
	padding-bottom:1px;
}

.csc-mailform-field select {
	float:left;
	background:#FFF;
	width:300px;
	border:1px solid #d3d3d3;
}


/************************* contenttable styles **************************/

table {
	width:100%;
}

tr .tr-odd tr-1 {
	background:red	
}

table.products td {
	background:#dddfdf;
	padding-left:10px;
}

.contenttable .tr-even .td-0{
	background:#dddfdf;
	height:30px;
	padding-left:10px;
}

.contenttable .td-0 {
	background:#dddfdf;
	height:30px;
	padding-left:10px;
}

.contenttable td {
	background:#dddfdf;
	padding-left:10px;
}


/******************** Routenplaner styles *********************************/

.map24_input {
	background-color:#ffffff;
	color:#555555;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	border:1px #bebebe solid;
}
	
.map24_list {
	background-color:#fff; 
	border-style:groove;
	font-family:Verdana,Arial,sans-serif 
	font-size:9px;
}
	
.map24_text	{
	font-family:Verdana,Arial,sans-serif; 
	font-size:11px; 
	color:#000;
}
	
.map24_margin	{
	margin-left:10px;
}

.map24_padding {
	padding-left:10px;
}

.map24_title {
	font-family:Verdana,Arial,sans-serif; 
	font-size:11px; 
	color:#fff; 
	padding-left:10px; 
	padding-top:31px; 
	font-weight:bold;
	background:#0072BC;
	width:100px;
}
	
.map24_cell	{
	padding-left:10px; 
	padding-top:5px; 
	padding-right:5px; 
	padding-bottom:5px; 
	background-color:#F8F9FA;
}
	
.blockborder {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top-width:1px;
	border-top-style:solid;
	border-left-width:1px;
	border-left-style:solid;
	border-right-width:1px;
	border-right-style:solid;
	border-color:#BEBEBE;
}	

.map24_submit {
	font-size:11px;
	color:#0D3D6A;
}

table.blockborder {
	width:100px;
	margin-left:10px;
}


/****************************** sliding show styles *************************/

#sliding {
	text-align:center;
	float:right;
	padding-top:27px;
	margin-top:95px;
	border:1px solid #d3d3d3;
	background-image:url(../img/bg_box.jpg);
	height:100px;
	width:500px;
}


/*********************************** jquery *********************************/

.jcarousel-container {
    position:relative;
	top:300px;
}

.jcarousel-clip {
    z-index:2;
    padding:0;
    margin:0;
    overflow:hidden;
    position:relative;
}

.jcarousel-list {
    z-index:1;
    overflow:hidden;
    position:relative;
    top:0;
    left:0;
    margin:0;
    padding:0;
}

.jcarousel-list li,
.jcarousel-item {
    float:left;
    list-style:none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width:75px;
    height:75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index:3;
    display:none;
}

.jcarousel-prev {
    z-index:3;
    display:none;
}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius:10px;
    background:#F0F6F9;
    border:1px solid #346F97;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:245px;
    padding:20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width:75px;
    height:245px;
    padding:40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:245px;
    height:75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:75px;
    height:245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width:75px;
    height:75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right:10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom:10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background:#fff;
    color:#000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position:absolute;
    top:43px;
    right:5px;
    width:32px;
    height:32px;
    cursor:pointer;
    background:transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position:-32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position:-64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor:default;
    background-position:-96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position:absolute;
    top:43px;
    left:5px;
    width:32px;
    height:32px;
    cursor:pointer;
    background:transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position:-32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position:-64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor:default;
    background-position:-96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position:absolute;
    bottom:5px;
    left:43px;
    width:32px;
    height:32px;
    cursor:pointer;
    background:transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position:0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position:0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position:0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position:absolute;
    top:5px;
    left:43px;
    width:32px;
    height:32px;
    cursor:pointer;
    background:transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position:0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position:0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor:default;
    background-position:0 -96px;
}


.slide {
	text-align:center; 
	float:right; 
	left:-50px; 
	position:relative; 
	top:45px; 
	border:1px solid #d3d3d3; 
	background: #FFF url("../img/bg_box.jpg")repeat; 
	height:90px;
}


/************************** indexed search styles *************************/

.tx-indexedsearch .searchbox-tmpl-css label {
	width:auto;
	margin-right:20px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
}

.tx-indexedsearch-form {
	float:left;
	padding-right:20px;
}

.tx-indexedsearch-search-submit {
	float:left;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
	background:transparent url(../img/bg_nav.gif) repeat-x;
	font-size:11px;
	width:60px;
	height:18px;
	padding-top:1px;
	padding-bottom:1px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
	font-size:11px;
	padding-top:2px;
	padding-bottom:2px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
}

#contentbox ul.browsebox {
	padding-left:0;
	margin:0;
	padding-bottom:20px;
}

fieldset {
	border:0;
	font:Verdana,Arial,sans-serif;
	font-size:11px;
	padding-top:10px;
	padding-bottom:10px;
}

input {
	border:1px solid #e1003a;
	height:18px;background:#EEE;
}