﻿/* CSS Document */
/**************************************************************************************/
/* Layout Data for the homepage Centron */
/**************************************************************************************/
/* author: 			Bernhard Lehner */
/* organization:	maglist ONLINEMANAGEMENT */

/**************************************************************************************/
/* description:		Styles, Classes and IDs for the main apperance of the page */
/**************************************************************************************/

body {
	position:relative;
	width:100%;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../IMG/pageBG.gif) repeat-x #f1f1f1;
}
#page{
	position:absolute;
	display:block;
	width:990px;
	min-height:400px;
	margin:0px 0px 0px -495px;
	padding:0px 0px 0px 0px;
	left:50%;
}
	/***********************************************************************************/
	/* Left Column */
	/* Data: Sub Navigation, Search, Live Person */
	/***********************************************************************************/
	#leftColumn {
		position:absolute;
		left:0px;
		width:141px;
		margin-top:115px;
		
		z-index:200;
	}
		/*******************************************************************************/
		/* Sub Navigation */
		/*******************************************************************************/
		#subNavi {
			position:relative;
			top:0px;
			left:1px;
			width:140px;
			
			background:url(../IMG/submenuBG.gif) repeat-y;
		}
			#subNavi h1 {
				position:relative;
				display:block;
				
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font:Verdana;
				font-size:14px;
				font-weight:bold;
				font-variant:small-caps;
				color:#c3c3c3;
				
				width:140px;
				height:28px;
				margin:0px 0px 0px 0px;
				padding:12px 0px 0px 22px;
				
				top:0px;
				z-index:210;
			}
			#subNavi ul {
				position:relative;
				display:block;
				list-style:none;
				margin:0px 0px 0px 1px;
				padding:0px 0px 4px 0px;
				background:url(../IMG/subMenuBottom.gif) bottom no-repeat;
				width:139px;
				z-index:220;
			}
			#subNavi ul li {
				position:relative;
				display:block;
				height:24px;
				background:url(../IMG/subMenuSpacer.gif) top no-repeat;
				padding:1px 0px 0px 0px;
				margin:0px 0px 0px 0px;
			}
			*html #subNavi ul li {
				float:left;
			}
			#subNavi ul a, #subNavi ul a:visited {
				position:relative;
				display:block;
				height:18px;
				
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font:Verdana;
				font-size:11px;
				font-weight:bold;
				text-decoration:none;
				text-align:right;
				color:#c3c3c3;
				
				margin:0px 0px 0px 0px;
				padding:6px 10px 0px 0px;
			}
			#subNavi ul a:hover, #subNavi ul a.aktiv, #subNavi ul a.aktiv:visited, #subNavi ul li.aktiv, #subNavi ul li.aktiv:visited {
				background:url(../IMG/subMenuAnkerHover.gif) right repeat-y;
				color:#ffffff;
			}
			*html #subNavi ul a, *html #subNavi ul a:visited {
				margin:0px 0px 0px 0px;
				padding:6px 10px 1px 0px;
			}
			#subMenuTopBG {
				position:absolute;
				display:block;
				top:0px;
				left:0px;
				width:140px;
				height:109px;
				background:url(../IMG/subMenuTop.gif) no-repeat;
			}
		/******************************************************************************/
		/* Quick Search Box */
		/******************************************************************************/
		#quickSearchBox {
			position:relative;
			display:block;
			width:140px;
			height:51px;
			left:2px;
			top:12px;
			background:url(../IMG/searchBoxBG.gif) no-repeat;
		}
			#quickSearchBox h1 {
				position:relative;
				display:block;
				
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font:Verdana;
				font-size:13px;
				font-weight:bold;
				text-align:right;
				color:#dff5ff;
				
				padding:5px 10px 0px 0px;
				margin:0px 0px 0px 0px;
			}
			#quickSearchBox input#quickSearch, #quickSearchBox .suchfeld {
				position:absolute;
				display:block;
				width:80px;
				height:12px;
				top:28px;
				left:32px;
				background:#85cced;
				border:none;
				
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font:Verdana;
				font-size:10px;
				color:#ffffff;
			}
			#quickSearchBox a.quickSearch_go, #quickSearchBox .suchbutton {
				position:absolute;
				display:block;
				width:17px;
				height:14px;
				top:28px;
				left:105px;
				text-decoration:none;
			}
			#quickSearchBox .suchbutton {
				background: none;
				border:0;
				width: 30px;
				height: 14px;
			}
		/***************************************************************************/
		/* Kontakt - Left Column */
		/***************************************************************************/
		#kontakt {
			position:relative;
			display:block;
			width:140px;
			height:82px;
			left:2px;
			top:24px;
			
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font:Verdana;
			font-size:9px;
			color:#4d4d4d;
			
			margin:0px 0px 12px 0px;
			padding:0px 0px 0px 0px;
			
			background:url(../IMG/kontakt.gif) left top no-repeat;
		}
			#kontakt h1 {
				position:relative;
				display:block;
				width:130px;
				top:8px;
				
				font-size:11px;
				font-weight:bold;
				text-align:right;
				color:#4d4d4d;
				
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				z-index:200;
			}
			#kontakt p {
				position:relative;
				display:block;
				width:130px;
				font-size:9px;
				letter-spacing:-0.5px;
				font-weight:normal;
				text-align:right;
				line-height:11px;
				margin:10px 0px 6px 0px;
				padding:0px 0px 0px 0px;
				z-index:200;
			}

			#kontakt a.bannerGoBTN, #kontakt a.bannerGoBTN:visited, #kontakt a.bannerGoBTN:hover {
				position:absolute;
				display:block;
				left:118px;
				top:55px;
				width:11px;
				height:11px;
				background:url(../IMG/goBTN.gif) no-repeat;
				margin:6px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				z-index:200;
			}
				
			#kontakt a, #kontakt a:visited, #kontakt a:hover {
				position:absolute;
				display:block;
				top:0px;
				width:140px;
				height:82px;
			}
			
			#kontakt .labelBTN {
				display:none;
			}
		/******************************************************************************/
		/* Quick Domaincheck Box */
		/******************************************************************************/
		
		#quickdomaincheck {
			witdh: 140px;
			height: 92px;
			background: url(../IMG/quickdomaincheck_bg.gif) no-repeat; 
			position:relative;
			display:block;
			left:2px;
			top:24px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font:Verdana;
			z-index: 200;
		}
			#quickdomaincheck h1{
				margin:0;
				padding:0;
				color: #4d4d4d;
				font-size: 11px;
				font-weight: bold;
				position: absolute;
				top: 8px;
				right: 10px;
			}
			#quickdomaincheck label {
				position:absolute;
				font-size:9px;
				letter-spacing:-0.5px;
				font-weight:normal;
				line-height:11px;
				margin: 0;
				padding: 0;
				top: 27px;
				left: 12px;
				color: white;

			}
			#quickdomaincheck input.wunschdomain {
				line-height: 11px;
				width: 111px;
				position: absolute;
				left: 12px;
				top: 41px;
				margin:0;
				padding:2px;
				font-size: 9px;
				color:#4d4d4d;
				
			}
			#quickdomaincheck select.endung {
				position: absolute;
				left: 12px;
				top: 68px;
				width: 55px;
				margin:0;
				
				padding:0;
				line-height: 9px;
				font-size: 9px;
				color:#4d4d4d;
				
			}
			#quickdomaincheck a.checken {
				display: block;
				width: 57px;
				height: 15px;
				position: absolute;
				top: 72px;
				right: 10px;
				font-size: 9px;
				font-weight: bold;
				line-height: 11px;
				color: white;
				text-decoration: none;
				
				background:url(../IMG/goBTN.gif) no-repeat right 1px;
			}
		/***************************************************************************/
		/* Banner - Left Column */
		/***************************************************************************/
		#bannerLeft {
			position:relative;
			display:block;
			width:140px;
			left:2px;
			top:24px;
			
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font:Verdana;
			font-size:9px;
			color:#4d4d4d;
			
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
			#bannerLeft h1 {
				position:relative;
				display:block;
				width:130px;
				top:8px;
				
				font-size:11px;
				font-weight:bold;
				text-align:right;
				color:#4d4d4d;
				
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				z-index:200;
			}
			#bannerLeft p {
				position:relative;
				display:block;
				width:130px;
				font-size:9px;
				letter-spacing:-0.5px;
				font-weight:normal;
				text-align:right;
				line-height:11px;
				margin:10px 0px 6px 0px;
				padding:0px 0px 0px 0px;
				z-index:200;
			}
			#bannerLeft a, #bannerLeft a:visited, #bannerLeft a:hover,
			#bannerLeft a.bannerGoBTN, #bannerLeft a.bannerGoBTN:visited, #bannerLeft a.bannerGoBTN:hover {
				position:relative;
				display:block;
				left:118px;
				width:11px;
				height:11px;
				background:url(../IMG/goBTN.gif) no-repeat;
				margin:6px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				z-index:200;
			}
			#bannerLeft .labelBTN {
				display:none;
			}
			#bannerLeft .bannerIMG {
				position:absolute;
				display:block;
				z-index:190;
			}
	/***********************************************************************************/
	/* Right Column */
	/* Data: Merkztellel, Microsoft Gold Teaser, Technik Teaser, ISO Teaser */
	/***********************************************************************************/
	#rightColumn {
		position:absolute;
		right:0px;
		width:148px;
		margin-top:115px;
		
		z-index:100;
	}
		/******************************************************************************/
		/* Mein Merkzettel */
		/******************************************************************************/
		#merkzettel {
			position:relative;
			display:block;
			width:147px;
			min-height:100px;
			left:0px;
			background:url(../IMG/merkzettelBG.gif) repeat-y;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font:Verdana;
			font-size:9px;
			letter-spacing:-0.4px;
			color:#ffffff;
		}
			#merkzettel h1 {
				position:relative;
				display:block;
				width:103px;
				height:45px;
				
				font-size:11px;
				font-weight:bold;
				font-variant:small-caps;
				letter-spacing:0px;
				line-height:12px;
				
				background:url(../IMG/merkzettelHeader.gif) no-repeat;
				
				margin:0px 0px 0px 0px;
				padding:8px 0px 0px 44px;
			}
			#merkzettel p {
				position:relative;
				left:12px;
				width:120px;
				margin:0px 0px 0px 0px;
				padding:0px 0px 10px 0px;
			}
			#merkzettel .price {
				color:#000000;
			}
			#merkzettel a.meinMerkzettelBTN, #merkzettel a.meinMerkzettelBTN:visited, #merkzettel a.meinMerkzettelBTN:hover {
				position:relative;
				display:block;
				width:147px;
				height:22px;
				background:url(../IMG/merkzettelBTN.gif) no-repeat;
			}
			#merkzettel .labelBTN {
				display:none;
			}
			#merkzettelBottom {
				position:relative;
				display:block;
				width:147px;
				height:9px;
				background:url(../IMG/merkzettelBottom.gif) no-repeat;
			}
		
		/******************************************************************************/
		/* Mein Konto */
		/******************************************************************************/
		#konto {
			position:relative;
			display:block;
			width:147px;
			min-height:100px;
			left:0px;
			background:url(../IMG/KontoBG.gif) repeat-y;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font:Verdana;
			font-size:9px;
			letter-spacing:-0.4px;
			color:#000;
			margin-top: 12px;
		}
			#konto h1 {
				position:relative;
				display:block;
				width:103px;
				height:45px;
				
				font-size:11px;
				font-weight:bold;
				font-variant:small-caps;
				letter-spacing:0px;
				line-height:12px;
				
				background:url(../IMG/KontoHeader.gif) no-repeat;
				
				margin:0px 0px 0px 0px;
				padding:8px 0px 0px 44px;
				color: black;
			}
			#konto p {
				position:relative;
				left:12px;
				width:120px;
				margin:0px 0px 0px 0px;
				padding:0px 0px 10px 0px;
			}
			#konto .number {
				color:#fff;
			}
			#konto a.kontoBTN, #konto a.kontoBTN:visited, #konto a.kontoBTN:hover {
				position:relative;
				display:block;
				width:147px;
				height:22px;
				background:url(../IMG/KontoLogoutBTN.gif) no-repeat;
			}
			#konto .labelBTN {
				display:none;
			}
			#kontoBottom {
				position:relative;
				display:block;
				width:147px;
				height:9px;
				background:url(../IMG/KontoBottom.gif) no-repeat;
			}
		/******************************************************************************/
		/* Microsoft Gold Certified Partner */
		/******************************************************************************/
		#microsoftGCP {
			position:relative;
			display:block;
			width:147px;
			height:65px;
			left:0px;
			top:50px;
			background:url(../IMG/microsoftGoldCertifiedPartn.gif) no-repeat;
		}
			
		#microsoftGCP a {
		        display:block;
		        width:147px;
			height:65px;
		}
		
		#bannerLabel {
			display:none;
		}



		/***************************************************************************/
		/* ISO Zertifizierung */
		/***************************************************************************/

                #siegel {
			position:relative;
			display:block;
			width:147px;
			height:257px;
			left:0px;
			top:20px;
			background:url(../IMG/siegel-cert.gif) no-repeat;
		}

                #banner2 {
                        display: none;
                }


		/***************************************************************************/
		/* Banner - Right Column */
		/***************************************************************************/
		#bannerRight {
			position:relative;
			display:block;
			width:147px;
			height:140px;
			left:0px;
			top:12px;
			
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font:Verdana;
			font-size:9px;
			color:#ffffff;
			
			margin:0px 0px 28px 0px;
			padding:0px 0px 0px 0px;
			
			background:url(../IMG/aspnet40.gif) left top no-repeat;
		}
			#bannerRight h1 {
				position:relative;
				display:block;
				width:136px;
				top:8px;
				
				font-size:11px;
				font-weight:bold;
				letter-spacing:-0.4px;
				text-align:left;
				color:#ffffff;
				
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 12px;
				z-index:200;
			}
			#bannerRight p {
				position:relative;
				display:block;
				width:120px;
				font-size:9px;
				letter-spacing:-0.2px;
				font-weight:normal;
				text-align:left;
				line-height:11px;
				margin:14px 0px 0px 0px;
				padding:0px 0px 0px 12px;
				z-index:200;
			}
			#bannerRight a, #bannerRight a:visited, #bannerRight a:hover {
				position:absolute;
				display:block;
				top:0px;
				width:147px;
				height:140px;
			}
			
			#bannerRight a.bannerGoBTN, #bannerRight a.bannerGoBTN:visited, #bannerRight a.bannerGoBTN:hover {
				position:relative;
				display:block;
				left:12px;
				width:11px;
				height:11px;
				background:url(../IMG/goBTN.gif) no-repeat;
				z-index:200;
				margin:8px 0px 0px 0px;
				padding:0px 0px 0px 0px;
			}
			#bannerRight .labelBTN {
				display:none;
			}
			#bannerRight .bannerIMG {
				position:absolute;
				display:block;
				z-index:190;
			}

	/***********************************************************************************/
	/* Center Column is similar to the Main Page */
	/***********************************************************************************/
	#centerColumn {
		position:absolute;
		width:714px;
		left:135px;
		z-index:0;
	}
		/*******************************************************************************/
		/* Page Container */
		/* Data: Header, Main Navigation, Content, Footer */
		/*******************************************************************************/
		#pageContainer {
			position:relative;
			width:714px;
			padding-left:7px;
			/*min-height:500px;*/
			background:url(../IMG/pageShadow.png) repeat-y;
		}
		* html #pageContainer {
			background:url(../IMG/pageShadow.gif) repeat-y;
		}
		#pageTop {
			position:absolute;
			top:0px;
			left:0px;
			width:714px;
			height:115px;
			background:url(../IMG/pageTop.gif) no-repeat;
			z-index:0;
		}
		#pageBottom {
			position:relative;
			top:0px;
			bottom:0px;
			width:714px;
			height:39px;
			background:url(../IMG/pageBottom.png) no-repeat;
			z-index:0;
		}
		* html #pageBottom {
			background:url(../IMG/pageBottom.gif) no-repeat;
		}
			/***************************************************************************/
			/*	Header */
			/***************************************************************************/
			#header{
				position:relative;
				width:678px;
				height:94px;
				top:10px;
				left:11px;
				z-index:10;
			}
				#logo {
					position:relative;
					display:block;
					width:196px;
					height:94px;
					left:0px;
					background:url(../IMG/logo.gif) no-repeat;
				}
                                #logo img {
                                border:0;
                                }

				/***********************************************************************/
				/* Header Menu */
				/***********************************************************************/
				#headerMenu {
					position:absolute;
					top:0px;
					right:0px;
				}
				#headerMenu ul {
					list-style:none;
					margin:17px 178px 0px 0px;
					padding:0px 0px 0px 0px;
					height:10px;
				}
				*html #headerMenu ul {
					margin:17px 0px 0px 213px;
				}
				#headerMenu ul li {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Verdana;
					font-size:9px;
					color:#c2c2c2;
					float:left;
					height:10px;
					border-right:1px solid #c2c2c2;
					margin:0px 0px 0px 0px;
					padding:0px 0px 0px 0px;
				}
				#headerMenu ul li a, #headerMenu ul li a:visited {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Verdana;
					font-size:9px;
					color:#c2c2c2;
					text-decoration:none;
					
					display:block;
					height:10px;
					
					margin:-2px 8px 0px 8px;
					padding:0px 0px 0px 0px;
				}
				#headerMenu ul li a:hover, #headerMenu ul li a.aktiv, #headerMenu ul li a.aktiv:visited, #headerMenu ul li.aktiv, #headerMenu ul li.aktiv:visited {
					color:#10a4e2;
				}
				*html #headerMenu ul li a,
				*html #headerMenu ul li a:visited,
				*html #headerMenu ul li a:hover{
					float:left;
					margin:-2px 4px 0px 4px;
				}
				#headerMenu .headerMenuHighlight {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Arial;
					font-size:13px;
					font-weight:bolder;
					color:#10a4e2;
					
					display:block;
					width:120px;
					top:12.4px;
					right:0px;
					background-color:#ffffff;


					position:absolute;
					text-decoration:none;
				}
				/***********************************************************************/
				/* FREECALL */
				/***********************************************************************/
				p.freecall {
					position: absolute;
					top: 15px;
					right: 0px;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Verdana;
					font-size:9px;
					color:#c2c2c2;
					height:10px;
					margin:0px 0px 0px 0px;
					padding:0px 0px 0px 0px;
					width: 168px;
				}
				p.freecall .number{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Arial;
					font-size:13px;
					font-weight:bolder;
					color:#10a4e2;
					

					width:120px;
					top:-3px;
					right:0px;
					background-color:#ffffff;
					display:block;
					position: absolute;
					text-decoration:none;
				}
				/***********************************************************************/
				/* Lang Switch Navigation */
				/***********************************************************************/
				#langSwitch {
					position:absolute;
					display:block;
					width:186px;
					height:38px;
					bottom:0px;
					right:0px;
					background:url(../IMG/langSwitch_iconBG.gif) left no-repeat;
					margin:0px 0px 0px 0px;
					padding:0px 0px 0px 61px;
				}
				* html #langSwitch {
					bottom:-4px;
				}
				#langSwitch a.deutsch, #langSwicht a.deutsch:visited,
				#langSwitch a.deutschAktiv:hover {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Arial;
					font-size:13px;
					font-weight:bolder;
					font-variant:small-caps;
					color:#b0b0b0;
					text-decoration:none;
					text-align:center;
					
					position:relative;
					display:block;
					float:left;
					width:92px;
					height:38px;
					
					padding:6px 0px 0px 0px;
				}
				#langSwitch a.deutsch:hover, 
				#langSwitch a.deutschAktiv, #langSwicht a.deutschAktiv:visited {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Arial;
					font-size:13px;
					font-weight:bolder;
					font-variant:small-caps;
					color:#00649c;
					text-decoration:none;
					text-align:center;
					
					position:relative;
					display:block;
					float:left;
					width:92px;
					height:38px;
					
					padding:6px 0px 0px 0px;
					background:url(../IMG/langSwitchHover.gif) no-repeat;
				}
				#langSwitch a.english, #langSwicht a.english:visited,
				#langSwitch a.englishAktiv:hover {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Arial;
					font-size:13px;
					font-weight:bolder;
					font-variant:small-caps;
					color:#b0b0b0;
					text-decoration:none;
					text-align:center;
					
					position:relative;
					display:block;
					float:left;
					width:92px;
					height:38px;
					
					padding:6px 0px 0px 0px;
				}
				#langSwitch a.english:hover, 
				#langSwitch a.englishAktiv, #langSwitch a.englishAktiv:visited {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Arial;
					font-size:13px;
					font-weight:bolder;
					font-variant:small-caps;
					color:#00649c;
					text-decoration:none;
					text-align:center;
					
					position:relative;
					display:block;
					float:left;
					width:92px;
					height:38px;
					
					padding:6px 0px 0px 0px;
					
					background:url(../IMG/langSwitchHover.gif) no-repeat;
				}
				#langSwitchSpacer {
					position:relative;
					display:block;
					float:left;
					width:1px;
					height:38px;
					background:url(../IMG/langSwitch_spacer.gif) no-repeat;
				}
				#langSwitch a.lang, #langSwicht a.lang:visited,
				#langSwitch a.lang:hover {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Arial;
					font-size:13px;
					font-weight:bolder;
					font-variant:small-caps;
					color:#b0b0b0;
					text-decoration:none;
					text-align:center;
					
					position:relative;
					display:block;
					float:left;
					width:92px;
					height:38px;
					
					padding:6px 0px 0px 0px;
				}
				#langSwitch a.lang:hover, 
				#langSwitch a.langAktiv, #langSwicht a.langAktiv:visited {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Arial;
					font-size:13px;
					font-weight:bolder;
					font-variant:small-caps;
					color:#00649c;
					text-decoration:none;
					text-align:center;
					
					position:relative;
					display:block;
					float:left;
					width:92px;
					height:38px;
					
					padding:6px 0px 0px 0px;
					background:url(../IMG/langSwitchHover.gif) no-repeat;
				}
			/***************************************************************************/
			/*	Main Navigation */
			/***************************************************************************/	
			#menu {
				position:relative;
				width:678px;
				height:29px;
				left:11px;
				top:8px;
				background:url(../IMG/menuBG.gif) repeat-x;
				z-index:10;
			}
				#menu ul {
					position:absolute;
					list-style:none;
					width:100%;





					margin:0px 0px 0px 8px;
					padding:0px 0px 0px 0px;
					z-index:30;
				}
				#menu ul li {
					position:relative;
					display:block;
					float:left;
					height:29px;
					margin:0px 0px 0px 0px;
					padding:0px 1px 0px 0px;
					background:url(../IMG/menuBG_ts.gif) right no-repeat;
				}
				#menu ul li.lastElement {
					position:relative;
					display:block;
					float:left;
					height:29px;
					margin:0px 0px 0px 0px;
					padding:0px 0px 0px 0px;
					background:none;
					border:none;
				}
				#menu ul a, #menu ul a:visited {
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Verdana;
					font-size:13px;
					font-weight:bold;
					text-decoration:none;
					
					color:#c4c4c4;
					
					position:relative;
					display:block;
					
					height:29px;
					padding:5px 23px 0px 22px;
					margin:0px 0px 0px 0px;
				}
				#menu ul a:hover, #menu ul a.aktiv, #menu ul a.aktiv:visited, #menu ul li.aktiv, #menu ul li.aktiv:visited {
					color:#e4e4e4;
					background:url(../IMG/menuBG_hover.gif) repeat-x;
				}
				*html #menu ul a,
				*html #menu ul a:visited, 
				*html #menu ul a:hover {
					float:left;
					padding:5px 22px 0px 22px;
				}
				#Check-In {
					position:relative;
					display:block;

					left:-4px;
					width:18px;
					height:24px;
					float:left;
					background:url(../IMG/checkIn_icon.png) left no-repeat;
				}
				* html #Check-In {
					background:url(../IMG/checkIn_icon.gif) left no-repeat;
				}
				/***********************************************************************/
				/* Main Navigation background with rounded corners */
				/***********************************************************************/
				/* CAUTION: whole picture because of gradient */
				/***********************************************************************/
				#menuBG {
					position:absolute;
					left:-4px;
					top:0px;
					width:685px;
					height:29px;
					background:url(../IMG/mainMenuBG.gif) no-repeat;
					z-index:20;
				}
				
			/***************************************************************************/
			/* Main Content Area */
			/************************************************************/
			#contentContainer {
				position:relative;
				width:677px;
				min-height:800px;
				/*height:800px;*/
				left:11px;
				margin:8px 0px 0px 0px;
				padding:0px 0px 20px 0px;
				background:url(../IMG/contentTopBG.gif) top left repeat-x;
				z-index:10;
				
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font:Verdana;
				font-size:9px;
				color:#959595;
			}
			*html #contentContainer {
				height:800px;
			}
				/***********************************************************************/
				/* Breadcrumb Navigation */
				/***********************************************************************/
				#breadcrumbNavi {
					position:absolute;
					display:block;
					top:30px;
					left:38px;
					z-index:700;
				}
					#breadcrumbNavi ul {
						font-family:Verdana, Arial, Helvetica, sans-serif;
						font:Verdana;
						font-size:9px;
						color:#003b5c;
						
						list-style:none;
						margin:0px 0px 0px 0px;
						padding:0px 0px 0px 0px;
					}
					#breadcrumbNavi ul li {
						display:block;
						float:left;
					}
					#breadcrumbNavi a, #breadcrumbNavi a:visited {
						color:#003b5c;
						text-decoration:none;
					}
					#breadcrumbNavi a:hover {
						color:#ffffff;
					}
				/***********************************************************************/
				/* Teaser Container */
				/***********************************************************************/
				/* Begin of the Teaser Area which can be edited in the CMS */
				/* Area Typo3: rand column */
				/***********************************************************************/
				#teaserContainer {
					position:relative;
					display:block;
					width:678px;
					min-height:276px;
					background:url(../IMG/teaser_IMG/teaserBG_IMG_default.jpg) top no-repeat;
					margin:0px 0px 0px 0px;
					/*padding:45px 8px 0px 38px;*/
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Verdana;
					font-size:9px;
					color:#ffffff;
					left:0px;
					top:0px;
				}
					/*******************************************************************/
					/* ATTENTION: 	for more styles in the teaser please take a lock at*/
					/*				the CSS document: teaser.css */
					/*******************************************************************/
				/***********************************************************************/


				/* Content Subnavigation */
				/***********************************************************************/
				#contentSubnavi {
					position:relative;
					display:block;
					width:678px;
					height:33px;
					left:0px;
					top:0px;
				}
					#contentSubnavi ul {
						position:relative;
						font-family:Verdana, Arial, Helvetica, sans-serif;
						font:Verdana;
						font-size:9px;
						color:#003b5c;
						
						list-style:none;
						margin:0px 0px 0px 0px;
						padding:0px 0px 0px 20px;
						
						display:block;
						height:33px;
						background:url(../IMG/contentSubnavi_BG.gif) left repeat-x;
					}
					#contentSubnavi ul li {
						display:block;
						float:left;
					}
					#contentSubnavi ul a, #contentSubnavi ul a:visited {
						position:relative;
						font-family:Verdana, Arial, Helvetica, sans-serif;
						font:Verdana;
						font-size:10px;
						font-weight:bold;
						text-transform:uppercase;
						text-decoration:none;
						letter-spacing:-0.2px;
						color:#b0b0b0;
						
						padding:9px 14px 0px 14px;
						margin:0px 4px 0px 4px;
						
						display:block;
						height:24px;
					}
					*html #contentSubnavi ul a, *html #contentSubnavi ul a:visited {
						float:left;
						padding:9px 18px 0px 18px;
						margin:0px 0px 0px 0px;
					}
					#contentSubnavi ul a:hover {
						color:#00639c;
					}
					#contentSubnavi ul a.aktiv, #contentSubnavi ul a.aktiv:visited, #contentSubnavi ul li.aktiv, #contentSubnavi ul li.aktiv:visited {
						color:#00639c;
						background:url(../IMG/contentSubnavi_BG_aktiv.gif) left repeat-x;
					}
						/***************************************************************/
						/* Corner and dekor elements for the aktiv Navi Element */
						/***************************************************************/
						#lc_csn {
							position:absolute;
							display:block;
							width:10px;
							height:33px;
							left:0px;
							top:0px;
							background:url(../IMG/contentSubnavi_LC_aktiv.gif) no-repeat;
						}
						#arrow_csn {
							position:absolute;
							display:block;
							left:50%;
							top:25px;
							margin-left:-7px;
							width:13px;
							height:8px;
							background:url(../IMG/contentSubnavi_Arrow_aktiv.gif) no-repeat;
						}
						#rc_csn {
							position:absolute;
							display:block;
							width:10px;
							height:33px;
							right:0px;
							top:0px;
							background:url(../IMG/contentSubnavi_RC_aktiv.gif) no-repeat;
						}
				/***********************************************************************/
				/* Content */
				/***********************************************************************/
				/* Begin of the Teaser Area which can be edited in the CMS */
				/* Area Typo3: rand column */
				/***********************************************************************/
				#content {
					position:relative;
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font:Verdana;
					font-size:9px;
					font-weight:normal;
					color:#000000;
					
					width:730px;
					/*width:678px;*/
					position:relative;
					display:block;
					margin:0px 0px 0px 0px;
					padding:6px 10px 10px 10px;
				}
				
				#content .pressebox p {
                                        width: 452px;
                                }

                                .clearer {
                                        padding: 0;
                                        margin: 10px 75px 20px 0;
                                        border: 0;
                                        border-bottom: 1px solid #c2c2c2;
                                }

                                blockquote {
                                         position: relative;
                                         left: 300px;
                                         margin: 25px 75px 25px 10px;
                                         padding: 5px 10px 5px 10px;
                                         width: 325px;
                                         height: 30px;
                                         background: url(../IMG/hgr_blockquote.gif) top left repeat-x;
                                }


				
		/*******************************************************************************/
		/* Footer Area */
		/*******************************************************************************/
		#footer {
			position:relative;
			width:691px;
			top:-10px;
			left:11px;
		}
			/***************************************************************************/
			/*	Footer Navigation */
			/***************************************************************************/
			#footer ul {
				list-style:none;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
			}
			#footer ul li {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font:Verdana;
				font-size:9px;
				color:#959595;
				






				display:block;
				float:left;
				
				height:10px;
				border-left:1px solid #c2c2c2;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
			}
			#footer ul li.firstElement {
				border:none;
				display:block;
				height:10px;
				
				margin:-2px 8px 0px 8px;
				padding:0px 0px 0px 0px;
			}
			#footer ul li a, #footer ul li a:visited {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font:Verdana;
				font-size:9px;
				color:#959595;
				text-decoration:none;
				
				display:block;
				height:10px;
				
				margin:-2px 8px 0px 8px;
				padding:0px 0px 0px 0px;
			}
			#footer ul li a:hover, #footer ul li a.aktiv, #footer ul li a.aktiv:visited, #footer ul li.aktiv, #footer ul li.aktiv:visited {

				color:#10a4e2;
			}
			*html #footer ul li a,
			*html #footer ul li a:visited,
			*html #footer ul li a:hover {
				float:left;
				margin:-2px 4px 0px 4px;
			}
			/***************************************************************************/
			/*	Footer Lang Switch Navigation */
			/***************************************************************************/
			#footer #langSwitch {
				position:absolute;
				width:100px;
				height:10px;
				top:0px;
				right:0px;
				margin:0px 0px 0px 0px;
				padding:0px 0px 0px 0px;
				background:none;
			}
			#footer #langSwitch a, #footer #langSwitch a:visited {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font:Verdana;
				font-size:9px;
				color:#959595;
				text-decoration:none;
				text-align:right;
				
				display:block;
				height:10px;
				
				margin:-2px 8px 0px 8px;
				padding:0px 0px 0px 0px;
			}
			#footer #langSwitch a:hover {
				color:#10a4e2;
			}

