/* DATEI: cms.css  */
/* FDP Schweiz - intelligente Schweiz */
/* (c) Intersim AG - Burgdorf */

/*--------------------------------------- Elemente ---------------------------------------*/
body {
	background-color:#FFF;
	color:#000;
	padding:0px;
	margin:0px;
	font-size:11px;
}

body, h1, h2, h3, h4, h5, h6 {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; line-height:normal;}
/* -- Achtung bei Fixpositionierten Texte -- */

p, table, td, th, ul, ol, select, textarea, input, form {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; line-height:normal;}
	
p {line-height:16px;
	margin:0px;
	padding:0px;
	margin-bottom:14px;
}

p, table, td, th, ul, ol {font-size:11px;}

select, input, button {font-size : 11px;}

input {vertical-align:middle;}

pre {font-family:"Courier New", Courier, monospace;	color:#000;}

address {font-style:italic;}

img {border:0px none;}

/* --------- Liste - Aufzaehlung --------- */
UL, MENU {list-style-type:disc;}
UL LI {list-style-type:disc; padding-left:0px; margin-left:-15px;}
UL LI LI {list-style-type:disc; padding-left:0px; margin-left:-15px;}
UL LI LI LI {list-style-type:disc; padding-left:0px; margin-left:-15px;}

OL {list-style-type:decimal;}
OL LI {list-style-type:decimal;	padding-left:0px; margin-left:-15px;}
OL LI LI {list-style-type:decimal;padding-left:0px; margin-left:-15px;}
OL LI LI LI {list-style-type:decimal; padding-left:0px; margin-left:-15px;}

/* --------- Titel im Hauptteil --------- */
h1 {font-size:22px; font-weight:bold; color:#3D4E99; margin:0; padding:2px 0 2px 0;}
h2 {font-size:18px; font-weight:bold; color:#3D4E99; margin:0; padding:2px 0 2px 0;}
h3 {font-size:16px; font-weight:bold; color:#3D4E99; margin:0; padding:2px 0 2px 0;}
h4 {font-size:14px; font-weight:bold; color:#3D4E99; margin:0; padding:2px 0 2px 0;}
h5 {font-size:12px; font-weight:bold; color:#3D4E99; margin:0; padding:2px 0 2px 0;}
h6 {font-size:11px; font-weight:bold; color:#3D4E99; margin:0; padding:2px 0 2px 0;}

/*---------------------- Links ----------------------*/
/* Allgemein im Content-Bereich */
a:link    		{color:#3D4E99; background-color:transparent; text-decoration:none;}
a:visited 		{color:#3D4E99; background-color:transparent; text-decoration:none;}
a:hover   		{color:#3D4E99; background-color:transparent; text-decoration:underline;}
a:active  		{color:#3D4E99; background-color:transparent; text-decoration:none;}

/* Links bei Dokumenten-Suche */
a.doku:link		{color:#3D4E99; background-color:transparent; text-decoration:none;}
a.doku:visited	{color:#3D4E99; background-color:transparent; text-decoration:none;}
a.doku:hover	{color:#0066CC; background-color:transparent; text-decoration:underline;}
a.doku:active	{color:#3D4E99; background-color:transparent; text-decoration:none;}

/*--------------------------------------- Classes ---------------------------------------*/

/*--------- Allegemeine ---------*/

/* Inhalt-Tabelle (Admin-Bereich, allg. Seiten) */
.contTable {}
.small {font-size:10px;}
.bold {font-weight:bold;}
.ShopMarked {background : #D6D6D6;}

/* Schaltfläche */
.bu { 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	background-color:#3D4E99; 
	border:0px none;
	margin:1px;
	cursor:pointer;
}

/*--------- Classes Admin-Bereich  ---------*/

/* Titel */
.AdminTabTitle {background-color:#3D4E99; color:#FFF; font-weight:bold; font-size:11px;}

/* Normale Zeile */
.AdminTabRowLight {color:#000; background-color:#FFF;}

/* Alternative Zeile */
.AdminTabRowDark {color:#000; background-color:#F0F1F7;}

/* Effekt-Zeile */
.AdminTabRowEffect {color:#000; background-color:#D8DCEB;}

/*--------- Classes Teaser  ---------*/

/* Titel-Div */
.teaserTitle {
	width:200px;
	height:auto;
	padding:0px;
	margin:0px;
}

/* Titelzeilen-Text */
.pTeaserTitle {
	text-align:left;
	color:#3D4E99;
	font-weight:bold;
	font-size:11px;
	padding:2px 5px 2px 30px;
	margin:0;
}

/* Inhalt-Div */
.teaserCont {
	width:200px;
	height:auto;
	padding:0px;
	margin:0 0 20px 0;
}

/* Inhalt-Text */
.pTeaserCont {
	text-align:left;
	color:#000;
	padding:2px 5px 2px 30px;
	margin:0;
}

/* Mehr... nach Teaser Content */
.tMore {
	display:block;
	width:auto;
	height:auto;
	color:#3D4E99;
	font-size:11px;
	text-decoration:none;
	margin:0 7px 2px 0px;
	padding:0;
	text-align:right;
	cursor:pointer;
}

/* New! neben Teaser-Titel */
.tNew {
	float:right;
	background-color:#3D4E99;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	padding:0px 1px 0px 1px;
	margin:2px 3px 0px 0px;
	border:0px none;
	text-decoration:none;
	cursor:default;
}

.teaserContSmall {}

/*--------- Classes Content-Auflistung -------*/

/* Inhalt-Div */
.cContList {clear:both;	padding:4px 0px 0px 0px; margin:0px;}

/* Inhaltkopf-Div */
.cContListHeader {clear:both;}

/* Headlines */
h2.cContListHeader {border-bottom:1px solid #000; font-size:11px; font-weight:bold;}

/* Headlines */
h1.cContListHeader {border-bottom:1px solid #000; font-size:11px; font-weight:bold;}

/* Inhalt-Div */
.cContListText {clear:both; margin:5px 0 0 0; padding:0px; height:auto; width:auto; border:0px none;}

/* Inhalt-Spalte1 */
.cContListTextCol1 {display:block; padding-right:10px; float:left; height:auto; width:auto;}
div.cContListTextCol1 p {padding:0px; margin:0px;}

/* Inhalt-Spalte2 */
.cContListTextCol2 {float:left;	border:0px none; height:auto; width:auto;}
div.cContListTextCol2 p {margin:0px; padding:0px;}

/* Inhaltfuss-Div */
.cContListFooter {clear:both; height:auto; padding:4px 0 0 0; margin:0px;}

/* Mehr... */
.cMore {float:right; font-size:11px; font-weight:normal; color:#3D4E99; text-decoration:none; cursor:pointer;}

/* Neu! */
.cNew {float:right;	background-color:#3D4E99; color:#FFF; font-size:10px; padding:0 1px 0 1px;	margin:0 0 0 3px; text-decoration:none;}

/* --------- Suche --------- */
/* Class vom DIV */
.searchPos { }

/* Class vom FORM */
.searchForm { }

/* Class vom INPUT submit */
.SearchButton { }

/*--------------------------------------- DIV's ---------------------------------------*/

/*--------- Main DIV's ---------*/
#divTop {	
	clear:both;
	width:990px;
	height:165px;
	background-image:url(/design/images/bg_divTop.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	z-index:0;
}

#divMiddle {
	clear:both;
	width:990px;
	height:600px;
	padding:0;
	margin:0;
	z-index:100;
}

/*--------- Top DIV's ---------*/
#divHead {				
	position:absolute;
	top:0px;
	left:0px;
	width:990px;
	height:164px;
	background-color:transparent;
	padding:0;
	margin:0;
	border:0px none;
	z-index:3;
}

#divTopnav {display:none;}
#divSearch {display:none;}

/*--------- Middle DIV's ---------*/
#divMenu {
	position:absolute;
	top:186px;
	left:30px;
	width:200px;
	height:auto;
	background-color:transparent;
	padding:0;
	margin:0;
	z-index:101;
}

#divMenuTop {display:none;}

#divMenuMiddle { 
	width:200px;
	height:auto;
	background-color:transparent;
	margin:0;
	padding:0;
}

#divMenuBottom {display:none;}

#divPrintview {display:none;}

#divAccessMode {					/* nur fuer Intranet-Anwendungen */
	
}

#divContent {
	position:absolute;
	top:186px;
	left:270px;
	width:520px;
	height:auto;
	text-align:left;
	margin:0;
	padding:0;
	background-color:#FFF;
	z-index:105;
}

#divPlayer {
	position:absolute;
	top:0px;
	left:530px;
	width:120px;
	height:auto;
	margin:0;
	padding:0;
	z-index:102;
}
#divUnterzeichner {
	position:absolute;
	top:0px;
	left:540px;
	width:200px;
	height:auto;
	margin:0;
	padding:0;
	z-index:102;
}

#divContentBottom {margin: 0 0 0 0;}

div#divContent h1 { }

#divTeaser {
	position:absolute;
	top:186px;
	left:790px;
	width:200px;
	height:auto;
	background-color:transparent;
	padding:0;
	margin:0;
	z-index:102;
}

#divTeaserTop  {display:none;}

#divTeaserBottom {display:none;}

#divApp1 {display:none;}

#divApp2 {
	width:990px;
	height:76px;
	background-color:#fff;
	z-index:150; 
	}

/*--------------------------------------- Module ---------------------------------------*/

/*--------- .NET ---------*/
.body_aspnet {									/* .net iframe im Content */
	background-image:none;
	background-color:#FFF;
	color:#000;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	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:#000; 	
}

.status {										/* error + allg. Meldungen */
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;  
	font-weight:bold;
	color:#CC0000; 	
}


/*--------- News anzeige in spalten  ---------*/

.colviewListHeader {font-weight:bold; padding:0; margin:0; font-size:11px;}

.pColview {font-size:11px; text-align:justify;}

.pColviewCompact {font-size:11px; text-align:left;}


/*-- News Modul; Glossary Modul--*/

.nlglNav {
	font-weight:normal;
	font-size:11px;
	color:#000;
	padding:2px 3px 2px 3px;
	border-left:1px solid #ccc;	
	border-bottom:1px solid #000;
	text-align:center;
}

.nlglNavSel {
	font-weight:bold;
	color:#000;
	background-color:#EEE;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #ccc;	
	border-bottom:1px solid #000;
	text-align:center;
}

.nlglNavNotAvailable {
	font-weight:normal;
	color:#999;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left:1px solid #ccc;	
	border-bottom:1px solid #000;
	text-align:center;
}

.nlglNavHeader {
	font-size:11px;
	color:#3D4E99;
	font-weight:bold;
	border-bottom:1px solid #000;
	margin:0px;
	padding:0px 0px 3px 0px;
	background-repeat:no-repeat;
}

.nlglListHeader {font-weight:bold; padding:3px 0px 3px 0px;	margin:0;}

.nlglListCompact {padding:10px 0 0 0;}

.nlglListCompactDate {padding:10px 0 0 0;font-weight:bold;}

td.nlglNav a:link, td.nlglNavSel a:link, td.nlglListHeader a:link, td.nlglListCompact a:link, td.nlglListCompactDate a:link 				{color:#3D4E99; 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:#3D4E99; 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:#3D4E99; background-color:transparent; text-decoration:underline;}
td.nlglNav a:active, td.nlglNavSel a:active, td.nlglListHeader a:active, td.nlglListCompact a:active, td.nlglListCompactDate a:active 		{color:#3D4E99; background-color:transparent; text-decoration:none;}

/*--------- Polling ---------*/
div.teaserCont form {padding:0;	margin:0 0 0 6px; border:0px none;}

form p.pTeaserCont span.tMore {float:none; padding-left:10px;}

table.polling {border-collapse:collapse;}

table.polling td {margin:0;	padding:3px; border:1px solid #000;}

/* ------- Gästebuch -------- */
.gbEntryListItemFooter{border-top:1px solid #000;}

.gbEntryListItemHeader {font-size:11px;	font-weight:bold;border-bottom:1px solid #3D4E99; background-color:transparent;
}
.gbComment {font-style:italic;}

.gbError {color:#CC0000;}

/*---------------------------------------  FDP spezifisch ---------------------------------------*/

/* Design-Detail Admin-Bereich */
.top_adminTeaser { } 


	