/* Main CSS adam medien 05.09.2007 */

body {
	background-color: #242224;
	margin: 0px 0px 12px;
	padding: 0px;
}
#page {
	width: 851px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
	font-size: 11px;
	line-height: 1.5em;
}
#header {
	width: 851px;
	height: 103px;
}
#logo {
	float: left;
	height: 37px;
	width: 265px;
	margin-top: 13px;
	margin-bottom: 8px;
}
#newsletter {
	visibility: hidden;
	width: 350px;
	height: 44px;
}
.nlstyle {
	position: absolute;
	margin-top: 12px;
	margin-left: 284px;
}
#nlstylefields {
	width: 150px;
	background-color: #B2B2B2;
	border: 1px solid #B8B8B8;
	color: #282828;
	padding-left: 2px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-right: 2px;
	margin-top: 0px;
}
#nlstylefields:hover, #nlstylefields:focus {
	border: 1px solid #E6E6E6;
}
#nlstylebutton {
	vertical-align: middle;
	margin-left: 3px;
}
#log_res {
	height: 17px;
}
#log_resk {
	margin-top: 8px;
}
#log_res.ajax-loading,
#log_resk.ajax-loading {
	background: url(../img/loading.png) no-repeat left center;
}
#login {
	width: 340px;
	float: left;
	margin-top: 110px;
	height: 41px;
	margin-left: 80px;
	display: inline;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 6px;
	padding-bottom: 0px;
}
#loginclose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#login #text1,
#login #text2 {
	width: 150px;
	background-color: #1A171B;
	border: 1px solid #111111;
	color: #999999;
	padding-left: 2px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#login  #submit {
	height: 16px;
	width: 16px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-left: 3px;
}

/*HEADERRIGHT*/
#headerright {
	float: right;
	clear: right;
	margin-top: 41px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 212px;
	margin-right: 3px;
}
#headerright li {
	display: inline;
	float: left;
	height: 9px;
}
#headerright  a  {
	display: block;
	font-size: 10px;
	color: #242224;
	text-decoration: none;
	height: 9px;
	background: url(../img/header_right.png) no-repeat;
	overflow: hidden;
	line-height: 35px;
}
#headerright #headerright_home a {
	width: 31px;
	background-position: 0px 0px;
}
#headerright #headerright_impressum a {
	width: 51px;
	background-position: -32px 0px;
}
#headerright #headerright_newsletter a {
	width: 66px;
	background-position: -83px 0px;
}
#headerright #headerright_login a {
	width: 64px;
	background-position: -149px 0px;
}
#headerright #headerright_home a:hover {
	width: 31px;
	background-position: 0px -9px;
}
#headerright #headerright_impressum a:hover {
	width: 51px;
	background-position: -32px -9px;
}
#headerright #headerright_newsletter a:hover {
	width: 66px;
	background-position: -83px -9px;
}
#headerright #headerright_login a:hover {
	width: 64px;
	background-position: -149px -9px;
}

/*NAVIGATION*/
#navigation {
	height: 39px;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 851px;
}
#navigation li {
	display: inline;
	float: left;
}
#navigation a {
	display: block;
	font-size: 10px;
	height: 39px;
	background-image: url(../img/navigation_main.png);
	text-decoration: none;
	line-height: 100px;
	overflow: hidden;
	color: #242224;
}

/*Navigation OFF*/
#navigation #nav_digital a {
	width: 143px;
	background-position: 0px 0px;
}
#navigation #nav_sprache a {
	width: 141px;
	background-position: -143px 0px;
}
#navigation #nav_audio a {
	width: 141px;
	background-position: -284px 0px;
}
#navigation #nav_profil a {
	width: 141px;
	background-position: -425px 0px;
}
#navigation #nav_referenzen a {
	width: 141px;
	background-position: -566px 0px;
}
#navigation #nav_kontakt a {
	width: 143px;
	background-position: -707px 0px;
}

/*Navigation OVER*/
#navigation #nav_digital a:hover {
	background-position: 0px -40px;
}
#navigation #nav_sprache a:hover {
	background-position: -143px -40px;
}
#navigation #nav_audio a:hover {
	background-position: -284px -40px;
}
#navigation #nav_profil a:hover {
	background-position: -425px -40px;
}
#navigation #nav_referenzen a:hover {
	background-position: -566px -40px;
}
#navigation #nav_kontakt a:hover {
	background-position: -707px -40px;
}

