/* Konzept, Design und Programmierung durch media access GmbH, Agentur für Neue Medien, Stuttgart
   Neugierig? www.media-access.net */

/* 

01 Allgemeine Einstellungen
02 Grundlayout
03 Header-Elemente
	03a Suche
	03b Headernavigation
	03c Breadcrumb-Navigation
04 Subnavigation
05 Contentspalte
	05a Headlines
	05b Links
	05c unsorted Lists
	0501 Lead mit H1 und Teasertext (optional Datum)
	0502 Textbox normal mit H2
	0503 Teaserbox mit Bild rechts/links
	0504 Tabelle allgemein
	0505 Lightbox Galerie
	0506 Keyvisual / Bildbuehne / Bild über gesamte Breite mit optinaler Bildunterschrift
	0507 Teaserbox mit 2 Container
	0508 Downloadbox
	0509 Content trennlinie
	0510 Video
	0511 Textfeld fuer HTML Quellcode
06 Marginalspalte

07 Footer

98 'Bitte warten'-Layer
99 Error Message

*/



/* 01 Allgemeine Einstellungen -------------------------------------------------------------------------------------------------*/

html, body  {
	font-family: Times New Roman, Times, Serif, Palatino Linotype;
	font-size: 12px; /* Layout-Raster */
	width: 90%;
	height: 100%;
	margin: 0 0 0 3%;
	padding: 0;
	background: #fff;
}



#aspnetForm {
	height: 100%; 
	position: relative;
}

img {
	margin: 0;
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

a {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

br.clearfix {
	clear: both;
}

div.clearfix {
	width: 100%;
	height: 0;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}



/* 02 Grundlayout --------------------------------------------------------------------------------------------------------------*/

#header {
	display: none;
}

#pageWrapper { /* Hauptrahmen */
	width: 100%;
	background: none;
	margin: 100px 0 0 0;
}

#breadcrumb /* Breadcrumb-Navi oben */
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 80%;
	color: #777;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 20px;
}

#subnavigation { /* Navi links */
	display: none;
}

#content { /* Inhalt */
	width: 100%;
	margin: 15px 20px 25px 20px;
	padding: 0;
}

#context { /* Marginalspalte rechts */
	display: none;
}

#footerWrapper { /* Fusszeile */
	display: block;
	height: 80px;
	width: 100%;
	position: absolute;
	top: 0;
	margin: 0 0 0 3%;
}



/* 03c Breadcrumb-Navigation */

#content #breadcrumb a 
{
	font-weight: bold;
	text-decoration: none;
	color: #47215a;
	clear: none;
}

#breadcrumb a:hover {
	color: #622181;
}




/* 05 Contentspalte  ---------------------------------------------------------------------------------------------------------*/

/* 05a Headlines */


h1 { /* Zwischenueberschrift gross */
	color:#333;
	font-size:200%;
	font-weight:200;
	line-height:30px;
	margin:0 0 15px;
	padding:0;
}

h2 { /* Zwischenueberschrift, elementuebergreifend */
	font-weight: normal;
	font-size: 160%;
	line-height:20px;
	color: #333;
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
}

#content h3 { /* Tabellenueberschrift */
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin: 20px 0 0 0;
	padding: 0;
}

#content h4 { /* Teaser */
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin: 20px 0 0 0;
	padding: 0;
}

/* 05b Links */

#content a, #context a { /* Link allgemein */
	margin: 0;
	color: #777;
	text-decoration: none;
	line-height: normal;
}

#content a.bildlink, 
#context a.bildlink, 
#content a.bildlink:hover, 
#context a.bildlink:hover, 
#content #breadcrumb a,
#content #breadcrumb a:hover,
#content a.galaryImage,
#content a.galaryImage:hover
 { 
	margin: 0;
	padding: 0;
	background: transparent;
	padding: 0;
	margin: 0;
}

#content a.textlink { /* Link allgemein im Textfluss */ 
	display: inline;
	background-position:none;
}


/* 05c unsorted Lists */

#content div.textbox ul { /* Liste */
	margin: 0;
	padding: 0;
}

#content div.textbox ul ul, 
#content div.textbox ul ul ul { /* Liste 2./3. Ebene */
	margin: 0;
	padding: 0;
}

#content div.textbox ul li, 
#context ul li { /* Listenpunkt */
	background: url(/content/images/common/LL_list_bg.png) no-repeat 0 0;
	list-style-type: none;
	margin: 5px 0 5px 0;
	padding: 0 0 0 20px;
}

#context ul {
	margin: 10px; 
	padding: 0;
}
		
#content div.textbox ul li span  {
	display: inline; }



/* 0501 Lead mit H1 und Teasertext (optional Datum) ---------------------------------------------------------------------------------------------------*/

.headline1date	{
	width: 100%;
	position: relative;
	}
	
.articledate  {
	display:none;
	}
	
/* 0502 Textbox normal mit H2 --------------------------------------------------------------------------------------------------------*/

#content div.textbox {
	line-height: 14px;
	color: #333;
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}

#content div.textbox p,
#content div.textbox span { /* Absatz */
	margin: 0 0 12px 0;
	padding: 0;
	display: block;
}

#content div.textbox h2 span { /* Absatz */
	margin: 0;
	padding: 0;
	display: block;
}

