/* 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
    0512 Generic Box
06 Marginalspalte

07 Footer

98 'Bitte warten'-Layer
99 Error Message

*/



/* 01 Allgemeine Einstellungen -------------------------------------------------------------------------------------------------*/

html, body  {
	font-size: 11px; /* Layout-Raster */
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}

/*body {
    background:url("/content/images/common/page_bg.gif") repeat-x scroll left top #fff;
}*/

#aspnetForm {
    height: 100%; 
}

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 {
    background:url("/content/images/common/LL_header_bg_1000.jpg") no-repeat scroll left top transparent;
    float:left;
    height:141px;
    margin:0;
    padding:0;
    width:1000px;
    position: relative;
}*/

#pageWrapper { /* Hauptrahmen */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1000px;
	background: url(/content/images/common/LL_content_bg.png) repeat-y top left transparent;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

*html #pageWrapper { height: 100% }

#menueContainer { /* Flyoutmenue-Anker */
	height: auto;
	clear: both;
	margin: 0;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
    right:0 ;
    z-index:997;
}

#breadcrumb /* Breadcrumb-Navi oben */
{
    font-weight: bold;
    font-size: 11px;
	color: #47215a;
	width: 480px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

#subnavigation { /* Navi links */
	width: 240px;
	min-height: 50px;
	margin: 0 0 40px 0;
	padding: 0;
    color: #333;
    float: left;
}

#content { /* Inhalt */
	width: 480px;
	height: auto;
	float: left;
	margin: 15px 20px 25px 20px;
	padding: 0;
	min-height: 450px;
}

#context { /* Marginalspalte rechts */
	width: 240px;
	height: auto;
	float: right;
	margin: 48px 0 30px 0;
	padding: 0;
}

#footerWrapper { /* Fusszeile */
    background: #ddd;
    color: #999999;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    width: 100%;
    height:auto;
    clear: both;
}

#footer {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;        
    background: -moz-linear-gradient(top, #ddd 0, #ddd 20%, #f5f5f5 100%);
    background: -webkit-gradient(linear,
	left top, left bottom,
	color-stop(0, #ddd),
	color-stop(0.2, #ddd),
	color-stop(1, #f5f5f5));
    }


/* 03 Header-Elemente --------------------------------------------------------------------------------------------------------------*/

/* 03a Suche ---*/
#headernav .search { /* Suchfunktion */
	margin: 5px;
	padding: 0;
	border: 0;
	position: absolute;
	/*bottom: 16px;*/
	right: 50px;
}
    
#headernav .search input { /* Suchfunktion */
	margin: 0;
	padding: 0;
	float: left;
    }
    
#headernav .search img { /* Suchfunktion */
	margin: 0;
	padding: 0;
	float: left;
    }
    
#headernav .search div { /* Suchfunktion */
	margin: 0;
	padding: 0.3em 1.3em 0 0;
	float: left;
	height: 1.6em;
	background: url(/content/images/common/bg_search.gif) no-repeat top right;
    }

#headernav .search .textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: #f4f4ed;
	padding: 0 0 2px 0;
	margin: 0;
	border: 1px solid #99999d;
	border-left: none;
	border-right: none;
	width: 100px;
	height:16px;
}

    *+html #headernav .search .textfield { margin-top: 0; }
    *html #headernav .search .textfield { margin-top: 0; }


/* 03b Headernavigation */

/*.mainNav {
    background:url("/content/images/common/nav_bg.gif") no-repeat scroll left top transparent;
    float:left;
    height:28px;
    list-style-type:none;
    margin:101px 0 0;
    padding:0 0 0 2px;
    width:100%;
	font-size: 12px;
}

.mainNav li {
    background:url("/content/images/common/nav_bg.gif") no-repeat scroll right top transparent;
    display:block;
    float:left;
    height:28px;
    margin:0;
    padding:0 2px 0 0;
}

.mainNav li a {
    color:#FFFFFF;
    display:block;
    float:left;
    height:22px;
    padding:6px 18px 0 20px;
}*/
#headernav {
     width: 100%;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
}

#headernav ul#topnav {
     background: url("/content/images/common/nav_bg.gif") no-repeat scroll 48px 1px transparent;
     float: left;
     list-style: none outside none;
     margin: 0pt auto;
     padding: 0pt 0pt 0pt 50px;
     position: relative;
}

