@charset "utf-8";
/* ============================================
GENERAL CLEANUP STYLES
according to eric meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
 ============================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}
html { 
  height: 100%;
}
body {
  line-height: 1;
  color: black;
  background: white;
  min-height: 101%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* ============================================
 SET UP THE LAYOUT 
 ============================================ */

body {
  padding-bottom: 2em;
  background-color: #EBEBEB; /* #fbedf2; */
	min-height: 790px;
    	background: #eccfe1 url('../img/girlsday_wallpaper.jpg') 0 0px no-repeat scroll;
    	overflow: visible !important;
  width: 100%;
}

#page {
  width: 75%;
  margin: 5px 5px 5px 250px;
  max-width: 60em; 
  min-width: 30em; 
}

#impressum {
	position: absolute; 
	top: 630px;
	left: 10px; 
 	color: #000;
	font-size: 0.65em;
}

#impressum h2 {
	font-size: 1em;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

#impressum p {
	font-size: 1em;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}


p#impressum2 {
	position: absolute; 
	top: 650px;
	left: 10px; 
 	color: #000;
	 font-size: 1em;
}

#content {
  width: auto;
  padding: 0em; 
  font-size: 0.83em;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #fff;
  background-color: #9e0047;
  height: 100%;
  margin-right: 255px;
}

#contentHell {
  width: auto;
  padding: 1.5em; 
  font-size: 0.83em;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #000;
  background-color: #eccfe1;
  height: 100%;
  margin-right: 255px;
  border-left: 1px solid  #9e0047;
  border-top: 1px solid  #9e0047;
}

#contentinfos {
  width: auto;
  padding: 2em;
  font-size: 0.83em;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #000;
	padding-top: 0em;
  /* background-color: #f2d5e7; */
}

#menu, #menu2 {
	margin-top: 1em;
}

#menu li, 
#menu2 li  {
	float: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-right: 0.6em;
  	font-size: 0.8em;
	border: 1px solid black;
	background-color: #9e0047;
	color: white;
}

#menu li a, 
#menu2 li a {
	display: block;
  	font-weight: bold;
	padding: 0.6em;
}

#menu li a:link, 
#menu li a:visited, 
#menu2 li a:link, 
#menu2 li a:visited {
	background-color: #9e0047;
	color: #FFF;
}

#menu li a:current, 
#menu li a:hover, 
#menu li a:focus, 
#menu li a:active, 
#menu2 li a:current, 
#menu2 li a:hover, 
#menu2 li a:focus, 
#menu2 li a:active {
	background-color: #FFF;
	padding: 0.6em;
	color: #000;
}

#footer {
	clear: both;
	border-top: 1px solid #9e0047;
	padding-top: 0.2em;
 	font-size: 0.7em;
}


/* ==============================================
  GENERAL CONTENT (ALL OVER A PAGE)
============================================== */

abbr, acronym {
  border-bottom: 1px dotted black;
}

a {
  color: #9e0047;
}

a:visited {
  color: #000;
}

a:focus, 
a:hover, 
a:active {
  color: #FFF;
  background-color: #9e0047;
}

strong {
	font-weight: bold;
}

em {
	font-weight: italic;
}

sup {
	font-size: 0.8em;
	vertical-align: top;
}

/* ==============================================
   GENERAL CLASSES
============================================== */

/* visible hidden, but available for search engines, screenreaders etc. */
.hidden, dfn {
  position: absolute;
  top: -1000em;
  left: -1000em;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* clear those floating columns */
 
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* for safari */
.clearfix { display: block }


/* ==============================================
  CONTENT STYLES
============================================== */

#page h1 {
	font-size: 1.3em;
	color: #9e0047;
	padding-top: 1em;
	padding-bottom: 1em;
	/* border-bottom: 1px solid #9e0047; */
}

#content h2 {
	font-size: 1.4em;
	color: #9e0047;
	margin-bottom: 1em;
	border: 1px solid #9e0047;
	padding: 0.3em;
}

