/* 
    Document   : mannsbild-xxl
    Created on : 16.04.2009, 10:18:16
    Author     : sven
    Description:
        global stylesheet
*/

/* Innen- und  Außenabstände für alle Elemente auf 0 setzen */
html *,
* {
	margin: 0;
	padding: 0;
}

/* Damit im Firefox der Scrollbalken immer sichtbar ist */
html{
	height: 101%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #000;
	background-color: #9f141c;
}

/* Border bei Bildern entfernen */
img{
	border: 0;
}

a {
	/* Outline bei Links entfernen (firefox) */
	outline: none;
	color: #740d1b;
}

a:active,
a:visited {
}

a:hover,
a:focus {
}

h1{
	display: none;
}

h2{
	font-size: 14px;
	margin-bottom: 1.0em;
	color: #740d1b;

}

h3{
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 0.4em;
}

h4{
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 0.4em;

}

hr{
	clear: both;
	height: 1px;
	border: 0;
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

#WrapperBody{
	width: 954px;
	margin: 0 auto;
	background: url(../media/images/bg.png) repeat-y;
}

#Header{
	position: relative;
	width: 674px;
	height: 138px;
	margin: 0 auto;
	overflow: hidden;
}

#Header #Logo{
	float: left;
}

#Header #NavigationTop {
	text-align: right;
	height: 50px;
	margin-top: 8px;
}
#Header #NavigationTop li{
	list-style-type: none;
	display: inline;
}

#Header #NavigationTop a{
	color: #aaa;
	font-weight: bold;
	margin-right: 23px;
	text-decoration: none;
}

* html #Navigation {height: 1%;}
#Header #Navigation{
	background-color: #740d1b;
	padding: 10px 0px;
	overflow: hidden;
	height: 25px;
}

#Header #Navigation ul li{
	list-style-type: none;
	display: inline;
}

#Header #Navigation ul li a{
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
}
#Header #Navigation ul li a span{
	position: relative;
	top: -200px;
}

#Header #Navigation ul li a.selected,
#Header #Navigation ul li a:hover{
	background-position: 0 -25px !important;
}

#Header #Navigation ul li a#mannsbild-xxl{
	width: 133px;
	background: url(../media/images/menu/mannsbild-xxl.png) no-repeat 0 0;
}
#Header #Navigation ul li a#kollektion{
	width: 100px;
	background: url(../media/images/menu/kollektion.png) no-repeat 0 0;
}
#Header #Navigation ul li a#standorte{
	width: 95px;
	background: url(../media/images/menu/standorte.png) no-repeat 0 0;
}
#Header #Navigation ul li a#kontakt{
	width: 92px;
	background: url(../media/images/menu/kontakt.png) no-repeat 0 0;
}


#HeaderImage{
	height: 178px;
	width: 724px;
	margin: 0 auto;
	background: url(../media/images/header.png) no-repeat;
}

* html #WrapperContent {height: 1%;}
#WrapperContent{
	overflow: hidden;
	margin: 0 140px;
}

#ImageLeft {
	float: left;
}

#Content{
	margin-left: 273px;
	padding-right: 40px;
	padding-top: 30px;
}

#Footer{
	padding: 0 140px;
	height: 142px;
	background: url(../media/images/footer.png) no-repeat;
}

#Footer img{
	margin-top: 40px;
}

.standort{
	float: left;
	padding: 5px;
	background-color: #740d1b;
}
.standort + .standort{
	margin-left: 10px;
}

.standort p{
	margin: 10px 5px 5px 5px ;
}

.standort a{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