#dhtmltooltip{
position: absolute;
width: 300px;
border: 0px solid black;
padding: 2px;

background-color: #3EA9DD;
visibility: hidden;
z-index: 100;

}
/***************************************************************************/
/*	CHECK IN */
/***************************************************************************/
.tx-felogin-pi1 fieldset{
  border: none;
}
.tx-felogin-pi1 legend {
  display: none;
}
/***************************************************************************/
/*	TABLE HOVER */
/***************************************************************************/
#webhosting table tr:hover td.gray,
#webhosting table tr:hover td.white,
#webhosting table tr:hover td.white arrow,
#webhosting table tr:hover td.white haeckchen,
#webhosting table tr:hover td.white infobutton {
	background-color:#ddf3ff;
}
/***************************************************************************/
/*	Cleaner */
/***************************************************************************/
.cleaner {
	clear:both;
	float:none;
}
/***************************************************************************/
/*	MANAGED SERVER */
/***************************************************************************/

.bereich_content_bottom {

}
.linkinteresse {
  background: #F7F7F7;
  width: 140px;
  padding: 5px;
  float: left;
  margin-right: 15px;
  margin-top: 10px;

}
.linkinteresse_left{
display:block;
  height:35px;
  width: 305px;
  padding: 5px;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  background:url(../IMG/2server.gif) no-repeat;
}