#contentHell h2 {
	font-size: 1.4em;
	color: #9e0047;
	margin-bottom: 1em;
	/* border: 1px solid #9e0047; */
	padding: 0em;
}

#contentHell h3 {
	font-size: 1.2em;
	color: #9e0047;
	margin-bottom: 1em;
	/* border: 1px solid #9e0047; */
	padding: 0em;
}

#content h2.whiteLetter {
	font-size: 1.4em;
	color: #fff;
	margin-bottom: 1em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding-bottom: 0.3em;
}

#content h3 {
	font-size: 1.2em;
	color: #9e0047;
	margin-bottom: 1em;
	border-bottom: 1px solid #9e0047;
	padding: 0.3em;
}

#content h4 {
	font-size: 1.1em;
	color: #9e0047;
	margin-bottom: 1em;
	padding: 0.2em;
}

#content h5 {
	font-size: 1.05em;
	color: #9e0047;
	margin-bottom: 1em;
	padding: 0.2em;
}

#content h6 {
	font-size: 1em;
	color: #000;
	margin-bottom: 1em;
	padding: 0.2em;
}

#page h1, 
#content h2, 
#content h3, 
#content h4, #content h5, #content h6 {
	font-weight: bold;
}


address {
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 1em;
}

#content p, ul, ol, dl, div, blockquote, code, table {
	margin-bottom: 1em;
}

#contentHell p, ul, ol, dl, div, blockquote, code, table {
	margin-bottom: 1em;
}

#content table th, #content table td {
	padding: 0.2em;
	border-bottom: 1px solid #CCC;
}

#content table th {
	font-weight: bold;
}

#content li {
	list-style-type: square;
}

#content li li {
	list-style-type: disc;
}

#content ul li,
#content ol li, {
	margin-left: 1em;
	padding-left: 0.6em;
}

#content ul li ul li, 
#content ul li ol li, 
#content ol li ul li, 
#content ol li ol li {
	margin-left: 2em;
	padding-left: 1.2em;
}

#content dl dd {
	margin-left: 0.6em;
	padding-left: 0.6em;
}

#divPromo dl, 
#contentHell dl {
	margin-bottom: 1em;
}
#divPromo dl dd, 
#contentHell dl dd {
	margin-left: 2.25em;
	padding-left: 2.25em;
	margin-bottom: 0.5em;
}
#divPromo dl dt, 
#contentHell dl dt {
	font-weight: bold;
}

#content code, 
#content samp {
	border: 1px solid #666;
	padding: 0.5em;
	font-family: Courier, monospace;
	font-size: 0.9em;
	display: block;
}

#content p.small, 
#content ul.small {
	font-size: 0.9em; 
	padding-top: 1em;
}

#content dl dt {
	font-weight: bold;
}

#content blockquote {
	margin-left: 1.6em;
	margin-right: 1.6em;
}

#content dd blockquote {
	margin-left: 0em;
	margin-right: 0em;
}

#content ul.ulFootnotes, 
#content ul.ulFootnotes li {
	list-style: none;
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0em;
	font-size: 0.9em;
} 

#content ul.TOC, 
#content ul.TOC li {
	list-style: none;
	list-style-type: none;
	margin-left: 0.5em;
	padding-left: 0em;
} 

#content ul.kap5, 
#content ul.kap5 li {
	list-style: none;
	list-style-type: none;
	margin-left: 0.1em;
	padding-left: 0em;
} 

#content ul.kap5 li {
	margin-bottom: 0.8em;
}

#content h2 {
	font-size: 1.4em;
	color: #9e0047;
	margin-bottom: 1em;
	border: 1px solid #9e0047;
	padding: 0.3em;
}

#content h3 {
	font-size: 1.2em;
	color: #9e0047;
	margin-bottom: 1em;
	border-bottom: 1px solid #9e0047;
	padding: 0.3em;
}

