/*
CSS Name: Hovereffect Styles
Description: Hover Stylesheet based on the idea of Hoverbox from http://host.sonspring.com/hoverbox/
Author: Alex Rabe - Orginal by Nathan Smith
Version: 0.61

This is a template stylesheet which doesn't support description below the thumbnails. It's a experimental version.

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
}

.ngg-albumtitle {
	border-bottom:1px dashed #AAAAAA;
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding-bottom: 3px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
	background:#EEEEEE none repeat scroll 0% 50%;
	border-color:#DDDDDD rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
	border-style:solid;
	border-width:1px;
	color:inherit;
	margin-right: 5px;
	padding:5px;
}

.ngg-thumbnail img {
	filter: alpha(opacity=100);
	-moz-opacity: .99;
	opacity: .99;
	background:#FFFFFF none repeat scroll 0%;
	border-color:#AAAAAA rgb(204, 204, 204) rgb(221, 221, 221) rgb(187, 187, 187);
	border-style:solid;
	border-width:1px;
	color:inherit;
	padding:2px;
	vertical-align:top;
}

.ngg-thumbnail img:hover {
	filter: alpha(opacity=90);
	-moz-opacity: .9;
    opacity: .9;
	border-color:#000000;
}

.ngg-description {
	text-align: left;
}

/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(/wp/wp-content/plugins/nextgen-gallery/css/albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-gallery-thumbnail-box {
	float: left;
	background:#EEEEEE none repeat scroll 0% 50%;
	border-color:#DDDDDD rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
	border-style:solid;
	border-width:1px;
	color:inherit;
	display:inline;
	margin:3px;
	padding:5px;
	position:relative;
}

.ngg-gallery-thumbnail {
	float: left;
}

.ngg-gallery-thumbnail img {
	filter: alpha(opacity=100);
	-moz-opacity: .99;
	opacity: .99;
	background:#FFFFFF none repeat scroll 0%;
	border-color:#AAAAAA rgb(204, 204, 204) rgb(221, 221, 221) rgb(187, 187, 187);
	border-style:solid;
	border-width:1px;
	color:inherit;
	padding:2px;
	vertical-align:top;
}

.ngg-gallery-thumbnail img:hover {
	filter: alpha(opacity=90);
	-moz-opacity: .9;
    opacity: .9;
	border-color:#000000;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
	padding-bottom:10px;
}

.ngg-imagebrowser .pic {
	background:#EEEEEE none repeat scroll 0% 50%;
	border-color:#DDDDDD rgb(187, 187, 187) rgb(170, 170, 170) rgb(204, 204, 204);
	border-style:solid;
	border-width:1px;
	color:inherit;
	display:block;
	padding:10px;
}

.ngg-imagebrowser img {
	width: 100%;
	margin: -3px;
	background:#FFFFFF none repeat scroll 0%;
	border-color:#AAAAAA rgb(204, 204, 204) rgb(221, 221, 221) rgb(187, 187, 187);
	border-style:solid;
	border-width:1px;
	color:inherit;
	padding:2px;
	vertical-align:top;
}

.ngg-imagebrowser-nav {
	padding:10px;
	margin-left:10px;
	
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .back:hover,
.ngg-imagebrowser-nav .next:hover {
	border:1px solid #000000;
}

.ngg-imagebrowser-nav .back a:hover,
.ngg-imagebrowser-nav .next a:hover {
	text-decoration: none !important;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
}
/*
     FILE ARCHIVED ON 14:10:11 Jul 09, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:51:00 Oct 05, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 135.785
  exclusion.robots: 0.282
  exclusion.robots.policy: 0.25
  cdx.remote: 0.104
  esindex: 0.012
  LoadShardBlock: 107.32 (3)
  PetaboxLoader3.datanode: 86.034 (4)
  load_resource: 656.511
  PetaboxLoader3.resolve: 601.13
*/
/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px/17px 'Lucida Grande', Verdana, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #999999;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 16pt 'Courier New', Courier, fixed;
	letter-spacing: -2px;
	margin: 0 10px;
	width: 26px;
	color: #999999;
}

#shDisplay div#shTitle a:hover {
	color: #ffffff;
	border: none;
}

#shDisplay div#shNext{
	float:right;
}

#shDisplay div#shPrev {
	float:left;
}

body {
	height: 100%;
}

#shShutter *, #shDisplay * {
	padding: 0;
	margin: 0;
}

div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

div#shShutter {
	height: 100%;
	z-index: 1000;
	background-color: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 1002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	border: 1px solid #555;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding:2px;
	cursor: pointer;
}

