@charset "UTF-8";

/*** Project: Omnimago ***/

/* Farben

Teaser: #6a6f72

*/

/*** fix ***/

body {
	font-size: 101.01%;
}

html, body {
height: 100%;
}

/*** reset ***/

body, div, img, p  {
	border: none;
	margin: 0px;
	padding: 0px;
}

/*** basics ***/



body {
	font-family:verdana,arial,helvetica;
	font-size: 0.7em;
	color: #48494b;
}
table {
	font-family:verdana,arial,helvetica;
	font-size: 1em;
	color: #48494b;
}
p {
	font-size: 1em;
	color: #48494b;
	line-height: 1.5em;
}

body {
	background-attachment: fixed;
	background: url(../images/layout/background.png) 50% 0px repeat-y;
}
body#omnilife {
	background: url(../images/layout/background_omnilife.png) 50% 0px repeat-y;
}
body#omniwork {
	background: url(../images/layout/background_omniwork.png) 50% 0px repeat-y;
}

h1 {}
h2{}
h3{ font-size: 12px;}
a {
	color: #48494b;
	text-decoration: none;
}
a:hover {
	color: #eb8d33;
}

a:active,
a:focus {
   outline: none;
}

p a:link, p a {
	color: #e77203;
	background: url(../images/layout/pfeil.gif) 0px no-repeat;
	padding-left: 12px;
	}

p a.noStyle {
	background: none;
	padding: 0 0 0 0;
}


p a:hover {
	color: #a4a4a4;
	}


.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}
div.seperator {
	height: 4px;
	background: url(../images/layout/seperator.jpg) 50% 0px no-repeat;
	margin: 5px 0px 5px 0px;
}
div.seperator_header {
	height: 2px;
	background: url(../images/layout/seperator.jpg) 50% 0px no-repeat;
	margin: 5px 0px 0px 0px;
}

/*** structure ***/