#content h4 {
	font-size: 1.1em;
	color: #9e0047;
	margin-bottom: 1em;
	padding: 0.2em;
}

#content h5 {
	font-size: 1.05em;
	color: #9e0047;
	margin-bottom: 1em;
	padding: 0.2em;
}

#content h6 {
	font-size: 1em;
	color: #000;
	margin-bottom: 1em;
	padding: 0.2em;
}

#page h1, 
#content h2, 
#content h3, 
#content h4, #content h5, #content h6 {
	font-weight: bold;
}


address {
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 1em;
}

#content p, ul, ol, dl, div, blockquote, code, table {
	margin-bottom: 1em;
}

#content table th, #content table td {
	padding: 0.2em;
	border-bottom: 1px solid #CCC;
}



#content table.gehalt {
	margin-top: 3.1em;
	margin-bottom: 3.1em;
	padding: 2em;
}

#content table.gehalt td {
	padding: 2em;
	margin: 1em;
	border: 3px solid #9e0047;
	background-color: #fff;
	color: #000;
	/* border-bottom: 1px solid #CCC; */
}




#content table th {
	font-weight: bold;
}

#content li {
	list-style-type: square;
}

#content li li {
	list-style-type: disc;
}

#content ul li,
#content ol li, {
	margin-left: 1em;
	padding-left: 0.6em;
}

#content ul li ul li, 
#content ul li ol li, 
#content ol li ul li, 
#content ol li ol li {
	margin-left: 2em;
	padding-left: 1.2em;
}

#content dl dd {
	margin-left: 0.6em;
	padding-left: 0.6em;
}

#content code, 
#content samp {
	border: 1px solid #666;
	padding: 0.5em;
	font-family: Courier, monospace;
	font-size: 0.9em;
	display: block;
}

#content p.small, 
#content ul.small {
	font-size: 0.9em; 
	padding-top: 1em;
}

#content dl dt {
	font-weight: bold;
}

#content blockquote {
	margin-left: 1.6em;
	margin-right: 1.6em;
}

#content dd blockquote {
	margin-left: 0em;
	margin-right: 0em;
}

#content ul.ulFootnotes, 
#content ul.ulFootnotes li {
	list-style: none;
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0em;
	font-size: 0.9em;
} 

#content ul.TOC, 
#content ul.TOC li {
	list-style: none;
	list-style-type: none;
	margin-left: 0.5em;
	padding-left: 0em;
} 

#content ul.kap5, 
#content ul.kap5 li {
	list-style: none;
	list-style-type: none;
	margin-left: 0.1em;
	padding-left: 0em;
} 

#content ul.kap5 li {
	margin-bottom: 0.8em;
}


/* === CONTENTINFOS === */

#contentinfos { 
	bg
}

#contentinfos h2 {
	font-size: 1.4em;
	color: #9e0047;
	margin-bottom: 1em;
	border-bottom: 1px solid #9e0047;
	padding-bottom: 0.3em; 
}

#contentinfos h3 {
	font-size: 1.2em;
	color: #9e0047;
	margin-bottom: 1em;
	border-bottom: 1px solid #9e0047;
	padding: 0.3em;
}

#contentinfos h4 {
	font-size: 1.1em;
	color: #9e0047;
	margin-bottom: 1em;
	padding: 0.2em;
}

#contentinfos h5 {
	font-size: 1.05em;
	color: #9e0047;
	margin-bottom: 1em;
	padding: 0.2em;
}

#contentinfos h6 {
	font-size: 1em;
	color: #000;
	margin-bottom: 1em;
	padding: 0.2em;
}

#page h1, 
#contentinfos h2, 
#contentinfos h3, 
#contentinfos h4, #contentinfos h5, #contentinfos h6 {
	font-weight: bold;
}


address {
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 1em;
}

#contentinfos p, ul, ol, dl, div, blockquote, code, table {
	margin-bottom: 1em;
}