div#shDisplay div#shWrap {
	visibility: hidden;
}

div#shWaitBar {
	font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	height: 36px;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 1001;
	margin-top: 160px;
	color: #ae0a0a;
}
/*
     FILE ARCHIVED ON 23:33:29 Jan 02, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:51:00 Oct 05, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 122.588
  exclusion.robots: 0.068
  exclusion.robots.policy: 0.06
  cdx.remote: 0.056
  esindex: 0.009
  LoadShardBlock: 93.246 (3)
  PetaboxLoader3.datanode: 87.383 (4)
  load_resource: 69.31
  PetaboxLoader3.resolve: 25.463
*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

/*
     FILE ARCHIVED ON 23:33:51 Jan 02, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:51:00 Oct 05, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 194.405
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.055
  cdx.remote: 0.049
  esindex: 0.007
  LoadShardBlock: 152.774 (3)
  PetaboxLoader3.datanode: 150.489 (4)
  load_resource: 108.116
  PetaboxLoader3.resolve: 62.632
*/
/*
Theme Name: www.veronika-bellmann.net 
Theme URI: www.veronika-bellmann.net
Description: Website der Bundestagsabgeordneten Bellmann
Author: Anett Behrens - die geheime mitte UG (haftungsbeschränkt)
Author URI: http://www.die-geheime-mitte.de
Version: 1.0
*/

//Farben
//orange - #F7AF3B
//blau-dunkel - #6b7986
//blau-hell - #e4e7eb
//blau-ganz hell - #f1f3f5
//grau - #999999
//schwarz - #000000
//weiss - #ffffff
* {
	margin: 0;
	padding: 0;
}


body{
background-image:url(/wp/wp-content/themes/bellmann/images/bg.gif);
background-repeat:repeat;
background-color:#ffffff;
color: #000000;              
font-family:Verdana, Arial, sans-serif;
font-size: 12px;             
margin: 0 auto;                
padding: 0;                 
text-align:left;            
width: 100%;                 
height:100%;
     }

/* CONTAINER - UNTERSTE EBENE */
.container {
width: 1020px;
background-color:#ffffff;
height:auto;
font-size:1em;
margin: 0 auto;
text-align: left;
}
.container_innen {
width:1020px;
height:auto;
font-size:1em;
margin: 0 auto;
float:left;
background-image:url(/wp/wp-content/themes/bellmann/images/schatten.png);
background-repeat:repeat-y;
background-color:transparent;
}
/* ENDE CONTAINER */

/* UNTEREBENE HEADER */
.header {
background-color: #ffffff;
width: 1000px;
height: 40px;
margin-left: 10px;
margin-right:10px;
border-bottom:5px solid #ffffff;
padding:0;
clear: left;
}
/* ENDE UNTEREBENE HEADER */

/* transparenzstreifen */
.streifen{
width: 820px;
height: 40px;
background-image: url(/wp/wp-content/themes/bellmann/images/header_flagge.png);
float:left;
}



/* cdu-logo */
.cdu{
width: 180px;
height: 40px;
background-image: url(/wp/wp-content/themes/bellmann/images/cdu.png);
float:left;
}

/*unternavi */
.unternavi{
width:1000px;
margin-left:10px;
margin-right:10px;
height:30px;
border-bottom:5px solid #cccccc;
background-color:#e4e7eb;
clear:left;
}
/* suchfeld */
.suche{
height: 30px;
width: 341px;
color:#000000;
font-size:1em;
font-weight: bold;
float:left;
vertical-align:middle;
line-height:2em;
text-indent: 1em;
}

.kontakt{
height:30px;
width:645px;
color:#999999;
font-size:1em;
text-align:right;
float:left;
font-weight:bold;
line-height:3em;
}

.bellmann_name{
width:1000px;
margin-left:10px;
margin-right:10px;
border-top:5px solid #ffffff;
height:50px;
background-image:url(/wp/wp-content/themes/bellmann/images/bellmann.jpg);
background-color:#ffffff;
background-repeat:no-repeat;
clear:left;
}

.ticker{
width:980px;
height:50px;
margin-right:10px;
margin-left:10px;
padding-left:10px;
padding-right:10px;
background-color:#ffffff;
color:#F6AF3B;
font-weight:bold;
float:left;
}


.hauptteil{
background-image:url(/wp/wp-content/themes/bellmann/images/verlauf.png);
background-color:#ffffff;
background-repeat:x-repeat;
background-position:left bottom;
width:1000px;
margin-left:10px;
margin-right:10px;
min-height: 515px;
clear:left;
}

