
/* ---------------------------------- 
/*  >> Globals
/* ----------------------------------  */

html {
	margin: 0;
	padding: 0;
	height: 100%;
	padding-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 12px/1.0em Arial, Verdana, sans-serif, "Lucida Grande", "Helvetica Neue";
	background-color: #fff;
	color: #555;
}

ul, li, form, dt, dl, dd, ol, div, p, blockquote, 
h1, h2, h3, h4, h5, h6, a, pre, code {
	margin: 0;
	padding: 0;
}

a { color: #3030BA; text-decoration: none; outline: none; }
a:hover { color: #202020; }

h2, h3, h4, h5, h6 {
	font-family: "Arial Narrow", Arial, sans-serif;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	width: 200px;
	border: 1px solid #C0C0C0;
}
input.short {
	width: 75px;
	border: 1px solid #C0C0C0;
}
input.submit {
	width: 64px;
	border: 1px solid #C0C0C0;
	background-color: #909090;
	color: #ffffff;
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px;
}
textarea {
	width: 200px;
	border: 1px solid #C0C0C0;
}

.hidden {
	display: none;
}


/* ---------------------------------- 
/*  >> Structure
/* ----------------------------------  */

div#header_frame {
	position: relative;
	clear: both;
	width: 680px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	border-bottom: 3px solid #004977;
}

div#main_frame {
	position: relative;
	clear: both;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 11px;
	color: #202020;
	text-align: left;
	line-height: 1.5em;
}

div#bottom_frame {
	position: relative;
	clear: both;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

div#main_frame div.content_left {
	position: relative;
	float: left;
	width: 125px;
}
div#main_frame div.content_right {
	position: relative;
	float: right;
	width: 530px;
}

/* Sub-Content Container */
div#main_frame div.content_right div.content_sub_left {
	float: left;
	width: 280px;
	padding-right: 15px;
}
div#main_frame div.content_right div.content_sub_right {
	float: right;
	width: 230px;
}
div#main_frame div.content_full div.content_sub_left {
	float: left;
	width: 420px;
	padding-right: 15px;
}
div#main_frame div.content_full div.content_sub_right {
	float: right;
	width: 230px;
}


/* IMAGE-headlines */
img.headline {
	display: block;
}
img.headline.h1 {
	margin-bottom: 15px;
}
img.headline.h2 {
	margin-bottom: 5px;
}

/* Navigation */
div#navigation {
	text-align: left;
	padding-bottom: 25px;
}

div#navigation a {
	display: block;
	width: 125px;
	color: #606060;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 2px;
}
div#navigation a:hover {
	color: #1010A0;
}
div#navigation a.selected {
	font-weight: bold;
	color: #101010;
}

#planp_logo {
	top: 0;
	right: 0;
	margin-right: 9px;
	float: right;
	cursor: pointer;
}

/* Location */
div#location_frame {
	color: #808080;
	font-size: 9px;
	text-transform: uppercase;
	float: left;
}

div#location_frame a { color: #A0A0A0; }
div#location_frame a:hover { color: #101010; }

div#location_frame a.sub {
	padding-left: 12px;
	background-image: url('../_gfx/location_bullet.gif');
	background-position: 3px center;
	background-repeat: no-repeat;
}
div#location_frame a.sub:hover {
	background-image: url('../_gfx/location_bullet_black.gif');
}
div#location_frame a.sub.last {
	background-image: url('../_gfx/location_bullet_blue.gif');
	color: #203090;
}
div#location_frame a.sub.last:hover {
	background-image: url('../_gfx/location_bullet_black.gif');
	color: #101010;
}

/* Language */
div.lang_frame {
	color: #808080;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
	right: 0;
}
div.lang_frame a { color: #A0A0A0; }
div.lang_frame a:hover { color: #1010A0; }


/* Subnav left */
div.subnav_frame {
	width: 115px;
	float: left;
}

/* Subnav Frame */
div#subnav {
	position: relative;
	min-height: 200px;
	cursor: default;
	/* overflow: hidden; */
}
div#subnav div.listframe {
	position: absolute;
	top: 0;
	left: 0;
}

div#subnav div.listframe div.list {
	display: inline;
	width: 115px;
	background-color: #fff;
	color: #000;
	text-align: left;
	float: left;
}