#contentinfos table th, #contentinfos table td {
	padding: 0.2em;
	border-bottom: 1px solid #CCC;
}

#contentinfos table th {
	font-weight: bold;
}

#contentinfos li {
	list-style-type: square;
}

#contentinfos li li {
	list-style-type: disc;
}

#contentinfos ul li,
#contentinfos ol li, {
	margin-left: 1em;
	padding-left: 0.6em;
}

#contentinfos ul li ul li, 
#contentinfos ul li ol li, 
#contentinfos ol li ul li, 
#contentinfos ol li ol li {
	margin-left: 2em;
	padding-left: 1.2em;
}

#contentinfos dl dd {
	margin-left: 0.6em;
	padding-left: 0.6em;
}

#contentinfos code, 
#contentinfos samp {
	border: 1px solid #666;
	padding: 0.5em;
	font-family: Courier, monospace;
	font-size: 0.9em;
	display: block;
}

#contentinfos p.small, 
#contentinfos ul.small {
	font-size: 0.9em; 
	padding-top: 1em;
}

#contentinfos dl dt {
	font-weight: bold;
}

#contentinfos blockquote {
	margin-left: 1.6em;
	margin-right: 1.6em;
}

#contentinfos dd blockquote {
	margin-left: 0em;
	margin-right: 0em;
}

#contentinfos ul.ulFootnotes, 
#contentinfos ul.ulFootnotes li {
	list-style: none;
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0em;
	font-size: 0.9em;
} 

#contentinfos ul.TOC, 
#contentinfos ul.TOC li {
	list-style: none;
	list-style-type: none;
	margin-left: 0.5em;
	padding-left: 0em;
} 

#contentinfos ul.kap5, 
#contentinfos ul.kap5 li {
	list-style: none;
	list-style-type: none;
	margin-left: 0.1em;
	padding-left: 0em;
} 

#contentinfos ul.kap5 li {
	margin-bottom: 0.8em;
}


/* === FOOTER Impressum Style === */

div.footerstyle {
	clear: both;
	padding-top: 1em;
}

div.footerstyle div.textFooterstyleLeft {
	font-size: 0.7em;
	float:left;
	display:block;
}

div.footerstyle div.textFooterstyleRight {
	float:right;
	display:block;
}

/* === special social bookmarks ==== */


#content {
  width: auto;
  padding: 2em;
  font-size: 0.83em;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #fff;
  background-color: #9e0047;
}


div.sociable {
	clear: both; 
	float:none;
	margin-top: 1.5em;
	border-top: 1px solid  #9e0047;
	padding-top: 0.5em;
}


div.sociable ul#ulSociable li {
	display: inline; font-size: 0.83em;
}

div.sociable p {
	 font-size: 0.83em;
}

ul#ulSociable {
	margin-top: 0.5em;
}



/* special navigation oben */

div#divNavi {
	display: block; 
	width: 250px; 
	/* height: 37em; */
	float: right; 
	margin-left: 0px;
	/* border-left: 1px solid #eccfe1; */
	position: relative; 
	top: -3em; 
	right: 0em; 	
	background: url('../img/beideMinister.gif') top right no-repeat; 
	overflow: visible;
	z-index: 99;
}

ul#ulMenu {
	display: block;
	width: 250px;
	margin: 0; padding: 0; position: relative; 
	list-style-type: none; 
	text-align: center;
	margin-top: 254px;
	background-color:  transparent !important;
	  font-size: 0.83em;
}

ul#ulMenu li { 
	list-style-type: none; 
	width: 250px;
	text-align: center;
	margin: 0px;
	padding: 0em;
	position: relative;
 	color: #000;
 	 /* background-color: #eccfe1; */
	/* border-bottom: 2px solid #9e0047; */
}

ul#ulMenu li.selected { 
	list-style-type: none; 
	width: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 1.2em;
	padding-bottom: 0.8em;
	position: relative;
	color: #fff;
	background: url('../img/menu_pfeil_standort_2.png') 0 0 no-repeat;
	background-color: transparent !important; /*#9e0047; */
	height: 20px;
}

