/* ----------------------------------------------------------------------------
Schad CSS File
Copyright 2007 by Softloop
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #d9d9d9 url("../pics/bg_body.gif") repeat-x;
	font: 13px Arial;
	line-height: 1.3em;
}

sub {
	margin-left: -3px;
}

h1 {
	padding-top: 25px;
	padding-bottom: 5px;
	color: #666;
	font: 18px Arial;
}

h3 {
	padding-top: 15px;
	padding-bottom: 5px;
	font: 13px Arial;
	color: #000;
	font-weight: bold;
	line-height: 1.5em;
}

em {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #A40133;
}

#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 800px;
}

#wrapper.home {
	font-size: 0px;
	line-height: 0px;
}


/* ----------------------------------------------------------------------------
Bildmodul
---------------------------------------------------------------------------- */

div.pleft {
	float: left;
	margin-right: 10px;
	vertical-align: text-bottom;
}

div.pright {
	float: right;
	margin-left: 10px;
	vertical-align: text-bottom;
}

div.pnormal {
	clear: both;	
}

div.pnormal .pright .pleft img {
	float: left;
}


/*----------------------------------------------------------------------------
Navi Components   
----------------------------------------------------------------------------*/

#navibar {
	position: relative;
	float: left;
	height: 300px;
	width: 246px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font: 12px Arial;
	z-index: 99;
	overflow: visible;
}

*html #navibar {
	width: 243px;
}

#navigation {
	position: absolute;
	font: 12px Arial;
	text-transform: uppercase;
	border: none;
}

#navigation li {
	position: relative;
	float: left;
	list-style-type: none;
	overflow: visible;
}

#navigation li a {
	float: left;
	height: 12px;
	padding: 6px 35px 7px 35px;
	width: 178px;
	color: #fff;
	background: #A6A6A6 url("../pics/bullet.gif") no-repeat 19px 9px;
	border-bottom: 1px solid #fff;
}

#navigation li a.aktiv {
	background: #A6A6A6 url("../pics/bullet-aktiv.gif") no-repeat 19px 9px;
	color: #A40133;
}

#navigation li ul {
	position: absolute;
	top: 0px;
	left: 248px;
	clear: left;
	width: 210px;
	list-style-type: none;
	display: none;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: none;
	z-index: 100;
}

#navigation li ul li a:hover, #navigation li ul li a.aktiv {
	background: url("../pics/bg_dropdown_hover.gif");
	color: #A40133;
}

#navigation li ul li {
	clear: both;
	z-index: 2000;
}

#navigation ul li ul {
	margin-top: -1px;
	left: 211px;
}

#navigation li ul li a {
	width: 180px;
	height: 13px;
	padding: 6px 15px 6px 15px;
	color: #666;
	background: #fff;
	background-image: none;
	border: none;
	text-transform: none;
	border-bottom: 1px solid #ccc;
}

#navigation li ul li a:hover, #navigation li ul li a.aktiv {
	color: #A40133;
	background: #fff;
	background-image: none;		
}

/*----------------------------------------------------------------------------
Basic Elements  
----------------------------------------------------------------------------*/

#breadcrumb {
	padding-top: 5px;
	padding-left: 30px;
	margin-left: -31px;
	background: #E5E5E5;
	color: #666;
	height: 20px;
	width: 520px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#article #breadcrumb a {
	color: #666;
	border-bottom: 1px solid #666;
}

*html #breadcrumb {
	height: 23px;
}

#header {
	position: relative;
	overflow: hidden;
	width: 800px;
	height: 260px;
}

#logo {
	background: #fff;
	padding-left: 20px;
	padding-top: 80px;
	width: 228px;
	height: 180px;
	border-right: 1px #ccc solid;
}

#teaser {
	position: absolute;
	left: 249px;
	top: 80px;
	width: 550px;
	height: 180px;
	border-right: 1px solid #fff;
}

.smallNav {
	position: absolute;
	top: 0;
	right: -10px;
	width: 250px;
	height: 80px;
}

.smallNav a {
	color: #666;
	margin-right: 10px;
}

.smallNav a:hover {
	color: #A40133;
}

.smallNav p {
	height: 25px;
	padding-left: 134px;
	padding-top: 55px;
	font: 9px Arial;
	text-transform: uppercase;
}

#content {
	width: 800px;
	position: relative;
}

#article {
	padding: 0 30px;
	padding-bottom: 20px;
	background: #fff;
	width: 490px;
	border-left: 1px solid #ccc;
	overflow: hidden;
}

#article.kurz {
	height: 300px;
 	padding-bottom: 20px;	
}

#article p {
	padding-bottom: 5px;
	padding-top: 5px;
}

#article img {
	padding-bottom: 15px;
}

#article p.eingerueckt {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#article a {
	color: #A40133;
	border-bottom: 1px solid #A40133;
}

#article a.gallery {
	color: #A40133;
	border-bottom: none;
}

#article .article-list {
	float: left;
	margin-right: 4px;
}

#article ul li {
	padding-left: 5px;
	padding-top: 8px;
	margin-left: 15px;
}

#article ul {
	margin-bottom: 15px;
}

#article .videocaption {
	width: 320px;
}

#article a:hover {
	color: #A40133;
	border-bottom: 1px solid #A40133;
}

#article a.gallery:hover {
	color: #A40133;
	border-bottom: none;
}

#footer {
	position: relative;
	font: 10px Arial;
	width: 800px;
	height: 24px;
	border-top: 1px solid #ccc;
	background: #fff;
	color: #666;
	overflow: hidden;
}

#copyright {
	margin-left: 248px;
	padding-left: 30px;
	padding-top: 7px;
	width: 550px;
	height: 18px;
	border-left: 1px solid #ccc;
}

.video {
	margin-top: 25px;
}

#flag_navi {
	position: absolute;
	right: 37px;
	top: 10px;
	z-index: 10;
}

#flag_navi li {
	float: left;
	padding-right: 5px;
	list-style-type: none;
}

#flag_navi a {
	margin: 0 !important;
}

/* ----------------------------------------------------------------------------
Fotogalerie
---------------------------------------------------------------------------- */

.thumb {
	border: 0 !important;
	margin-right: 4px;
}

.galimg {
	vertical-align: middle;
	width:100px;
	text-align: center;
	margin-bottom: 4px;
}

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
	
#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink {
	width: 49%;
	height: 100%;
	background: transparent url(../pics/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	left: 0;
	float: left;
	z-index: 11;
}
	
#nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../pics/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	right: 0;
	float: right;
	z-index: 11;
}	
	

#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(../pics/prevlabel.gif) left no-repeat; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(../pics/nextlabel.gif) right no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #ccc;
}

#flag_navi img {
	vertical-align: bottom;
}

.lang {
	display: block;
	font-size: 9px;
	text-align: center;
}

.active {
	color: #A40133;
}

#flag_navi {
	display: none;
}
