/*
*
* @author: Jonathan David
*
*/

/*
++++++++++++++ Basic Layout ++++++++++++++
*/

@import url(typo3.css);

html {
	background-image: url(../images/htmlBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:100%;
	background-color: #fff;
}

body {
	background-image: url(../images/bodyBG.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	width: 100%;
	height:100%;
	background-color: #fff;
}

#wrapper {
	width: 100%;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/*
++++++++++++++ Generic classes ++++++++++++++
*/

.hidden 	{display: none;}
.floatLeft 	{float: left;}
.clearer	{clear: left;}
.moreLink 	{margin-left: 130px;}

hr {
	background-image: url(../images/hrBG.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: transparent;
	height: 8px;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 590px;
}

blockquote {
	background-image: url(../images/blockquoteBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f5f5f5;
	padding: 15px 15px 1px 18px;
	margin: 0 0 10px 20px;
	width: 86%;
	font-family: Georgia;
	font-size: 14px;
}

table {
	table-layout: auto;
	width: 627px;
	border-collapse: collapse;
	padding: 0 1px;
	margin:0 0 20px 1px;
	color: #677971;
	border: solid 1px #eaeaea; 
	background-image: url(../images/tableBG.png);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #fafafa;
}

	table td, table th {padding:4px;}
	table th {font-weight: 700}
	table tr.tr-odd {background-color: #f3f3f3}
	
	tr.hover td {background-color: red !important}

	table.contenttable-1 tr {
		border-top:1px solid #eaeaea;
	}

	table.contenttable-1 td {
		padding:6px;
		border-top:1px solid #eaeaea;
	}
	
	table.contenttable-1 td.td-0, table.contenttable-1 tr.tr-0 td {
		font-weight: bold;
	}


.table5050 td {
	width: 50%;
}

a.external-link-new-window, a.external-link {
	background-image:url(../images/external.png);
	background-position:right center;
	background-repeat:no-repeat;
	margin-right:2px;
	padding-right:12px;
}

div.csc-sitemap {
	text-align: left;
}

	#content ul, ol {
		margin-bottom: 10px;
	}
	
	#content ul li {
		margin: 0 0 0 15px;
		background-image: url(../images/bullet_go.png);
		background-repeat:no-repeat;
		background-position: 0 0px;
		padding: 0 0 0 18px;
	
	}
	
		#content ul li a {
			width: 50px;
			height: 30px;
		}
		
/*
********* HEADER UND MainNAVI ************
*/
#header {
	width: 950px;
	height: 90px;
	margin: 0 auto;
}

	#logo h1 a {
		display: block;
		margin-left: -18px;
		float: left;
		text-indent: -9999px;
		background-image: url(../images/onlineLogo.png);
		background-repeat: no-repeat;
		background-position: top center;
		width: 144px;
		height: 90px;
	}
	
	#headerRechts {
		width: 250px;
		padding-top: 50px;
		margin-left: 700px;
	}
	
		#sprachMenu {
			margin-left: 198px;
		}

#mainMenu {
	clear: both;
	height: 35px;
}
	#mainMenuMoveable {
		margin: 0 auto;
		width: 950px;
		height: 35px;
		
	}

	ul.mainMenuList {
		height: 35px;
		width: 950px;
		background-image: url(../images/navBG.png);
		background-repeat: no-repeat;
		background-position:0 0;
	}
	
	ul.mainMenuList * {
		z-index: 7;
	}

		ul.mainMenuList li {
			float: left;
		}
		
		ul.mainMenuList li a {
			text-align:center;
			display: block;
			line-height: 35px;
			height: 35px;
			padding: 0 14px;
			font-size: 16px;
			font-weight: bold;
			color: #555;
			text-shadow:0 1px 0 #FFF;
		}
		
			
			ul.mainMenuList li a:hover {
				text-decoration: none;
				background-image: url(../images/navBG.png);
				background-repeat: no-repeat;
				background-position:0 -36px;
			}
			
			ul.mainMenuList li a.mainSub_active { 
				background-image: url(../images/navBG.png);
				background-repeat: no-repeat;
				background-position:0 -36px;
			}

				ul.mainMenuList li ul {
						position: absolute;
						border:1px #FFF9E4;
						border-style: none solid solid;
						display:none;
						width:156px;
						margin-left: 1px;
				}
				
				ul.mainMenuList li ul li {
					display: block;
					background-image: url(../images/subMenuBG.png);
				}

					ul.mainMenuList li ul li a {
						width: 140px;
						display:block;
						text-align: left;
						height: 30px !important;
						font-size: 13px;
						background-image: url(../images/subMenuBG.png);
						line-height: 30px;
						font-weight: bold;
						padding: 0 8px;
					}
					
					ul.mainMenuList li ul li a:hover {
						background-image: url(../images/subMenuBG.png);
						color: #1C689F;
					}

				ul.mainMenuList li:hover ul  {
					display:block;
				}

				ul.mainMenuList ul li {
					float:none;
					background-color: transparent;
				}
		