ul#ulMenu li a  { 
	color: #fff;
	background: url('../img/menu_pfeil_rechts.png') 0 0 no-repeat;
	background-color: transparent !important; /*#9e0047; */
	/* background-color: #9e0047; */
	color: #fff;
	padding: 0px;
	padding-top: 1.2em;
	padding-bottom: 0.8em;
	display: block; 
	width: 100%;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
}

ul#ulMenu li a:hover, 
ul#ulMenu li a:focus, 
ul#ulMenu li a:active  { 
	color: #fff;
	background: url('../img/menu_pfeil_rechts_hight.png') 0 0 no-repeat;
	background-color: transparent !important; /*#9e0047; */
	/* background-color: #eccfe1; */
	/* border-left: 4px solid #a298b4; */
	text-decoration: underline;
}

div#divPromo {
	display: block; 
	margin-left: 160px;
	position: relative; 
	font-size: 0.83em;
	color: #000;
}

a.linkPromo {
	display: block;
	float: left;
	width: 150px; 
	position: relative; 
	background-color: transparent !important;
}

a.linkPromo:hover, 
a.linkPromo:focus, 
a.linkPromo:active {
	display: block;
	float: left;
	width: 150px; 
	position: relative; 
	background-color: transparent !important;
}

#content p.pZitat {
	margin-top: 5em;
	margin-bottom: 5em;
}


/* ============= VIDEO player buttons =========== */

/* 
  Sample CSS for "Accessible Controls for the YouTube Embedded Video Player"
  http://wac.osu.edu/examples/youtube-player-controls/
*/
div.ytplayerbox 
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: x-small;
  border: 1px solid #999;
  background: #eee;
  margin: 0;
  padding: 5px;
}
ul.ytplayerbuttons 
{
  margin: 3px 0 0 0; padding: 5px 3px;
  border: 1px solid #ccc;
}
ul.ytplayerbuttons li 
{
  list-style-type: none;
  display:inline;
  border: 1px solid #ccc;
  margin: 0 1px 0 0;
}
ul.ytplayerbuttons a 
{ 
  padding: 3px;
  text-decoration: none;
  border: none;
  display:inline-block; /* helps with IE7 and earlier rendering */
}
ul.ytplayerbuttons a:link, ul.ytplayerbuttons a:visited
{
  color: #fff;
  background: #222;
}
ul.ytplayerbuttons a:hover, ul.ytplayerbuttons a:active, ul.ytplayerbuttons a:focus
{
  background: #555;
}
/* or use your own offleft hiding style declaration for this */
div.ytplayerbox h3.semantic
{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
div.ytplayerbox h3.playlisth
{
  font-size: small;
  color: #333;
  line-height:0.8;
  margin: 12px 0 3px 0;
}
div.ytplayerbox h4 
{
  font-size: small;
  color: #555;
  margin: 3px 0 0 0;
}
ul.ytplaylistl
{
  background: #999;
  padding: 1px;
  margin: 0;
}
ul.ytplaylistl li 
{
  list-style-type: none;
  font-size: small;
  background: transparent url("../img/control_play.png") no-repeat 3px .3em;
  padding: 5px 0 3px 21px;
  margin: 0;
}
ul.ytplaylistl li.ytlisteven
{
  background-color: #ebebeb;
}
ul.ytplaylistl li.ytlistodd
{
  background-color: #ddd;
}
ul.ytplaylistl li a
{
  font-weight: bold;
  text-decoration: none;
  border: none;
  display: block;
  margin: 0 3px 0 1px;
}
ul.ytplaylistl li a:link
{
  color: #000;
}
ul.ytplaylistl li a:visited
{
  color: #333;
}
ul.ytplaylistl li a:hover, ul.ytplaylistl li a:active, ul.ytplaylistl li a:focus
{
  color: #fff;
  background-color: #333;
}

