@charset "UTF-8";

#headerbutton{
	position: absolute;
	top: -40px;
	left: -40px;
	z-index:200;
	display:compact;
	
}

#banderole{
	position: absolute; bottom:-8px; right: -9px; z-index:50!important;
	display:compact;
}


 /* ----- CSS - Allgemein ------- */
	/* ----------------------------- */


img {	
	behavior: url("/iepngfix.htc");
	border: none;
}

ul, li {
	list-style: none;
}

form {
	display: block;
}

body {
	display: block;
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px;
	margin: 0px;
}

.maennermodewelt h1,.maennermodewelt h2, .maennermodewelt h3 {
	color: #CE0019;
	font-weight: lighter;
}

.woman h1,.woman h2,.woman h3 {
	color: #AB002E;
	font-weight: lighter;
}

p {
	margin-top: 0px;
}

.maennermodewelt a,.maennermodewelt a:hover {
	text-decoration: none;
	color: #CE0019;
}

.woman a,.woman a:hover {
	text-decoration: none;
	color: #AB002E;
}

a img,a:active,a:focus,a {
	outline: none;
}

div {
	margin: 0px;
	padding: 0px;
}

.c {
	display: block;
	clear: both;
	border: 0;
	height: 0;
	font-size: 0;
}

.maennermodewelt p.invalid {
	color: #CE0019;
}

.woman p.invalid {
	color: #AB002E;
}

.maennermodewelt #kontakt_form input.invalid[type="text"],.maennermodewelt #kontakt_form textarea.invalid,.maennermodewelt #kontakt_form input.invalid[type="file"]
	{
	border: 1px solid #CE0019;
}

.woman #kontakt_form input.invalid[type="text"],.woman #kontakt_form textarea.invalid,.woman #kontakt_form input.invalid[type="file"]
	{
	border: 1px solid #AB002E;
}

.right {
	float: right;
}

.left, fieldset div label, fieldset div input{
	float:left;
}

.maennermodewelt .red{
	color: #CE0019;
}

.woman .red{
	color: #AB002E;
}

label{
	padding-top: 5px;
}
/* ----------------- */ /* ----- LAYOUT ---- */ /* ----------------- */
#wrapper {
	margin: 0 auto;
	background-color: #fff;
	width: 1000px;
	height: auto;
}

#headerTop a img{
	float: left;	
}

#slogan{
	float: right;
	padding-right: 10px;
}

#topNav {
	float: right;
	padding: 20px 0;
}

#topNav div{
	float:left;
	height: 18px;
	overflow:hidden;
	margin-left:20px;
	position: relative;
}
#topNav div:hover{
	cursor: pointer;
}

#topNav .philosophie{postion:relative; top:-3px;}


#topNav div a{
	overflow:hidden;
	display:block;
	height: 18px;
	position:relative;
	top:0px;
	padding-right: 10px;
}

#topNav div a:hover, #topNav div:hover a, #topNav div.active a{
	top:-18px;
	cursor: pointer;
}

#headerBottom {
	width: 980px;
	height: 365px;
	padding: 10px;
	margin-bottom: 10px;
	border: solid #000 1.5px;
	position: relative;
}

#leftNav {
	width: 350px;
	float: left;
}

#leftNav ul {
	padding-left:40px;
	text-align: right;
	margin-right: 10px;
}

#leftNav li {
 	display:block;
	width: 300px;
	overflow:hidden;
}

#leftNav li div {
	display:block;
	width: 600px;
	height:25px;
	padding: 8px 0;
}

#leftNav li div a{
	width: 300px;
	float:left;
	position:relative;
	left:0px;
}

#leftNav li div:hover a, #leftNav li.active div a{
	left:-300px;
}

#headerImg{
	position: relative;
	/*height: 365px;*/
}

#flashcontent, .markenlogos{
	position:absolute; 
	
}

html > body #flashcontent, .markenlogos{
	left: 390px; 
}

* html body #flashcontent, * html body .markenlogos{
	left:45px;
}

#headerImg img {
	float: right;
	height: 365px;
}

.newsButton a img {
	float: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
	*bottom:-1px;
}

#schandaLogos, #schandaLogosContent{
	float: left;
	position: relative;
	left: -5px;
}

#content {
	background-color: #d5d2cb;
	height: auto;
	padding: 10px 0 0 0;
}

#content.woman {
	background-color: #ece8dc;
}

#content.noContent {
	background-color: #fff;
}

.noContent #contentWrapper {
	display: none;
}

#contentLeft {
	width: 370px;
	float: left;
	padding-bottom: 20px;
}

