/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

body {
	width:974px;
	background-image:url(../images/vorhang-bg.jpg);
	background-repeat:no-repeat;
	background-color:#fbfbee;
	padding:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

TD {
	font-size:13px;
}

H1 {
	font-size:15px;
}

H3 {
	font-size:14px;
	margin-bottom:4px;
}

#productNav {
	padding-left:45px;
	list-style:none;
	float:left;
	width:200px;
}
#productNav li {
	margin-bottom:6px;
}
#productNav li a{
	color:#E62273;
	font-size:14px;
	text-decoration:none;
}
#productNav li .selected{
	font-weight:bold;
	text-decoration:underline;
}	
.copyright {
	color:#4E4E4D;
	font-size:12px;
	line-height:18px;
}
#footer {
	padding-top:10px;
	clear:right;
	width:850px;
}

#topNavMain {
	background-image:url(../images/pirat-bg.png);
	background-repeat:no-repeat;
	width:820px;
	height:128px;
	float:right;
}
#topNavMain ul{
	margin-left:160px;
}
#topNavMain li{
	list-style:none;
	float:left;
	clear:none;
	margin-top:26px;
	margin-bottom:16px;
}
#topNavMain li a{
	display:block;
	text-indent:-999em;
	overflow:hidden;
	text-decoration:none;
	background-repeat:no-repeat;
	margin-right:10px;
}

#topNavRootCategories {
	clear:left;
	margin-left:160px;
}

#buttonHome{
	background-image:url(../images/button_top_home.png);
	width:76px;
	height:27px;
}
#buttonProducts{
	background-image:url(../images/button_top_products.png);
	width:112px;
	height:27px;
}
#buttonContact{
	background-image:url(../images/button_top_contact.png);
	width:104px;
	height:27px;
}
#buttonCompany{
	background-image:url(../images/button_top_company.png);
	width:107px;
	height:27px;
}
#buttonPress{
	background-image:url(../images/button_top_press.png);
	width:73px;
	height:27px;
}
#buttonPolicies{
	background-image:url(../images/button_top_policies.png);
	width:100px;
	height:27px;
}
#buttonCart{
	background-image:url(../images/button_cart.png);
	background-position:0px 4px;
	width:79px;
	height:27px;
	margin-right:0px;
	margin-left:10px;
}

#teaserArea {
	width:150px;
	float:right;
}

.teaser {
	border:2px dotted #e85885;
	width:140px;
	background-color:#fbfbee;
	overflow:hidden;
	margin-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.login {
	border:1px solid #e85885;
	width:240px;
	background-color:#fbfbee;
	overflow:hidden;
	margin:auto;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

#main {
	width:820px;
	float:right;
}
#product_detailed {
}

#product_detailed td{
	padding-bottom:10px;

}
.homeText, .auxpage{
	text-align:center;
	padding-left:50px;
	padding-right:50px;
}
.homeText h1, .auxpage h1{
	font-size:20px;
	font-family:Garamond, Arial;
	margin-bottom:20px;
	font-weight:bold;
	color:#554455;
}

.homeText p, .auxpage p{
	font-size:14px;
	line-height:18px;
}

.homeText img{
	margin:10px;
}

.newsdiv{
	border:0 dashed black;
	border-width: 1 0 0 0;
	margin:3px;
}
.newsblock{
	width:80%;
	margin:auto;
}

.newsblock img{
	margin-right:20px;
}