/* FLASH-EBENE */
.flash{
width:725px;
height:375px;
background-color:transparent;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
float:left;
}



.ticker_start{
width:225px;
height:375px;
background-image:url("/wp/wp-content/themes/bellmann/images/aktionsbuendnis.png");
background-repeat:no-repeat;
background-position:top center;
float:left;
font-size:12px;
margin-left:15px;
margin-right:25px;
color:#000000;
font-weight:normal;
font-style:normal;
text-decoration:none;
}

.ticker_start p{
padding-bottom:10px;
padding-left:15px;
padding-right:15px; 

}

.ticker_start a{

color:#697887;
font-size:1em;
font-weight:bold;
top:20px;
padding-left:5px;
text-decoration:none;
font-style:none; 
position:relative;
}

.ticker_start a:hover{
/* background-image:url("/wp/wp-content/plugins/wp-glideshow/cdu_link_index.png"); */
/* background-repeat:no-repeat; */
/* background-position:center left; */
color:#697887;
font-size:1em;
font-weight:bold;
margin-bottom:20px;
text-decoration:underline;
font-style:none; 
}

.navi_rechts{
width:245px;
height:370px;
margin-bottom:10px;
float:left;
background-color:transparent;
}

#person{
width:245px;
height:120px;
position:relative;
margin-bottom:5px;
font-size:1em;
font-family: Verdana, Arial, sans-serif;
float: left;
}

#person ul{
width:235px;
height:120px;
display:none;
margin:0;
padding:5px;
position:absolute;
background-image:url(/wp/wp-content/themes/bellmann/images/person_over.png);
background-repeat:no-repeat;
}


#person:hover ul{
display:block;
margin:0;
}

#person ul li{
display:block;
float:none;
line-height:1em;
margin:0;
}

#person a,ul #person span{
border:none;
display:block;
margin:0;
}

#person a:hover, ul#person span{
display:block;
margin:0;
}

#politik{
width:245px;
height:120px;
position:relative;
margin-bottom:5px;
font-size:1em;
font-family: Verdana, Arial, sans-serif;
float: left;
}

#politik ul{
width:235px;
height:120px;
display:none;
margin:0;
padding:5px;
position:absolute;
background-image:url(/wp/wp-content/themes/bellmann/images/politik_over.png);
background-repeat:no-repeat;
float:none;
}

#politik:hover ul{
display:block;
margin:0;
}

#politik ul li{
display:block;
float:none;
line-height:1em;
margin:0;
}

#politik a,ul #politik span{
border:none;
display:block;
margin:0;
}

#politik a:hover, ul #politik span{
display:block;
margin:0;
}

#service{
width:245px;
height:120px;
position:relative;
margin-bottom:5px;
font-size:1em;
font-family:Verdana, Arial, sans-serif;
float: left;
}

#service ul{
width:235px;
height:120px;
display:none;
margin:0;
padding:5px;
position:absolute;
background-image:url(/wp/wp-content/themes/bellmann/images/service_over.png);
background-repeat:no-repeat;
float:none;
}


#service:hover ul{
display:block;
margin:0;
}

#service ul li{
display:block;
float:none;
line-height:1em;
margin:0;
}

#service a,ul #service span{
border:none;
display:block;
margin:0;
}

#service a:hover, ul #service span{
display:block;
margin:0;
}



/* -------------- UNTERE NAVIGATION - BEGINN ------------------- */
.navi_unten{
width:980px;
height:70px;
margin-left:10px;
margin-bottom:10px;
float:left;
}

#presse{
width:235px;
height:70px;
margin-left:5px;
position:relative;
font-size:1em;
font-family: Verdana, Arial, sans-serif;
float: left;
}

#presse ul{
width:225px;
height:130px;
display:none;
margin:0;
padding:5px;
position:absolute;
background-image:url(/wp/wp-content/themes/bellmann/images/presse_gross_over.png);
background-repeat:no-repeat;
}


#presse:hover ul{
display:block;
margin:0;
}

#presse ul li{
display:block;
float:none;
line-height:1em;
margin:0;
}

#presse a,ul #person span{
border:none;
display:block;
margin:0;
}

#presse a:hover, ul#person span{
display:block;
margin:0;
}

#informiert{
width:235px;
height:70px;
position:relative;
margin-left:5px;
font-size:1em;
font-family: Verdana, Arial, sans-serif;
float: left;
}

