@charset "utf-8";
/* CSS Document */
body {margin:0px; padding:0px; background-color:#000; background-image:url(../gfx/back_stars.jpg);
		font-family: Arial, sans-serif; color:#fff; font-size:12px;
}
a{
	color:#CCC;
}

textarea, input {
	margin:0px; padding:0px;
	font-family: Arial, sans-serif; 
	color:#000; 
	font-size:12px;
}

/* -------------------- Seitenaufbau ------------------------------ */
#head {width:980px; height:145px; margin:5px auto 0px auto;}

#content {width:980px; height:auto; margin:0px auto 0px auto;}
#tab_cont {width:980px; height:650px; text-align:left;}
#nav_back {width:290px; vertical-align:text-top; /*background-image:url(../gfx/back_tab.jpg); background-repeat:repeat;*/}
#tab_inhalt {width:690px; /*background-color:#01010f; background-image:url(../gfx/back_content.gif); background-position:bottom right; background-repeat:no-repeat;*/ vertical-align:top;}

#bottom {width:970px; height:18px; margin:0px auto 15px auto; font-size:11px; padding-left:10px;}

#mensch {width:290px; float:left; vertical-align:bottom; margin-top: 200px;}

#inhalt {float:left; width:680px; margin-top:25px; margin-left:5px; text-align:left;}

#urkunde {width:650px; height:auto; float:left; margin-left:5px; margin-bottom:35px;}

#nav_cont{width:320px; height:auto; float:left; margin-left:10px; margin-bottom:10px;}
#txt_wid {
	width:280px;
	height:auto;
	float:right;
	margin-bottom:10px;
	margin-right:5px;
	background-color:#000;
	padding: 5px;
	border:1px #ccc solid;
	font-size:11px;
	color:#fff;
}
#cont_star{width:auto; width:650px;  float:left; margin-left:10px; margin-bottom:10px;}

#pic_cont {width:auto; height:auto; float:right; margin-bottom:15px; margin-right:5px; /*background-color:#01010f;*/
			border:1px #fff solid; font-size:11px; color:#FFF;}
#tab_pic {width:auto;}

#cont_artikel{width:auto; height:auto; float:right; margin-right:10px;}


/* ---------------------- Navigation ---------------------------- */
#nav {width:290px; height:520px; float:left; background-image:url(../gfx/back_nav.jpg); background-repeat:no-repeat;}

#nav_top {width:auto; height:18px; float:right; font-size:12px; font-weight:bold; color:#999; text-align:right;}
#nav_top a {color:#999; text-decoration:none; padding-right:20px;}
#nav_top a:hover {color: #fff;}

