/*******************************************************************************
********************************************************************************
	Projekt		: Script 2009
********************************************************************************
*******************************************************************************/

/************************************* Reset allgemein - NICHTS VERAENDERN *****
*******************************************************************************/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*********************************************** Reset - NICHTS VERAENDERN *****
*******************************************************************************/
a {
	text-decoration:none;
}
img, iframe, object, embed {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
html {
	height: 100.1%;
	margin-bottom: 0;
}
body {
	position:relative;
	height: 100.1%;
	background-color: #FFF;
	color: #000;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}


/******************************************** Standard - NICHTS VERAENDERN *****
*******************************************************************************/

.nospace {
	margin: 0;
	padding: 0;
}

.rvrs {
	unicode-bidi: bidi-override; 
	direction: rtl;
}

body, div, 
h1, h2, h3, h4, h5, h6, p, 
a, span,  
li {
	background-repeat:no-repeat;
}

.fl-lft { 
	float: left;
	margin: 0 20px 0 0;
}

.fl-rght { 
	float: right;
	margin: 0 0 0 20px;
}

.algn-lft { 
	text-align: left;
}

.algn-rght { 
	text-align: right;
}

.algn-cntr { 
	text-align: center;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hidden {
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	background-color: #FFF;
}

.dib {
	display: block;
}



/*********************************************************** Hintergruende *****
*******************************************************************************/



/************************************************************* Text-Farben *****
*******************************************************************************/
/*	Schwarz */
body, a, 
#navi-pri li li a, 
#navi-right a span.desc
{
	color: #000;
}
#cite
{
	color: #333;
}
/*	Dunkelgrau */
h1, 
#navi-ter li a
{
	color: #72726e;
}
div#search input.form-text
{
	color: #adadad;
}

/*	Blau */
a:hover, 
a.active, 
a.current, 
#breadcrumb, 
#content a:hover, 
#navi-pri li a:hover, 
#navi-pri li a.active, 
#navi-pri li a.current, 
#navi-right, 
#navi-right a:hover, 
#navi-right a.active, 
#navi-right a.current, 
#navi-right a:hover span.desc, 
#navi-right a.active span.desc, 
#navi-right a.current span.desc, 
#navi-ter li a:hover, 
#navi-ter li a.actice, 
#navi-ter li a.current, 
#sidebar h3 
{
	color: #91a0bd;
}
/*	Braun */
#cite, 
#content a, 
#breadcrumb a, 
#navi-pri li a, 
#navi-right a, 
.showreal .desc strong, 
.download .desc a
{
	color: #7e4d1a;
}
/*************************************************************** Schriften *****
*******************************************************************************/
body, input, textarea
{
	font-family: Arial, Verdana, sans-serif;
}


/********************************************************* Schriftgroessen *****
*******************************************************************************/
body
{
	font-size: .7em;
}
ul.rex-breadcrumb 
{
	font-size: .8em;
}

#content 
{
	font-size: 1.1em;
}
h1
{
	font-size: 1.6em;
}
#startpage #navi-pri ul li
{
	font-size: 1.4em;
}
#startpage #navi-pri ul li li
{
	font-size: .72em;
}
/************************************************************* Zeilenhoehe *****
*******************************************************************************/
#content, 
#sidebar 
{
	line-height: 1.5em;
}
h1 
{
	line-height: 1.2em;
}
/************************************************************* Allgemeines *****
*******************************************************************************/
h1, h2, h3
{
	font-weight: bold;
}
h1
{
	margin-bottom: 37px;
}
.panorama h1 
{
	padding-top: 14px;

}
h2
{
	padding-top: .5em;
}
#sidebar h3
{
	margin-bottom: 3px;
	border-bottom: 2px solid #c9d3de;
}

.tex p, 
.tex dl, 
.tex ol, 
.tex ul, 
.tex table 
{
	margin-bottom: 1em;
}
/*
#cite 
{
	font-style: italic;
}
*/
/********************************************************** Seitenstruktur *****
*******************************************************************************/
body {
	text-align: center;
}

#website {
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

#header,
#breadcrumb, 
#footer, 
#wrapper {
	position: relative;
	float: left;
	width: 100%;
}
#breadcrumb 
{
	padding: 10px 0 5px 0;
}

#printlogo, 
#printfooter 
{
	display: none;
}

#printlogo 
{
	text-align: right;
}


#fleft, 
#content, 
#sidebar
{
	float: left;
	width: 213px;
}
#content { width: 480px; }
#sidebar { width: 225px; }

#fright
{
	float: right;
	width: 705px;
}

#navi-sek
{
	height: 300px;
}
#startpage #navi-pri
{
	position: absolute;
	top: 355px;
	left: 0;
	width: 706px;
}



#content
{
	padding-top: 65px;
}
#sidebar
{
	padding-top: 7px;
}

.has-not-file #content, 
.has-not-file #sidebar { padding-top: 42px; }

.panorama #content, 
.panorama #sidebar { padding-top: 0; }

#content .content 
{
	padding-right: 30px;
}

#cite
{
	height: 110px;
}
#footer 
{
	padding: 70px 0 30px 0;
}
/****************************************************************** Header *****
*******************************************************************************/
#logo {
	position: absolute;
	left: 0px;
	top: 201px;
	background-image: url(/layout/css/logo.gif);
}
#logo p a {
	display: block;
	width: 214px;
	height: 35px;
	text-indent: -1000em;
}

