* {
	margin:0px;
	padding:0px;
	outline:none;
	border:none;
}

body {		
	background:url(../images/bg-header.jpg) center top no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}

.index {
	background:url(../images/bg-start.jpg) center top no-repeat;
}

#ie6 {
	display:none;	
}

#wrapper {
	position:relative;
	width:985px;
	margin:0px auto;
}

#header {
	width:985px;
	height:150px;
	margin-bottom:25px;
	z-index:10;
}

#header a {
	text-decoration:none;
}

h1#branding {
	width:350px;
	height:150px;
	float:left;
	background:url(../images/sebastian-krull-logo.gif);
	text-indent:-5000px;
}

a .home-link {
	position:absolute;
	width:350px;
	height:150px;
	outline:none;
	left:0px;
	cursor:pointer;
}

#headline {
	float:left;
	padding-left:50px;
	padding-top:66px;
	color:#fff;
}

*+html #headline {
	padding-top:63px;
}

#ich-index {
	position:absolute;
	width:390px;
	height:360px;
	background:url(../images/ich-index.jpg);
	margin-top:126px;
	margin-left:-40px;
}


#ich-kontakt {
	position:absolute;
	width:105px;
	height:440px;
	background:url(../images/ich-kontakt.jpg);
	margin-top:-75px;
	margin-left:160px;
}

#u19-badge {
	position:absolute;
	margin-left:700px;
	margin-top:25px;
}

#navi {
	position:absolute;
	margin-left:400px;
	margin-top:100px;
	width:400px;
	background:transparent;
}

#navi h4 {
	color:#71939e;
	margin-bottom:12px;
}

#navi h4 a {
	color:#71939e;
	text-decoration:none;
}

#navi h4 a:hover {
	color:#fff;
}

#navi h5 {
	color:#71939e;
}

#content {
	margin-bottom:25px;
}

.links {
	width:215px;
	float:left;
	padding:25px 50px 25px 85px;
}

.rechts {
	width:450px;
	float:left;
	padding:25px 50px 12px 50px;
	border-left:1px solid #d0dce0;
}

.rechts ul {
	padding-left:25px;
	margin-bottom:13px;
}

.rechts li {	
	font-style:italic;
	font-weight:bold;
	color:#145266;	
}

.rechts p a, .thumbs a.mit {
	color:#145266;
	padding-left:20px;
	background:url(../images/link.png) 0px 4px no-repeat;	
}

.rechts a img {
	border:none;
}

.rechts a:hover, .thumbs a.mit:hover {
	color:#000;	
}

h2 {
	font-size:41px;
	letter-spacing:-2px;
	height:32px;
	width:300px;
}

h3 {
	font-size:26px;
	letter-spacing:-2px;
	margin-bottom:20px;
	width:300px;
}

#content h3 {
	height:4px;
}

h4 {
	font-size:41px;
	letter-spacing:-2px;
	height:41px;
}

h5 {
	font-size:25px;
	letter-spacing:-2px;
	height:23px;
	color:#71939e;
}

p, blockquote {
	margin-bottom:13px;	
}

blockquote {
	margin-left:25px;
	font-style:italic;
	font-weight:bold;
	color:#145266;
}

.formular-links {
	margin-top:25px;	
	width:175px;
	float:left;
}

.formular-links h2 {
	width:400px !important;
}

.formular-links h3 {
	width:400px !important;
}

.formular-rechts {
	float:left;
	width:275px;
	margin-top:105px;
}

.anschrift {
	margin-top:25px;
	font-size:11px;
	line-height:15px;
}

.anschrift p {
	margin-bottom:11px;	
}

a.escape {
	background:none !important;
	padding:0px !important;
}

img.icons {
	margin-right:12px;
	border:none;
	margin-top:61px;
}

.killfloat {
	clear:both;
	float:none;
	height:0px;
}

.klein {
	font-size:11px;
	line-height:15px;
	color:#888;
}

.rechts h2, .rechts h3 {
	width:100%;
}

.counter {
	text-indent:-1000px;
}

.neu {
	background:#c00;
	padding:0px 6px;
	color:#fff;
}

a:focus { outline:none }

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 300px; }
.csw .loading {margin: 125px 0 250px 275px; text-align: center; color:#fff;}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	position:absolute;
	width:550px;
	margin-left:354px;
	margin-top:285px;
	z-index:1;
}

*+html .stripNav {
	margin-left:269px;
	margin-top:270px;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	text-align:center;
	position:relative;
	width:550px;
}

.stripNav ul li {
	margin-right:8px;
	display:inline;
}

.stripNav ul li a {
	text-decoration:none;
	width:4px;
	height:4px;
	display:inline-block;
	background:#4d7380;
	cursor:default;
}

