/* CSS Document */

html {
		}
	
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff url(../images/body_bg.jpg) repeat-x;
	color: #000;
}

/* Nullen */

* {
	margin: 0; 
	padding: 0; 
	
}

/* Tags ########################################################## */

p {
	font-size: 110%;
	line-height: 1.3em;
	margin: 0 0 1em 0
}

a {
	color: #A858A0;
	text-decoration:none;
	outline:none;
	border:none;
}

a:hover {
	background: #ccc
}

a.img {
	text-decoration:none;
	outline:none;
}

a.img:hover {
background: transparent;
}

ul {
	margin: 0 0 0 15px
}

ol {
	margin: 0 0 0 25px
}

li {
	font-size: 110%;
	margin: 0 0 0.7em 0
}

hr {
	border:none;
	color:#ccc;
	background: #ccc;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 5px 0;
}
img {
	border:none;
}


h1 {
	font-size:240%;
	height: 40px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	font-family : Arial, Helvetica, sans-serif;
	color: #A858A0;
	text-indent: 40px;
	font-weight:normal;
	font-family : Century Gothic, Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 160%;
	font-weight:normal;
	margin:0 0 1em 0;
}

h4 {
	font-size: 110%;
	margin:0 0 1em 0;
}

h5 {
	font-size: 140%;
	height: 40px;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000;
	font-weight:normal;
	margin: 0 0 20px 0;
	text-indent: 15px;
}

label{
	font-size: 120%;
}

label.pa{
	display:block;
	float:left;
	width:120px;
	text-align:left;
	padding: 5px 0 0 0;
	margin:0px 5px 0px 0px;
	font-size: 120%;
	clear: both;
}

input, select {
	margin: 0 0 5px 0;
	
}

input.textfeld {
	padding: 1px;
	margin: 0 0 1px 0;
	font-size: 120%;
	width: 195px
}

/* Klassen ########################################################## */

.bild {
	padding: 1px;
	border: 1px solid #ccc;
}

.bild_text {
	float:left;
	margin: 0 10px 10px 0
}

.bild_text_re {
	float:right;
	margin: 0 0 10px 10px
}

a.url {
	background: url(../images/a_url_bg.jpg) left center no-repeat;
	padding:5px 0 5px 30px
}

.teaser_upflege {
	margin: 0 0 30px 40px;
	clear: both;
	height: 195px;
	
}

.teaser_upflege img{
	border: 1px solid #ccc;
	padding: 1px;
	float:left;
	margin: 0 30px 0 0;
}

.teaser_historie {
	margin: 0 0 30px 40px;
	clear: both;
	height: 195px;
	
}

.teaser_historie img{
	border: 1px solid #ccc;
	padding: 1px;
	float:left;
	margin: 0 90px 0 0;
}

.teaser_news {
	margin: 0 0 30px 40px;
	clear: both;
	height: 195px;
	
}

.teaser_news img{
	border: 1px solid #ccc;
	padding: 1px;
	float:left;
	margin: 0 90px 0 0;
}

.preis span {
width:150px;
float:left;
}

/* Layout ########################################################## */

#container {
	width:980px;
	margin:auto;
}

/*header --------------------------------- */

#header {
	background: url(../images/header_bg.jpg) top center no-repeat;
	height: 84px;
	padding: 1px 0 0 30px;
}

#usenav {
	float:right;
	width: 170px;
	padding:12px 30px 0 0;
	
	height: 26px;
}

#usenav a {
	margin:0 0 0 10px;
}

#suchen {
	float:right;
	width: 200px;
	padding: 15px 0 0 0;
}

.suchbox {
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:left;
	margin: 0 5px 0 0;
	color: #666;
}



#eyecatcher {
	clear:both;
	height: 175px;
	background: url(../images/eyecatcher_bg.jpg);
	padding:0 0 0 10px;
}
#eyecatcher_flash {
	height: 225px;
	background: url(../images/eyecatcher_flash_bg.jpg);
	padding:0 0 0 10px;
}

a.logo {
	display:block;
	height: 120px;
	width: 200px;
	margin:0 0 0 0;
	padding: 0 17px 0 0;
	float:right;
	background: url(../images/logo_bm_screen_ec.jpg) left center no-repeat;
	text-indent:-3000px;
}

/*Inhalt --------------------------------- */
#content_wrap {
	width: 960px;
	margin:auto;
}

#content {
	width: 730px;
	float:left;
	padding: 0 0 15px 0;
}

/*Uhren Schmuck images*/

.col1 {
	width:250px;
	text-align:center;
	float:left;
	margin: 0 10px 0 0;
}

/*Schmuck ohne images*/

.ohne_bild {
	margin: 0 0 0 40px;
}



/*Sidebar / Navi --------------------------------- */

#sidebar {
	width: 200px;
	float:right;
	padding: 0 5px 15px 0;
}

#sidebar ul {
	list-style-type: none;
	margin:0;
}

#sidebar ul li {
	margin: 0 0 5px 0;
	/*line-height:0.7em;*/
	line-height:0.8em;
}

#sidebar ul li a {
	display:block;
	padding: 0 0 0 15px;
}

#sidebar ul li a:hover {
	background: #eee;
}
#sidebar ul li a.aktiv {
	background: #ccc;
}


#navlist a:hover, #navlist a.aktiv
{
background: #ccc;
}

a.navinaktiv:link, a.navinaktiv:visited {}
a.navinaktiv:hover, a.navinaktiv:active, a.navinaktiv:focus {  }
a.navaktiv:link, a.navaktiv:visited { }
a.navaktiv:hover, a.navaktiv:active, a.navaktiv:focus {  }

a.useinaktiv:link, a.useinaktiv:visited { }
a.useinaktiv:hover, a.useinaktiv:active, a.useinaktiv:focus { }
a.useaktiv:link, a.useaktiv:visited { }
a.useaktiv:hover, a.useaktiv:active, a.useaktiv:focus {  }




#sb_content {
	padding: 0 0 0 15px;
}
/*Footer --------------------------------- */

#footer {
	width: 960px;
	height: 40px;
	margin:auto;
	background: url(../images/logo_bm_print.gif) right no-repeat;
}

#footer p {
	width: 200px;
	float:left;
	margin: 0 0 0 40px;
}

#footer p span {
	display:block;
	float:left;
	width: 100px;
}

p.impressum {
	width: 920px;
	margin:auto;
	padding: 10px 10px 10px 50px;
}

/* Clearing ########################################################## */
.clear {
	overflow:hidden
}

* html .clear {
	height: 1%;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; } 

/* Clearfix-Anpassung für IE */
.clearfix {display: inline-block;}

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

.floatbox { overflow:hidden; }
/*##Suche, Artikel Startseite####*/

