/* Zentrales Stylesheet für creativeLOFT.ch */
/* Erstellt von Jonathan Uhlmann, www.augenreiz.ch */
/*
**  Dateiversion: 03.11.2006  
**  Datei       : layout.css
**  Funktion    : Zentrales Stylesheet
*/

@media all {

/* @group HTML Tags und Container */

* {
	margin: 0;
	padding: 0;
}
#lbOverlay { 
	z-index: 100;
}

#lbCenter { 
	z-index: 999;
}
/*body .MultiBoxLoading{background:url(../images/black-loader.gif) no-repeat center !important;}*/

html {
	height: 100%;
}

body {
	min-height: 101%;
	font-size: 100.01%;
	position: relative;
	text-align: center;
	background: #AB1507 url(../images/bg-body.jpg) top center no-repeat;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.1em;
}

#page_margins {
	margin: auto;
	width: 750px;
	text-align: left;
	height: 1100px;
}

#contentwrapper {
	margin: 76px 30px 0 100px;
	font-size: 0.8em;
	color: #111;
	height: 575px;
	overflow: auto;
	text-align: left;
	z-index: -1;
}

#content {
	margin: 0px 20px 0 0;
	z-index: -1;
}

#content li {
	list-style-type: none;
}
#content p {
	margin: 0em 0em 1em 0em;
}

option {
	padding-left: 0.4em
}
#slideshow {
	position: relative;
	top: 58px;
	width: 740px;
	height: 279px;
	overflow: hidden;
	text-align: center;
}

#slideshow * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slideshow ul li {
	margin-left: 5px;
}



/* @group Überschriften */

h3,h4,h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
h3 {
	padding: 1.5em 0 0.8em 0;
	font-size: 1.4em;
}
h4 {
	padding: 1.4em 0 0.6em 0;
	font-size: 1.2em;
}
h5 {
	padding: 0.4em 0 0.1em 0;
	font-size: 1.2em;
}

.csc-firstHeader {
	padding-top: 0 !important;
}

/* @end */

/* @group Links */
a {
	color:#AB1507 ;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* @end */

/* @end */

/* @group TYPO3 Klassen */
.csc-textpic-caption {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	display: none;
}

/* @group E-Card */

.tx-rgecard-pi1 .rgecard-warning { 
	float: left;
	width: 100%;
	margin: 1em 0;
	background-color: #ab1507;
	border: none;
}

#ecard_nachricht img { 
	float: right;
}

#ecard_nachricht #ecard_bild, #ecard_bild p { 
	float: right;
	width: 270px;
}
#ecard_bild p { 
	margin-top: 1em;
}
p.ecard_nachricht { 
	margin: 1em 0;
	padding: 1em 0;
	border: 1px solid #999;
	border-right: none;
	border-left: none;
}
#ecard_info { 
	border-top: 1px solid #999;
	margin-top: 1em;
	padding-top: 1em;
	font-size: 11px;
	width: 100%;
}

#ecard_txt { 
	float: left;
	width: 300px;
}

.small { 
	font-size: 11x;
}

#rgecardform { 
	font-size: 12px;
}

.rgecard-reminder { 
	margin-top: 2em;
}

#rgecardform label { 
	font-size: 12px;
	margin: 0;
}
body #rgecardform legend { 
	margin: 0 0 0 5px;
	font-size: 11px;
	padding: 0;
}

.tx-srfeuserregister-pi1 legend{ 
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#main .tx-srfeuserregister-pi1 p { 
	padding: 0;
}
#main .tx-srfeuserregister-pi1 dt { 
	font-weight: normal;
}
#main .tx-srfeuserregister-pi1 label { 
	font-size: 1em;
}

/* @end */

div.sichtbar .csc-textpic-caption {
	font-size: 0.9em;
	font-style: italic;
	text-align: right;
	display: block;
}
/* @group Suchresultat */

.tx-indexedsearch input.sword {
	width: 150px;
}

.tx-indexedsearch ul.browsebox {
	margin: 1em 0 1em 0;
	padding: 0;
}

.tx-indexedsearch ul.browsebox li {
	display: inline;
	margin-right: 2em;
	margin-left: 0;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: center;
	font-weight: bold;
}

.csc-sword, .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #AC1715;
	font-weight: bold;
}

.suchbox label {
	margin: .5em 1em 0 0;
}

.suchresultat {
	display: block;
	border-top: #555 1px solid;
	padding: 0em;
	margin-bottom: 1em;
	width: 500px;
}

.suchresultat .noResume {
	color: #666666;
}

.suchresultat  h3 {
	width: 100%;
}

.suchresultat  h3 img {
	float: right;
}

.suchresultat  p {
	width: 100%;
}