#startpage #logo {
	top: 201px;
	background-image: url(/layout/css/logo_home.gif);
}
#startpage #logo p a {
	height: 46px;
}


/****************************************************************** Footer *****
*******************************************************************************/

/************************************************************ Navigationen *****
*******************************************************************************/
ul.rex-breadcrumb 
{
	float: left;
	width: 695px;
	padding-top: 5px;
	text-align: right;
}
ul.rex-breadcrumb li 
{
	display: inline;
	padding: 0 2px 0 0;
}
ul.rex-breadcrumb li a, 
ul.rex-breadcrumb li.last
{
	padding-left: 8px;
	background-image: url(/layout/css/arrow.gif);
	background-position: 0px 4px;
}
ul.rex-breadcrumb li a
{
	background-position: 0px -46px;
}
ul.rex-breadcrumb li.rex-lvl0 a
{
	background: none;
}


#navi-sek li span.desc, 
#navi-pri li span.desc, 
#navi-right li span.desc
{
	display: block;
}

#navi-sek li
{
	display: block;
	padding-bottom: 5px;
	text-align: right;
}
#navi-pri li a
{
	display: block;
	padding-bottom: 8px;
	padding-right: 15px;
	font-weight: bold;
}
#navi-pri li li a
{
	font-weight: normal;
}
#navi-pri li ul
{
	margin-bottom: 11px;
}
#startpage #navi-pri li
{
	display: block;
	float: left;
	width: 240px;
}
#startpage #navi-pri li.first
{
	width: 225px;
}
#startpage #navi-pri li li
{
	float: none;
	width: auto;
}

#startpage #navi-pri li a
{
	padding-right: 10px;
}
#startpage #navi-pri li li a
{
	padding-right: 40px;
}







#navi-right ul ul
{
	border-bottom: 2px solid #c9d3de;
}
#navi-right li span 
{
	display: block;
	padding: 0 0 8px 0;
	font-weight: bold;
}
#navi-right li li span 
{
	display: inline;
	padding: 0;
	font-weight: normal;
}
#navi-right li li
{
	display: block;
	padding: 2px 0 8px 0;
	border-top: 2px solid #c9d3de;
}
#navi-right li li a
{
	display: block;
}
#navi-right li li a span.name
{
	padding-left: 11px;
	background-image: url(/layout/css/bg_navi_sek_sub.gif);
	background-position: 0px -46px;
	font-weight: bold;
}
#navi-right li li a:hover span.name, 
#navi-right li li a.active span.name
{
	background-position: 0px 4px;
}

#navi-ter ul
{
	margin-left: 224px;
}
#navi-ter li
{
	display: inline;
	padding-right: 6px;
	margin-right: 6px;
	background-image: url(/layout/css/bg_navi_ter.gif);
	background-position: 100% 2px;
}
#navi-ter li.login
{
	margin-right: 18px;
	background: none;
}
#navi-ter li.print, 
#navi-ter li.top
{
	margin-right: 10px;
	padding-left: 16px;
	background-image: url(/layout/css/print.gif);
	background-position: 0px 2px;
}
#navi-ter li.top
{
	padding-left: 13px;
	background-image: url(/layout/css/top.gif);
}
/****************************************************************** Module *****
*******************************************************************************/
.showreal
{
	margin-bottom: 30px;
}
.showreal .desc
{
	margin-bottom: 8px;
}
.showreal .desc strong
{
	padding-left: 11px;
	background-image: url(/layout/css/bg_navi_sek_sub.gif);
	background-position: 0px -46px;
	background-repeat: no-repeat;
}

.download
{
	margin-bottom: 52px;
}

#sidebar .download {
	margin-bottom: 22px;
}

.download img
{
	margin-bottom: 5px;
}
.download .desc
{
	padding-left: 13px;
	background-image: url(/layout/css/download.gif);
	background-position: 0 6px;
	border-top: 2px solid #c9d3de;
}
.download .desc a 
{
	font-weight: bold;
}
.download .desc span
{
	display: block;
}



.profile-list
{
	float: left;
	width: 100%;
}
.profile-list li
{
	position: relative;
	display: block;
	float: left;
	margin: 0 9px 9px 0;
}
.profile-list li.last
{
	margin-right: 0;
}
.profile-list li span
{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 110px;
	height: 72px;
}

.profile-list li a span.active,
.profile-list li a:hover span
{
	background-image: url(/layout/css/team_active.gif);
}

/************************************************************ Suchformular *****
*******************************************************************************/
div#search {
	float: right;
	width: 225px;
}
div#search input {
	background: none;
	border: 0;
}
div#search p.form-text {
	position: relative;
}
div#search input.form-text {
	width: 223px;
	background-image: url(/layout/css/search.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	border: 1px solid #c2c2c2;
}
div#search input.form-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
}