#headernav ul#topnav li {
     background: url("/content/images/common/nav_bg.gif") no-repeat scroll right 1px transparent;
     float: left;
     margin: 0pt;
     padding: 0pt;
}

#headernav ul#topnav li a {
     color: #F0F0F0;
     display: block;
     margin: 1px 2px 0pt 0pt;
     padding: 7px 15px;
     text-decoration: none;
}

#headernav ul#topnav li span a, #headernav ul#topnav li.active a {
     background: none repeat scroll 0% 0% transparent;
     color: #47215A;
}

#headernav ul#topnav li.active {
     background: none repeat scroll 0% 0% #BA72DB;
     color: #47215A;
     margin: 1px 2px 0pt 0pt;
}

#headernav ul#topnav li a:hover {
     background: url("/content/images/common/nav_active.gif") repeat-x scroll left top transparent;
}

#headernav ul#topnav li span a:hover, #headernav ul#topnav li.active span a:hover {
     background: none repeat scroll 0% 0% transparent;
}

#headernav ul#topnav li.active a:hover {
     background: none repeat scroll 0% 0% #BA72DB;
     color: #47215A;
}

#headernav ul#topnav li span {
     background: none repeat scroll 0% 0% #BA72DB;
     color: #47215A;
     display: none;
     float: left;
     left: 0pt;
     padding: 10px 0pt 10px 50px;
     position: absolute;
     top: 30px;
     width: 100%;
}

#headernav ul#topnav li.active span {
     display: block;
}

#headernav ul#topnav li span a {
     display: inline;
}

#headernav ul#topnav li span a:hover {
     text-decoration: underline;
}

div#trigger {
     background: none repeat scroll 0% 0% #8440a7;
     border-bottom: 1px solid #672386;
     float: left;
     height: 25px;
     width: 100%;
}

div#trigger a {
     background: url("/content/images/common/header_inactive.gif") no-repeat scroll 50px 2px transparent;
     color: #8440a7;
     display: block;
     font-size: 11px;
     text-indent: 36px;
     height: 26px;
     margin: 0pt;
     padding: 6px 0pt 0pt 40px;
     text-decoration: none;
}

div#trigger a:hover {
     color: #8440a7;
}

div#trigger.active a {
     background: url("/content/images/common/header_active.gif") no-repeat scroll 50px 2px transparent;
}

.toggle_container {
     background: url("/content/images/common/page_bg.gif") repeat-x scroll left top #FFFFFF;
     clear: both;
     height: 142px;
     margin: 0pt;
     padding: 0pt;
     width: 100%;
}

.toggle_container .block {
     background: url("/content/images/common/arrow-down.gif") no-repeat scroll left top transparent;
     padding: 20px;
}

#LLliveLogo {
     background: url("/content/images/common/LL_header_bg_1000.jpg") no-repeat scroll left top transparent;
     clear: both;
     height: 100px;
     margin: 0pt 0pt 0pt 50px;
     padding: 0pt;
     width: 250px;
}


/*#headernav ul#topnav li span#ctl00_ctl00_lblInvitedCount {
     background: none repeat scroll 0% 0% transparent;
     color: #FFFFFF;
     display: inline;
     float: none;
     left: auto;
     padding: 0pt;
     position: relative;
     top: auto;
     width: auto;
}

#headernav ul#topnav li:hover span#ctl00_ctl00_lblInvitedCount, #headernav ul#topnav li.active span#ctl00_ctl00_lblInvitedCount {
     color: #47215A;
}*/

/* 03c Breadcrumb-Navigation */

#content #breadcrumb a 
{
    font-weight: bold;
    font-size: 11px;
	text-decoration: underline;
	color: #47215a;
	clear: none;
}

#breadcrumb a:hover {
	color: #622181;
}


/* 04 Subnavigation ------------------------------------------------------------------------------------------------------------*/
#subnavigation h3 {
    border-bottom:1px solid #BA72DB;
    clear:both;
    color:#47215A;
    display:block;
    font-size:18px;
    font-weight:normal;
    line-height:20px;
    margin:15px 0 5px;
    padding:0 10px 20px;

    }

#subnavigation ul {
	display:block;
	color: #333;
	margin: 0;
	padding: 0;
	float:left;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	width: 240px;
}

