/* GLOBAL RESET */

/* main colors: dark: #8F006B middle: #CC0099 bright: #FFBFEF grey: #ccc brightgrey: #e5e5e5 */

* {
margin:0;
padding:0;
}

a:link {
color: #CC0099;
text-decoration:none;
}

a:visited {
color: #666;
text-decoration:none;
}

a:focus {
color: #CC0099;
text-decoration:underline;
}

a:hover {
color: #CC0099;
text-decoration:underline;
}

a:active {
color: #CC0099;
text-decoration:underline;
}

#navigation ul li.navAkt a { color: #ffffff; }
#navigation ul li ul li.subnav a { color: #8F006B; margin-left: 11px; }
#navigation ul li ul li.subnavAkt a { color: #CC0099; margin-left: 11px; }

a img {
border:0;
}

body {
background-color: #fff;
color: #000;
font-size:11px;
font-family: "trebuchet ms", verdana;
text-align:center;
background:url(../pict/layout/bg_neu.jpg) repeat-x;
background-attachment:fixed;
}

p.publirep {
font-style:italic;
}

h1 {
font-family: "trebuchet ms",arial;
font-size: 1.8em;
color: #000;
text-align:left;
line-height: 1.2em;
margin-bottom: 1em;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #333;
padding: 0 0 2px 0;
margin-bottom: 5px;
}

h2.blogtitle {
text-align:right;
font-family: "trebuchet ms", arial;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 0.9em;
padding: 0.5em 0 0.5em 0;
margin-bottom: 2em;
background-color: #fff;
color: #8f006b;
background-image: url(../pict/layout/navpx.gif);
background-repeat: repeat-x;
background-position: bottom;
}

h2.impressum {
font-size: 1.4em;
margin: 1.5em 0 1em 0;
}

p {
margin: 0 0 10px 0;
}

ul, ol {
margin: 10px 0 10px 30px;
}

ul {
list-style-image: url(../pict/layout/li_icon.png);
}

input, select, textarea {
font-size: 1em;
}

#allover {
margin: 0px auto;
width: 930px;
margin-top: 20px;
text-align:left;
}

#container {
width: 800px;
border: solid #000;
border-width: 0px;
text-align:left;
background: url(../pict/layout/nav_bg_new.gif) repeat-y;
background-color: #fff;
clear:right;
}

#leaderboard {
width: 728px;
margin-bottom:10px;
}

#skyscraper {
position: absolute;
margin: 0 -810px 0 810px;
}

#leaderboard_home {
width: 728px;
margin-bottom:10px;
margin-left:-184px;
}

#skyscraper_home {
position: absolute;
margin: -128px -810px 0 810px;
}

#header {
text-align: left;
background-image:url(../pict/layout/header_bg.png);
height: 80px;
margin-bottom:10px;
}

#logo {
float:left;
width: 210px;
height: 60px;
position:relative;
top: 10px;
left: 10px;
}

#headbanner {
width: 468px;
height: 60px;
float:right;
position:relative;
top: 10px;
right: 10px;
}

#kids {
height: 52px;
background:url(../pict/layout/kidsbalken.jpg) repeat-x;
margin: 0 1px;
}

#metanav {
text-align:right;
height: 20px;
line-height: 10px;
}

#metanav ul {
margin: 0;
padding: 0;
}

#metanav ul li.nav, #metanav ul li.navAkt {
margin-right: 10px;
background: none;
display:inline;
}

#maincontent {
font-size: 1.1em;
font-family:arial;
float:left;
line-height: 1.6em;
width: 310px;
text-align:left;
margin: 20px 0 0 15px;
}

#maincontent h1, #maincontentfull h1 {
text-align:left;
}

#maincontentfull {
font-size: 1.1em;
font-family:arial;
float:left;
line-height: 1.6em;
width: 495px;
text-align:left;
margin: 20px 0 0 15px;
}

*html #maincontentfull {
width: 480px;
}

#maincontentfull div.artikelbild {
float:right;
display:block;
margin: 0 0 5px 10px;
padding: 5px;
border: 1px solid #FFBFEF;
}