/* @end */

/* @group Mailform */

#mailform {
	width: 400px;
	margin: 0;
	padding: 0;
}
input, textarea {
	font-size:0.99em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#mailform .mf-input, #mailform .mf-text {
	width: 200px;
	float: right;
	clear: right;
	font-size: 11px;
	color: #333;
	padding: 0px 5px;
	border: 1px #999 solid;
	background: #fffcec;
	margin-right: 80px;

}

#mailform .mf-text {
	margin-bottom: 0px;
}

#mailform  div {
	clear: both;
	padding-top: 10px;
	width: 100%;
}

#mailform select {
	float: right;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0 0 5px;
}

#mailform .mf-check {
	float: left;
	clear: both;
	margin-left: 20px;
	margin-right: 10px;
	border: none
}

#mailform .mf-radio {
	float: left;
	clear: both;
	margin-left: 20px;
	margin-right: 10px;
	border: none;
}

#mailform  div label {
	float: left;
}

#mailform  label .mf-radio {
	width: 100%;
	padding-top: expression("3px");
	display: block;
	clear: left;
	float: left;
}

#mailform fieldset {
	padding: 0;
	border: none;
	margin-top: 0;
}


#mailform legend {
	padding: 0 5px 0 5px;
}

#mailform .mf-file {
	float: right;
	clear: right;
}

#mailform .mf-submit {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px #999 solid;
	background: #fffcec;
	margin-right: 80px;
}

/* @end */
/* @end */

/* @group Allgemeine Klassen */


.hide {
	width: 10em;
	position: absolute;
	left: -999em;
}
.absolut-hide {
	display: none;
}
/* @end */

/* @group Subtemplates */

.subtemplates { 
	width: 590px;
	overflow: hidden;
}
.left { 
	width: 49%;
	float: left;
}
.right { 
	float: right;
	width: 49%;
}

/* @end */

/* @group Navigation */

/* @group Sitemap */

#sitemap li a {
	color: #AC1715 !important;
}

#sitemap li li a {
	color: #555 !important;
}

#sitemap a:hover {
	color: #BD2522 !important;
	text-decoration: underline;
}

ul#sitemap  {
	list-style-type: none;
	padding: 0px;
	margin: 0px !important;
	width: 500px;
}

#sitemap li {
	padding-top: 0.5em;
	padding-left: 10px;
	padding-bottom: 1em;
	font-weight: bold;
	background: url(../images/level1dot.gif) left 1.1em no-repeat;
	text-align: left;
	list-style-type: none;
}

#sitemap li li {
	font-size: 90%;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0.5em;
	background: url(../images/level2dot.gif) left 0.6em no-repeat;
}

#sitemap li li li {
	font-weight: normal;
	font-size: 100%;
	padding-left: 10px;
	padding-bottom: 0;
	background: none;
}

/* @end */

/* @group Hauptnavigation */

/* @group Erste Ebene */

#navigation {
	height: 35px;
	position: absolute;
	top: 20px;
	margin: 0px;
	font-size: 0.75em;
	padding: 0;
}

#navigation li {
	float: left;
	line-height: 1em;
	height: auto;
	list-style: none;
}

#navigation li.main {
	margin: 0;
	height: 30px;
}


#navigation li.main a {
	height: 30px;
	padding: 0;
	text-decoration: none;
	display: block;
	margin: 0;
}
#navigation ul#nav ul a {
	display: block;
	margin: 0;
	padding: 0.4em 10px;
	text-decoration: none;
	height: auto;
}
/* @end */

/* @group Dropdown */

/* @group Positionierungen */


#navigation li li {
	margin: 0;
	width: 13em;
	padding: 0;
}

#navigation li ul {
	position: absolute;
	z-index: 900;
	left: -999em;
	padding: 0;
	height: auto;
	margin: -4px 0 0 30px;
	
	m\argin-top: -4px;
	width: 13em;
	margin-top: expression("-4px");
}

#navigation ul ul ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	margin-left: 13em;
	margin-top: -1.83em;
	z-index: 900;
}

ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li:hover ul ul ul ul,
ul#nav li.drueber ul ul,
ul#nav li.drueber ul ul ul,
ul#nav li.drueber ul ul ul ul {
	left: -999em;
}

ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li li li li:hover ul,
ul#nav li.drueber ul,
ul#nav li li.drueber ul,
ul#nav li li li.drueber ul,
ul#nav li li li li.drueber ul {
	left: auto;
}


#navigation li.spc {
	background: none !important;
}

/* @end */

/* @group Look */

ul#nav li ul, ul#nav li ul li ul {
	background: url(../images/nav-NO.jpg);
}