#subnavigation li {
    float: left;
    display: block;
	margin: 0;
	padding: 0;
	clear: both;
}

#subnavigation ul li a {
	color: #47215a;
	margin: 0 0 2px 0;
	padding: 10px;
	display: block;
	width: 220px;
}
        
#subnavigation ul li a.aktiv {
	color: #bcee00;
	background: #69258a;
}

#subnavigation ul li a:hover {
	color: #47215a;
	background: #f5f5f5;
}

#subnavigation p {
	color: #333;
	margin: 0 0 0 2em;
	padding: 0;
}

#subnavigation a {
	color: #333;
	margin: 0;
	padding: 0;
}

#subnavigation a:hover {
	color: #FF5C00;
}
#subnavigation a.back {
background:url("/content/images/common/LL_Link_bg_zurueck.gif") no-repeat scroll 0 7px transparent;
color:#69258A;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:22px;
display:block;
margin:20px 0 10px 10px;
padding:0 0 0 15px;
text-decoration:underline;
}



/* 05 Contentspalte  ---------------------------------------------------------------------------------------------------------*/

/* 05a Headlines */


h1 { /* Zwischenueberschrift gross */
    color:#91B702;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:22px;
    font-weight:200;
    line-height:30px;
    margin:0 0 15px;
    padding:0;
}

h2 { /* Zwischenueberschrift, elementuebergreifend */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height:20px;
	color: #91b702;
    margin: 20px 0 0 0;
	padding: 0 0 10px 0;
}

#content h3 { /* Tabellenueberschrift */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #47215A;
	margin: 20px 0 10px 0;
	padding: 0;
}

h4 { /* Teaser */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #444;
	margin: 20px 0 30px 0;
	padding: 0;
}

/* 05b Links */

#content a, #context a { /* Link allgemein */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	color: #69258A;
	padding: 0 0 0 15px;
	background: url(/content/images/common/LL_Link_bg.gif) no-repeat 0px 2px; 
	text-decoration: underline;
	line-height:22px;
}

#content a:hover, #context a:hover  { 
	color: #BA72DB;
	background: url(/content/images/common/LL_Link_bg_hover.gif) no-repeat 0px 2px; 
}

#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: 0 0.454em;
}


/* 05c unsorted Lists */

#content div.textbox ul,
.teaserbox-intern span ul { /* Liste */
    margin: 5px 0 10px 10px;
    padding: 0;
    display:table;
}

#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,
.teaserbox-intern span 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: 480px;
    position: relative;
    }
    
.articledate  {
    display:block;
    float:right;
    height:25px;
    margin:2px 0 0 10px;
    overflow:hidden;
    width:65px;
    }
    
.articleday {
    border-right:2px solid #333333;
    display:block;
    font-size:22px;
    height:25px;
    margin:0;
    padding:0 4px 0 0;
    text-align:right;
    width:25px;
}

.articlemonth {
    font-size: 11px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

.articleyear {
    font-size: 11px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 14px;
}



/* 0502 Textbox normal mit H2 --------------------------------------------------------------------------------------------------------*/

#content div.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
}

#content div.textbox p,
#content div.textbox span { /* Absatz */
	margin: 6px 0 6px 0;
	padding: 0;
	display: block;
}

#content div.textbox h2 span { /* Absatz */
	margin: 0;
	padding: 0;
	display: block;
}

#content div.textbox h2 { 
	margin: 0;
	padding: 0;
}

/* 0503 Teaserbox mit Bild rechts/links -----------------------------------------------------------------------------------------------*/
#content div.teaserbox-intern {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
}
    
#content div.teaserbox-intern .textimage {
    display: block;
    border: 1px solid #ddd;
    background: #f5f5f5;
    width: 225px;
    overflow: hidden;
}    
    
#content div.teaserbox-intern .left {
    float: left;
    margin: 0 10px 10px 0;
} 

#content div.teaserbox-intern .right {
    float: right;
    margin: 0 0 10px 10px;
}    

#content div.teaserbox-intern .textimage a {
    background: transparent;
    padding: 0;
    margin: 0;
}  

#content div.teaserbox-intern a.multilink {
    background: url(/content/images/common/LL_Link_bg.gif) no-repeat 0px 4px;
    display:table;
    margin:5px 0 0 0;
    padding:0 0 0 15px;
    line-height:16px;
}

