/* --------------------------------------------------
	Defaults
-------------------------------------------------- */

* {
	color: #000;
	font-size: 12px;
	font-family:  Trebuchet MS,Verdana,Arial,Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	text-align: center;
	background: #7D7D7D;
}

html {
	background-image: url(../images/box_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

body {
	margin: 0;
	
}
	
.hidden  {
	display: none;
}
.clear {
	clear: both;
}

form .text {
	border-color: #000;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #000;
	background-color: #fff;
	color: #000;
}
ul {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
}

a:hover {
	color: #BB0000;
}

/* -------------------------------------------------------------------------------
	sitestyles
--------------------------------------------------------------------------------- */


#title {

	position: absolute;
	top: 3px;
	left: 18px;
	width: 428px;
	height: 56px;
	z-index: 1;
	background: #fff url(../images/logo.gif) no-repeat;
	background-color: transparent;
}
	
	#title a {
		display: block;
		width: 428px;
		height: 55px;
		text-indent: -9999px;
	}

		#undertitle a span {
			position: absolute;
			top: 40px;
			right: 150px;	
			z-index: 1;
			background-color: transparent;
			
			font-size: 60px
			
		}
		#title a {
			
			text-decoration: none;
		}
		#undertitle a {
			;
			text-decoration: none;
		}
#subtitle {

	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 160px;
	background-image: url(style_FILES/bigbubble.gif);
	text-indent: -9999px;
	margin-top: 0;
	margin-left: 0;
}


#accesskeysNavigation li a {
	position: absolute;
	left: -10000px;
	padding: 2px 6px;
	text-decoration: underline;
	color: #fff;
	background: #D54A09;	
}

#accesskeysNavigation li a:focus,
#accesskeysNavigation li a:active {		
	left: 0;
	top: 38px;
}

#container {
	position: relative;
	width: 1024px;
	z-index: 0;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	background-image: url(../images/box_bg.gif);
	text-align: left;
	background-color: #fff;	
}	
	#news #container {
		background-image: url(../images/box_bg_news.gif);
	}
	
	#schulungen #container {
		background-image: url(../images/box_bg_schulungen.gif);
	}
	#marken #container {
		background-image: url(../images/box_bg_marken.gif);
	}
	#presse #container {
		background-image: url(../images/box_bg_presse.gif);
	}
	#ueberuns #container, #newsletter #container {
		background-image: url(../images/box_bg_ueberuns.gif);
	}

#header {
	position: relative;
	height: 170px;
	width: 940px;
	z-index: 2;
	margin-left: 42px;
	background: #fff;
}

#logoLayer {
	position: absolute;
	z-index: 5;
	left: 215px;
	top: 210px;
	width: 100px;
	height: 550px;
	background: url(../images/logoLayer2.gif) no-repeat;
}


#col1 {
	position: relative;
	float: left;
	margin-left: 43px !important;
    	width: 196px !important;
	width: 220px;
	height: 600px;
	background: #ccc;
	border-top: 1px solid #FFF;
}	
	#inhaltLinks .inhaltElement {
		margin: 10px;
	}
	
	#language_switch {
		margin-top: 5px;
}
        #language_switch li {
            float:left;
            margin-right: 5px;
        }
        #language_switch a {
            text-decoration: none;
        }

	ul#unterMenu {
		position: relative;
		width: 179px !important;
		margin: 67px 0 0 0;
		padding: 0;
		list-style-type: none;
		background: #ccc;		
	}
	
		ul#unterMenu li {
			position: relative;
			min-height: 15px;
			height: auto !important;
			height: 20px;
			width: auto;
		}
		
		
		ul#unterMenu li a {	
			display: block;
			font-size: 12px;
			text-decoration: none;    
			font-weight: normal;
			margin:0;
			color: #000;
			margin-left: 15px;
			text-transform: uppercase;
		}
		.news ul#unterMenu li a {
			font-weight: bold;
		}
		.news ul#unterMenu  li li a {		
			font-weight: normal;
		}
		ul#unterMenu li a.aktiv,
		.news ul#unterMenu li a.aktiv  {
			font-weight: bold;
			color: #BB0000;
			
		}
		
		ul#unterMenu li a:hover {
			color: #BB0000;
		}

		ul#unterMenu li ul {
			margin: 5px 0 0 10px;
			padding: 0;
		}
		
		ul#unterMenu  li li a {
			text-transform: none;
		}
		ul#unterMenu li li li a {
			display: block;
			font-size: 11px;
			
			padding-left: 10px;
		}		