/* 0503 Teaserbox mit Bild rechts/links -----------------------------------------------------------------------------------------------*/
#content div.teaserbox-intern {
	line-height: 14px;
	color: #333;
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
}
	
#content div.teaserbox-intern .textimage {
	display: none;
}    
	

#content div.teaserbox-intern a.multilink {
	display: none;
}

#content div.teaserbox-intern .textimage img {
	display: none;
} 


/* 0504 Tabelle allgemein -----------------------------------------------------------------------------------------------------*/
#content table.zeile { 
	color: #333333;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

#content table.uebersicht { 
	color: #333333;
	width: 100%;
	margin: 20px 0 30px 0;
	clear: both;
}

#content table.uebersicht th,
#content table.uebersicht thead td {
	background: #ddd;
	line-height: 14px;
	text-align: left;
	color: #000;
	vertical-align: top;
	border-bottom: 1px solid #999;
	padding: 4px 5px 5px 5px;
	font-weight: bold;
}	
	
#content table.uebersicht th.left { 
	text-align: left; 
}

#content table.uebersicht td { 
	line-height: 14px;
	vertical-align: top;
	border-bottom: 1px dotted #999;
	padding: 4px 5px;
}

#content table.uebersicht a { 
	margin: 0;
	display: block;
}
	
#content table.uebersicht p {
	margin: 0;
	padding: 0;
}


/* 0505 Lightbox Galerie ---------------------------------------------------------------------------------------- */

#content div.lightbox-gallery { /
	display: none;
}
	

/* 0506 Keyvisual / Bildbuehne / Bild über gesamte Breite mit optinaler Bildunterschrift ------------------------ */
   

#keyvisual-uebersicht { 
	display: none;
}


/* 0507 Teaserbox mit 2 Container ------------------------------------------------------------------------- */

 
#content div.zweierteaserblock-textbild {
		clear: both;
		margin: 10px 0 20px 0;
		padding: 0;
		width: 480px;
}
 
#content div.zweierteaserblock-textbild ul {
		margin: 0;
		padding: 0;
}
 
#content div.zweierteaserblock-textbild ul li {
		width: 225px;
		height: auto;
		float: left;
		list-style-type: none;
		margin: 0 26px 0 0;
		padding: 0 0 10px 0;
		border: 1px solid #aaa;
}
 
#content div.zweierteaserblock-textbild ul li.rechts {
		margin: 0;
}
			  
#content div.zweierteaserblock-textbild ul li h2 {          
		color: #333;
		padding: 11px;
		margin: 0;
}
 
#content div.zweierteaserblock-textbild ul li p {           
		font-size: 11px;
		padding: 10px 11px  10px 11px;
		margin: 0;
}
 
#content div.zweierteaserblock-textbild ul li a {           
		margin: 0 0 0 10px;
		display:inline-block;
		line-height:16px;
}
 
#content div.zweierteaserblock-textbild ul li a.bildlink {          
		padding: 0;
		margin: 0;
		background: none;
}
 
#content div.zweierteaserblock-textbild ul li img {         
		padding: 0;
		margin: 0;
		width: 225px;
		border: none;
		}
 
 
/* 0508 Downloadbox ---------------------------------------------------------------------------------------- */

.Downloadbox {
display: none;
}
 

/* 0509 Content trennlinie ---------------------------------------------------------------------------------------- */

.contenttrennlinie  {
	background:none repeat scroll 0 0 #ddd;
	float:left;
	height:1px;
	margin:0 80px 20px 80px;
	padding:0;
	width:75%;
}


/* 0510 Video  ---------------------------------------------------------------------------------------- */

.videoWrapper {
 display: none;
}


/* 0511 Textfeld fuer HTML Quellcode  ---------------------------------------------------------------------------------------- */

.freeform-html {
	display: none;
}



/* 06 Marginalspalte  ---------------------------------------------------------------------------------------------------------*/

#context div.contextbox { 
	display: none;
}


/* 07 Footer -----------------------------------------------------------------------------------------------------------------*/
#footershadow {
	display: none; 
	}


#footNav {
	display: none;
}

#footerborder {
	display: none;
	}

#footerbottom 
{
	height: 50px;
	width: 100%;
	bottom: 0;
	position: absolute;
	}
	
#footerlogo {
	float: right;
	width: 103px;
	height: 50px;
	}    
	
#footerlogo img {
	float: right;
	width: 103px;
	height: 50px;
	margin: 0 0 20px 0;
	} 
	
.szwidget {
	display: none;
}

#footer a {
	display: none;
}

#footer ul {
	display: none;
}





/* 97 Suche ------------------------------------------------------------------------------------------------------ */




/* 98 'Bitte warten'-Layer ------------------------------------------------------------------------------------------------------ */
#dPleaseWait {
	display: none;	
}


/* 99 Error Message ----------------------------------------------------------------------------------------------------------*/
div.errorWrapper {
	display: none;
}



/* ----------------- Suche -----------------------*/


#content .suchergebnis {
	clear:both;
	display:block;
	margin: 0 0 50px 0;
	padding:0 0 20px 0;
	}

#content .suchergebnis h3 {
	border-bottom:1px solid #ddd;
	clear:both;
	display:block;
	line-height:26px;
	margin:35px 0 5px 0;
	padding:0 0 5px 0;
	}
	
#content .suchfeldNeueSuche {
	display: none;
	}


#content .blaettern {
	display: none;
	}