.linkinteresse_left a{
display:block;
text-decoration:none;
font-weight:bold;
padding-top:8px;
}



.linkinteresse_right{
display:block;
  height:65px;
  width: 305px;
  padding: 5px;
  float: left;
  margin-right: 15px;
  margin-top: -30px;
  background:url(../IMG/managed_cluster.gif) no-repeat;
}

.linkinteresse_right a{
display:block;
text-decoration:none;
font-weight:bold;
padding-top:43px;
}

.linkinteresse_heavyload{
display:block;
  height:50px;
  padding: 5px;
  float: left;
  margin-right: 15px;
  margin-top: -5px;
  background:url(../IMG/hp-heavyload.jpg) no-repeat;
}

.linkinteresse_heavyload a{
display:block;
text-decoration:none;
font-weight:bold;
font-size: 11px;
padding-top:16px;
padding-left:90px;
}

.bereich_content_bottom .linkinteresse a{
  font-size: 10px;
  color: #00639C;
  text-decoration: none;
}

/*
#domainsshowadditional{
display:block;
}

#empty_box{
display:block;

}*/

/********** Pressekontakt *****************/

.pressekontakt{
width: 360px;
height:70px;
background-color:#f5f5f5;
font-size:11px;
line-height: 12px;
margin-bottom:10px;
margin-top:3px;
}