/*Navigation ACTIVE*/
#navigation #nav_digital a:active {
	background-position: 0px -80px;
}
#navigation #nav_sprache a:active {
	background-position: -143px -80px;
}
#navigation #nav_audio a:active {
	background-position: -284px -80px;
}
#navigation #nav_profil a:active {
	background-position: -425px -80px;
}
#navigation #nav_referenzen a:active {
	background-position: -566px -80px;
}
#navigation #nav_kontakt a:active {
	background-position: -707px -80px;
}

/*Navigation ON*/
#navigation #nav_digital .select a {
	background-position: 0px -40px;
}
#navigation #nav_sprache .select a {
	background-position: -143px -40px;
}
#navigation #nav_audio .select a {
	background-position: -284px -40px;
}
#navigation #nav_profil .select a {
	background-position: -425px -40px;
}
#navigation #nav_referenzen .select a {
	background-position: -566px -40px;
}
#navigation #nav_kontakt .select a {
	background-position: -707px -40px;
}


/*Content GLOBAL*/
p {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.header {
	margin-bottom: 2px;
}
.sub   {
	color: #000000;
	filter:alpha(opacity=55);
	-moz-opacity: 0.55;
	opacity: 0.55;
	font-weight: bold;
	text-align: left;
}

/*TIPS*/
.tool-tip {
	width: auto;
	z-index: 13000;
	border: 5px solid #356B39;
}
.tool-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #e6e6e6;
	font-size: 26px;
	background: url(../img/bg_tips.png);
	padding: 8px;
	font-weight: bold;
}
.Tips2:hover{
	cursor: default;
	color: #006600;
}

/*Content HOME*/
#home {
	background-color: #131313;
	padding: 15px;
	border: 1px solid #131313;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/home_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 320px;
}
#home .uhr {
	margin-left: 65px;
	float: right;
	margin-right: 50px;
	border: 1px solid #333333;
}
#home #home_start {
	width: 532px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B2B2;
	height: 320px;
}
#home #home_aktuell {
	width: 247px;
	float: right;
	height: 320px;
	overflow: hidden;
}
#home #home_aktuell a {
	text-decoration: underline;
	color: #B2B2B2;
}

/* ACCORDION */
.toggler {
	font: 11px Arial, Helvetica, sans-serif;
	text-align: left;
	cursor: pointer;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding: 0px;
}
.toggler:hover {
	text-decoration: underline;
}
.toggler_right {
	float: right;
	margin-left: 5px;
}
#flash_home {
	background-color: #1a171b;
	margin: 12px 3px 0px;
	border: 1px solid #111111;
	clear: both;
	z-index: 1;
}