#maincontent iframe, #maincontentfull iframe {
margin: auto 0px;
margin-bottom: 10px;
}

#cover {
float:left;
margin: 5px 10px 10px 0;
width: 85px;
border: 1px solid #8F006B;
}

#mainstory {
float:left;
margin-left: 0px;
width: 210px;
}


.line {
clear:both;
height: 1px;
line-height: 0.01em;
font-size: 1px;
}

.grey {
background-color: #e5e5e5;
}

.teaser h2 {
text-transform: uppercase;
color: #8F006B;
background-color:#fff;
margin: 0 0 3px 0;
padding: 0;
border: 0;
}

.teaser .teaserleft, .teaser .teaserright {
float:left;
margin: 10px 0;
width: 145px;
}

.teaser .teaserright {
margin-left: 10px;
}

.box {
border: 1px solid #8F006B;
background-color: #FFE6F9;
text-align:left;
font-size: 1em;
padding: 2px 5px;
}

.box h3 {
font-weight: 800;
font-size: 1.1em;
color: white;
display: block;
background-color: #BF60A7;
background-position: left top;
background-repeat: repeat-y;
padding: 2px 5px;
margin: -2px -5px 2px -5px;
}

.box h3 a, .box h3 a:hover {
color: #ffffff;
}

.box p, .greybox p {
margin: 4px 0;
text-align:left;
}

.greybox {
border: 1px solid #ccc;
background-color: #fff;
font-size: 1em;
padding: 2px 5px;
}

.greybox h3 {
font-weight: 800;
font-size: 1.1em;
color: #8F006B;
display: block;
background-color:#e5e5e5;
padding: 2px 5px;
margin: -2px -5px 2px -5px;
}

.leftmargin10{
margin-left: 10px;
}

#rightside {
font-family: arial;
float:left;
line-height: 1.5em;
width: 172px;
position: relative;
top: 20px;
left: 15px;
}

#rightside img.artbild {

}

.imglegend, .blogdate {
font: 400 0.9em arial;
line-height: 1.4em;
color: #999;
}

.box, .greybox {
margin-bottom: 10px;
} 

form.login {
padding: 5px;
}

form.login #email, form.login #pass {
margin-top: 2px;
width: 80px;
}

form.login label {
clear:both;
float:left;
width: 60px;
margin: 2px 0 0 0;
}

#buttoncol {
float:right;
width: 120px;
position: relative;
top: 20px;
right: 15px;
}

#buttoncol img, #buttoncol embed, #buttoncol object {
margin-bottom: 10px;
}


/* NAV */

#navigation {
width: 140px;
float:left;
font-size: 13px;
padding-top: 20px;
}

#navcover {
font-size: 0.8em;
text-align:center;
margin-top: 3em;
}

#navcover a, #navcover a:hover {
text-decoration:none;
}

#navcover img {
margin-bottom: 5px;
}

#navigation ul {
list-style-type:none;
list-style-image:none;
}


ul.mainmenu, ul.submenu {
	margin:0px;
	padding:0px;
}


li.nav {
	position:relative;
	width:140px;
	color:#8F006B;
	font-weight:normal;
	padding:4px 0px 4px 12px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	background: url(../pict/layout/navpx.gif) repeat-x bottom;
}
li.navAkt {
	position:relative;
	padding:4px 0px 2px 12px;
	background: url(../pict/layout/navpx.gif) repeat-x bottom;
	background-color:#8F006B;
	font-weight:400;
}


/* Submenu */
ul.submenu {
	z-index:220;
	top:-1px;
	left:140px;
	background-color:#FFE6F9;
	display:none;
	font-size:11px;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	line-height:18px;
	width:140px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
}

.submenu li.subnav {
	background: url(../pict/layout/navpx.gif) repeat-x bottom;
	font-size:11px;
	float:left;
	display:inline;
	color:#8F006B;
	font-weight:100;
	margin:0px;
	padding:3px 0px;
	width:140px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
}