.stripNav ul li a.current {
	background: #adced9;
}
		
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow:hidden;
	margin: auto;
	width: 815px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 300px;
	clear: both;		
	background:url(../images/bg-slider.jpg);
	margin-bottom:50px;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 815px; /* Also specified in  .stripViewer  above */
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 305px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 50px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url(../images/arrow-left.gif) no-repeat center;
}

.stripNavR {
	background: url(../images/arrow-right.gif) no-repeat center;
}

.coda-links {
	width:240px;
	height:250px;
	float:left;
	padding:25px 25px 25px 0px;
}

*+html .coda-links {
	padding-top:20px;
}

.coda-links h3 {
	margin-bottom:19px;
}

.coda-links p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color: #000;
}

.coda-links ul {
	list-style:square;	
}

.coda-links li {		
	font-size:11px;
	line-height:15px;
	color:#888;
}
	
.coda-links p a, a.impressum {
	font-size:13px;
	color:#145266;
	padding-left:20px;
	background:url(../images/link.png) 0px 4px no-repeat;
}

.coda-links p a.fotos {
	font-size:11px;
	padding-left:18px;
	background:url(../images/link-small.png) 0px 4px no-repeat;
}

.coda-links p a:hover {
	color:#000;
}

.coda-links img {
	border:none;
	margin-right:6px;
	margin-bottom:5px;
}

.coda-links .thumbs {		
	border-left:1px solid #d0dce0;
	padding-left:20px;
}

.coda-rechts {
	width:550px;
	height:300px;
	float:left;
}

.coda-rechts img {
	margin:24px 49px;
	border:1px solid #adced9;
}

.thumbs .flipbook {
	margin-left:10px;
	float:left;
	margin-top:3px;
	margin-bottom:-2px;
}

.euroweb {
	margin-left:10px;
	float:left;
	margin-top:2px;
	margin-bottom:-2px;
	border:none;
}

a.ew {
	padding:0px !important;
	background:none !important;
}

.thumbs a.mit, .coda-links .web {
	float:left;
}

.thumbs br {
	clear:both;
	float:none;
}

#sliderWrap {
	margin-left:665px;
}

#slider {
	position: absolute;
	background:url(../images/bg-wrap.png) no-repeat;
	width: 285px;
	height: 320px;
	margin-top: -320px;
	z-index:100;
}

#sliderWrap img {
	border: 0;
}

#sliderContent {
	margin: 56px 0 0 25px;
	position: absolute;
	color:#999;
	font-weight:bold;
	padding: 10px;
	z-index:100;
}

#sliderContent h4 {
	margin-bottom:12px;
}

#sliderContent h4 a {
	color:#999;
	text-decoration:none;
}

#sliderContent h4 a:hover {
	color:#000;
}

#sliderContent h5 {
	color:#999;
}

#openCloseWrap {
	position:absolute;
	margin: 0 0 0 85px;
	z-index:200;
}

#zoombox_aplat {
	position:fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height:100%;
	background-color: #000;
	cursor:pointer;
}
#zoombox_loading {
	background:url(../images/loader.png) left top no-repeat;
	position: fixed;
	height: 40px;
	width: 40px;
	cursor: pointer;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	overflow: hidden;
	z-index: 100;
}

#zoombox_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../images/close.png) ;
	cursor: pointer;
	z-index: 100;
}
#zoombox_conteneur {
	position:absolute;
	padding:18px 18px 56px 18px;
	overflow: visible;
	z-index: 90;
}
#zoombox_conteneur2 {
	position:relative;
	width:100%;
	height:100%;
}
#zoombox_contenu {
	width:100%;
	height:100%;
	overflow:hidden;
}	
#zoombox_contenu iframe{
	border:0;
}
#zoombox_titre {
	bottom:-26px;
	height:16px;
	left:0pt;
	position:absolute;
	width:100%;
	z-index:100;
	display:none;
}
#zoombox_titre a{
	color:#aeaeae;
	text-decoration:none;
	font-size:0.9em;
}
#zoombox_titre a:hover{
	color:#FFF;
}
#zoombox_titrec {
	background:transparent url(../images/titre_c.png) repeat-x;
	height:26px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-align:center;
}	
#zoombox_titreg {
	background:transparent url(../images/titre_g.png) no-repeat top right;
	height:26px;
	width:13px;
}	
#zoombox_titred {
	background:transparent url(../images/titre_d.png) no-repeat top left;
	height:26px;
	width:13px;
}
	
#zoombox_boutond {
	background:transparent url(../images/bouton_d.png) no-repeat top right;
	display:block;
	height:26px;
	width:39px;
	cursor:pointer;
}	
#zoombox_boutong{
	background:transparent url(../images/bouton_g.png) no-repeat top left;
	height:26px;
	width:39px;
	display:block;
	cursor:pointer;
}	
#zoombox_boutong:hover,#zoombox_boutond:hover{
	background-position:bottom left;
}	