#pressekontakt_left{
margin-top:8px;
float:left;
width:170px;
margin-left:5px;
text-align:left;
font-size:11px;
line-height: 12px;
}

#pressekontakt_right{
margin-top:22px;
float:left;
margin-left:5px;
width:170px;
text-align:left;
font-size:11px;
line-height: 12px;
}


#pressekontakt_clear{
clear:both;
}


.pressebox{
margin-top:5px;
width:650px;
}

.presse_row{
background-color:#f5f5f5;
width:650px;
border: 2px solid #f5f5f5;

}

#date_col{
width:168px;
vertical-align:top;
text-align:left;
padding: 6px;
border-bottom: 2px solid white;
}
#date_col .date{
color: #888;
}

#text_col{
background-color:white;
width:457px;
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
border-bottom: 2px solid #f5f5f5;
}

.link_row{
width:400px;
}
#presse_message{
width:400px;
}

#pressehead{

font-size: 11px;

font-weight: bold;

letter-spacing: -0.6px;

color: #0b6695;

margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

margin-left: 0px;

padding-top: 0px;

padding-right: 0px;

padding-bottom: 4px;

padding-left: 0px;
width:457px;
display:block;
}

#pressetext{
display:block;
color:#b0b0b0;
}

#imagecol{
width:25px;
}

