
/* DATEI: cms_popup.css - Design 1 */
/* SEHV */
/* (c) Intersim AG - Burgdorf */


/* DATEI: cms_popup.css */
/* Intersim AG */
/* (c) Intersim AG - Burgdorf */

/*--------------------------------------- Elemente ---------------------------------------*/
body {
	background-color:#ffffff;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:normal;
}

p, table, td, th, ul, ol, select, textarea, input, form {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
}

input, button {
	vertical-align:middle;
	font-size:10px;
}

pre {
	font-family:"Courier New", Courier, monospace;
	color:#000000;
}

address {
	font-style:italic;
}

img {
	border:0px none;
}

/* --------- Liste - Aufzaehlung --------- */
UL, MENU {
	list-style-type:square;
}

LI {
	list-style-type:square;
	padding-left:0px;
	margin-left:-15px;
}
	
LI LI {
	list-style-type:square;
	padding-left:0px;
	margin-left:-15px;
}

LI LI LI {
	list-style-type:square;
	padding-left:0px;
	margin-left:-15px;
}

/* --------- Titel im Hauptteil --------- */
h1	{
	font-size:13px;
	color: #4F82AB;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size:15px;
	color:#000000;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 20px 0px 15px 0px;
}

h3 {
	font-size:11px;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-weight:bold;
	font-size:11px;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h5 {
	font-size:10px;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h6 {
	font-size:10px;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

/*---------------------- Links ----------------------*/

/* Allgemein im Content-Bereich */
a:link    		{color:#000000; background-color:transparent; text-decoration:none;}
a:visited 		{color:#000000; background-color:transparent; text-decoration:none;}
a:hover   		{color: #4F82AB; background-color:transparent; text-decoration:underline;}
a:active  		{color:#000000; background-color:transparent; text-decoration:none;}

a.cQuerlink:link 		{color:#003EB0; background-color:transparent; text-decoration:underline;}
a.cQuerlink:visited 		{color:#003EB0; background-color:transparent; text-decoration:underline;}
a.cQuerlink:hover 		{color:#003EB0; background-color:transparent; text-decoration:none;}
a.cQuerlink:active 		{color:#003EB0; background-color:transparent; text-decoration:underline;}

/*--------------------------------------- Classes ---------------------------------------*/

/*--------- Allgemeine ---------*/

/* Inhalt-Tabelle (Admin-Bereich, allg. Seiten) */
.contTable {
	padding-left:0px;
	color:#000000; 
}
	
.small { 
	font-size:10px; 
}

.bold {
    font-weight:bold;
}

/* Schaltfläche */
.bu { 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#4F82AB;
	border: 1px solid #CDE4F8;
	background-color:#ECF5FD;  
}

/*--------- Classes Admin-Bereich  ---------*/

/* Titel */
.AdminTabTitle {
	background-color: #CDE4F8;
	color:#000000;
	font-weight:bold;
}

/* Normale Zeile */
.AdminTabRowLight {
	color:#000000;
	background-color:#FFFFFF;
}

/* Alternative Zeile */
.AdminTabRowDark {
	color:#000000;
	background-color:#ECF5FD;
}

/* Effekt-Zeile */
.AdminTabRowEffect {
	color:#000000;
	background-color:#DDDDDD;
}

/*--------- Classes Positionierung  ---------*/

/* Vorschau-Grid für Content-Plazierung ; nicht verändern!*/
.grid {
	background-image:url(images/bg_grid.gif);
	background-repeat:repeat-y;
}

/*rechter rand der Content-Plazierung; nur boder style einstellen!*/
.contPosRightBorder {
	border-right:1px dashed #666666;
}

h1#hCategoryTitle {
	font-size:18px;
	line-height:36px;
}

p#pAuctionsOverviewText {
	display:none;
	visibility:hidden;
}

/*--------------------------------------- DIV's ---------------------------------------*/

/*--------- Main DIV's ---------*/
#divTop {
	clear:both; 
	height:120px;
	margin:10px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	
}
#divMiddle {
	clear:both; 
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

/*--------- Top DIVs ---------*/
#divHead {
	
	z-index:1;	
	
	clear:both;
	height:120px;
	padding:12px 12px 0px 12px;
	margin:0px 0px 0px 0px;
}

/*--------- Middle DIVs ---------*/
#divContent {
	position:absolute;
	top:145px;
	left:22px;	/* immer left:22px; */
	width:500px;
	margin:0px 0px 0px 2px;
}

/*--------------------------------------- Module ---------------------------------------*/

/*--------- .NET ---------*/
.body_aspnet {									/* .net iframe im Content */
	background-image:none;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#000000;
	padding:0px;
	margin:0px;
	font-size:11px;
}

span {											/* .net-generierte span */
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-style:normal;  
	font-weight:normal;
	color:#000000; 	
}

.status {										/* error + allg. Meldungen */
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;  
	font-weight:bold;
	color:#CC0000; 	
}
/*-- News Modul; Glossary Modul--*/

.nlglNav {
	font-weight:normal;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #CDE4F8;	
	border-bottom: 1px solid #CDE4F8;
	text-align:center;
}

.nlglNavSel {
	font-weight:bold;
	color:#000000;
	background-color:#F1F1F1;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #CDE4F8;	
	border-bottom: 1px solid #CDE4F8;
	text-align:center;
}

.nlglNavNotAvailable {
	font-weight:normal;
	color: #4F82AB;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #D9D9D9;	
	border-bottom: 1px solid #4F82AB;
	text-align:center;
}

.nlglNavHeader {
	font-size:11px;
	color: #4F82AB;
	font-weight:bold;
	border-bottom:1px solid #CDE4F8;
	margin:0px;
	padding:0px 0px 3px 0px;
	background-repeat:no-repeat;
}

.nlglListHeader {
	font-weight:bold;
	padding:3px 0px 3px 0px;
	margin:0px;
}

.nlglListText {
	vertical-align:top;
	padding: 0px 0px 12px 0px;
}

.nlglListCompact {
	padding:10px 0px 0px 0px;
}

.nlglListCompactDate {
	padding:10px 0px 0px 0px;
	font-weight:bold;
}


td.nlglNav a:link, td.nlglNavSel a:link, td.nlglListHeader a:link, td.nlglListCompact a:link, td.nlglListCompactDate a:link 				{color:#000000; background-color:transparent; text-decoration:none;}
td.nlglNav a:visited, td.nlglNavSel a:visited,  td.nlglListHeader a:visited, td.nlglListCompact a:visited, td.nlglListCompactDate a:visited {color:#000000; background-color:transparent; text-decoration:none;}
td.nlglNav a:hover, td.nlglNavSel a:hover, td.nlglListHeader a:hover, td.nlglListCompact a:hover, td.nlglListCompactDate a:hover			{color: #4F82AB; background-color:transparent; text-decoration:none;}
td.nlglNav a:active, td.nlglNavSel a:active, td.nlglListHeader a:active, td.nlglListCompact a:active, td.nlglListCompactDate a:active 		{color:#000000; background-color:transparent; text-decoration:none;}

/*--------- Polling ---------*/
div.teaserCont form {							/* Teaser-Formular */
	padding:0px;
	margin:0px 0px 0px 6px;
	border:0px;
}

form p.pTeaserCont span.tMore {					/* Teaser-Formular */
	float:none;
	padding-left:10px;
}

table.polling {									/* Resultate Detailsseite */
	border-collapse:collapse;
}

table.polling td {								/* Resultate Detailsseite */
	margin:0px;
	padding:3px;
	border:1px solid #9DBFE0;
}
/* ------- Research -------- */
.trBottomLineColored {
	border-bottom: 1px solid #4F82AB;
	background-color: #d9d9d9;
}

.trBottomLine {
	font-weight:normal;
	padding:2px 3px 2px 3px;
	border-bottom: 1px solid #4F82AB;
}
/*--------------------------------------- Design-spezifisch ---------------------------------------*/

/* Top Navigation */
.topNav {
	font-size:10px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:transparent;
}

/* Top Navigation */
a.topNav:link		{color: #4F82AB; background-color:transparent; text-decoration:none;}
a.topNav:visited	{color:#8e8e8e; background-color:transparent; text-decoration:none;}
a.topNav:hover		{color: #4F82AB; background-color:transparent; text-decoration:none;}
a.topNav:active		{color: #4F82AB; background-color:transparent; text-decoration:none;}

/* DIV's Headbereich */
#divVisual{
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
}

/* -- SUB divHead Sitevision Special -- */
#divTopnav {
	position: absolute;
	top:35px;
	left:415px;
	z-index: 2;
	width:150px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

body
{
 	background: #EFEFEF url(images/bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}

p, table, td, th, select, textarea, input, form, div, span
{
	float:none;
	clear:none;
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;  /* IE6 komische Grösse, wenn nicht 0px angegeben! */
	font-size:12px;
	color:black;
}
h1, h2, h3, h4, a, a:link, a:visited, a:hover, a:active
{
	color:black;
}
th
{
	font-weight:bold;
}
p 
{
	margin-bottom:10px;
}
ol li 
{
	list-style:decimal;
	padding-bottom:5px;
}

#divHead
{
	height:120px;
}
#divLogo
{
	background-color:transparent;
	position:absolute;
	top:0px;
	left:0px;
}
#divTopnav
{
	left:670px;
	top:98px;
}

.cBackLink
{
	float:right;
}
.cRow
{
	clear:both;
	float:none;
	width:auto;
	margin:5px 5px 5px 0px;
	padding:0px;
}
.cRowSeparator
{
	height:10px;
	width:auto;
	margin:0px;
	padding:0px;
}
.cColFixS
{
	float:left;
	clear:none;
	width:100px;
	margin-right:10px;
	padding:0px;
}
.cColFixM
{
	float:left;
	clear:none;
	width:150px;
	margin-right:10px;
	padding:0px;
}
.cColFixL
{
	float:left;
	clear:none;
	width:200px;
	margin-right:10px;
	padding:0px;
}
.cColFixXL
{
	float:left;
	clear:none;
	width:250px;
	margin-right:10px;
	padding:0px;
}
.cColAuto
{
	float:left;
	clear:right;
	width:auto;
	margin-right:10px;
	padding:0px;
}
.cLabel
{	
	font-weight:normal;
}
.cValue
{
	font-weight:normal;
}
.cMessage
{
	color:Red;
	background-color:Transparent;
}
.cButton
{
	width:150px;
	margin:5px 5px 5px 0px;
}
.cAuctionOn
{
	color: Black;
	background-color:Transparent;
	font-weight:bold;	
}
.cAuctionOff
{
	color: Red;
	background-color:Transparent;
	font-weight:bold;	
}

.cAuctionMain
{
	padding-left:10px;
	padding-bottom:30px;
	width:850px;
}
.cAuctionDetail
{
	padding-left:10px;
	padding-bottom:30px;
	width:750px;
}

#pnlAuctions
{
	width:100%;
	float:left;
	clear:both;
}
#divMessage
{
	padding:10px 0 5px 0;
}

/* ------- auction.aspx ------- */
#divAuction
{
	width:800px;
	clear:both;
	float:left;
	padding-top:10px;
}
#divArticleLabel, #divArticleLabel span
{
	color:white;
	background-color:#DE1922;
	font-size:14px;
	width:100%;
	text-align:left;
	font-weight:bold;
	padding:5px;
}
#divArticleImage
{
	float:right;
	width:auto;
	margin:10px 0px 10px 10px;
	border:1px solid silver;
}
#divArticleDescription
{
	margin:10px;
	width:auto;
}
#divArticleDescription td.bold 
{
	padding-right:10px;
}

#divAuctionDetails
{
	float:left;
	width:auto;
	margin:10px;
}
#divBid
{
	clear:both;
	width:auto;
	border:1px solid silver;
	margin:10px 0px 10px 10px;
	padding:10px;
}
#pnlAuctionsTable td ,th{
	padding:2px;
}

/* ------- address.aspx ------- */
#divAddress
{
	clear:both;
	width:600px;
	border:1px solid silver;
	padding:10px;
}