/* *** START: Load with javascript *** */
div#subnav.js {
	position: relative;
	min-height: 10px;
	/*height: 250px;*/
	overflow: hidden;
	cursor: default;
}
div#subnav.js div.listframe {
	position: absolute;
	width: 680px;
	/* height: 5000px; */
	top: 0;
	left: 0;
}
div#subnav.js div.listframe div.list {
	display: inline;
	width: 115px;
	background-color: #fff;
	color: #000;
	text-align: left;
	overflow: hidden;
	float: left;
}
/* *** END: Load with javascript *** */

div#subnav div.listframe div.list a.element {
	display: block;
	background-color: #fff;
	color: #444;
	font: 10px Arial;
	text-align: left;
	border-top: 1px dotted #D0D0D0;
	padding-left: 1px;
}
div#subnav div.listframe div.list a.element:hover {
	background-color: #EEF;
	color: #222;
}
div#subnav div.listframe div.list a.element_1st {
	display: block;
	background-color: #fff;
	color: #444;
	font: 10px Arial;
	text-align: left;
	border-top: none;
	padding-left: 1px;
}
div#subnav div.listframe div.list a.element_1st:hover {
	background-color: #EEF;
	color: #222;
}

div#subnav div.listframe div.list a.left {
	background-image: url('../_gfx/subnav_arrow_left.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 8px;
}
div#subnav div.listframe div.list a.right {
	background-image: url('../_gfx/subnav_arrow_right.gif');
	background-position: right center;
	background-repeat: no-repeat;
}
div#subnav div.listframe div.list a.selected {
	/* font-weight: bold; */
	color: #1010A0;
}

div#subnav div.listframe div.list a.element.subbed,
div#subnav div.listframe div.list a.element.subbed_1st {
	/* margin-left: 8px; */
}
div#subnav div.listframe div.list a.element.subbed.selected,
div#subnav div.listframe div.list a.element.subbed_1st.selected {
	/* font-weight: bold; */
	color: #1010A0;
}
div#subnav div.listframe div.list a.element.subbed,
div#subnav div.listframe div.list a.element.subbed.selected {
	border-top: none;
}
div#subnav div.listframe div.list span.headline {
	display: block;
	background-color: #fff;
	color: #000;
	font: 10px Arial;
	text-align: left;
	border-top: 1px dotted #D0D0D0;
	padding-left: 1px;
	font-weight: bold;
}
div#subnav div.listframe div.list span.headline_1st {
	display: block;
	background-color: #fff;
	color: #000;
	font: 10px Arial;
	text-align: left;
	border-top: none;
	padding-left: 1px;
	font-weight: bold;
}

/* Bottom Nav */
div#bottom_nav {
	padding-top: 3px;
	text-align: right;
	border-top: 1px solid #e2e2e2;
	padding-bottom: 30px;
}
div#bottom_nav a {
	display: inline-block;
	color: #C0C0C0;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-left: 10px;
}
div#bottom_nav a:hover {
	color: #1010A0;
}
div#bottom_nav a.selected {
	font-weight: bold;
	color: #101010;
}


/* RANDOM NUMBER */
#num_frame {
	width: 225px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}
#num_frame div.overlay {
	position: absolute;
	width: 225px;
	height: 200px;
	z-index: 101;
}
#num_frame img.number {
	width: 180px;
	height: 120px;
	z-index: 9;
}
#num_frame span.text {
	display: block;
	font: 10px Arial;
	color: #909090;
	z-index: 8;
}


/* RANDOM PUBLIKATIONEN */
div#showroom {
	position: relative;
	width: 430px;
	height: 82px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
div#showroom span.le {
	position: absolute;
	left: -21px;
	bottom: 0px;
}
div#showroom span.re {
	position: absolute;
	right: -21px;
	bottom: 0px;
}
div#showroom div.content {
	display: inline-block;
	width: 100%;
}
div#showroom div.content div.object {
	display: inline-block;
	width: 82px;
	height: 82px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}
div#showroom div.content div.object a.crosslink {
	position: relative;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 82px;
	height: 82px;
	z-index: 9;
}
div#showroom div.content div.object a.crosslink div {
	position: relative;
	display: block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
div#showroom div.content div.object a.crosslink img {
	display: inline;
	padding: 0;
	border: 1px solid #e4e4e4;

	max-height: 80px;
	max-width: 80px;
}
div#showroom div.content div.object a.crosslink span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 0;
	margin: 0;
	background-image: url(data:image/gif;base64,AAAA);
	background-position: center center;
	background-repeat: no-repeat;
}
/*
div#showroom div.content div.object a.crosslink:hover span {
	background-image: url('../_gfx/arrow_in_box.png');
}
div#showroom div.content div.object a.crosslink span.ovy_js,
div#showroom div.content div.object a.crosslink:hover span.ovy_js {
	background-image: url('../_gfx/arrow_in_box.png');
}
*/


