/*
  Header/Links:
  Blau: #003366
  Gelb: #ffaf00
  Hellblau: #0a9ecc // Inputfelder
  
  Latestlist:
  Latest light: #b5d1ec
  Latest dark: #84b5e6
  
  
  
*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Trebuchet MS, sans_serif;
}
img {
  border: none;
}
form {
	margin: 0;
	padding:0;
}

.clearer {
  clear: both;
  height: 1px;
  overflow: hidden;
  font-size: 1px;
  display: block;
}
#page {
 position: relative;
 background-image:url(../images/background.jpg);
 background-repeat: no-repeat;
 width: 980px;
 margin: 0 auto 1em auto;
 padding: 0 18px 0 18px;
}
#metanavigation {
  width: 980px;
  text-align: left;
  height: 1.8em;
}
#content {
  position: relative;
  width: 940px;
  text-align: left;
  padding: 10px 20px 20px 20px;
  margin: 0;
  background-image:url(../images/footer_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
}


/* Siteheader */

#header {
  width: 960px;
  margin: 0.4em 0 0 0;
  padding: 0 10px;
}
#header .logo {
  float: left;
}
#header .loginsearch {
  float: right;
  text-align: right;
}

#header .loginsearch form {
  margin: 0;
  padding: 0;
  color: #003366;
  font-size: 0.75em;
}
#header .loginsearch form input.inputfield {
  margin: 0;
  padding: 0;
  width: 105px;
  background-color: #FFF;
  border: 1px solid #668db4;
}
#header .claim {
  margin: 1.7em 0 1.7em 0;
} 

/* Headers */

#content h2 {
  font-size: 1.55em;
  margin: -0.25em 0 0.5em 0;
  padding: 0;
  line-height: 100%;
  color: #003366;
  font-weight: normal;
  position: relative;
  width: 100%;
}
#content h3 {
  font-size: 1em;
  color: #003366;
}
#content .topcontent .topcontentMiddleText h3 {
  margin: 0 0 0.5em 0;
}
#content .topcontent .topcontentMiddleText h3 a {
  color: #003366;
  text-decoration: none;
}
#content .topcontent .topcontentMiddleText h3 a:hover {
  text-decoration: underline;
}
#content .relatedcontentMiddle h3 {
  margin: 0;
  padding: 0;
}
#content .cols2575 h3 {
  margin: 0 0 5px 0;
}
.latestMediaList .textContent h4 {
  font-size: 0.75em;
  color: #003366;
  padding: 0 0 3px 0;
  margin: 0;
}


/* Fontsize */

.fontsize {
  float: left; 
  padding: 0.5em 0 0 0; 
}
.fontsize a:link,
.fontsize a:visited {
 float: left;
 font-size: 0.75em;
 color: #003366;
 display: block;
 width: 1.5em;
 text-align: center;
 text-decoration: none;
 line-height: 100%;
}
.fontsize a:hover,
.fontsize a:focus,
.fontsize a:active {
  border-bottom: 1px solid #ffaf00;
}

/* Navigation */