#page_radiant {
	background: url(../images/layout/page_radiant.png) 50% 0px no-repeat;
}
#omnilife #page_radiant {
	background: url(../images/layout/page_radiant_omnilife.png) 50% 0px no-repeat;
}
#omniwork #page_radiant {
	background: url(../images/layout/page_radiant_omniwork.png) 50% 0px no-repeat;
}
#page_content {
	width: 990px;
	margin: 0px auto;
}
#page_header {
	background: url(../images/layout/page_header.png) 50% 0px no-repeat;
	height: 25px;
	width: 100%;
}
#omnilife #page_header {
	background: url(../images/layout/page_header_omnilife.png) 50% 0px no-repeat;
}
#omniwork #page_header {
	background: url(../images/layout/page_header_omniwork.png) 50% 0px no-repeat;
}
#page_content {
	background: url(../images/layout/page_content.png) 50% 0px repeat-y;
}
#omnilife #page_content {
	background: url(../images/layout/page_content_omnilife.png) 50% 0px repeat-y;
}
#omniwork #page_content {
	background: url(../images/layout/page_content_omniwork.png) 50% 0px repeat-y;
}

	/*** header ***/
	#header {
		padding-left: 15px;
		padding-right: 15px;
	}
	#header a.logo {
		margin: 0px auto;
		display: block;
		width: 260px;
		padding-left: 20px;
	}
	#header a.sublogo_left,
	#header a.sublogo_right {
	}
	#header a.sublogo_left {
		margin-left: 20px;
		float: left;
	}
	#header a.sublogo_right {
		margin-right: 20px;
		float: right;
	}

		/*** menu ***/
		#header .menu {
			display: inline;
			margin-top: 15px;
		}
		#header .menu_left {
			float: left;
			margin-left: 20px;
		}
		#header .menu_right {
			float: right;
			margin-right: 20px;
		}
		#header .menu ul {
			padding: 0px;
			margin: 0px;
			list-style-type: none;
		}
		#header .menu ul.submenu {
			margin-top: 10px;
		}
		#header .menu li {
			display: block;
			float: left;
			list-style-type: none;
			padding-right: 10px;
			padding-left: 10px;
		}
		#header .menu ul.submenu li {
			font-size: 0.8em;
			border: none;
			padding-right: 5px;
			padding-left: 5px;
			font-family: arial, helvetica;
		}
		#header .menu_left li {
			color: #48494b;
			border-right: 1px solid #48494b;
		}
		#header .menu_right li {
			color: #104996;
			border-right: 1px solid #104996;
		}
		#header .menu li.last,
		#header .menu .submenu li.last {
			padding-right: 0px;
			border-right: 0px;
		}
		#header .menu li.first,
		#header .menu .submenu li.first {
			padding-left: 0px;
		}
		#header .menu  a {
			font-weight: bold;
		}
		#header .menu .selected a {
			color: #eb8d33;
		}
		#header .menu_left a {
			color: #48494b;
		}
		#header .menu_right a {
			color: #104996;
		}
		#header .menu a:hover {
			color: #eb8d33;
		}
		#header .menu_left .menu_button {
			margin-left: 45px;
		}
		#header .menu_right .menu_button {
			margin-right: 45px;
		}

	/*** content_area ***/

	#content {
		width: 755px;
		/* padding-top: 170px; */
		padding-left: 35px;
		padding-right: 15px;
		padding-bottom: 25px;
		float: left;
	}
	body#start #content {

	}
	#teaser {
		padding-top: 75px;
		width: 170px;
		float: left;
	}
		#teaser a {
			display: block;
			background: url(../images/teaser/blank-teaser.jpg) top left no-repeat;
			padding: 13px 0 0 10px;
			width: 158px;
			height: 113px;

			color: #6a6f72;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 10px;

			padding-bottom: 30px;
		}
		#teaser a.last {
			padding-bottom: 0px;
		}
		#teaser a.active {
			background: url(../images/teaser/blank-teaser_active.jpg) top left no-repeat;
		}
		#teaser a span {
			display: block;
			margin-right: 30px;
			margin-top: 15px;
			background: url(../images/teaser/omni.jpg) top center no-repeat;
			height: 66px;
		}
		#teaser a span.aktuelles {
			background: url(../images/teaser/aktuelles.jpg) top center no-repeat;
		}
		#teaser a span.omniworld {
			background: url(../images/teaser/omniworld.jpg) top center no-repeat;
		}
		#teaser a span.beratung {
			background: url(../images/teaser/beratung.jpg) top center no-repeat;
		}
		#teaser img {
			display: block;
			margin: 10px auto;
		}

	#tournavi, #tournavidemo {
		float: right;
		}

	#content #start{
		border:none;
		margin:0px;
		padding:0px;
	}

	/*** footer ***/

	#footer {
		margin-top: 5px;
		padding: 0px 35px 20px 35px;
		font-size: 0.9em;
	}
		#footer p {
			float: left;
		}
		#footer ul.meta_first {
			float: left;
			margin-left: 210px;
		}
		#footer ul.meta_second {
			float: right;
		}
		#footer ul {
			padding: 0px;
			margin: 0px;
			list-style-type: none;
		}
		#footer li {
			display: block;
			float: left;
			list-style-type: none;
			padding-right: 10px;
			padding-left: 10px;
			border-right: 1px solid #48494b;
		}
		#footer li.last {
			padding-right: 0px;
			border-right: 0px;
		}
		#footer li.first {
			padding-left: 0px;
		}
		#footer .selected a {
			color: #eb8d33;
		}

		/*** content ***/

			/*** three_cols ***/
			div#content div.three_cols_first_col,
			div#content div.three_cols_second_col,
			div#content div.three_cols_third_col {
				float: left;
				width: 228px;
			}
			div#content div.three_cols_first_col,
			div#content div.three_cols_second_col {
        padding-right: 25px;
        width: 228px;
      }

			/*** content elements ***/
			#content h1 {
				color: #eb8d33;
				font-size: 1.8em;
				margin: 0px;
				font-weight: normal;
				padding-bottom: 10px;
			}
			h1.csc-firstHeader,
			#content h1.csc-firstHeader {
				padding-bottom: 15px;
				font-weight: bold;
			}
			h1.csc-firstHeader,
			#content h1.csc-firstHeader,
			.teaser_box h2 {
				font-size: 1.1em;
				color: #eb8d33;
				margin: 0px;
				padding-top: 15px;
			}
			#content h1.csc-firstHeader {
				padding-top: 0px;
			}
			.teaser_box p {
				padding-top: 10px;
				line-height: 1.3em;
			}
			.teaser_box h2 a {
				color: #eb8d33;
			}
			.teaser_box h2.teaser_special {
				padding-top: 0px;
			}
			.teaser_box h2.teaser_special a {
				color: #48494b;
				text-transform: uppercase;
			}
			a.more {
				margin-top: 5px;
				font-weight: bold;
				display: block;
				background: url(../images/arrow.jpg) left center no-repeat;
				padding-left: 15px;
			}
	/*-----------------OMNITOUR-Seite----------------------------*/
		#omnicatcher {
				margin-top: 28px;
		}

	/*-----------------Chronik-Seite----------------------------*/
		div.background_chronik div#omnicatcher {
				margin-top: 10px;
		}

	/*-----------------Referenzen----------------------------*/

		div.three_cols_third_col ul {
			margin-top:0px;
			margin-left:10px;
			padding-top:0px;
			padding-left:10px;
			list-style-type: square;
			}

		div.three_cols_third_col li {
			padding-bottom:8px;
			list-style-type: square;
			}


	/*-----------------TEAM-Seite-------------------------------*/
		#top{
			width:910px;
			height:210px;
			vertical-align:bottom;
			margin-right:28px;
			margin-top:14px;
		}

		#group{
			width:540px;
			height:211px;
			margin-right:103px;
			float:left;
			position:relative;
		}

		#content #group h1{
			position:absolute;
			bottom:0px;
			padding:0px;
			left: 0px;
		}

		#object{
			width:540px;
			height:211px;
			background-color: white;
		}

		#object {
			outline-color:-moz-use-text-color;
			outline-style:none;
			outline-width:medium;
		}

		#portrait{
			height:211px;
			width:267px;
			float:left;
			background:url(../images/border-bottom.jpg) no-repeat bottom center;
		}


		#bottom{
			margin-top:35px;
			width:910px;
		}

		#left{
			float:left;
			width:235px;
			margin-right:30px;
		}

		#center{
			float:left;
			width:235px;
			margin-right:142px;
		}


		#right{
			float:left;
			width:267px;
		}

		#right h3{
			font-size:1em;
			color:#666666;
			margin-top:0px;
		}

		.col_left{
			width:85px;
		}

		#right table{
			margin-top:15px;
		}

		#right table td{
			padding-bottom:5px;
		}




		/*-----------------Kontaktformular-------------------------------*/

	fieldset.csc-mailform {
		border: 0;
		font-size: 1em;
		padding: 0;
		}
	div.csc-mailform-field {
		margin: 0 0 6px 0;
		color: #666666;
		}
	div.csc-mailform-field label {
		width: 110px;
		display: block;
		float: left;
		}
	fieldset#mailformAnrede {
		border:0;
		margin: 0;
		padding: 0;
		}
	fieldset#mailformAnrede label{
		width: 30px;
		}

	div.csc-mailform-field #mailformAnredeMr, div.csc-mailform-field #mailformAnredeMrs,
	div.csc-mailform-field #mailformAnredeHerr, div.csc-mailform-field #mailformAnredeFrau {
		width: 12px;
		float: left;
		}
	div.csc-mailform-field input {
		width: 220px;
		height: 14px;
		}
	div.csc-mailform-field textarea {
		width: 220px;
		}
	#mailformAnrede legend {
		display: none;
		}

	#mailformNewsletter {
		width: 12px;
		}
	#mailformformtype_mail {
		height: 24px;
		width: 100px;
		float: right;
		background:url(../images/buttons/accept.png) no-repeat 2px center;
		padding: 0 0 0 10px;
		border: 1px #666666 solid;
		}

	table.directions {
		font-size: 1em;
		}

	/*******************************************************************************
 * Stylesheet für twGmap02MarkerUndInfo
 ******************************************************************************/