#col2 {
	position: relative;
	z-index: 1;
	float: left;
	width: 500px !important;	
	width: 500px;
	margin-left: 23px !important;
	margin-left: 0;
	background: transparent;
	/*background: url(../images/col2_back.gif) repeat-y;	*/
}

#container #col2.breit {
	width: 720px !important;
	width: 716px;
}
ul#hauptMenu {
		position: absolute;
		z-index:2;
		width: 583px !important;
		width: 792px;
		height: 32px;
		left: 42px;
		top: 170px;
		left: 150px;
		margin: 0;
		padding:0 20px;
		list-style-type: none;
		border: 1px solid #FFF;
		background: #333;
		
	}

	ul#hauptMenu li {
			position: relative;
			height: auto;
			height: 30px;
			width: auto !important;
			float: left;
			margin-left: 0;
	
		}
		
		
		ul#hauptMenu li a {	
			display: block;
			font-size: 14px;
			text-decoration: none;    
			font-weight: normal;
			margin:0;
			padding: 0;
			color: #ccc;
			padding: 8px 10px 5px 10px;
			text-transform: uppercase;
			white-space: nowrap;	
		}
		
		ul#hauptMenu li a.erstes {
			padding: 8px 5px 5px 0;
		}
		ul#hauptMenu li a:hover {
			color: #BB0000;
		}	
		
		ul#hauptMenu li a.aktiv {
			font-weight: normal;
			color: #BB0000;
			padding: 8px 5px 5px 1px;
		}
	
		#news ul#hauptMenu li a.aktiv ,
		#news ul#hauptMenu li a:hover,
		#news a:hover,
		#news .seitentitel,
		#news #metaMenu li a:hover,
		#news #unterMenu li a:hover,
		#news #unterMenu li a.aktiv,
		#news #inhaltRechts .inhaltElement h3,
		#news .inhaltElement h3,
		#news #searchbox .text,
		#language_switch li.active a {	
			color: #F1884E;
			border-color: #F1884E;
		}

		#ueberuns ul#hauptMenu li a.aktiv ,
		#ueberuns ul#hauptMenu li a:hover ,
		#ueberuns a:hover,
		#ueberuns .seitentitel,
		#ueberuns #metaMenu li a:hover,
		#ueberuns #unterMenu li a:hover,
		#ueberuns #unterMenu li a.aktiv,
		#ueberuns #inhaltRechts .inhaltElement h3 ,
		#ueberuns .inhaltElement h3 ,
		#ueberuns #searchbox .text,
		#language_switch li.active a {	
			color: #3B6AB0;
			border-color: #3B6AB0;
		}
		#presse ul#hauptMenu li a.aktiv ,
		#presse ul#hauptMenu li a:hover,
		#presse a:hover ,
		#presse .seitentitel ,
		#presse #metaMenu li a:hover, 
		#presse #unterMenu li a:hover,
		#presse #unterMenu li a.aktiv,
		#presse #inhaltRechts .inhaltElement h3 ,
		#presse .inhaltElement h3 ,
		#presse #searchbox .text,
		#language_switch li.active a {	
			color: #73A86D;
			border-color: #73A86D;
		}
		#schulungen ul#hauptMenu li a.aktiv,
		#schulungen ul#hauptMenu li a:hover,
		#schulungen a:hover,
		#schulungen .seitentitel,
		#schulungen #metaMenu li a:hover,
		#schulungen #unterMenu li a:hover,
		#schulungen #unterMenu li a.aktiv ,
		#schulungen #inhaltRechts .inhaltElement h3 ,
		#schulungen .inhaltElement h3,
		#schulungen #searchbox .text,
		#language_switch li.active a {	
			color: #991A36;
			border-color: #991A36;
		}
		
		
		#newsletter ul#hauptMenu li a.aktiv,
		#newsletter ul#hauptMenu li a:hover,
		#newsletter a:hover,
		#newsletter .seitentitel,
		#newsletter #metaMenu li a:hover,
		#newsletter #unterMenu li a:hover,
		#newsletter #unterMenu li a.aktiv ,
		#newsletter #inhaltRechts .inhaltElement h3 ,
		#newsletter .inhaltElement h3,
		#newsletter #searchbox .text,
		#language_switch li.active a {	
			color: #64a9d8;
			border-color: #64a9d8;
		}
		
	

		
	
	#inhalt {
		margin: 68px 20px 20px 20px;
	}

	#inhalt .inhaltElement {
		margin-left: 10px;
		margin-bottom: 15px;
		clear: left;
	}

        #inhalt img {
          border: 0;
          margin-right: 10px 0px;
        }
        
        #inhalt a {
        	text-decoration: none;
        	font-weight: bold;
        }