.nav_left {width:auto; margin-left:10px; margin-top:50px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
.nav_left a {width:200px; color:#fff; font-size:14px; text-decoration:none; padding:10px 50px 3px 0px; display:block;}
.nav_left a:hover {color: #ba3525;}

.nav_left a.gelb {width:200px; color:#ba3525; font-size:14px; text-decoration:none; padding:10px 50px 3px 0px; display:block;}
.nav_left a.gelb:hover {color: #FDDF87;}

.subnav a{width:200px; color:#fff;/* font-family:Verdana, Arial, Helvetica, sans-serif;*/ font-size:12px;/* font-weight:bold;*/
			text-decoration:none; padding:3px 40px 2px 10px; display:block;}
.subnav a:hover {color:#ba3525;}

.subnav a.gelb{width:200px; color:#ba3525;/* font-family:Verdana, Arial, Helvetica, sans-serif;*/ font-size:12px;/* font-weight:bold;*/
			text-decoration:none; padding:3px 40px 2px 10px; display:block;}
.subnav a.gelb:hover {color:#FDDF87;}

.rot {color:#ba3525; font-size:14px; padding:10px 50px 3px 0px; display:block;}
.rot2 {color:#EDF04E; font-size:14px; padding:10px 50px 3px 0px; display:block;}

#urkunde a{padding:10px 0px 0px 10px;}

#nav_cont a {width:150px; float:left; font-size:11px; font-weight:bold; color:#FFF; text-decoration:underline; padding:3px; display:block;}
#nav_cont a:hover {color:#ba3525;}

#cont_star a {width:110px; float:left; font-size:11px; font-weight:bold; color:#FFF; text-decoration:underline; padding:3px; display:block;}
#cont_star a:hover {color:#ba3525;}



a.widmung { width:120px; float:left; font-size:11px; font-weight:bold; color:#FFF; text-decoration:underline; display:block;}
a.widmung:hover {color:#ba3525;}

/* ------------------------ Texte ----------------------------- */

h1 {margin:0px; padding:0px 0px 15px 0px;
	font-size:16px; font-weight:bold; color:#FFF;}

h2 {margin:0px; padding:0px 0px 5px 0px;
	font-size:14px; font-weight:bold; color:#fddf87;}
h2 a {margin:0px; padding:0px 0px 5px 0px; text-decoration:underline;
	font-size:14px; font-weight:bold; color:#fddf87;}


h3 {margin:0px; padding:0px;
	font-size:12px; color:#FFF;}
	
	
	/*----------SLIMBOX----------*/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 15px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	line-height: 1.4em;
	font-weight:normal;
	text-align: left;
	border: 15px solid #fff;
	border-top-style: none;
	padding-top: 0px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Online Marketing Solutions AG Call-To-Action Button */

.btn-css {
	/* Box-Schatten */
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	
	
	/* Textformatierung und Abst�nde */
	display:inline-block;
	font-family:arial;
	font-size:16px;
	font-weight:normal;
	padding:12px 12px 16px 12px;
}

.link {
	text-decoration:none;
	
	/* IE 6 */
	cursor:pointer;
}

/* Druck-Effekt bei Klick */
.btn-css:active {
	position:relative;
	top:1px;
}

/* Pfeil */
.arrow {
	font-size:20px;
}

/* Abgerundete Ecken und Umrandung (kein IE) */
.rounded {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #ddd;
}

/* Farben */
.yellow {

	/* Verlauf Start */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #feee76), color-stop(1, #f5df32) );
	background:-moz-linear-gradient( center top, #feee76 5%, #f5df32 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#feee76', endColorstr='#f5df32');
	
	/* Hintergrundfarbe (alternativ f�r �ltere Browser) */
	background-color:#f5df32;
	
	/* Textfarbe und Text-Schatten */ 
	color:#555;
	text-shadow:1px 1px 0px #ffffff;
}

/* Verlauf bei Hover */
.yellow:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5df32), color-stop(1, #feee76) );
	background:-moz-linear-gradient( center top, #f5df32 5%, #feee76 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#f5df32', endColorstr='#feee76');
	
	/* Wechsel der Hintergrundfarbe (alternativ f�r �ltere Browser) */
	background-color:#feee76;
}

#infotext p.center_btn {width:100%;text-align:center;display:block;margin:0px;}

#infotext p {
	font-size: 1.0em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

#infotext li {
	font-size: 1.0em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

#infotext ul.vorteile {
            /* padding:10px 20px; */
            padding:0px 0px;
            background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F4F4F4), color-stop(1, #DAD9D9) );
            background:-moz-linear-gradient( center top, #F4F4F4 5%, #DAD9D9 100% );
            filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#F4F4F4', endColorstr='#DAD9D9');
            -moz-box-shadow: 0px 0px 5px #888;
  -webkit-box-shadow: 0px 0px 5px #888;
  box-shadow: 0px 0px 5px #888;
            width:270px;
            margin:0px auto;
}
#infotext ul.vorteile li {
            font-weight:bold;
            list-style-type:none;
            color:#000000;
            /* padding:0px; */
            padding-left:20px;
}
#infotext ul.vorteile ul {
            margin-top:10px;
            padding-left:20px;
}
#infotext ul.vorteile li li {
            font-weight:normal;
            list-style-image: url('http://www.starlight4you.de/pfeil_orange.gif');
            color:#000000;
            padding-left:20px;
}

/* Notification Bar Footer */
.notificationBarFooter {
    width: 100%;
    max-width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    display: none;
    background: rgba(186,84,67,.9);
/*    border-top: 2px solid #ba5443;*/
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    z-index: 10000;
    box-sizing: border-box;
    overflow: hidden; 
}
.notificationBarFooter .inner {
    position:relative; 
    margin:auto; 
    padding:15px 0; 
    width:100%; 
    display:block; 
    box-sizing: border-box; 
    overflow:hidden;
    text-align: center;
}
.notificationBarFooter .inner p {
    margin: 0;
    font-size: 11px;
    line-height: 12px;
    
}
.notificationBarFooter .inner p a {
    font-weight: 600;
    text-decoration: underline;
    color: #fff; 
}
.notificationBarFooter .inner p .btn-ok {
    padding: 5px 12px;
    margin-left: 10px;
    background: #fff;
    color: #ba5443;
    border-color: #fff;
    cursor: pointer;
    font-size: 11px;
    line-height: 12px;
}