/*Content DIGITAL*/
#digital
 {
	background-color: #E29104;
	padding: 15px;
	border: 1px solid #AA5C00;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/audio_bg.png);
	background-repeat: repeat-x;
	color: #000000;
	background-position: bottom;
	height: 320px;
}
#digital   #intension {
	width: 548px;
}
#digital #leistung {
	float: right;
	width: 251px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #93029C;
	margin-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #93029C;
	padding-right: 15px;
	height: 320px;
}
#digital   #wirkung {
	width: 247px;
	float: right;
}
#flash_digital {
	background-color: #AA5C00;
	margin: 12px 3px 0px;
	padding: 0px;
	border: 1px solid #AA5C00;
	clear: both;
	z-index: 1;
	background-image: url(../img/digital_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*Content SPRACHE*/
#sprache
 {
	background-color: #23950C;
	padding: 15px;
	border: 1px solid #236217;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/sprache_bg.png);
	background-repeat: repeat-x;
	color: #000000;
	background-position: bottom;
	height: 320px;
}
#sprache   #intension {
	width: 548px;
}
#sprache #leistung {
	float: right;
	width: 251px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #236117;
	margin-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #236117;
	padding-right: 15px;
	height: 320px;
}
#sprache   #wirkung {
	width: 247px;
	float: right;
}
#flash_sprache {
	background-color: #236117;
	margin: 12px 3px 0px;
	padding: 0px;
	border: 1px solid #236117;
	clear: both;
	z-index: 1;
	background-image: url(../img/digital_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*Content AUDIO*/
#audio
 {
 	background-color: #D800D1;
	padding: 15px;
	border: 1px solid #8b018b;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/digital_bg.png);
	background-repeat: repeat-x;
	color: #000000;
	background-position: bottom;
	height: 320px;
	
}
#audio   #intension {
	width: 548px;
}
#audio #leistung {
	float: right;
	width: 251px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AA5C00;
	margin-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AA5D00;
	padding-right: 15px;
	height: 320px;
}
#audio   #wirkung {
	width: 247px;
	float: right;
}
#flash_audio {
	background-color: #8b018b;
	margin: 12px 3px 0px;
	padding: 0px;
	border: 1px solid #8b018b;
	clear: both;
	z-index: 1;
	background-image: url(../img/digital_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


/*Content STUDIO*/
#flash_studio {
	background-color: #8A8A8A;
	margin: 12px 3px 0px;
	padding: 0px;
	border: 1px solid #4C4C4C;
	clear: both;
	z-index: 1;
	background-image: url(../img/corporate_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


/*Content CORPORATE*/
#corporate1
 {
	background-color: #8A8A8A;
	padding: 15px;
	border: 1px solid #4C4C4C;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: url(../img/corporate_bg.png);
	background-repeat: repeat-x;
	color: #000000;
	background-position: bottom;
	height: 320px;
}
#corporate1    #wichtig {
	width: 391px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4C4C4C;
	padding-right: 15px;
	height: 320px;
}
#corporate1 ul, #corporate2 ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 12px 0px 0px -25px;
}
#corporate1    #so {
	width: 392px;
	float: right;
	line-height: 23px;
	color: #333333;
}
#corporate1 #so .slash {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	visibility: hidden;
}
#corporate1 #so strong {
	font-size: 20px;
	font-weight: bold;
}
#corporate1   #so   .l {
	font-size: 25px;
	font-weight: bold;
}
#corporate1  #so  .xl {
	font-size: 28px;
	font-weight: bold;
	color: #111111;
}
#corporate1  #so  .xxl {
	font-size: 32px;
	font-weight: bold;
	color: #2F2F2F;
}
#corporate1 #so .xxxl {
	font-size: 35px;
	font-weight: bold;
	color: #666666;
}
#corporate1 #feedback {
	float: right;
	width: 247px;
}
#corporate2 {
	background-color: #8A8A8A;
	margin: 12px 3px 0px;
	padding: 15px;
	border: 1px solid #4C4C4C;
	clear: both;
	z-index: 1;
	background-image: url(../img/corporate_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 320px;
	color: #000000;
}
#corporate2 #kleft {
	width: 548px;
}
#corporate2 #kmiddle {
	float: right;
	width: 251px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #4C4C4C;
	margin-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4C4C4C;
	padding-right: 15px;
	height: 320px;
}
#corporate2 #kright {
	width: 247px;
	float: right;
}
#corporate2   #uns {
	width: 547px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4C4C4C;
	height: 320px;
}
#corporate2 #uns .flash {
	margin-bottom: 5px;
}

#corporate2 a,
#corporate2 a:hover {
	color: #000000;
	text-decoration: underline;
}

#corporate2 #facts {
	float: right;
	width: 247px;
}
#corporate1   #kunden {
	width: 547px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4C4C4C;
	height: 320px;
}
#corporate1  #kunden  .logos img {
	margin-right: 14px;
	margin-bottom: 14px;
	height: 59px;
	width: 122px;
}
#corporate1 #left {
	width: 391px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4C4C4C;
	padding-right: 15px;
	height: 320px;
}
#corporate1 #left a,
#corporate1 a {
	color: #000000;
	text-decoration: underline;
}
#corporate1 #right {
	width: 392px;
	float: right;
}
#corporate1  #right  fieldset {
	border: 1px solid #4C4C4C;
	margin-top: 5px;
	margin-bottom: 2px;
}
#corporate1 #right legend {
	color: #000000;
}
#corporate1  #right  label:hover,
#corporate1 #right label:focus {
	color: #CCCCCC;
}
#corporate1   #right   input,
#corporate1   #right   select,
#corporate1   #right   textarea {
	width: 300px;
	background-color: #999999;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-left: 2px;
	margin-right: 5px;
}
#corporate1   #right   input:hover,
#corporate1   #right   select:hover,
#corporate1   #right   textarea:hover,
#corporate1   #right   input:focus,
#corporate1   #right   select:focus,
#corporate1   #right   textarea:focus {
	background-color: #4c4c4c;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#corporate1   #right   input#antiSpam {
	width: 1em;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#corporate2 #left {
	width: 391px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4C4C4C;
	padding-right: 15px;
	height: 320px;
}
#corporate2 #right {
	width: 392px;
	float: right;
}