/* Aktive Navigation */
ul.submenuAkt  {
	line-height:16px;
	list-style:none;
	position:relative;
	top:0px;
	left:-12px;
	margin:4px 0 -1px 0;
	padding:4px 0px 0px 0px;
	background-color:#FFBFEF;
	width: 140px;
}

*html ul.submenuAkt {
margin-right:-12px;
width: 140px;
}

.submenuAkt li.subnav {
	font-size:11px;
	display:block;
	font-weight:100;
	padding:1px 0px 2px 12px;
	background-color:transparent;
	width:140px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
}

.subnavAkt {
	background: url(../pict/layout/navicon.png) left center no-repeat;
	font-size:11px;
	display:block;
	font-weight:400;
	padding:1px 0px 2px 12px;
	margin:0px 0px 0px 0px;
	width:140px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
}

/* Rollover Effekt */
li:hover ul.submenu {
	display:block;
}
li:hover ul.submenu, 
li.over ul.submenu { /* for ie -> navigation.js */
	display:block;
}
* html ul.mainmenu li.navAkt ul.submenuAkt { /* This is the Tan hack */
	display:block; /* ie 5.5 win */
	d\isplay:block; /* ie mac */
}


#footer {
font-size: 0.9em;
margin: 10px 0 0 0;
color: #666;
text-align:left;
padding: 10px 0px;
width: 800px;
background-color: #fff;
}

#footer a {
color: #666;
text-decoration:none;
}

#footer a:hover {
color: #cc0099;
}


	#footer .copyright{
		font-size:1.2em;
padding-left: 140px;
	}
	#footer .footerlinks{
		font-size:1.2em;
	}
	
	#footer .footerlinks h5{
		font-size:1em;
		width:125px;
		margin:10px 0 3px 0;
		text-align:right;
	}
	
	#footer .footerlinks .block{
		margin:0;
		padding:0;
		font-size:.9em;
	}
	#footer .footerlinks .block .left{
		display:block;
		width:125px;
		text-align:right;
		margin:0 15px 0 0;
		padding:0;
		float:left;
	}
	#footer .footerlinks .block .right{
		display:block;
		width:660px;
		margin:0 0 0 0;
		padding:0 0 0 0;
		float:left;
	}
	
	#footer .indyaner{
	clear:left;
	padding: 15px 0 0 140px;
	}




/* CLASSES */
.clear {
clear:both;
height: 1px;
line-height:0.01em;
font-size: 0.01em;
}

.skip {
display:none;
}

p.lead {
color: #000;
font-size: 1.2em;
font-family: "trebuchet ms",arial;
font-weight: bold;
margin: 1em 0;
line-height: 1.5em;
}

p.autor {
font-family:georgia;
font-style:italic;
color: #666;
padding: 5px;
}

.listthumb {
float:left;
width:100px;
}

.listthumb img {
padding: 3px;
border: 1px solid #FFBFEF;
margin-bottom: 5px;
}

.listtext {
font-size: 0.9em;
margin: 0 0 5px 110px;
}

.error {
background-color:#F9FFBB;
color: #8F006B;
padding: 5px;
border: 1px solid #8F006B;
font-size: 11px;
}

.bildrechts {
float:right;
display:block;
margin: 0 0 5px 10px;
padding: 5px;
border: 1px solid #FFBFEF;
}

.bildlinks {
float:left;
display:block;
margin: 0 10px 5px 0;
padding: 5px;
border: 1px solid #FFBFEF;
}


/* BABY */
.babythumb {
float:left;
width:100px;
margin: 5px 0;
}

.babythumb img {
padding: 3px;
border: 1px solid #FFBFEF;
}

.babytext {
font-size: 0.9em;
margin: 5px 0 5px 100px;
}



/* FORUM */
.fotheme {
font-family: arial,"trebuchet ms",arial;
font-size: 1em;
line-height: 1.5em;
font-weight:bold;
}

.foentry {
padding: 5px 0;
border-bottom: 1px solid #ccc;
margin: 10px 0;
}

/* MARKTPLATZ */
.mpentry {
padding: 5px 0;
}

.mpimage {
float:right;
margin-bottom: 5px;
width: 150px;
text-align:right;
}