#content div.teaserbox-intern a.multilink:hover  { 
	color: #BA72DB;
	background: url(/content/images/common/LL_Link_bg_hover.gif) no-repeat 0px 4px; 
}

#content div.teaserbox-intern .textimage img {
    padding: 0;
    margin: 0;
} 

#content div.teaserbox-intern span {
    padding: 0;
    margin: 0;
} 

#content div.teaserbox-intern .textimage span {
    padding: 10px;
    margin: 0;
    display: block;
}  
  

/* 0504 Tabelle allgemein -----------------------------------------------------------------------------------------------------*/
#content table.zeile { 
	color: #333333;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

#content table.uebersicht { 
	color: #333333;
	width: 100%;
	margin: 10px 0 20px 0;
	clear: both;
    box-shadow:#ccc 0 0 10px ; /* fuer die Zukunft */
    -moz-box-shadow:#ccc 0 0 10px ; /* Mozilla */
    -khtml-box-shadow:#ccc 0 0 10px ; /* Konqueror */
    -webkit-box-shadow:#ccc 0 0 10px ; /* Safari */ 
}

#content table.uebersicht th,
#content table.uebersicht thead td {
	background: #69258A;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	color: #fff;
	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 { 
	font-size: 11px;
	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 { /
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
	background: #f5f5f5;
	border: 1px solid #ddd;
	position: relative;
    box-shadow:#ccc 0 0 10px ; /* fuer die Zukunft */
    -moz-box-shadow:#ccc 0 0 10px ; /* Mozilla */
    -khtml-box-shadow:#ccc 0 0 10px ; /* Konqueror */
    -webkit-box-shadow:#ccc 0 0 10px ; /* Safari */ 
}
    
#content div.lightbox-gallery .bildlink {
    width: 300px;
    height: 200px;
    padding: 10px 0 10px 10px;
    margin: 0 10px 0 0;
    float: left; 
}

#content div.lightbox-gallery .zoom-img {
    float: left;  
    margin: 10px 0 0 0;  
}
    
#content div.lightbox-gallery .gallery-text {
    width: 148px;
    text-align: left;
    position: relative;
    bottom: 10px;
    right: 10px;
    height: auto; 
    overflow: hidden;
    position: absolute;
}
    

/* 0506 Keyvisual / Bildbuehne / Bild über gesamte Breite mit optinaler Bildunterschrift ------------------------ */
   

#keyvisual-uebersicht { 
    border: 1px solid #ddd;
	width: 478px;
	overflow: hidden;
	float: left;
	margin: 10px 0 20px 0;
	padding: 0;
    box-shadow:#ccc 0 0 10px ; /* fuer die Zukunft */
    -moz-box-shadow:#ccc 0 0 10px ; /* Mozilla */
    -khtml-box-shadow:#ccc 0 0 10px ; /* Konqueror */
    -webkit-box-shadow:#ccc 0 0 10px ; /* Safari */ 
}

#keyvisual-uebersicht img { 
	width: 478px;
	overflow: hidden;
}

#keyvisual-uebersicht span {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 10px;
    display: block;
    width: 458px;
}


/* 0507 Teaserbox mit 2 Container ------------------------------------------------------------------------- */

#content div.zweierteaserblock-textbild { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
	width: 480px;
	background: url(/content/images/common/LL_2teaser_bg.png) repeat-y left bottom;
}

#content div.zweierteaserblock-textbild ul {
	margin: 0;
	padding: 0;
}

#content div.zweierteaserblock-textbild ul li {
	width: 227px;
	height: auto;
	float: left;
	list-style-type: none;
	margin: 0 26px 0 0;
	padding: 0 0 10px 0;
	border-top: 1px solid #ddd;
    box-shadow:#ccc 0 0 10px ; /* fuer die Zukunft */
    -moz-box-shadow:#ccc 0 0 10px ; /* Mozilla */
    -khtml-box-shadow:#ccc 0 0 10px ; /* Konqueror */
    -webkit-box-shadow:#ccc 0 0 10px ; /* Safari */  
}

#content div.zweierteaserblock-textbild ul li.rechts {
	margin: 0;
}
		
#content div.zweierteaserblock-textbild ul li h2 {		
	color: #91B702;
	padding: 11px;
	margin: 0;
	background: #404040;
}