#contentLeft div.floating {
	float: right;
	margin: 10px 0 0 10px;
}

#contentLeft img {
	float: right;
	padding: 10px 0 0 10px;
}



#contentRight {
	width: 545px;
	float: right;
	padding: 0 40px 30px 45px;
}

#contentRight ul {
	padding-left: 15px;
}

.maennermodewelt #contentRight li {
	list-style: url("../img/world/maennermodewelt/list_icon.gif");
}
.woman #contentRight li {
	list-style: url("../img/world/woman/list_icon.gif");
}

#footer {
	width: 1000px;
	background-color: #fff;
	padding-top: 10px;
}

#roterBalken {
	width: 1000px;
	height: 5px;
	z-index: 99;
}

.maennermodewelt #roterBalken {
	background-color: #CE0019;
}

.woman #roterBalken {
	background-color: #AB002E;
}

#footerNav {
	float: left;
	padding: 0px;
	margin: 0px;
}

#footerNav li {
	float: left;
	padding: 10px;
}

#footerNav a,.sitemap a,.sitemap h4 a {
	color: #000;
}

.maennermodewelt #footerNav a:hover,.maennermodewelt .sitemap a:hover,.maennermodewelt .sitemap h4 a:hover
	{
	color: #CE0019;
}

.woman #footerNav a:hover,.woman .sitemap a:hover,.woman .sitemap h4 a:hover
	{
	color: #AB002E;
}

#footerInfo {
	float: right;
	padding: 10px;
	color: #666;
	text-align: right;
}

/* ----------------- */ /* ----- Content ---- */ /* ----------------- */
.news_box {
	margin-bottom: 30px;
}


.news_box img, .news_box .text {
	float: left;
}



.news_box .news_image {
	float: left;
	margin: 0 10px 10px 0;
}

.news_box .text {
	float: left;
}

.team_box {
	width: 270px;
	height: 120px;
	float: left;
	margin-bottom: 15px;
}

.team_box .image {
	float: left;
	width: 90px;
	margin-right: 10px;
}

.team_box .text {
	float: left;
	width: 140px;
}

.team_box h4 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 6px;
	color: #000;
	font-size: 1.2em;
}

h3.team {
	font-size: 1.5em;
}
.woman h3.team{
	color:#AB002E;
}

.sitemap {
	width: 270px;
	float: left;
}

.contentParagraph{
	min-height: 235px;
}

.map {
	float: right;
	margin-top: 10px;
}

/* --- Kontaktformular --- */
#kontakt_form ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#kontakt_form li {
	margin-bottom: 10px;
	list-style: none!important;
	list-style-image:none;
}

#kontakt_form li label {
	float: left;
	width: 100px;
}

#kontakt_form input[type="text"] {
	width: 300px;
	border: 1px solid #999;
	height: 1.4em;
	padding-top: 4px;
}

#kontakt_form input.large,input.small,input.middle {
	border: 1px solid #999;
	height: 1.4em;
	padding-top: 4px;
}

#kontakt_form input.large {
	width: 300px;
}

#kontakt_form input.small {
	width: 65px;
}

#kontakt_form input.middle {
	width: 229px;	
	margin-left: 5px;
}

#kontakt_form input,#kontakt_form textarea {
	font: 1em Helvetica, Arial, Verdana, sans-serif;
}

#kontakt_form textarea {
	width: 300px;
	padding: 0;
	margin: 0;
	border: 1px solid #999;
	overflow: hidden;
}

li input[type=submit],li input[type=reset] {
	width: 100px;
	margin: 10px 5px 0 0;
}


/* --- Gallery --- */
#assortment_gallery{display: block;}
#assortment_gallery div.floating{ width:82px; border: 1px solid #fff; margin: 0px 5px 5px 0px; display:block;}
.floating{float:left;}

#brandnav{margin-top:16px; margin-bottom:35px;}
#brandnav li{ height: 24px;}
#brandnav a{ text-transform: uppercase; color: #666; font-size:16px; line-height:13px; height:13px; display: block; margin-bottom: 10px; padding-left:15px;  }
#brandnav a.maennermodewelt{ background: url("../img/world/maennermodewelt/pfeile.gif") 0 0 no-repeat; }
#brandnav a.woman{ background: url("../img/world/woman/pfeile.gif") 0 0 no-repeat; }
#brandnav a:hover, #brandnav a.active{ color:#000!important; background-position: 0 -13px;}

#gallery_overview .overview_img{ display: block; width: 200px; height: 200px;  border: 1px solid #fff; }