#col3 {
	position: relative;
	left: 0 !important;
	left: -7px;
	margin-left: 764px !important;
	width: 210px;
	background: transparent;	
}
	
	#inhaltRechts .inhaltElement {
		margin: 5px;
	}
	#searchbox {
			position: absolute;
			left: 733px;
			top: 55px;
			width: 197px !important;
			width: 211px;
			height: 33px !important;
			height: 32px;
			z-index: 2;
			margin: 0 !important;
			margin-left: -4px;
			padding:0 5px;
			list-style-type: none;
			background: #333;
		
		}
		#searchbox .text {
			width: 160px;
			margin: 5px;
			border: 1px solid #bb0000;
			padding: 2px;
			color: #bb0000;
		}
		#suchform .button {
			position: absolute;
			top: 5px;
			right: 10px;
			width: 20px;
			height: 19px;
			background: url(../images/suche.gif) 50% 50%;
			border: none;
		}
		#news #suchform .button {
			background: url(../images/suche_news.gif) 50% 50%;
			
		}

		#ueberuns #suchform .button {
			background: url(../images/suche_ueberuns.gif) 50% 50%;
		}
		#presse #suchform .button {
			background: url(../images/suche_presse.gif) 50% 50%;
		}
		#schulungen #suchform .button {
			background: url(../images/search_schulungen.gif) 50% 50%;
		}
		

	ul#metaMenu {
			position: absolute;
			left: 773px;
			width: 198px !important;
			width: 211px;
			height: 32px !important;
			height: 31px;
			z-index: 2;
			margin: 0 !important;
			margin-left: -4px;
			padding:0 5px;
			list-style-type: none;
			background: #ccc;
			border: 1px solid #FFF;
			border-right: none;
			
		
		}
		* html ul#metaMenu {
			position: absolute;
			left: 775px;
		}
		*+html ul#metaMenu {
			width: 213px
		}
			ul#metaMenu li {
				position: relative;
				height: 14px;
				width: auto;
				float: left;
				
				margin-top: 8px !important;
				margin-top: 4px;
			}
			ul#metaMenu li.erstes {
				border-left: none;
			}
				
			
			ul#metaMenu li a {	
				display: block;
				font-size: 12px;
				text-decoration: none;    
				font-weight: normal;
				margin:0;
				color: #000;
				padding: 0 5px 5px 5px !important;
				padding: 4px 5px 5px 5px;

			}
			
			ul#metaMenu li a.aktiv {
				font-weight: normal;
				color: #BB0000;
			}
			ul#metaMenu li a:hover {
				color: #BB0000;
			}
	
		.mitsutani {
			position: absolute;
			top: 0;
			left: 570px;
			background-image: url(../images/mitsutani.gif);
			width: 92px;
			height: 54px;
		}
		.mitsutani a {
			display: block;
			width: 92px;
			height: 55px;
			text-indent: -9999px;
		}
		.vitelitys {
			position: absolute;
			top: 0;
			left: 660px;
			background-image: url(../images/vitalis.gif);
			width: 92px;
			height: 54px;
		}
		.vitelitys a {
			display: block;
			width: 92px;
			height: 55px;
			text-indent: -9999px;
		}
		.lanza {
			position: absolute;
			top: 0;
			left: 750px;
			background-image: url(../images/lanza.gif);
			width: 175px;
			height: 54px;
		}
		.lanza a {
			display: block;
			width: 175px;
			height: 54px;
			text-indent: -9999px;
		}
	#inhaltRechts {
		padding: 0 9px 20px 10px;
		margin-top: 67px;
	}
	
	*+html #inhaltRechts {
		padding: 0 10px 20px 10px;
		margin-top: 67px;
	}
	
#footer {
	position: relative;
	width: 668px;
	height: 30px;
	clear: both;
	padding-top: 9px;
	padding-left: 0px;
	padding-bottom:15px;
	margin-left: 283px;
	border-top: 1px solid #ccc;
	color: #ccc;
	font-size: 10px;
	background: transparent;
}

	#container #footer .bodytext {
		font-size: 10px;
		color: #7d7d7d;
	}
	ul#metaNavigation li {
		float: left;
	}
		
	ul#footerNavigation {
		position: absolute;
		right: 0;		
		top: 9px; 		
		text-align: right;
		
		
	}
	
/************************************************************
	content
*************************************************************/	

h1 {
	font-size: 18px;
	border-bottom: 1px solid;
	border: none;
	color: #BB0000;
}