#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;
	background:transparent url(/content/images/common/LL_Link_bg.gif) no-repeat scroll 0 4px;
    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 1px  0 1px;
	margin: 0;
	width: 225px;
	border: none;
	}



/* 0508 Downloadbox ---------------------------------------------------------------------------------------- */

.Downloadbox {
    border:1px solid #ddd;
    background: #f5f5f5;
    clear:both;
    margin:20px 0;
    overflow:hidden;
    padding:40px 60px 40px 60px;
    width:360px;
    box-shadow:#ccc 0 0 10px ; /* fuer die Zukunft */
    -moz-box-shadow:#ccc 0 0 10px ; /* Mozilla */
    -khtml-box-shadow:#ccc 0 0 10px ; /* Konqueror */
    -webkit-box-shadow:#ccc 0 0 10px ; /* Safari */ 
}
 
 #content .Downloadbox a.bildlink img {
	width: 65px;
}
 
#content .Downloadbox h3 {
    color:#47215A;
    float:right;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    line-height:14px;
    margin:0 0 5px 0;
    padding:0;
    width:260px;
}
 
#content .Downloadbox a, 
#content .Downloadbox a:hover {
	background: transparent url(/content/images/common/LL_DownloadLink_bg.png) no-repeat 0 5px;
	line-height: 20px;
	margin:0;
    padding:0 0 0 25px; 
    text-decoration:underline;
    width:235px;
	font-weight: bold;
	display:inline-block;
    float:left;
	line-height: 20px;
	float: right;
}

#content .Downloadbox a.multilink, 
#content .Downloadbox a.multilink:hover {
	background: transparent url(/content/images/common/LL_Link_bg.gif) no-repeat 0 7px;
	line-height: 20px;
	padding: 3px 0 3px 15px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	display: block; 
	line-height: 16px;
	width: 245px;
	display: block;
	float: right;
	text-decoration: unterline;
}
 
#content .Downloadbox a.bildlink, 
#content .Downloadbox a.bildlink:hover {
	background: transparent;
	padding: 0;
	margin: 0;
	display: inline;
	width: 65px;
	height: auto;
	float: left;
}

#content .Downloadbox span, .Downloadbox p {
    float: right;
    width: 260px;
}


/* 0509 Content trennlinie ---------------------------------------------------------------------------------------- */

.contenttrennlinie  {
    background:none repeat scroll 0 0 #69258A;
    float:left;
    height:2px;
    margin: 20px 0 30px 0;
    overflow:hidden;
    padding:0;
    width:480px;
    box-shadow:#000 0 2px 3px; /* fuer die Zukunft */
    -moz-box-shadow:#000 0 2px 3px; /* Mozilla */
    -khtml-box-shadow:#000 0 2px 3px; /* Konqueror */
    -webkit-box-shadow:#000 0 2px 3px; /* Safari */  
}


/* 0510 Video  ---------------------------------------------------------------------------------------- */

.videoWrapper {
    margin: 10px 0 20px 0;
    background: #f5f5f5;
    width: 480px;
    overflow: hidden;
    }


#content .videoWrapper h2 {
    padding: 10px 10px 5px 10px;
    margin: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    }
    
#content .videoWrapper p {
    padding: 5px 10px 10px 10px;
    margin: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    }

#content .videoWrapper a {
	padding: 0;
	background: none; 
	text-decoration: none;
	line-height: auto;
}

/* 0511 Textfeld fuer HTML Quellcode  ---------------------------------------------------------------------------------------- */

.freeform-html {    
    padding: 0;    
    display: block;
    clear: both;
}

/* 0512 Genericbox ---------------------------------------------------------------------------------------- */

.Genericbox {
    border:1px solid #ddd;
    background: #f5f5f5;
    clear:both;
    overflow:hidden;
    padding:20px;
    width:430px;
    position:relative;
    box-shadow:#ccc 0 0 10px ; /* fuer die Zukunft */
    -moz-box-shadow:#ccc 0 0 10px ; /* Mozilla */
    -khtml-box-shadow:#ccc 0 0 10px ; /* Konqueror */
    -webkit-box-shadow:#ccc 0 0 10px ; /* Safari */ 
}
 
 
#content .Genericbox h3 {
    color:#47215A;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    line-height:14px;
    margin:0 0 20px 0px;
    padding:0;
}
 
