@charset 'utf-8';

/* damit firefox immer scrollbars anzeigt und nicht springt */
html { 
	min-height: 100%; margin-bottom: 1px; 
}

/* ########## General settings ########## */
body {
	margin: 0px 10px 0px 10px;
	font-family: Arial, Sans-Serif;
	color: #AE007D;
	font-size: small;
	letter-spacing: 0.01em;
	background-color: #460233;
}
img {
	border: 0px;
}
p {
	padding: 0px;
	margin: 0px 0px 18px 0px;
	line-height: 1.6em;
}
a {
	color: #AE007D;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #80b8cb
}
h2 {
	font-size: 100%;
}

/* der globale Container, in dem alles drin ist */
div#globalBox {
	min-height: 600px;
	height:auto !important;
	height:600px;
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #D1F1FC url(img/bgd2.jpg) no-repeat center top;
}
div#globalBoxStart {
	min-height: 600px;
	height:auto !important;
	height:600px;
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #D1F1FC url(img/startscreen.jpg) no-repeat center top;
}
div#globalBoxAbout {
	min-height: 600px;
	height:auto !important;
	height: 600px;
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #D1F1FC url(img/bgd2.jpg) no-repeat center top;
}

#startshoe {
	width: 305px;
	height: 320px;
	position: absolute;
	top: 190px;
	left: 130px;
	z-index: 5;
	background: url(img/start-shoe.png) no-repeat;
}

h1#logo {
	display: block;
	position: absolute;
	top: 12px;
	left: 15px;
	padding: 0;
	margin: 0;
}
h2#claim {
	display: block;
	position: absolute;
	top: 102px;
	left: 32px;
	padding: 0;
	margin: 0;
}

/* ########## normaler Content ########## */

div#spacer {
	height: 206px;
}

div#bgdrepeat {
	position: relative;
	width: 900px;
	padding: 0 0 20px 0;
	margin: 0;
	background: url(img/bgd-repeat.jpg) repeat-y;
}
div#bgdtop {
	width: 900px;
	min-height: 400px;
	height:auto !important;
	height:400px;
	background: url(img/bgd-top.jpg) no-repeat;
}
div#bgdtop #fee {
	position: absolute;
	top: -41px;
	left: 22px;
}
div#contentBox {
	width: 525px;
	min-height: 700px;
	height:auto !important;
	height:700px;
	padding: 90px 0 0 205px;
}
.floating-l {
	position:relative;
	clear: both;
	float: left;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.nexttofloat-l {
	margin-left: 190px;
}
.floating-r {
	position:relative;
	clear: both;
	float: right;
	margin-top: 2px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.nexttofloat-r {
	margin-right: 190px;
}
.zoomButton { 
	position: absolute;
	top: 0px; right: 0px; 
}

/* ########## Contact ########## */

.links {
	float: left;
	width: 130px;
	margin-bottom: 5px;
}
.rechts {
	margin-bottom: 5px;
}
label {
	vertical-align: top;
}
.eingabe {
	width: 350px;
}
.eingabearea {
	width: 350px;
	height: 150px;
}
.markiert {
	background-color: #fce2fb;
}


/* ########## Collection ########## */

div#thumbBox {
	padding: 205px 0 0 15px;
	width: 310px;
	font-size: 85%;
	font-weight: bold;
}
#thumbBox img {
	margin-bottom: 4px;
}
#thumbBox a:hover  {
	color:#AE007D;
}
#thumbBox a:focus  {
	color:#80b8cb;
	outline: none;
}
.thumb {
	width: 100px;
	height: 125px;
	text-align: center;
	float: left;
	padding-top: 2px;
}
.thumbact {
	width: 100px;
	height: 125px;
	text-align: center;
	float: left;
	padding-top: 2px;
	background: url(img/collection-act.gif) no-repeat top center;
}
#fee {
	position: absolute;
	top: 155px;
	left: 0px;
}
#bild {
	position: absolute;
	top:91px;
	left:543px;
}
#feeBox {
	position: absolute;
	top: -5px;
	left: 318px;
	width: 210px;
	height: 240px;
	z-index: 10;
}
#bilderrahmen {
	position: absolute;
	top:20px;
	left:460px;
	width: 488px;
	height: 447px;
	overflow: hidden;
	background: url(img/collection-rahmen.gif) no-repeat top left;
	z-index: 5;
}
#browseBox {
	position: absolute;
	left: 495px;
	top: 465px;
}
#prevBox  {
	position: absolute;
	top: 0px;
	left: 0px;
}
#nextBox {
	position: absolute;
	top: 0px;
	left: 290px;
}
#nameBox {
	position: absolute;
	top: 0px;
	left: 33px;
	width: 234px;
	height: 37px;
	padding: 11px 16px 0 16px;
	font-size: 100%;
	background: url(img/collection-name.gif) no-repeat top left;
	text-align: center;
	font-weight: bold;
}

