﻿/********************
Balzano Informatik AG
07.02.2005, rgu
***
Stylesheet enthaellt die Definition der Platzhalter und Container fuer
den Inhalt. Dazu gehoert auch das Roh-Design der Webparts fuer den Inhalt.
********************/

/* TOPIC */

.topic-container { /* <- Umgebender Bereich fuer den kompletten Inhalt - alle Topic-WebPartZonen */
	border: none 0px #99CC33;
	z-index: 1;
}

.topic-title { /* <- Titelliste der Navigation */
	position: relative;
	height: 20px;
	width: 100%;
	padding-left: 5px;
	border-bottom: 1px solid #103264;
	background-image:url(images/main-head-back.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}

.topic-inhalt { /* <- Definition des Navigation-Inhalts */
	
	background-color: #D6DFE7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#topic-outside { /* <- Container ausserhalb des/der WebParts */
	
	width: 99%;
	top: 120px;	
	right: 0px;
	left: 0px;
}

.WebPartZone-Topic { /* <- Definition: Rohzustand einer leeren WebPartZone fuer den Seiteninhalt */
	margin: 6px 6px 6px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.WebPart-SingleColumn {
	margin: 17px 0px 0px 0px;
	position: static;
	float: left;
	padding-left: 320px;
}

div.WebPart-TwoColumn-1 {
	margin: 17px 0px 0px 0px;
	position: static;
	float: left;
	width: 0px;
	padding-left: 320px;
	clear: none;
}

div.WebPart-TwoColumn-2 {
	margin: 17px 0px 0px 0px;
	position: static;
	float: right; 
	clear: both;
}

div.WebPart-Large {
	width: 800px;
}

.WebPart-Standard {
	width: 600px;
}

.WebPart-Adaptive {
width: 80%;
min-width: 600px;
max-width: 800px;
width:expression(document.body.clientWidth < 610? "600px" : document.body.clientWidth > 800? "800px" : "auto"); }

div.WebPart-Small {
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}

div.WebPart-Full {
	width: 100%;
}

.WebPart-Empty {
	visibility: hidden;
	position: absolute;
	height: 0px;
	width: 0px;
}

.topic-grid {
	overflow: visible;
	width: 600px;
}


/* TOPIC - LIST */

.list-table {
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}

.list-title { /* <- Überschrift der Liste / Tabelle */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	margin:  0px 0px 0px 0px;
	left: 0px;
	text-align: left;
}

.list-content { /* <- Inhalt / Wert */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	left: 0px;
	text-align: left;
	vertical-align: top;
}

.list-line { /* <- Trennlinie */
	background-color: #999;
	height: 1px;
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 0px 0px;
}
	
	
	
	
	
/* TOPIC - DETAIL */

.detail-title {
	border-bottom: 1px solid #103264;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00234B;
	font-weight: bold;
}

.detail-label { /* <- Lable zu Detail / Wert */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: top;
	padding: 2px 30px 2px 2px;
	margin:  0px 0px 0px 0px;
	left: 0px;
	text-align: left;
}

.detail-content { /* <- Detail / Wert */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	margin: 2px 10px 0 8px;
	left: 0px;
	vertical-align: top;
	text-align: left;
}

.detail-content-bg { /* <- Detail / Wert */
	overflow: hidden;
	min-height: 15px;
	display: list-item;
	list-style-type: none;
	background-color: #CEE; 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 1px 14px 2px 5px;
	margin: 2px 10px 0 8px;
	left: 0px;
	vertical-align: top;
	text-align: left;
}

.detail-label-wwc{ /* <- Lable zu Detail / Wert */
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	vertical-align: top;
	padding: 2px 30px 2px 2px;
	margin:  0px 0px 0px 0px;
	left: 0px;
	text-align: left;
	min-height: 34px;
}


/* IMAGES IN DETAIL-VIEW */

img.detail-liste-foto, .detail-liste-foto img {
	width: 100px;
}

img.detail-foto, .detail-foto img {
	width: 100px;
}




/* TOPIC - INLINE FRAME */
/* Fuer alte asp-Seiten */
.inlineframe {
	left: 320px;
	top: 127px;
	position: absolute;
	width: 650px; 
	height: 700px;
	min-width: 650px; 
	min-height: 700px;
	z-index: 99;
}

/* UPDATE */
/* 27.03.2007 - rgu, */
/* Alle Inline-Frames die in einem Popup dargestellt werden. Beispiel: Legacy -> Hilfe-Seiten */
.inlineframe_popup {
	position: absolute;
	width: 400px;
	height: 300px;
	overflow: hidden;
	z-index: 99;
}

/* Fuer alle anderen asp-Seiten */
iframe {

}