#content .Genericbox a, 
#content .Genericbox a:hover {
    	text-decoration:underline;
	font-weight: bold;
}

#content .Genericbox a.multilink, 
#content .Genericbox a.multilink:hover {
	background: transparent url(/content/images/common/LL_Link_bg.gif) no-repeat 0 7px;
	line-height: 20px;
	padding: 3px 0 3px 15px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	display: block; 
	line-height: 16px;
	width: 245px;
	display: block;
	float: right;
	text-decoration: unterline;
}
 
#content .Genericbox a.bildlink, 
#content .Genericbox a.bildlink:hover {
	background: transparent;
	padding: 0;
	margin: 0;
	display: inline;
	width: 65px;
	height: auto;
	float: left;
}




/* 06 Marginalspalte  ---------------------------------------------------------------------------------------------------------*/

#context div.contextbox { 
	width: 240px;
	height: auto;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #aaa;
    box-shadow:0 3px 2px #ccc; /* fuer die Zukunft */
    -moz-box-shadow:0 3px 2px #ccc; /* Mozilla */
    -khtml-box-shadow:0 3px 2px #ccc; /* Konqueror */
    -webkit-box-shadow:0 3px 2px #ccc; /* Safari */ 
    background: -moz-linear-gradient(center bottom, #fff 0, #f0f0f0 30%, #f5f5f5 100%);
    background: -webkit-gradient(linear,
	left bottom, left top,
	color-stop(0, #fff),
	color-stop(0.3, #f0f0f0),
	color-stop(1, #f5f5f5));
}

#context div.contextbox h2 { /* Zwischenueberschrift */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	color: #47215a;
	margin: 0;
	padding: 0;
}

#context div.contextbox h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #47215a;
	margin: 0 10px;
	padding: 0;
}


#context div.contextbox p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #47215a;
	margin: 10px 0;
	padding: 0 0 0 2em;
}


#context div.contextbox img { 
	padding: 0;
	width: 225px;
	display: block;
	overflow: hidden;
	margin: 10px 7px 0 7px;
    box-shadow:0 0 6px #ccc; /* fuer die Zukunft */
    -moz-box-shadow:0 0 6px #ccc; /* Mozilla */
    -khtml-box-shadow:0 0 6px #ccc; /* Konqueror */
    -webkit-box-shadow:0 0 6px #ccc; /* Safari */ 
}
	

#context div.contextbox div.textbox { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	padding: 0 10px;
	margin: 10px 0 0 0;
}

#context div.contextbox div.textbox a.multilink { 
    background: transparent url(/content/images/common/LL_Link_bg.gif) no-repeat 0 7px;
    clear: both;
    display: block;
    margin: 0 0 10px 0;
    line-height:16px;
}

/* 07 Footer -----------------------------------------------------------------------------------------------------------------*/
#footershadow {
    width: 100%;
    height: 17px;
    margin: 0;
    background: url("/content/images/common/LL_footershadow.png") repeat-x scroll center top #fff;
    clear: both;
    }


#footNav {
	background: transparent;
	clear:both;
	overflow:hidden;
	padding:20px 30px 20px 30px;
	width:1000px;
	margin: 0 auto;
}

#footNav #footNavMain {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:860px;
}


#footNav #footNavMain h2 { /* Zwischenueberschrift */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color: #69258A;
	margin: 0 15px 15px 15px;
	padding: 0;
}

#footNav #footNavSub {
	float:left;
	height:140px;
}

#footNav #footNavSub ul {
	float:left;
	height:140px;
	margin:0;
	padding:0 15px 0 15px;
}

#footNav #footNavSub ul li {
	color:#666666;
	font-size:10px;
	line-height:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#footNav li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#footNav li a {
	color: #333;
}


#footerborder {
    width: 100%;
    height: 1px;
    margin: 20px 0 20px 0;
    background: #eee;
    border-top: 1px solid #aaa;
    border-bottom 1px solid #fff;
    clear: both;
    }

#footerbottom {
    width: 1000px;
    vertical-align: middle;
    background: transparent;
    margin: 0 auto;
    clear: both;
    }
    
#footerlogo {
    float: right;
    width: 103px;
    height: 50px;
    }    
    
#footerlogo img {
    float: right;
    width: 103px;
    height: 50px;
    margin: 0 0 20px 0;
    } 
    
    