/* linkes Frame */
#homeButton a {
	margin: 8px 0 12px 0;
	float: left;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win only */
	width: 35px;
	background: url(img/menu/home.gif) top left no-repeat;
}

#homeButton a:hover, #homeButton a:focus {
	color: #373535;
	outline: none;
	background-position: 0 -22px;
}


div#impressumBox {
	position: absolute;
	left: 910px;
	top: 3px;
	font-size: 70%;
}
div#impressumBox a {
	color: #ffd2e9;
}
div#impressumBox a:hover {
	color: #ae007d;
}
.Label {
	font-weight: bold;
	padding-right: 10px;
}

/* ########## Menu Formatierungen ########## */

div#menuBox {
	position: absolute;
	left: 393px;
	top: 80px;
}
div#menuBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}
div#menuBox a {
	color: #858789;
	text-decoration: none;
}
div#menuBox a:hover, div#menuBox  a:focus, #browseBox a:focus { 
	color: #373535;
	outline: none;
}
div#menuBox li { 
    margin: 0 0 0 0;
    padding: 0px;
    display: block;
    height: 38px;
    list-style: none;
    float: left;
    font-size: 150%;
}
div#menuBox a, div#browseBox a {
	float: left;
	padding: 38px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:38px; /* for IE5/Win only */
}
#menuBox a:hover, #menuBox a.active, #menuBox a:focus, #browseBox a:hover, #browseBox a:focus {
	background-position: 0 -38px;
}
	
#menu-collection {
	position: absolute;
	top: -12px;
	left: 115px;
}
#menu-press {
	position: absolute;
	top: -20px;
	left: 206px;
}
#menu-contact {
	position: absolute;
	top: -35px;
	left: 265px;
}
#menu-shop {
	position: absolute;
	top: -45px;
	left: 340px;
}
#menu-stores {
	position: absolute;
	top: -56px;
	left: 404px;
}
#menu-friend {
	position: absolute;
	top: -26px;
	left: 422px;
}
#menu-sound {
	position: absolute;
	top: -64px;
	left: 494px;
}

#prevBox a  {
	width: 27px;
	background: url(img/collection-prev.gif) top left no-repeat;
}
#nextBox a  {
	width: 27px;
	background: url(img/collection-next.gif) top left no-repeat;
}


#menu-about a  {
	width: 108px;
	background: url(img/menu/about.gif) top left no-repeat;
}
#menu-collection a  {
	width: 85px;
	background: url(img/menu/collection.gif) top left no-repeat;
}
#menu-press a  {
	width: 52px;
	background: url(img/menu/press.gif) top left no-repeat;
}
#menu-contact a  {
	width: 69px;
	background: url(img/menu/contact.gif) top left no-repeat;
}
#menu-shop a  {
	width: 55px;
	background: url(img/menu/shop.gif) top left no-repeat;
}
#menu-friend a  {
	width: 74px;
	background: url(img/menu/friend.gif) top left no-repeat;
}
#menu-stores a  {
	width: 61px;
	background: url(img/menu/stores.gif) top left no-repeat;
}
#menu-sound a  {
	width: 27px;
	background: url(img/menu/sound.gif) top left no-repeat;
}



.bgPink {
	background-color: #FFF5FB;
	padding: 2px 5px 2px 10px;
	margin-left: -11px;
	margin-bottom: 20px;
}



/* ########## Stores ########## */
.subMenu {
	background-color: #FFF5FB;
	padding: 2px 5px 2px 10px;
	margin-left: -11px;
	margin-bottom: 20px;
	font-size: 120%;
}


#countryBox {
	width: 100px;
	float: left;
	margin-right: 20px;
	min-height: 200px;
}
#cityBox {
	width: 180px;
	float: left;
}
#storeBox {
	width: 200px;
	margin-left: 320px;
}
#countryBox ul, #cityBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#countryBox .act, #cityBox .act  {
	font-weight: bold;
}

.vertrieb h2 {
	font-size: 110%;
	margin-top: 2em;
}