ul#nav li li a.act
#navigation ul#nav li ul li.drueber ul li a.act,
#navigation ul#nav li ul li:hover ul li a.act {
	color: #AB1507;
}


ul#nav li li a.ifsub {
	background: url(../images/pfeil-NO.gif) right center no-repeat;
}

ul#nav li li a.actifsub {
	color: #AB1507;
	background: url(../images/pfeil-ACT.gif) right center no-repeat;
}

ul#nav li li:hover a.ifsub,
ul#nav li li.drueber a.ifsub,
ul#nav li li:hover a.actifsub,
ul#nav li li.drueber a.actifsub {
	background: url(../images/pfeil-RO.gif) right center no-repeat;
}

ul#nav li li:hover a,
ul#nav li li.drueber a {
	color: black;
}
ul#nav li li:hover,
ul#nav li li.drueber {
	background: url(../images/nav-RO.jpg);
}

ul#nav li li:hover li a,
ul#nav li li.drueber li a,
#navigation a {
	color: #666666;
}
ul#nav li li li a {
	background: url(../images/nav-NO.jpg);
}
ul#nav li li li a:hover {
	color: black !important;
	background: url(../images/nav-RO.jpg) !important;
}

/* @end */

/* @end */

/* @end */

/* @group Sprache */

#language.en {
	background: url(../images/language-en.jpg) no-repeat left top;
}

#language a {
	width: 50px;
	height: 35px;
	display: block;
	margin-left: 0px;
	margin-top: 4px;
	font-size: 1px;
	text-decoration: none;
}

#language {
	width: 70px;
	height: 96px;
	position: absolute;
	top: 329px;
	margin-left: 10px;
	display: none;
}

#language.de {
	background: url(../images/language-de.jpg) no-repeat left top;
}

/* @end */

/* @group Footer */

#footer {
	position: absolute;
	top: 950px;
	width: 500px;
	text-align: right;
	margin-left: 200px;
	font-size: 0.7em;
	color: #555;
}

#footer a {
	text-decoration: none;
	color: #555;
}

#footer a:hover {
	text-decoration: underline;
}

#metanav,
#copyright {
	display: inline;
}

/* @end */

/* @group Suchenfeld */

#suche {
	left: 50%;
	position: absolute;
	top: 345px;
	width: 120px;
	margin-left: 255px;
	display: block;
	z-index: 1;
}

#suche input#suchbox {
	width: 100px;
	border: 1px #999 solid;
	background: #F0EEDF;
	font-size: 10px;
	position: absolute;
	top: 0;
	right: 25px;
	padding-left: 5px;
	color: #888;
}

#suche input#suchbox.fokus {
	color: #000;
}

#suche #bg-suche {
	background: url(../images/bg-suchen.gif) no-repeat right top;
	width: 40px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

/* @group Sharethis */

#share {
	position: relative;
	top: 4px;
}

/* @end */

/* @end */

/* @group Levelnav */

.levelnav {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 0.95em;
}
#prev-next {
	float: left;
	width: 590px;
	margin-top: 1em;
	font-size: 0.95em;
}
#prev-next .prev-next_left {
	float:left;
}
#prev-next .prev-next_right {
	float:right;
}
/* @end */

/* @end */

}

@media screen, print {

.skip {
	position: absolute;
	left: -1000em;
	width: 20em;
}

}

@media print
{
	

.noprint {
	display:none;
}
body * {font-size: 12pt; font-family: "Times New Roman", Times, serif; }
blockquote { font-family: "Times New Roman", Times, serif; }
code.css, code.xhtml, em.file { font-family:"Courier New", Courier, mono;}

h1 {font-size: 16pt; font-weight:bold; color: #336699;  background:inherit;  margin:0.4em 0 0.5em 0; border-bottom: 1px #ccc solid;}
h2 {font-size: 14pt; font-weight:bold; color: #666; background: inherit;   margin:0.2em 0 0.5em 0; padding: 0.3em; }
h3 {font-size: 12pt; font-weight:bold; margin:0.4em 0 0.3em 0;}

/* Vermeidung von Seitenumbrchen direkt nach einer berschrift */
h1,h2,h3 { page-break-after:avoid; }

abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }

/* Sichtbare Auszeichnung der URLs von Links */
#col3 a[href^="http:"], #col3 a[href^="https:"], 
#col1 p a[href^="http:"], #col1 p a[href^="https:"],
#col2 p a[href^="http:"], #col2 p a[href^="https:"]
{
	padding-left: 0;
	background-image: none;
}

a[href]:after {
 content:" <URL: "attr(href)">";
 color:#444;
 background-color:inherit;
 font-style:italic;
} 

/* Umformatierung der Layoutboxen */


}