#informiert ul{
width:225px;
height:130px;
display:none;
margin:0;
padding:5px;
position:absolute;
background-image:url(/wp/wp-content/themes/bellmann/images/informiert_gross_over.png);
background-repeat:no-repeat;
}


#informiert:hover ul{
display:block;
margin:0;
}

#informiert ul li{
display:block;
float:none;
line-height:1em;
margin:0;
}

#informiert a,ul #person span{
border:none;
display:block;
margin:0;
}

#informiert a:hover, ul#person span{
display:block;
margin:0;
}


#interaktiv{
width:235px;
height:70px;
position:relative;
font-size:1em;
font-family: Verdana, Arial, sans-serif;
float: left;
}

#interaktiv ul{
width:225px;
height:240px;
display:none;
margin:0;
padding:5px;
position:absolute;
background-image:url(/wp/wp-content/themes/bellmann/images/interaktiv_gross_over.png);
background-repeat:no-repeat;
}


#interaktiv:hover ul{
display:block;
margin:0;
}

#interaktiv ul li{
display:block;
float:none;
height:25px;
line-height:1em;
margin:0;
}

#interaktiv a,ul #person span{
border:none;
display:block;
margin:0;
}

#interaktiv a:hover, ul#person span{
display:block;
margin:0;
}



#spiel{
width:245px;
height:70px;
position:relative;
margin-left:5px;
font-size:1em;
font-family: Verdana, Arial, sans-serif;
float: left;
}

#spiel ul{
width:235px;
height:130px;
display:none;
margin:0;
padding:5px;
position:absolute;
background-image:url(/wp/wp-content/themes/bellmann/images/spiel_gross_over.png);
background-repeat:no-repeat;
}


#spiel:hover ul{
display:block;
margin:0;
}

#spiel ul li{
display:block;
float:none;
line-height:1em;
margin:0;
}

#spiel a,ul #person span{
border:none;
display:block;
margin:0;
}

#spiel a:hover, ul#person span{
display:block;
margin:0;
}




.spende{
width:980px;
height:50px;
margin-left:10px;
float:left;
background-image:url(/wp/wp-content/themes/bellmann/images/ticker-neu.png);
}

.spende a{
float:left;
color:#697887;
font-weight:bold;
text-decoration:none;
float:left;
margin-right:10px;
}


.spende a:link{
float:left;

}


.spende a:active{
float:left;
}


.spende a:hover{
text-decoration:underline;
float:left;

}


.spende a:visited{

float:left;

}

#news-ticker {
height: 40px;
overflow:hidden;
width:648px;
float:left;
padding-left:10px;
}
#news-ticker li{
float:left;
margin-right:5px;
list-style:none;
}


/* FOOTER */
.footer{
width:1020px;
height:20px;
background-image: url(/wp/wp-content/themes/bellmann/images/footer.png);
background-position:bottom;
background-repeat: no-repeat;
font-size:1em;
color:#999999;
float:left;
}


/*--------------------textgestaltung--------------------*/


h1{
font-weight:bold;
text-transform:uppercase;
color: #fe9900;
font-family: impact, verdana, _sans;
font-size:4em;
}

h2{
font-size:1.6em;
font-family: impact, verdana, _sans;
color:#788999;
font-weight:lighter;
     }

h3{font-variant: bold;
font-size: 0.9em;
line-height:3em;
text-decoration:underline;
}

h4{
font-size:1em;
font-weight:bold;
text-transform:uppercase;
}



acronym, abbr, span.caps {
	cursor: help;
	}


/*--------------------linkgestaltung--------------------*/

#person a{
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#person a:hover {
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
background-color:#e4e7eb;
font-weight:bold;
text-decoration:none;
}

#person a:link {
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#person a:active {
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
background-color:#e4e7eb;
text-decoration:none;
}


#person a:visited { 
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#politik a{
text-indent:5px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#politik a:hover {
text-indent:5px;
color:#000000;
font-size:1em;
background-color:#e4e7eb;
text-decoration:none;
}

#politik a:link {
text-indent:5px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#politik a:active {
text-indent:5px;
color:#000000;
font-size:1em;
font-weight:bold;
background-color:#e4e7eb;
text-decoration:none;
}


#politik  a:visited { 
text-indent:5px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#service  a{
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#service  a:hover {
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
background-color:#e4e7eb;
text-decoration:none;
}

#service  a:link {
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#service  a:active {
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
background-color:#e4e7eb;
text-decoration:none;
}


#service a:visited { 
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#presse a{
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#presse a:hover {
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
background-color:#e4e7eb;
text-decoration:none;
}