/*************************************************************** altes CSS *****
*******************************************************************************/
/* download */
#popup .download {
  display:block;
	margin-bottom: 20px;

}
#popup .download a {
	display:block;
	margin-top: 5px;
	color:#7E4D1A;
	text-decoration:none;
	padding-left:20px;
	font-weight:bold;
}

/* Slideshow*/
/*
.slideshow{
	width:221px;
	height:166px;
	margin-bottom:30px;
}
.slideshow .slideshowwrapper{
  position:absolute;
	width:221px;
	height:166px;
	overflow:hidden;
}
.slideshow .image,
.slideshow .image img
{
	line-height:0px;
	background-color:#dee2eb;
	
	background-color:#fff;
}
.slideshow .image img
{
	margin-bottom: 4px;
}

.slideshow .bottom {
	position:absolute;
	height:20px;
	width:211px;
	bottom:0px;
	margin-top:-20px;
	background-color:#dee2eb;
	font-weight:bold;
	line-height:20px;
	padding-left:10px;
}
*/
.slideshow {
	width: 221px;
	overflow: hidden;
	margin-bottom: 50px;
	font-weight: bold;
}

#sidebar .slideshow {
	margin-bottom: 20px;
}


.slideshow .image {
	margin-bottom: 4px;
}
.slideshow .bottom {
	clear: both;
	position: relative;
	height: 20px;
	background-color:#fff;
	border-top: 2px solid #C9D3DE;
	color: #7e4d1a;
}
.slideshow .bottom a {
	display: inline;
	
	color: #7e4d1a;
}
.slideshow .bottom .red {
	color:red;
	display:inline;
}
.slideshow .bottom a.lupe
{
	position:absolute;
	bottom:2px;
	right:10px;
	background:url(/files/lupe.gif) 0px 0px no-repeat;
	display:block;
	height:14px;
	width:14px;
}
.slideshow .bottom a.lupe span {
	display:none;
}






.slidepopup .slideshow{
	width:408px;
	height:362px;
	background-color:#fff;
}
.slidepopup .slideshow .slideshowwrapper{
    position:absolute;
	width:408px;
	height:362px;
	background-color:#D5D1B8;
	
	background-color:#fff;
}
.slidepopup .slideshow .bottom{
	height:20px;
	width:388px;
	background-color:#D5D1B8;
	font-weight:bold;
	line-height:20px;
	padding-left:20px;
	background-color:#fff;

}
.slidepopup  .slideshow .bottom a{
	text-decoration:none;
}
.slidepopup #picdesc{
	padding:12px 20px 0px 20px;
	background-color:#EBE9DC;
	width:376px;
	background-color:#fff;
}

.slidepopup div.slideshowwrapper div.image {
	width:408px;
	height:306px;
	overflow:hidden;
	background:url(/files/slidepopup_bg.gif) 0px -1px repeat-x #D5D1B8;
}




/** Sitemap **/
ul#sitemap li{
	margin-left:10px;
	margin-bottom:7px;
}
ul#sitemap li li{
    margin-bottom:0px;
}
ul#sitemap li a{
	text-decoration:none;
	padding-left:10px;
	background:url(/files/anker.gif) 2px 5px no-repeat;
}
ul#sitemap li a{
	font-weight:bold;
}
ul#sitemap li li a{
    font-weight:normal;
}


body#popup {
	margin:0px;
	padding:0px;
	
	text-align: left;
}
#popup #moviediv {
	position:absolute;
	width:472px;
	height:230px;
	
}

#popup #moviediv .select{
	display:block;
	height:40px;
	text-align:left;
}
#popup #moviediv .select select {
	font-size:10px;
	width:205px;
	margin-top:20px;
	margin-left:250px;
}
#popup #moviediv .content {
	margin-top:7px;
}
#popup #moviediv .content .image {
	display:block;
	width:230px;
	height:166px;
	float:left;
	text-align:right;
}
#popup #moviediv .content .desc {
	margin-top:-3px;
	width:240px;
	float:left;
}
#popup #moviediv .content .desc .text {
	display:block;
	margin-left:20px;
	margin-right:14px;
line-height:1.5em;
}
#popup #moviediv .content .desc .download {
	position:absolute;
	display:block;
	margin-left:14px;
	margin-right:14px;
	bottom:-6px;
}
#popup #moviediv .content .desc .download a {
	background:url(/layout/css/download.gif) no-repeat 5px 3px;
}
#popup #moviediv .content .desc .download a:hover {
	color:#7E4D1A;
}

.teaser
{
	margin-bottom: 1em;
	margin-bottom: 50px;
}

#sidebar .teaser
{
	margin-bottom: 20px;
}

.teaser .desc
{
	margin-bottom: 4px;
}
.teaser .title
{
	border-top: 2px solid #C9D3DE;
	color: #7e4d1a;
	font-weight: bold;
}
.teaser .title a
{
	color: #7e4d1a;
}







#content .spacer {
height:43px;

}

.spacer {
height:30px;
}

#content .content p {
margin-bottom:10px;
} 