/*
********* CONTAINER ************
*/

#startseite #container {
	clear: left;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	width: 950px;
	z-index: 2;
}

#content {
	overflow: hidden;
	margin-bottom: 20px;
}

#unterseite #container {
	background-image: url(../images/contBG.png);
	background-repeat: repeat-x;
	border: 1px solid #e0e0e0;
	padding: 10px;
	overflow: hidden;
	width: 928px;
	margin: 10px auto 20px;
}

#unterseite #content {
	float:left;
	width: 630px;
}

#unterseite #subRightCol {
	width: 252px;
	padding:0 10px 10px;
	margin-left: 656px;
}

#subRightColMenu a {display: block; line-height: 20px;}
#subRightColMenu ul {width: 262px}
#subRightColMenu ul li {
	border-top: 1px solid #efefef;
	line-height:1.3em !important;
}
	#rightMenuList {border-bottom: 1px solid #efefef}
	#rightMenuList a {height:20px;text-shadow:0 1px 0 #cfcfcf;}
	#rightMenuList a.right_normal {
		background-image: url(../images/navipfeilrechts4x7.png);
		background-repeat: no-repeat;
		background-position: 8px 10px;
		background-color: #cecece;					
		color: #333;
		padding:4px 1px 4px 20px;
	}
	#rightMenuList a.right_normal:hover {
		background-color:#e0e0e0;

	}
	#rightMenuList a.right_active {
		background-color: #cecece;
		padding:4px 1px 4px 20px;	
		color: #333;
		background-image: url(../images/navipfeilrechts4x7.png);
		background-repeat: no-repeat;
		background-position: 8px 10px;
		font-weight: bold;
	}
	#rightMenuList a.rightSub_active {
		background-color: #cecece;
		padding:4px 1px 4px 20px;	
		color: #333;
		background-image: url(../images/navipfeilrunter4x7.png);
		background-repeat: no-repeat;
		background-position: 7px 13px;
		font-weight: bold;
	}
		#subRightSubMenuList a.subRightSub_normal {
			background-color: #e0e0e0;
			color: #777;
			padding:4px 1px 4px 35px;
			background-image: url(../images/navipfeilrechts4x7.png);
			background-repeat: no-repeat;
			background-position: 21px -18px;
		}
		#subRightSubMenuList a.subRightSub_normal:hover {
			background-color: #eaeaea;
			color: #777;
		}
		#subRightSubMenuList a.subRightSub_active {
			background-color: #eaeaea;
			color: #777;
			padding:4px 1px 4px 35px;
			font-weight: bold;
			background-image: url(../images/navipfeilrechts4x7.png);
			background-repeat: no-repeat;
			background-position: 21px -18px;
		}
		#subRightSubMenuList a.subRightSubSub_active {
			background-color: #eaeaea;
			color: #777;
			padding:4px 1px 4px 35px;
			font-weight: bold;
			background-image: url(../images/navipfeilrunter4x7.png);
			background-repeat: no-repeat;
			background-position: 21px -18px;
		}
			#threeSubRightSubMenuList a.threeSubRightSub_normal {
				background-color: #f0f0f0;
				background-image: url(../images/navipfeilrechts4x7.png);
				background-repeat: no-repeat;
				background-position: 36px -18px;
				color: #777;
				padding:4px 1px 4px 50px;
			}
			
			#threeSubRightSubMenuList a.threeSubRightSub_active {
				background-color: #f0f0f0;
				color: #777;
				padding:4px 1px 4px 50px;
				background-image: url(../images/navipfeilrechts4x7.png);
				background-repeat: no-repeat;
				background-position: 36px -18px;
				font-weight: bold;
			}

/*
********* FOOTER & SITEEND ************
*/

#footer {
	border-top: 1px solid #e0e0e0;
	clear: left;
	margin: 0 auto;
	height: 86px;
	width: 950px;
	padding: 10px 0 0 0;
}