/************Standards- Sicherheit***************/

#security_firstcol{
width:23px;
vertical-align:top;

}

#security_secondcol{
verical-align:top;
font-size:11px;
width:620px;
}

#conclution{
width:620px;
height:23px;
background-color:#f1f1f1; 
margin-top:10px;
padding-top:8px;
padding-left:5px;
}

#security_bold{
font-size:11px;
font-weight:bold;
color: #0b6695;
margin-left:3px;
}

.security_table{
width:650px;
margin-bottom:10px;
margin-top:10px;

}

#security_headline{
display:block;
font-size:11px;
font-weight:bold;
color: #0b6695;
padding-bottom:0;

}

#box_grey{
width:650px;
background-color:#f5f5f5;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
font-size:11px;
line-height:12px;
margin-top:10px;
}


/********** Knowledge Base ************/

#kb_table{
width:390px;
margin-top:5px;
background-color:#f1f1f1;
}


#kb_row{
background-color:#f1f1f1;
width:390px;

}

#kb_bezeichnung_col{
width:80px;
font-size:11px;
color:#9b9b9b;
height:23px;
text-align:center;

}

#kb_text_col{
width:310px;
background-color:white;
padding-left:5px;

}

#kb_headline{
display:block;
font-size:11px;
font-weight:bold;
color: #0b6695;
margin-top:15px;
margin-bottom:15px;
}