.mptext {
font-size: 0.9em;
line-height: 1.3em;
margin-right: 160px;
}

.mptextnoimg {
font-size: 0.9em;
line-height: 1.3em;
}


/* SHOP */

.basketitem {
padding: 5px 0;
border-bottom: 1px solid #999;
}

.baskettotal {
padding: 5px 0;
margin-top: 2px;
border: solid #999;
border-width: 1px 0;
}

/* EDITMODE */
.admin{
color: #ff6600;
background-color: #eee;
}


/* FORMULAR */

.formular fieldset {
	border: 1px solid #8F006B;
	margin-top: 10px;
	padding: 5px;
	}
	
legend {
	vertical-align:middle;
	margin:5px;
	color: #8F006B;
	}
	
.formular input[type=text], textarea {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
	width: 150px;
	margin: 2px 0px 2px 0px;
	}
	
.formular select {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:11px;
	margin: 2px 0px 2px 0px;
	}
	
.formular input[type=radio] {
	margin: 2px 0px 2px 0px;
	vertical-align: middle;
	}
	
.formular {
	margin:0;
	padding:0px;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 11px;
}

.formular label.left	{
	clear:both;
	float:left;
	width:120px;
	margin-right:10px;
	text-align:right;
}


.formular form p	{
	margin:0 0 10px 0;
	line-height:150%;	
	font-size:11px;
}


.formular input[type=submit] {
	width:auto;
}

.submitbutton {
	margin: 5px 5px 5px 120px;
	}

#note1 {
	margin: 5px 5px 5px 120px;
	}

/* POPUP */
body.popup {
margin: 1em;
}

body.popup #content {
font-size: 1em;
background-color: #fff;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
}

body.popup #kids {
margin: 5px 0;
}

#popupheader {
background-color: #fff;
height: 80px;
border: 1px solid #ccc;
}

#popupnav {
	float:left;
	position:relative; 
	top:20px; 
	left: 30px; 
	text-align:left;
}

body.popup td, body.popup th {
text-align:left;
}

/* TABLES */

.tabelle {
border: 0;
width: 99%;
}

.tabelle th {
background-color: #cc0099;
color: #fff;
padding: 3px 10px;
margin:0;
border-right: 1px solid #fff;
border-collapse:collapse;
font-size: 0.9em;
}

.tabelle td {
border-bottom: 1px solid #ccc;
border-right: 1px solid #fff;
border-collapse: collapse;
background-color: #efefef;
padding: 3px;
font-size: 0.9em;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #ffe6f9;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/pict/layout/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#e5e5e5;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/pict/layout/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/pict/layout/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #cc0099;
color: #fff;
}




/* ANZEIGENTARIFE */
h2.inseratbox {
color: #cc0099;
font-size: 1.6em;
font-family: "trebuchet ms",arial;
cursor: pointer;
}

.bannerbox, .buttonbox, .skybox, .newsletterbox {
height: 150px;
color: #333;
width: 496px;
padding-top: 24px;
}

.bannerbox { background: url(../pict/meta/anzeigen/bgbox-banner.gif) top left no-repeat; }
.buttonbox { background: url(../pict/meta/anzeigen/bgbox-button.gif) top left no-repeat; }
.skybox { background: url(../pict/meta/anzeigen/bgbox-skyscraper.gif) top left no-repeat; }
.newsletterbox { background: url(../pict/meta/anzeigen/bgbox-newsletter.gif) top left no-repeat; }

.bbcontent {
display:block;
width: 280px;
margin: 0 0 18px 20px;
}

/* LIGHTBOX */
.lightbox {
}

.thumb {
border: 1px solid #ff0000;
text-align:center;
float:left;
margin: 0 5px 5px 0;
}

.thumb img {
display:block;
margin:0;
padding: 0;
}

.gallybox {
display:none;
background: url(../we_pict/layout/gallyboxverlauf.gif) repeat-x;
}


#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, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../pict/layout/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../pict/layout/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../pict/layout/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #cc0099;
font-weight:normal;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