/*partnerlogos*/

#partnerLogos a{
	text-indent: -9999px;
	height: 30px;
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

#partnerLogos .sapPartner {
	width: 40px;
	background-image: url(../images/partnerLogos_0001_Sap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#partnerLogos .msPartner {
	width: 66px;
	background-image: url(../images/partnerLogos_0002_MS.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#partnerLogos .metroPartner {
	width: 48px;
	background-image: url(../images/partnerLogos_0000_Metro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
}

#partnerLogos .sapPartner:hover, #partnerLogos .msPartner:hover, #partnerLogos .metroPartner:hover {
	background-position: center -31px;
}

#footerwrap {
	height: 50px;
	width: 950px;
	margin: 0 auto;
	overflow: hidden
}

	#partnerLogos {
		width: 50%;
		float: left;
	}
	
	#footerMenu {
		float:right;
		width: 50%;
		text-align: right;
	}
			
		#footerMenu ul li {
			margin-left: 20px;
			display: inline;
		}


/*
********* STARTSEITE & Content Elements ************
*/

#leftCol {
	text-align:left;
	width: 640px;
	float: left;
}

	#teaserImage {
		width: 617px;
		height: 342px;
		padding: 10px 11px;
		background-image: url(../images/bilderHalterBG.png);
		background-repeat: no-repeat;
	}
	
	#start2Boxes {
		margin-top: 25px;
		width: 637px;
		height: 236px;
	}
	
		.start2Box {
			width: 276px;
			height: 198px;
			padding: 10px 10px;
			background-image: url(../images/start2textBG.png);
			background-repeat: no-repeat;
		}
		
		.start2Box h2 {
			padding-bottom: 3px;
			border-bottom: 1px solid #DADBDE;
		}
		
		.start2Box h3 {
			color: #555;
			font-size: 15px;
		}
		
		#start2BoxRight {
			margin-left: 341px;
		}


#rightCol {
	text-align:left;
	width: 281px;
	margin-left: 668px;
}

	#rightColTop {
		width: 281px;
		height: 14px;
		background-image: url(../images/rightColTopBG.png);
		background-repeat: no-repeat;
	}
	
	#rightColBody {
		width: 261px;
		padding: 0 10px;
		background-image: url(../images/rightColBodyBG.png);
		background-repeat: repeat-y;
	}
	
	#rightColBody h2 {
		margin-bottom: 0;
	}
	
	#rightColBottom {
		width: 281px;
		height: 8px;
		background-image: url(../images/rightColBottomBG.png);
		background-repeat: no-repeat;
		margin-top: -10px;
	}
	
	#rightCol hr {
		color: #ccc;
		background-color: #DADBDE;
	}
			
			#supportText h3 {
				margin-top: 5px;
				margin-bottom: 0 !important;
			}
			
			#supportText p {
				margin-top: 2px;
				margin-bottom: 5px;
				padding-left: 10px;
			}
			
#map {
	width: 630px;
	height: 400px;
}
			
/*
********* UNTERSEITE ************
*/

#subRightColMenu {margin: 0 0 20px 0;}
	
#thirdMenu {
	width: 950px;
	text-align: right;
	margin-bottom: 0.6em;
}
	
		#thirdMenu ul li {
			margin-left: 14px;
			display: inline;
		}
		
#sub4Boxes {
	text-align:left;
	width: 630px;
	padding: 0;
}
	div.sub4Box {
		width: 142px;
		margin: 25px 0;
		height: 100%;
		padding: 0 7px;
		overflow: hidden;
	}
	
	#sub4Boxes h3 {
		color: #555;
		font-size: 15px;
		line-height: 1.2;
		margin: 0 0 18px 0 !important;
		height: 45px;
		letter-spacing: -0.3px;
	}
	
	#sub4Box2,#sub4Box3,#sub4Box4 {
		border-left: 1px solid #dadbde;
	}

.siteTitleHeader {
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	width: 100%;
}

#breadcrumb li {display: block;float:left; margin-right: 7px;}
#breadcrumb li span {text-shadow:0 -1px 0 #888;}
#breadcrumb li a {
	display: block; 
	float:left; 
	color: #fff; 
	font-size: 14px;
	padding: 0 16px 0 0;
	background-image: url(../images/breadcrumbBG.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	text-shadow:0 -1px 0 #888;
}

.sub2Boxes {
	width: 630px;
	overflow: hidden;
}