#zoombox_bg {

}
div.zoombox_bg_h {
	position:absolute;
	top: -18px;
	left:0;
	width: 100%;
	height: 18px;
	background: transparent url(../images/ombre_h.png) repeat-x;
}

div.zoombox_bg_hd {
	position:absolute;
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/ombre_hd.png) no-repeat;
}

div.zoombox_bg_d {
	position:absolute;
	top:0;
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../images/ombre_d.png) repeat-y;
}

div.zoombox_bg_bd {
	position:absolute;
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/ombre_bd.png) no-repeat;
}

div.zoombox_bg_b {
	position:absolute;
	bottom: -18px;
	left:0;
	width: 100%;
	height: 18px;
	background: transparent url(../images/ombre_b.png) repeat-x;
}

div.zoombox_bg_bg {
	position:absolute;
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/ombre_bg.png) no-repeat;
}

div.zoombox_bg_g {
	left: -13px;
	top:0;
	position:absolute;
	height: 100%;
	width: 13px;
	background: transparent url(../images/ombre_g.png) repeat-y;
}

div.zoombox_bg_hg {
	position:absolute;
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../images/ombre_hg.png) no-repeat;
}

.bubbleInfo {
	position: absolute;
}

.trigger {
	position:absolute;
	display:block;
	width:390px;
	height:350px;
	text-decoration:none;
	cursor:pointer;
}

.popup {
		position: absolute;
		display: none;
		z-index: 50;	
		width:100px;
}

.popup a {
	text-decoration:none;
	width:100px;
	height:50px;
}

.popup h4 a, .popup h5 a {
	color:#000;
}

.popup h4 {
	height:39px;
}

.popup h5 {
	height:23px;
}

.links .trigger {
	width:105px;
	height:440px;
	margin-top:-70px;
	margin-left:160px;
}

.links .popup {
	margin-left:-265px;
	margin-top:150px;
}

form#Kontaktformular label, form#Kontaktformular input, form#Kontaktformular textarea {		/* Allgemeine Stile für Labels und Formularfelder */
	font:inherit;
	color:inherit;
	width:175px;
	margin:0 0 5px 0;
	padding:3px;
	display:block;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}

form#Kontaktformular input, form#Kontaktformular textarea {				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:none;
	background:#e5ecee;
	font-size:12px;
	color:#000;
}

form#Kontaktformular textarea {						/* Seperate Angaben für die Textarea, falls benötigt */
	height:125px;
	line-height:12px;
	position:absolute;
	margin-left:80px;
}

*+html form#Kontaktformular textarea {
	margin-left:0px;
	overflow-y:auto;
}	

form#Kontaktformular input:focus, form#Kontaktformular textarea:focus {		/* Stile für aktivierte Formularfelder */
	background:#d0dce0;
}

form#Kontaktformular label {							/* Feldbeschriftungen */
	text-align:right;				
	width:70px;						
	padding:0 10px 0 0;			
}

form#Kontaktformular legend {							/* Stile für die Überschriften der Formularabschnitte ("fieldset") */
	display:none;
}

form#Kontaktformular fieldset {						/* Formularabschnitte */
	border:none;
}

form#Kontaktformular input#submit {				/* Gestaltung des Submit-Buttons */
	width:181px;
	background:#fff;
	color:#145266;
	margin-top:112px;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #d1dde1;
	font-style:italic;
	letter-spacing:-1px;
}

form#Kontaktformular fieldset#submitbox {			/* Element zur Ausrichtung des Submit-Buttons */
	padding:0 0 0 80px;	/* Diese Angabe bestimmt den Abstand zum linken Rand des Formulars */
	margin:0px;
}

form#Kontaktformular fieldset#adresse {			/* Formularabschnitt mit den Adressdaten */
	margin:0 10px 0 0;
}

form#Kontaktformular label.required {				/* Klasse zur Kennzeichnung von Pflichtfeldern */
	background:url(../images/required.png) right no-repeat;	
}

.error {								/* Stil für die Gestaltung der als fehlerhaft markierten Felder */
	color:#c00 !important;
	font-weight:bold !important;
}

p#fehlermeldung {			/* Die Fehlermeldung */
	display:none;
	padding:0px;
	margin-bottom:0px;
}

form#Kontaktformular br {
	clear:left;
}

form#Kontaktformular input[type=hidden] {
	display:none;
	border:0;
	padding:0;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
}
.tabs-nav a {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #fff;
}

*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.tabs-nav a span:hover, .tabs-nav a span:focus, .tabs-nav a span:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
	color:#fff;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
#container {
	min-height:350px;
}
#container ul {
	margin-left:400px;
	width:450px;
	background:#145266;
}
#container li a {
	color:#8faab3;
	padding:8px 23px 7px 23px;
	font-size:14px;
}
.tabs-container {
    border-top: 1px solid #fff;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}

#container a img {
	margin-right:10px;	
}

#container a img.last {
	margin-right:0px;	
}