/* Zoomed overly as highlight for the showroom */
div#showroomZoom,
div#showroomZoom1,
div#showroomZoom2,
div#showroomZoom3,
div#showroomZoom4,
div#showroomZoom5 {
	position: absolute;
	z-index: 201;
}
img#showroomZoom_Image,
img#showroomZoom_Image1,
img#showroomZoom_Image2,
img#showroomZoom_Image3,
img#showroomZoom_Image4,
img#showroomZoom_Image5 {
	width: 100%;
	height: 100%;
}
a#showroomZoom_Link,
a#showroomZoom_Link1,
a#showroomZoom_Link2,
a#showroomZoom_Link3,
a#showroomZoom_Link4,
a#showroomZoom_Link5 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
}


/* Cover Zoom Link */
a.zoomlink {
	position: relative;
	background-color: transparent;
	display: inline-block;
	z-index: 9;
}
a.zoomlink div {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
a.zoomlink img {
	display: inline;
	border: 0;
	padding: 0;
}
a.zoomlink span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 0;
	margin: 0;
	background-image: url(data:image/gif;base64,AAAA);
}
a.zoomlink:hover span {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../_gfx/arrows_zoom_in_box.png');
}
a.zoomlink span.ovy_js,
a.zoomlink:hover span.ovy_js {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../_gfx/arrows_zoom_in_box.png');
}


/* HOME */
div#home_left {
	float: left;
	width: 375px;
	padding-right: 30px;
	padding-bottom: 10px;
/*
	background-image: url('../_gfx/cross_11p.gif');
	background-repeat: no-repeat;
	background-position: top right;
*/
	border-right: 1px solid #e6e6e6;
}
div#home_right {
	float: right;
	width: 225px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #909090;
	line-height: 1.5em;
	font-size: 110%;
	text-align: left;
	vertical-align: middle;
}
div#home_bottom_cross {
	clear: both;
	width: 375px;
	height: 15px;
/*
	background-image: url('../_gfx/cross_11p.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
*/
}
/* Home->NewsBox */
div#home_left div.news_frame {
	min-height: 280px;
	clear: both;
}
div#home_left div.news_frame img.box_news_caption {
	margin-left: 50px;
	margin-bottom: 2px;
}
div#home_left div.news_frame div.news {
	width: 350px;
	clear: both;
	text-align: left;
}
div#home_left div.news_frame div.news div.date {
	float: left;
	width: 50px;
	color: #757575;
}
div#home_left div.news_frame div.news div.short,
div#home_left div.news_frame div.news div.full {
	float: right;
	width: 300px;
	color: #404040;
}
div#home_left div.news_frame div.news div.full img.headline {
	margin-bottom: 10px;
}
div#home_left div.news_frame div.news div.full {
	padding-bottom: 21px;
	background-image: url('../_gfx/line_33p_news_spacer.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
div#home_left div.news_frame div.news div.date,
div#home_left div.news_frame div.news div.short {
	padding-top: 5px;
}
div#home_left div.news_frame a {
	color: #101010;
}
div#home_left div.news_frame a:hover {
	color: #101090;
}

/* Home->BottomBox (Publikationen & Kunden) */
div#home_bottom_box {
	width: 375px;
	margin-top: 10px;
/*
	background-image: url('../_gfx/crosses_home_mid.gif');
	background-repeat: no-repeat;
	background-position: top right;
*/
}
div#home_bottom_box div.publikationen {
	width: 135px;
	margin-left: 50px;
	margin-right: 30px;
	padding-top: 20px;
	float: left;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
}
div#home_bottom_box div.kunden {
	width: 135px;
	padding-top: 20px;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
}
div#home_bottom_box div.kunden,
div#home_bottom_box div.publikationen {
	color: #909090;
	line-height: 1.4em;
}
div#home_bottom_box div.kunden div.elemlist,
div#home_bottom_box div.publikationen div.elemlist {
	padding-top: 5px;
	line-height: 1.5em;
}
div#home_bottom_box div.kunden div.elemlist a.listelem,
div#home_bottom_box div.publikationen div.elemlist a.listelem {
	display: block;
	color: #303030;
	font-weight: bold;
}
div#home_bottom_box div.kunden div.elemlist a.listelem:hover,
div#home_bottom_box div.publikationen div.elemlist a.listelem:hover {
	color: #2020C0;
}