.sub2Box {
	width: 276px;
	height: 198px;
	padding: 10px 10px;
	background-image: url(../images/start2textBG.png);
	background-repeat: no-repeat;
}
		
	.sub2BoxRight {margin: 0 0 0 334px}

	
/*Verschiedene Rahmen*/
.rightColBox {
	background-image:url(../images/rightColBox.png) ;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	min-height: 116px;
	padding: 10px;
	width: 230px;
}

.growingBoxTop {
	background-image: url(../images/growingBox.png) ;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 630px;
	height: 20px;
}

.growingBoxBody {
	background-image: url(../images/growingBoxBody.png) ;
	background-repeat: repeat-y;
	width: 610px;
	margin: -10px 0;
	padding: 0 10px;
}
	.growingBoxBody .csc-textpic-intext-right-nowrap {margin: 0;}
	#unterseite #content .growingBoxBody h3 {margin: 0px 0px 5px 0px}

.growingBoxBottom {
	background-image: url(../images/growingBox.png) ;
	background-repeat: no-repeat;
	background-position: 0 -21px;
	background-color: transparent;
	width: 630px;
	height: 14px;
	margin: 0 0 20px 0;
}

/*
********* 50-50 Boxen ************
*/

.sub2Boxes5050 {
	clear: both;
	overflow: hidden;
}

.sub2Boxes5050Left {
	float: left;
	width: 46%;
	padding: 10px;
}

.sub2Boxes5050Right {
	float: right;
	width: 46%;
	padding: 10px;
}


/*
***************  Maus-Slider fuer Referenzlogos
*/

#unterseite #content div.sc_menu {
	border:1px solid #E0E0E0;
	position: relative;
	height: 150px;
	width: 628px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

#unterseite #content   ul.sliderMenu {
	display: block;
	height: 150px;
	width: 2300px;
	padding: 15px 0 0 15px;
	/*background-color: #abcdef;*/
}

	 #unterseite #content ul.sliderMenu li {
	 	background:none;
		margin:0;
		display: block;
		float: left;
		padding: 0 20px;
	}
	
		#unterseite #content  ul.sliderMenu li a {
			display: block;
			height: auto;
			width: auto;
			text-decoration:none;
			color: #555;
		}
		#unterseite #content  ul.sliderMenu li a:hover {
			cursor: default;
		}
		
		#unterseite #content ul.sliderMenu li a span {
			margin: 3px 0 0 0;
			text-align: center;
			font-size: 16px;
			color: #555;
			font-weight:bold;
			letter-spacing:1px;
			display: block;
		}

/***
********** s3Slider Styles
***/

#slider {
   width: 615px; /* important to be same as image width */
   height: 342px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
	background-color: #000;
}

#sliderContent {
   width: 615px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
	margin: 0 !important;
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
	list-style-type: none;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 20px/28px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 615px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

/*
**	FLASH VIDEOS
*/

.flash-video {
	margin-top: 10px;
	margin-bottom: 15px;
}


/*
*	FANCYBOX
*/

.csc-textpic-imagerow {
	clear: left;
}

.csc-textpic-imagerow div{
	float: left;
	margin: 3px 7px 3px 0;;
}


/*
*	SIMPLEBOX - Rahmenelement
*/


.simplebox {
	border: 1px solid #c4c4c4;
	background-color: rgb(247,247,247);
	background-image: -webkit-gradient(
												linear,
												left bottom,
												left top,
												color-stop(0.04, rgb(235,235,235)),
												color-stop(0.52, rgb(247,247,247))
										);
	background-image: -moz-linear-gradient(
											center bottom,
											rgb(235,235,235) 4%,
											rgb(247,247,247) 52%
										);
	padding: 10px 10px 0px 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.simplebox + .simplebox  {
	margin-top: 20px;
}

/*
*	ACCORDION Lösungsseite
*/

.accordion {
	margin-top: 20px;
}

.accordion .accordionHeader {
	clear: both;
	cursor: pointer;
	background-image: url(../images/accHeadBG.png); 
	background-repeat:repeat-x;
	background-position:center center;
	padding: 5px 0 5px 15px;
	margin-top: 1px !important;
	position:relative;
	border: 1px solid #c4c4c4;
	color: #444;
	text-shadow: 0px 1px 0 #fff;
}

.accordion .accordionContent {
		border: 1px #c4c4c4;
		border-style:none solid solid solid;
		padding: 10px;
		top:-1px;
		overflow: hidden;
		position: relative;
		background-color:#fff;
}