#inhalt .inhaltElement .bodytext a,
#inhalt .inhaltElement .csc-menu a {
	font-weight: bold;
	text-decoration: none;
}	
	
	h3 {	
		padding:  6px 0;
	}
		.inhaltElement h3 {
			font-size: 12px;
			margin: 0px 0 0px 0px;
			color: #BB0000;
			font-weight: normal;
		}
		
		#inhaltRechts .inhaltElement h3 {
			display: block;
			font-size: 12px;
			margin: 0;
			padding: 5px;
			margin: 0 -5px 5px -5px;
			color: #333;
			background: #ccc;
			width: 198px !important;
			width: 212px;
			
			color: #bb0000;
			font-weight: normal;
		}
		
*+html #inhaltRechts .inhaltElement h3 {
   width: 162px !important;
   width: 162px;
}

h4 {
	font-size: 16px;
}
	h4 {	
		font-size: 12px;
		padding: 12px 0 8px 0;
	}
		.inhaltElement h4 {
			margin: 10px 0 10px 25px;
			color: #333;
			font-size: 14px;
			font-weight: normal;
		}
		
	
	h5 {	
		padding: 5px 0;
	}
	
	.inhaltElement h6 {	
	font-size: 18px;
	}
	
	h3.seitentitel {
		font-size: 14px;
		color: #BB0000;
		padding: 0px 0px 0 10px;
		margin: 0 0 8px 0;
		border-bottom: 1px solid #BB0000;
		height: 20px;
	}
	h3.csc-firstHeader {	
		padding: 0px 0px 8px 0px;
	}
	h4.csc-firstHeader {	
		padding: 0px 0px 6px 0px;
	}
	h5.csc-firstHeader {	
		padding: 0px 0px 5px 0px;
	}

	
h5 {
	font-size: 14px;
}
		
#inhalt ul {
	list-style-type: none;
	
}		
#inhalt .bodytext ul li,
#inhalt .csc-bulletlist li {
	padding-left: 10px;
	background: url(../images/dot_marken.gif) no-repeat 0 4px;
	background-repeat: no-repeat;
}
#news .bodytext #inhalt ul li,
#news .csc-bulletlist li {
	background: url(../images/dot_news.gif) 0 4px;
	background-repeat: no-repeat;
}
	
#news #inhaltRechts ul li {

	background: url(../images/dot_news.gif) 0 4px;
	background-repeat: no-repeat;
}

#ueberuns .bodytext #inhalt ul li,
#ueberuns .csc-bulletlist li {
	background: url(../images/dot_ueberuns.gif) 0 4px;
	background-repeat: no-repeat;
}

#presse .bodytext #inhalt ul li,
#presse .csc-bulletlist li {
	background: url(../images/dot_presse.gif) 0 4px;
	background-repeat: no-repeat;
}

#schulungen #inhalt ul li,
#schulungen #inhalt .csc-bulletlist li {
	background: url(../images/dot_schulungen.gif) 0 4px;
	background-repeat: no-repeat;

}


	
	
 #inhaltRechts ul li {

      	margin-left: -15px;
	padding-left: 15px;
}

.divider {	
	margin: 20px 20px;
	border-bottom: 1px solid #cecece;
}

#col3 .divider {
	margin: 10px 15px;
	border-color: #505156;
}

#col2 input , #col2 textarea {
	display: block;
	position: relative;
	top: -14px;
	left: 150px;
	width: 200px;
}

#col2 select {
	display: block;
	position: relative;
	top: -14px;
	left: 150px;
	width: 100px;
}

#col2 .csc-mailform {
	border: none;

}
#inhalt .csc-sitemap  li a {
	background-image: none;
	font-weight: bold;
}
#inhalt .csc-sitemap  li li a {
	background-image: none;
	margin-left: 0;
	text-transform: uppercase;
}
#inhalt .csc-sitemap li ul {
	margin-bottom: 5px;
}
#inhalt .csc-sitemap li li li a {
	text-transform: none;
	font-weight: normal;
}

#inhalt .csc-sitemap li li li li li a {
	
	text-transform: none;
	padding-left: 10px;

}
#inhalt .csc-sitemap li li li li li ul {
	margin-bottom: 10px;
}

#inhalt .csc-sitemap li li li li li li ul {
	margin-bottom: 0;
}
 
.tx-indexedsearch {
	clear: both;
}
#inhaltRechts .rgslideshow {
	border: none;
}

#inhalt DIV.csc-textpic-clear,
#inhaltRechts div.csc-textpic-clear {
	clear: none;
}
#inhalt .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: transparent;
}