/********** Knowledge Base qm 24042009************/
#kb_table2{
width:490px;
margin-top:5px;
background-color:#f1f1f1;
}


#kb_row2{
background-color:#f1f1f1;
width:490px;

}

#kb_bezeichnung_col2{
width:140px;
font-size:11px;
color:#9b9b9b;
height:23px;
text-align:center;

}

#kb_text_col2{
width:350px;
background-color:white;
padding-left:5px;

}

#kb_headline2{
display:block;
font-size:11px;
font-weight:bold;
color: #0b6695;
margin-top:15px;
margin-bottom:15px;
}
/**DOWNLOAD BEREICH**/

.download_table{
width:621px;
background-color:#f1f1f1; 
margin-top:10px;

}



#download_firstrow{
width:621px;
height:250px;
text-align:center;
vertical-align:middle;
background-color:white;
}















#download_secondrow{
width:621px;
height:35px;
font-size:11px;

}


#download_firstrow td{
width:203px;
text-align:center;
vertical-align:middle;
}



#dl_size{
color:#a4a4a4;
text-align:left;
margin-left:3px;
}

#description_table{
width:203px;
}

#subtable_first{
width:23px;
}

#subtable_second{
text-align:left;
width:180px;
}


/**REFERENZ BEREICH**/

.referenz_table{
width:621px;
background-color:#f1f1f1; 
margin-top:10px;

}