.szwidget {
    float:left;
    margin: 7px 0 0 15px;
}

#footer a {
    text-decoration: none;
    color: #808080;
    display: block;
    font-size:11px;
    line-height:13px;
    margin: 0;
    padding: 0 5px;
}

#footer ul {
    margin: 0 -5px 0 0;
    padding: 8px 0 0 0;
    float: left;
}

#footer li {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ccc;
	float: right;
}

#footer a:hover {
	color: #ccc;
}

/* 97 Suche ------------------------------------------------------------------------------------------------------ */




/* 98 'Bitte warten'-Layer ------------------------------------------------------------------------------------------------------ */
#dPleaseWait {
	visibility: hidden;
	position: relative;
	margin: 0;
	padding: 0;	
}

#dPleaseWaitContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: solid 1px #333;
	width: auto;
	height: auto;
	position: absolute;
	top: -294px;
	left: 440px;
	margin: 0;
	padding: 30px;	
}

#dPleaseWaitContent img {
	vertical-align: middle;
	margin-right: 5px;
}

/* 99 Error Message ----------------------------------------------------------------------------------------------------------*/
div.errorWrapper {
	width: 0;
	height: 0;
	position: relative;
	margin: 0;
	padding: 0;	
}

div.errorWrapper div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #FFCC33;
	width: 135px;
	height: auto;
	position: absolute;
	visibility: hidden;
	z-index: auto;	
	top: -19px;
	left: 206px;
	margin: 0;
	padding: 0;
}



/* ----------------- Suche -----------------------*/


#content .suchergebnis {
    clear:both;
    display:block;
    margin: 0 0 50px 0;
    padding:0 0 20px 0;
    }

#content .suchergebnis h3 {
    border-bottom:1px solid #91B702;
    clear:both;
    display:block;
    font-size:14px;
    line-height:26px;
    margin:35px 0 5px 0;
    padding:0 0 5px 0;
    }
    
#content .suchfeldNeueSuche {
    margin: 20px;
    }


#content .blaettern {
    width: 480px;
    height: 50px;
    display:block;
    margin: 0;
    padding:0;
    }

#content .blaettern .links {
    width: 100px;
    height: 30px;
    text-align: left;
    float: left;
    }
    
#content .blaettern .mitte {
    width: 280px;
    height: 30px;
    text-align: center;
    float: left;
    }
    
#content .blaettern .rechts {
    width: 100px;
    height: 30px;
    text-align: right;
    float: left;
    }


#content .blaettern .links a {
	background: url(/content/images/common/pfeil_blaettern_links.gif) no-repeat left top;
	padding: 0 0 0 1em;
	display: inline;
	}

#content .blaettern .mitte a {
	background: none;
	display: inline;
	padding: 0;
}

#content .blaettern .rechts a {
	display: inline;
	background: url(/content/images/common/pfeil_blaettern_rechts.gif) no-repeat right top;
	padding: 0 1em 0 0;
}


/* ----- items should be deleted by ATK until goLive


#searchmenu, .searchcategory { 
	visibility: hidden;
}	
		--- */
		
		
	
		
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(/content/images/lightbox/border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(/content/images/lightbox/border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(/content/images/lightbox/border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(/content/images/lightbox/border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(/content/images/lightbox/border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(/content/images/lightbox/border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(/content/images/lightbox/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(/content/images/lightbox/border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:40px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:120px; color:#444;}
        #cboxLoadingOverlay{background:url(/content/images/lightbox/loading.gif) 5px 5px no-repeat #fff;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/content/images/lightbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/content/images/lightbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/content/images/lightbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/content/images/lightbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/content/images/lightbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/content/images/lightbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/content/images/lightbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/content/images/lightbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
		
#divGreyFond
{
    padding: 15px 30px 15px 30px;
    background: url(/images/common/bg_DivGreyFond.gif) no-repeat;
    height: 75px;
    position: relative;
    width: 645px;
    float: left;
    font-size: 11px;
}

#divGreyFond p
{
    padding-left: 30px;
}

#divGreyFond h3
{
    padding-left: 50px;
}

#divTestNote
{
    background: url(/content/media/5163/bg_stoerer_kostenlos_testen.png) no-repeat -12px 0;
    height: 100px;
    width: 135px;
    position: absolute;
    top: -1px;
    left: -1px;
    overflow: hidden;
}