.navigation {
  float: right;
}
.navigation ul {
  margin: 0.25em 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
.navigation ul li {
  margin: 0 0 0 1em;
  padding: 0 0 0.25em 0;
  float: left;
  line-height: 100%;
}
.navigation ul li a:link,
.navigation ul li a:visited {
  font-size: 0.75em;
  color: #003366;
  text-decoration: none;
}
.navigation ul li a:hover,
.navigation ul li a:focus,
.navigation ul li a:active {
  border-bottom: 1px solid #ffaf00;
}


/* FOOTER */
.footer {
  font-size: 0.7em;
  color: #003366;
  margin: 1em 0 0 0;
}
.footer a {
  color: #003366;
  text-decoration: none;
}
/* Video */

.videoContainer {}


/* Featured Video */

.topcontent {
  width: 940px;
  margin: 0 0 19px 0;
}
.topcontent .topcontentTop {
  position: relative;
  background-image:url(../images/topcontent_bg_top.png);
  background-repeat: no-repeat;
  height: 4px;
  overflow: hidden;
}
.topcontent .topcontentMiddle {  
  padding: 15px;
  background-image:url(../images/topcontent_bg_middle.png);
  background-repeat: repeat-y;
}
.topcontent .topcontentBottom {
  background-image:url(../images/topcontent_bg_bottom.png);
  background-repeat: no-repeat;
  height:4px;
  overflow: hidden;
}
.topcontent .videoContainer {
  float: left;
}
.topcontent .topcontentMiddleText {
  position: relative;
  float: left;
  margin: 0 10px 0 25px;
  width: 325px;
  min-height: 308px;
}
.topcontent .topcontentMiddleText p {
  font-size: 0.75em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
.topcontent .tagbar {
  margin: 0 0 0.5em 0;
  font-size: 0.75em;
  font-weight: bold;
  color: #003366;
}
.topcontent .tagbar a {
  color: #003366;
  text-decoration: none;
  text-transform: uppercase; 
}
.topcontent .iconbar {
  padding: 0.5em 0 0.4em 0;
}
.topcontent .register {
  margin: 0.5em 0 0 0;
}
.topcontent .register p {
  color: #003366;
  margin: 0 0 0.3em 0;
  padding: 0 0 0 0;
  font-size: 0.55em;
}


/* Related Films, Downloads and Mailform */

.topcontent .topcontentMiddleRelated {
  float: right;
}
.topcontent .relatedcontentTop {
  background-image:url(../images/relatedcontent_bg_top.gif);
  background-repeat: no-repeat;
  position: relative;
  height:4px;
  width: 200px;
  overflow: hidden;
}
.topcontent .relatedcontentMiddle {  
	background-image:url(../images/relatedcontent_bg_middle.gif);
	background-repeat: repeat-y;
	padding: 0 13px 0 13px;
	width: 174px;
	min-height: 300px;
}
.topcontent .relatedcontentBottom {
  background-image:url(../images/relatedcontent_bg_bottom.gif);
  background-repeat: no-repeat;
  height:4px;
  width: 200px;
  position: relative;
  overflow: hidden;
}
.topcontent .relatedContainer {
  height: 280px;
  width: 200px;
  text-align: left;
  padding: 0 0 0 0;
}

.topsingle .relatedcontentMiddle {
	padding: 0 13px 0 13px;
	width: 174px;
	min-height: 300px;
}
.topsingle .relatedcontentMiddle ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.topsingle .relatedcontentMiddle p {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
}
.topsingle .relatedcontentMiddle p a {
	color:  #003578;
}
#content h2 a {
	font-size: 0.5em;
	position: absolute;
	right: 0;
	color: #003366;
}


/* Downloads */
.topsingle .relatedcontentMiddle ul li {
	margin: 0;
	padding: 0;
}
.topsingle .relatedcontentMiddle ul li a {
	font-size: 0.75em;
	color:  #003578;
}

/* Mail */
.topsingle .relatedcontentMiddle form {
	margin: 0;
	padding: 0;
}
.topsingle .relatedcontentMiddle .maillabel,
.topsingle .relatedcontentMiddle label {
	display: block;
	font-size: 0.75em;
	color:  #003578;
}
.topsingle .relatedcontentMiddle .inputfield {
	width: 100%;
	border: 1px solid #0a9ecc;
	margin: 0 0 0.5em 0;
}
.topsingle .relatedcontentMiddle .textareafield {
	width: 100%;
	height: 100px;
	border: 1px solid #0a9ecc;
}

.topsingle .relatedcontentMiddle div.inputfield,
.topsingle .relatedcontentMiddle div.textareafield {
	font-size: 0.75em;
	border: 1px solid #d9e3ec;
} 

.submitbar {
	margin: 1em 0 0 0;
	text-align: right;
}

/* Functions after login */
.top {}
.bottom {}
.actionbar {
	margin: 0.5em 0 0 0;
}

.actionbar a {
	color:  #003578;
	margin: 0 2em 0 0;
}

.actionbartop {
	background-image:url(../images/actionbar_top.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: 100%;
}
.actionbarbottom {
	background-image:url(../images/actionbar_bottom.gif);
	background-repeat: no-repeat;
	height: 3px;
	width: 100%;
}

.actionbarcontent {
	font-size: 0.75em;
	background-color: #91afcb;
	padding: 0 5px 5px 10px;
}


/* Latest list 
   light: #bdd7f2
   dark: #84b5e6
*/

.latestMediaList {}
.latestMediaList .latestMediaItem {
  margin: 0 0 1em 0;
}
.latestMediaList .light .wrapperTop {
  background-image:url(../images/medialist_light_top.gif);
  background-repeat: no-repeat;
  padding: 5px 0 0 0;
}
.searchresult .light .wrapperTop {
  background-image:url(../images/medialist_light_top_940.gif);
}
.latestMediaList .light .wrapperBottom {
  background-image:url(../images/medialist_light_bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 0 4px 0;
}
.searchresult .light .wrapperBottom {
  background-image:url(../images/medialist_light_bottom_940.gif);
}
.latestMediaList .dark .wrapperTop {
  background-image:url(../images/medialist_dark_top.gif);
  background-repeat: no-repeat;
  padding: 5px 0 0 0;
}
.searchresult .dark .wrapperTop {
  background-image:url(../images/medialist_dark_top_940.gif);
}
.latestMediaList .dark .wrapperBottom {
  background-image:url(../images/medialist_dark_bottom.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 0 4px 0;
}
.searchresult .dark .wrapperBottom {
  background-image:url(../images/medialist_dark_bottom_940.gif);
}

.latestMediaList .light .text {
  background: #bdd7f2;
  padding: 5px 5px 0 5px;
}
.latestMediaList .dark .text {
  background: #85b6e6;
  padding: 5px 5px 0 5px;
}
.latestMediaList .latestMediaItem .mediaListImage {
  float: left;
  margin: -10px 13px -10px -5px;
}
.latestMediaList .textContent h4 a {
  color: #003366;
  text-decoration: none;
}
.latestMediaList .latestMediaItem p {
  font-size: 0.75em;
  color: #FFFFFF;
  line-height: 120%;
  margin: 0;
  padding: 0;
}
.latestMediaList .textContent {
  min-height: 107px;
}
.latestMediaList .textContent a {
  color: #003366;
  text-decoration: none;
  padding: 0.5em 0 0 0;
}



.latestMediaItem .iconbar {
  text-align: right;
  height: 22px;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.latestMediaItem .iconbar img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 22px;
}
.latestMediaItem .tagbar {
  margin: 5px 0 0 0;
  font-size: 0.55em;
  font-weight: bold;
  color: #003366;
}
.latestMediaItem .tagbar a {
  overflow: hidden;
  color: #003366;
  text-decoration: none;
  text-transform: uppercase; 
}






/* Single */

#content .cols2575 h3 {
	position: relative;
} 

#content .cols2575 h3 span.icons {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.75em;
} 

#content .cols2575 h3 span.icons img {
	vertical-align: middle;
	margin-top: -5px;
}
.singleView .textContent .selectbar {
	margin: 1em 0 0 0;
}
.singleView .textContent .selectbar .select {
  float: left;
}
.singleView .textContent .selectbar .icons {
	float: right;
}

.singleView .textContent .selectbar .select a {
	color: #003366;
	font-size: 0.75em;
}

table.mediainfotable {
	width: 100%;
	border-collapse:collapse;
	margin: 0 0 0.5em 0;
}
table.mediainfotable tr th {
	width: 30%;
	color: #003366;
	font-size: 0.75em;
	text-transform: uppercase;
}
table.mediainfotable tr td {
	width: 27%;
	padding: 0 10px 0 0;
	color: #000;
	font-size: 0.75em;
}

/* Search */

.searchTop {
  background-image:url(../images/suche_bg_top.gif);
  background-repeat: no-repeat;
  width: 352px;
  height: 10px;
  overflow: hidden;
}
.searchBottom {
  background-image:url(../images/suche_bg_bottom.gif);
  background-repeat: no-repeat;
  width: 352px;
  height: 10px;
  overflow: hidden;
}
.searchbox {
  background: #6a91b6;
  padding: 15px;
  width: 322px;
}
.CollapsiblePanelContent ul {
  list-style: none;
  margin:0;
  padding:0;
}
.CollapsiblePanelContent ul li {
  margin: 0 0 0 1.3em;
}
.CollapsiblePanelContent ul li label {
  color: #FFF;
  font-size: 0.75em;
  cursor:pointer;
}
.CollapsiblePanelContent ul li label strong {
  color: #003366;
  font-style: italic;
}
.CollapsiblePanel {
	margin: 0 0 1em 0;
	padding: 0px;
}
.CollapsiblePanelTab {
  padding: 10px;
  background-image:url(../images/searchCollapsHeader_bg.gif);
  background-repeat: no-repeat;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	cursor: pointer;
	font-size: 0.75em;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab a {
  padding: 0 0 0 2em;
  color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.CollapsiblePanelOpen .CollapsiblePanelTab a {
  background-image:url(../images/foldout_icon.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.CollapsiblePanelClosed .CollapsiblePanelTab a {
  background-image:url(../images/foldin_icon.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {}
.CollapsiblePanelClosed .CollapsiblePanelTab {}
.CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover {}
.CollapsiblePanelFocused .CollapsiblePanelTab {}

.searchSubmit {
  text-align: right;
  margin: 1em 0 0 0;
}
/* Layoutbox 25 75 */

.cols2575 {
 clear: both;
}
.cols2575 .col25 {
  float: left;
  width: 355px; 
}
.cols2575 .col75 {
  float: right;
  width: 560px;
}


/* PAGEBROWSER */

.pagebrowser {
  float: right;
  font-weight: bold;
}
.pagebrowser ul {
  font-size: 0.70em;
  line-height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagebrowser ul li {
  float: left;
  padding:  0 0.3em 0 0.3em;
  margin: 0;
  border-right: 1px solid #003366;
}
.pagebrowser ul li.prev {
  border-left: 1px solid #003366;
}
.pagebrowser ul li a {
  color: #003366;
  text-decoration: none;
}
.pagebrowser ul li.act a {
  color: #6187ac;
  text-decoration: none;
}


/* REGISTRATION */


.formRow {
  float: left;
  width: 35%;
  margin: 0 1em 0 0;
}
.selectRow {
  float: left;
  width: 20%;
  margin: 0 0 0 0;
}
.formRow h3,
.selectRow  h3 {
 font-size: 0.5em;
  margin: 0 0 0.5em 0;
}
.tx-srfeuserregister-pi1 {
  float: left;
  width: 100%;
}
.tx-srfeuserregister-pi1 p {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
.tx-srfeuserregister-pi1 p.tx-srfeuserregister-pi1-notice {
  margin: 0 0 1em 0;
  padding: 0;
}
.tx-srfeuserregister-pi1 dl { 
  margin: 0; 
  padding: 0;
}
.tx-srfeuserregister-pi1 dt, 
.tx-srfeuserregister-pi1 dd { 
  margin: 0 0 0 0; 
  padding: 0; 
  float: left;
}
.tx-srfeuserregister-pi1 dt { 
  clear: both; 
  width: 28%; 
  text-align: left; 
  padding-right: 1em; 
}
.tx-srfeuserregister-pi1 dd { 
  text-align: left; 
  margin: 0 0 5px 0; 
  width: 60%; 
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { 
  width: auto; 
  padding-right: 0; 
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { 
  width: auto;
}
* html .tx-srfeuserregister-pi1 dd {
  float: none;
}
.tx-srfeuserregister-pi1 dd p { 
  margin-top: 0; 
  margin-bottom: 0; 
  padding: 0; 
}
.tx-srfeuserregister-pi1 dd label { 
  padding: 0 0 0 0;
}
.tx-srfeuserregister-pi1 label {
  font-size: 0.75em;
  color: #003366;
  font-weight: bold;
  line-height: 100%;
}
#tx-srfeuserregister-pi1-comments {
  font-size: 0.75em;
  width:  190px;
  border: 1px solid #003366; 
  font-family: Trebuchet MS, sans_serif;
} 
#tx-srfeuserregister-pi1-static_info_country {
  font-size: 0.75em;
  width:  190px;
  border: 1px solid #003366; 
}
.tx-srfeuserregister-pi1 label.tx-srfeuserregister-pi1-other {
  font-size: 0.75em;
  padding: 0 0 0 25px;
}
.tx-srfeuserregister-pi1-text-small {
  font-size: 0.75em;
  width:  128px;
  border: 1px solid #003366; 
}
.tx-srfeuserregister-pi1-text {
  font-size: 0.75em;
  width:  190px;
  border: 1px solid #003366; 
}
.tx-srfeuserregister-pi1-error {
  font-size: 0.75em;
  width:  190px;
  color: #e31d1d; 
  line-height: 100%;
}
.tx-srfeuserregister-pi1-notice {
  font-size: 0.75em;
}
#tx-srfeuserregister-pi1-tx_mlextfeusers_topics,
#tx-srfeuserregister-pi1-tx_mlextfeusers_locations,
#tx-srfeuserregister-pi1-tx_mlextfeusers_type {
  font-size: 0.75em;
  width:  150px;
  border: 1px solid #003366; 
  height: 70px;
}
#tx-srfeuserregister-pi1-tx_mlextfeusers_othermedia {
  font-size: 0.75em;
  width:  150px;
  border: 1px solid #003366; 
}
.verify dt {
  font-size: 0.75em;
  color: #003366;
  font-weight: bold;
  line-height: 100%;
}
.verify dd {
  font-size: 0.75em;
  color: #000;
  font-weight: bold;
  line-height: 100%;
  padding: 0 0 1em 0;
}
.radiogroup {
  margin: 0 0 0.5em 0;
}

/**/
.tx-felogin-pi1 {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
}
.tx-felogin-pi1 dl { 
  margin: 0; 
  padding: 0;
  width: 50%;
}
.tx-felogin-pi1 dt, 
.tx-felogin-pi1 dd { 
  margin: 0 0 0 0; 
  padding: 0; 
  float: left;
}
.tx-felogin-pi1 dt { 
  clear: both; 
  width: 28%; 
  text-align: left; 
  padding-right: 1em; 
}
.tx-felogin-pi1 dd { 
  text-align: left; 
  margin: 0 0 5px 0; 
  width: 60%; 
}
* html .tx-felogin-pi1 dd {
  float: none;
}
.tx-felogin-pi1 dd p { 
  margin-top: 0; 
  margin-bottom: 0; 
  padding: 0; 
}
.loginsearch .tx-felogin-pi1 { 
  font-size: 1em; 
}
.tx-felogin-pi1 dd label { 
  padding: 0 0 0 0;
}

.tx-felogin-pi1 dd #pass,
.tx-felogin-pi1 dd #user { 
  width:  190px;
  border: 1px solid #003366; 
}


.tx-felogin-pi1 input.logout {
	margin: 0 0 -3px 0; 
}


/* SEARCH */
.topcontentMiddle .searchinfobar {
  font-size: 0.75em;
}
#proposal {
  background-color: #91afcb;
  text-align: left;
  overflow: hidden;
  z-index: 100;
}
#proposal ul {
  list-style:none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#proposal ul li {
  padding: 2px;
  cursor: pointer;
}
#proposal ul li.selected {
  background-color: #bdd7f2;
}