#referenz_firstrow {
width:621px;
height:68px;
text-align:center;
vertical-align:middle;

}

#referenz_firstrow td {
width:120px;
height:68px;
text-align:center;
vertical-align:middle;

}


#referenz_secondrow {
width:621px;
height:68px;
text-align:center;
vertical-align:middle;
background-color:white;
}

#referenz_secondrow td{
width:120px;
height:60px;
text-align:center;
vertical-align:middle;
background-color:white;
}

#referenz_thirdrow {
width:621px;
height:68px;
text-align:center;
vertical-align:middle;
background-color:white;
}

#referenz_thirdrow td{
width:120px;
height:60px;
text-align:center;
vertical-align:middle;
background-color:white;
}


/** Partner **/
#partner_imagecol{
width:14px;
margin:0;
padding:0;
}

#partner_tabletext{
display:block;
color:#b0b0b0;
padding-left:3px;
font-size:11px;
}

#partnertext_col{
background-color:white;
width:457px;
height:58px;
padding-left:5px;
/*padding-top:30px;*/ padding-top:5px;
padding-bottom:5px;
border-bottom: 2px solid #f5f5f5;


}

*html #partnertext_col{
padding-top:5px;

}

#box_grey_storage ul{

margin:0;
padding:0;
padding-left:15px;

}


#box_grey_storage{
width:650px;
background-color:#f5f5f5;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
font-size:11px;
line-height:12px;
margin-top:5px;
}

*+html #box_grey_storage{
padding-top:0px;
padding-bottom:0px;
}

#box_grey_bu{
width:650px;
background-color:#f5f5f5;
padding-top:10px;
padding-bottom:5px;
padding-left:15px;
padding-right:5px;
font-size:11px;
line-height:12px;
margin-top:5px;
}

.submit_button{

 height: 39px;
        width:131px;
        font-family:Verdana,sans;
        font-size:12px;
       color: #00649c;
        font-weight:bold;
         background-color: #FFFFFF;
         border:0;
       padding-right:10px;
       padding-bottom: 3px;
        background:url(../IMG/centron_submit.jpg) no-repeat;
          background-position:0px 5px;
        cursor: pointer;
        float: right;


}

.domain_button{

 height: 12px;
        width:65px;
        font-family:Verdana,sans;
        font-size:9px;
       color: #FFFFFF;
        font-weight:bold;
background-color: #b4b4b4;
border:0;
       
background:url(../IMG/domaincheck.jpg) no-repeat;
background-position:7px 0px;
cursor: pointer;
float: right;           
display: block;
position: absolute;
top: 72px;
right: 10px;
margin-right:3px;

}

/**GLOSSAR ***/
.glossarbox{
margin-top:5px;
width:650px;
}

#glossarheadline{
font-size:11px;
color: #00649c;
font-weight:bold;
margin-bottom:3px;

}

#glossar_col{
background-color:#FFFFFF;
width:644px;
padding-top:3px;
padding-bottom:3px;
padding-left:3px;
padding-right:3px;
font-size:11px;
}

.glossartable{
width:650px;
background-color:#dff5ff;
}

#alphabet{
height:23px;
}

.alphabet_table{
width:650px;
border:0;

}

#letter_col{
width:25px;
text-align:left;
font-size:11px;
color:#b0b0b0;

}

#letter_col a{
font-size:11px;
color:#b0b0b0;
text-decoration:none;
font-weight:bold;

}

#letter_col_active{

width:25px;
text-align:left;
font-size:11px;
color: #0b6695;
font-weight: bold;


}

#bullet_list{
list-style-type:square;
color:#00649c;
font-size:11px;
margin-left:0px;
padding-left:15px;
}


#bullet_list li{
color:#00649c;
margin-left:0px;
}

#bullet_list li span{
color:black;
}



.csc-searchResultRange{
width:190px;
padding-left:10px;
height:30px;
text-align:left;
vertical-align:middle;
font-size:11px;
}


.csc-searchResultPrevNext{
width:320px;
margin:0;
height:30px;
font-size:11px;
text-align:left;
}
.csc-searchResultInfo{
width:659px;
text-align:left;
vertical-align:middle;
background-color:#efefef;
}

.csc-searchResultHeader{
padding-top:10px;
padding-left:5px;

padding-bottom:5px;
border-left: 2px solid #efefef;
border-right: 2px solid #efefef;
width:650px;
}