#presse a:link {
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#presse a:active {
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
background-color:#e4e7eb;
text-decoration:none;
}


#presse a:visited { 
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}


#informiert a{
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#informiert a:hover {
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
background-color:#e4e7eb;
text-decoration:none;
}

#informiert a:link {
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#informiert a:active {
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
background-color:#e4e7eb;
text-decoration:none;
}


#informiert a:visited { 
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}


#interaktiv a{
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#interaktiv a:hover {
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
background-color:#e4e7eb;
text-decoration:none;
}

#interaktiv a:link {
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#interaktiv a:active {
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
background-color:#e4e7eb;
text-decoration:none;
}


#interaktiv a:visited { 
text-indent:5px;
width:225px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#spiel a{
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#spiel a:hover {
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
background-color:#e4e7eb;
text-decoration:none;
}

#spiel a:link {
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}

#spiel a:active {
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
background-color:#e4e7eb;
text-decoration:none;
}


#spiel a:visited { 
text-indent:5px;
width:235px;
color:#000000;
font-size:1em;
font-weight:bold;
text-decoration:none;
}


.ticker a {
font-weight:bold;
font-size:0.8em;
text-decoration:none;
color:#999999;
     }
.ticker a:visited { 
font-weight:bold;
font-size:0.8em;
text-decoration:none;
color:#999999;
     }

.ticker a:active { 
font-weight:bold;
font-size:0.8em;
text-decoration:none;
color:#F7AF3B;
     }
.ticker a:hover { 
font-weight:bold;
font-size:0.8em;
text-decoration:none;
color:#F7AF3B;
     }



.kontakt a {
font-weight:bold;
font-size:0.8em;
text-decoration:none;
color:#999999;
     }
.kontakt a:link { 
font-weight:bold;
font-size:0.8em;
text-decoration:none;
color:#999999;
     }
.kontakt a:visited { 
font-weight:bold;
font-size:0.8em;
text-decoration:none;
color:#999999;
     }

.kontakt a:active { 
font-weight:bold;
font-size:0.8em;
text-decoration:none;
color:#F7AF3B;
     }
.kontakt a:hover { 
font-weight:bold;
font-size:0.8em;
text-decoration:none;
color:#F7AF3B;
     }

.schrift a{
font-size:1em;
color:#000000;
font-weight:bold;
text-transform:uppercase;
}
.schrift a:hover{
font-size:0.8em;
color:#000000;
font-weight:bold;
text-decoration:underline;
text-transform:uppercase;
}
.schrift a:visited{
font-size:0.8em;
color:#666666;
font-weight:bold;
text-transform:uppercase;
}

.suche a{
font-size:1em;
font-weight:normal;
color:#000000;
}
.suche a:hover{
font-size:1em;
font-weight:normal;
color:#000000;
text-decoration:underline;
}
.suche a:visited{
font-size:1em;
font-weight:normal;
color:#666666;
}



/*--------------------bilder als links--------------------*/
a img{
border: none;
     }
a:link img { 
border: none;
     }
a:visited img { 
border: none;
     }
a:hover img { 
border: none;
     }
a:link:active img, 
a:visited:active img {
border: none;
      }


/*--------------------der weiterlesen link--------------------*/

.more-link{
     }



/*--------------------suche--------------------*/

#searchform{
background-color:#e4e7eb;
height:30px;

     }

input#s{
background-color:#ffffff;
border: 1px solid #6b7986;
color:#000000;
width:200px;;
height:20px;
     }

input#searchsubmit{
font-weight: bold;
height:20px;
background-color:transparent;
border:none;
color:#000000;
font-size:1em;
     }




/*--------------------Kommentare--------------------*/
.alt {
	 
	}

.commentlist {
	 
	}


.nocomments {
	 
	}
 
.commentlist li {
	 
	}

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform p {
	 
	}

.commentmetadata {
	 
	}

#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	 
	}




.widget {
height:auto;
clear:both;
font-size:0.9em;
     }

#content .hilite { 
background:#F6AF3B; 
}

#content .hilite a{ 
background:#F6AF3B; 
}
/*
     FILE ARCHIVED ON 23:33:08 Jan 02, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:51:02 Oct 05, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 124.168
  exclusion.robots: 0.063
  exclusion.robots.policy: 0.055
  cdx.remote: 0.052
  esindex: 0.009
  LoadShardBlock: 99.944 (3)
  PetaboxLoader3.datanode: 86.435 (4)
  load_resource: 250.214
  PetaboxLoader3.resolve: 85.114
*/