img.shortnews {
	margin-top: 8px;
}


/* NEWS */
div#news {
	display: inline-block;
	float: left;
	width: 295px;
	line-height: 1.5em;
}

div#news_right {
	display: inline-block;
	float: right;
	width: 225px;
	text-align: center;
	vertical-align: top;
}

div#newsarchiv div.news {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #B0B0B0;
	line-height: 1.5em;
}


/* PUBLIKATIONEN */
div#weitere_publikationen {
	margin-top: 20px;
}
div#weitere_publikationen div.headline {
	padding-bottom: 10px;
}
div#weitere_publikationen a.crosslink {
	position: relative;
	background-color: transparent;
	display: inline-block;
	z-index: 9;
	float: left;
	padding: 2px;
}
div#weitere_publikationen a.crosslink div {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
div#weitere_publikationen a.crosslink img {
	display: inline;
	padding: 0;

	border: 1px solid #e4e4e4;
}
div#weitere_publikationen a.crosslink span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 0;
	margin: 0;
	background-image: url(data:image/gif;base64,AAAA);
}
div#weitere_publikationen a.crosslink:hover span {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../_gfx/arrow_in_box.png');
}

/* KUNDEN */
div#kunden_publikationen {
	margin-top: 10px;
}
div#kunden_publikationen a.crosslink {
	position: relative;
	background-color: transparent;
	display: inline-block;
	z-index: 9;
	margin: 5px;
	text-align: center;
	float: left;
	padding: 2px;
}
div#kunden_publikationen a.crosslink div {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin-bottom: 2px;
}
div#kunden_publikationen a.crosslink img {
	display: inline;
	padding: 0;
	
	border: 1px solid #e4e4e4;
}
div#kunden_publikationen a.crosslink span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 0;
	margin: 0;
	background-image: url(data:image/gif;base64,AAAA);
}
div#kunden_publikationen a.crosslink:hover span {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../_gfx/arrow_in_box.png');
}


/* tabellen (information) */
table.information {
	padding-top: 30px;
	padding-right: 100px;
}
table.information td {
	padding-bottom: 10px;
	vertical-align: top;
}
table.information td.label {
	width: 180px;
	padding-right: 10px;
	font-family: "Arial Narrow", Arial, "MS Trebuchet", sans-serif;
	font-size: 115%;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #C0C0C0;
}
table.information td p {
	padding-bottom: 7px;
}


/* tabellen (information2) */
table.information2 {
	padding-top: 10px;
	padding-right: 25px;
}
table.information2 td {
	padding-bottom: 5px;
	vertical-align: top;
}
table.information2 td.label {
	width: 100px;
	padding-right: 25px;
	font-weight: bold;
	text-align: right;
	color: #08080A;
}
table.information2 td p {
	padding-bottom: 7px;
}


/* tabellen (information3) */
table.information3 {
	padding-top: 10px;
	padding-right: 25px;
}
table.information3 td {
	padding-bottom: 5px;
	vertical-align: top;
}
table.information3 td.label {
	width: 180px;
	padding-right: 25px;
	font-weight: bold;
	text-align: right;
	color: #08080A;
}
table.information3 td.headline {
	font-family: "Arial Narrow", Arial, "MS Trebuchet", sans-serif;
	font-size: 115%;
	font-weight: bold;
	text-transform: uppercase;
	color: #C0C0C0;
	padding-top: 15px;	
}
table.information3 td.cont {
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}
table.information3 td p {
	padding-bottom: 7px;
}


/* Show All Element - for Publikationen, Kunden and Team */
a.ov_all_elem {
	display: inline-block;
	width: 82px;
	height: 94px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 15px;
	text-align: center;
	vertical-align: middle;
}
a.ov_all_elem img {
	max-height: 100%;
	max-width: 100%;
	
	border: 1px solid #e4e4e4;
}


span.sub_headline {
	font-family: "Arial Narrow", Arial, "MS Trebuchet", sans-serif;
	font-size: 115%;
	font-weight: bold;
	text-transform: uppercase;
	color: #C0C0C0;
	display: inline-block;
	padding-bottom: 3px;
}