/* die gesamte Google Map*/
#twGmap {
	width: 730px;
	height: 430px;
}

/* für das Infofenster */
.twGmapInfo {
	width: 250px;
}
.twGmapInfo .headline {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.twGmapInfo .text {
	/*float: right;*/
	margin: 0px;
	padding: 0px;
}
.twGmapInfo .img {
	float: right;
	margin: 0px 4px 2px 4px;
	padding: 0px;
	border: 4px inset #ffbb60;
}
.twGmapInfo .video {
	float: left;
	margin: 0px 4px 2px 4px;
	padding: 3px;
	background-color: #ffbb60;
	font-size: 0.8em;
	font-weight: bold;
	border: 4px inset #ffbb60;
}
.twClear {
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}
/* faqs */
div#content_area div.background_faqs div.three_cols_first_col,
div#content_area div.background_faqs div.three_cols_second_col {
	width: 330px;
}
div.background_faqs ol li {
	padding-bottom: 5px;
}

/* OMNIWorld */

div#content.tagcloud {
	padding:0 10px 0 10px;
	width:969px;
	}

div#omniworldHead {
	height: 207px;
	position: relative;
	background: url(../images/banner/omniworld_bg.jpg) center no-repeat;
	margin-bottom: 20px;
	}

div#omniworldHead a:link, div#omniworldHead a {
	color: #ffffff;
	font-size: 13px;
	}

div#omniworldHead a:hover, div#omniworldHead a:active {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	}

#fernsehsender {
	position: absolute;
	top: 20px;
	left: 230px;
	}
#lizenzhaendler {
	position: absolute;
	top: 60px;
	left: 210px;
	}
#werbeagenturen {
	position: absolute;
	top: 100px;
	left: 220px;
	}
#privatkunden {
	position: absolute;
	top: 140px;
	left: 255px;
	}