.csc-searchResultHeader a{
font-size:12px;
color:#00649c;
font-weight:bold;
text-decoration:none;

}
.csc-searchResult{
display:block;
padding-left:5px;
width:650px;
border-left: 2px solid #efefef;
border-right: 2px solid #efefef;
font-size:11px;

}

.komplette_seite{
width:650px;
padding-top:5px;
padding-left:5px;
padding-bottom:10px;
border-left: 2px solid #efefef;
border-right: 2px solid #efefef;
border-bottom: 2px solid #efefef;
}

.neueSuche{
width:300px;
text-align:right;
height:15px;
margin:0;
padding-left:0px;
vertical-align:middle;

}

*+html .neueSuche{
width:450px;
padding-left:40px;
text-align:left;

}

.neueSuche .suchbutton{
width:15px;
height:15px;
font-family:Verdana,sans;
font-size:9px;
color: #FFFFFF;
font-weight:bold;
border:0;
background:url(../IMG/blue_arrow_right.gif) no-repeat;
background-position:0px 0px;
cursor: pointer;
float: right;           
display: block;

margin-right:3px;

}

*+html #newsearch {
width:200px;

}

*+html #newsearch tr{
margin-top:15px;
height:15px;
width:350px;
padding:0;

}

*+html #newsearch tr td{
margin-top:15px;
height:15px;
padding:0;

}

#prev{ width:140px;}
#next{width:120px;}


/*F�R ENTWICKLER */

.fuer_entwickler{
width:650px;
}


.entwickler_leftcol{
margin:0;
padding:0;
float:left;
width:420px;
font-size:11px;
margin-right:20px;
line-height:14px;
}

.entwickler_rightcol{
margin:0;
padding:0;
float:left;
width:205px;

}

.entwickler_clearer{
clear:both;
}


.gray_bg{
font-size:11px;
margin-top:20px;
background-color:#f5f5f5;
padding-bottom:10px;
}




#first_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo1_grey.gif);
}


#first_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo1.gif);
}



#first_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo1_grey.gif);
}


#first_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo1.gif);
}



#second_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo2_grey.gif);
}


#second_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo2.gif);
}



#third_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo3_grey.gif);
}


#third_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo3.gif);
}



#fourth_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo4_grey.gif);
}


#fourth_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo4.gif);
}



#fifth_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo5_grey.gif);
}


#fifth_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo5.gif);
}

#sixth_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo6_grey.gif) no-repeat;

}


#sixth_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo6.gif) no-repeat;

}

#seventh_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo7_grey.gif);
}


#seventh_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo7.gif);
}

#eighth_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo8_grey.gif);
}


#eighth_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo8.gif);
}

#ninth_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo9_grey.gif);
}


#ninth_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo9.gif);
}

#tenth_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo10_grey.gif);
}


#tenth_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo10.gif);
}

#eleventh_ref a{
width:120px;
height:68px;
display:block;




background:url(../IMG/ref_logo11_grey.gif);
}


#eleventh_ref a:hover{
width:120px;
height:68px;
display:block;

background:url(../IMG/ref_logo11.gif);
}

#twelfth_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo12_grey.gif);
}


#twelfth_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo12.gif);
}

#thirteenth_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo13_grey.gif);
}


#thirteenth_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo13.gif);
}

#fourteenth_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo14_grey.gif);
}


#fourteenth_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo14.gif);
}

#fifteenth_ref a{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo15_grey.gif);
}


#fifteenth_ref a:hover{
width:120px;
height:68px;
display:block;
background:url(../IMG/ref_logo15.gif);
}



#next a{
margin:0;
padding-bottom:13px;
display:block;
width:70px;
background:url(../IMG/icon_arrowright_grey.gif) no-repeat;
background-position:50px 1px;


}

#prev a{
padding-left:18px;
margin:0;
padding-bottom:13px;
display:block;
width:60px;
background:url(../IMG/icon_arrowleft_grey.gif) no-repeat;
background-position:0px 1px;

}

#historie_table{
width:650px;
margin-top:5px;
background-color:#f1f1f1;
border: 2px solid #f1f1f1;
}

#historie_bezeichnung_col{
width:120px;
font-size:11px;
height:23px;
text-align:center;
color:#00649c;
font-weight: bold;
padding: 2px 0x;
border-bottom: 2px solid #fff;
}

#historie_text_col{
width:525px;
background-color:white;
padding-left:5px;
font-size:11px;
color:#9b9b9b;
line-height:18px;
border-bottom: 2px solid #f1f1f1;
}

#bluespan{
font-size:11px;
color:#00649c;
}

#imagecol_karriere{
width:15px;
vertical-align:middle;
}

#date_col_karriere{
color:#9b9b9b;
font-size:10px;
width:168px;
padding: 6px;
vertical-align:top;
text-align:left;
border-bottom: 2px solid white;
}

#text_col_karriere{
font-size:11px;
background-color:white;
width:457px;
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
border-bottom: 2px solid #f5f5f5;
}

#blackspan{
color:black;
}

#solid_devider{
height:2px;
width:650px;
display:block;
margin-top:10px;
margin-bottom:10px;
background-color:#f5f5f5;


}

.floatblock{
float:left;
width:160px;
}


#list_head{
font-size:11px;
color:#00649c;
font-weight:bold;
}

#bullet_lists{
margin-top:15px;
}

#linkinteresse_div{
margin-bottom:10px;
}

.abstandhalter{
margin-top:10px;
}

.impressum_box{
width:650px;
background-color:#f5f5f5;
}
.impressum_left{
float:left;
width:300px;
padding-left:10px;
}

.impressum_right{
float:left;
width:300px;
padding-left:10px;
}


#produktverwaltung-produktliste table tr:hover td.content,
#produktverwaltung-produktliste table tr:hover td.prices,
#produktverwaltung-produktliste table tr:hover td.white,
#produktverwaltung-produktliste table tr:hover td.white arrow,
#produktverwaltung-produktliste table tr:hover td.white haeckchen,
#produktverwaltung-produktliste table tr:hover td.white infobutton {
	background-color:#ddf3ff;
}
.codebox {
width: 82%;
font: 10px/16px courier, monospace;
padding: 10px 50px 10px 10px;
background-color: #eeeeee;
}