#archive {
	position: absolute;
	top: 20px;
	left: 600px;
	}
#produktionsfirmen {
	position: absolute;
	top: 80px;
	left: 620px;
	}
#unternehmen {
	position: absolute;
	top: 120px;
	left: 590px;
	}

div.tagcloud {
	text-align: center;
	}

div.tagcloud a {
	padding: 10px;
	line-height: 16px;
	color: #dddddd;
	font-size: 9px;
	white-space: nowrap;
	}

div.tagcloud a:hover {
		color: #48494B;
	}

div.fernsehsender a,div.lizenzhaendler a,div.werbeagenturen a,div.privatkunden a,div.archive a,div.produktionsfirmen a,div.unternehmen a {
	color: #bbbbbb;
	}

div.fernsehsender a#fernsehsender, div.lizenzhaendler a#lizenzhaendler, div.werbeagenturen a#werbeagenturen, div.privatkunden a#privatkunden, div.archive a#archive, div.unternehmen a#unternehmen, div.produktionsfirmen a#produktionsfirmen {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	}

div.fernsehsender span.post a.fern, div.lizenzhaendler span.post a.lizenz, div.werbeagenturen span.post a.werbe, div.privatkunden span.post a.privat, div.archive span.post a.archiv, div.produktionsfirmen span.post a.prod, div.unternehmen span.post a.unternehm {
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #1a4895;
	}

div.fernsehsender span.trans a.fern, div.lizenzhaendler span.trans a.lizenz, div.werbeagenturen span.trans a.werbe, div.privatkunden span.trans a.privat, div.archive span.trans a.archiv, div.produktionsfirmen span.trans a.prod, div.unternehmen span.trans a.unternehm {
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #8b959d;
	color: #1a4895;
	}

div.fernsehsender span.archivservice a.fern, div.lizenzhaendler span.archivservice a.lizenz, div.werbeagenturen span.archivservice a.werbe, div.privatkunden span.archivservice a.privat, div.archive span.archivservice a.archiv, div.produktionsfirmen span.archivservice a.prod, div.unternehmen span.archivservice a.unternehm {
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #f18d33;
	color: #1a4895;
	}

div.fernsehsender span.produkt a.fern, div.lizenzhaendler span.produkt a.lizenz, div.werbeagenturen span.produkt a.werbe, div.privatkunden span.produkt a.privat, div.archive span.produkt a.archiv, div.produktionsfirmen span.produkt a.prod, div.unternehmen span.produkt a.unternehm {
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #000000;
	color: #1a4895;
	}

div.fernsehsender span.pruef a.fern, div.lizenzhaendler span.pruef a.lizenz, div.werbeagenturen span.pruef a.werbe, div.privatkunden span.pruef a.privat, div.archive span.pruef a.archiv, div.produktionsfirmen span.pruef a.prod, div.unternehmen span.pruef a.unternehm {
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	color: #7182ae;
	color: #1a4895;
	}

/* Startseite */

div#content.background_start {
	padding-top:20px;
	padding-bottom:0;
	}

div#content_area.startAlternate #teaser {
	padding-top: 89px;
	padding-bottom: 50px;
	}

#content.background_start h1 {
	padding-bottom: 26px;
	}

/* NEWSBEREICH */

		div.newsBlock div{
			font-size: 0.9em;
		}

		div.newsBlock span {
			background: none;
			color: #bbbbbb;
		}

		div.referenzen div.newsBlock span {
			font-size: 1.4em;
		}

		div.newsBlock h3 {
			color: #3d3d3d;
			margin: 0;
			padding: 0;
			font-size: 1.0em;
		}

		div.newsBlock p {
			font-size: 1.1em;
			line-height: 1.3em;
			margin: 0 0 1em 0;
		}

		div.referenzen div.center div.newsBlock p {
			color: #666666;
		}

		div.newsBlock a {
			font-size: 1em;
			display: block;
			background:transparent url(../images/arrow.jpg) no-repeat scroll left center;
			padding-left:15px;
			margin-bottom: 10px;
		}

		div.newsBlock h3 a {
			margin:0px;
			margin-bottom: 5px;
			padding:0px;
			background: none;
		}
		div.news_list a.active {
			color: #eb8d33;
		}
		.impandable,
		.expandable {
			padding-left: 15px;
			background: url(../images/plus.gif) no-repeat left center;
		}
		.impandable {
			background: url(../images/minus.gif) no-repeat left center;
		}
		
		div.news_images .news-single-img {
			float: none;
			margin-left: 0px;
		}
		div.background_news div.news_images {
			float: right;
			margin-left: 5px;
		}
		
		div.background_kundenlogin p a.important {
			font-size: 12px;
		}