html[xmlns^="http"]{
	 /* Mozilla-Scrollbar */
	overflow-y: scroll;
}

html, body{
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
}
body{
	color:#ffffff;
	background-color:#cccc9a;
}

body#startseite{ background-color:#e0d7b8; }
body#glanzstuecke{ background-color:#cccc9a; }
body#trauringe{
	color:#857760;
	background-color:#e0d7b8;
}


div#website{
	min-width:990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body#startseite div#website{
	background-image: url(images/bg_startseite.gif);
	background-repeat: repeat-y;
	background-position: center top;
}



/* ############################################################ */
/* #### Raster / Seitenaufteilung ############################# */

div.content{
	position:relative;
	width:990px;
	margin: 0 auto 0 auto;
	text-align:left;
}


div#header{
	height:105px;
	min-width:990px;
}
body#startseite div#header{
	background-image: url(images/bg_header_startseite.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
body#glanzstuecke div#header{
	background-image: url(images/borduere.gif);
	background-repeat: repeat-x;
	background-position: center 8px;
	background-color:#999967;
}
body#trauringe div#header{
	background-image: url(images/borduere.gif);
	background-repeat: repeat-x;
	background-position: center 8px;
	background-color:#857760;
}

body#startseite div#header div.content{	text-align:center; }


body#startseite img#signet{	margin-top:55px; }
body#glanzstuecke img#signet{	margin-top:70px; }
body#trauringe img#signet{	margin-top:70px; }


div#columns{
	min-height: 315px;
	height: auto !important;
	height: 315px;
}

body#startseite div#columns{ margin:80px 70px 20px 70px; }
body#glanzstuecke div#columns,
body#trauringe div#columns{ margin:80px 40px 20px 80px; }

div#leftcolumn{
	float:left;
	width:566px;
	overflow:hidden;
}
div#rightcolumn{
	float:right;
	width:275px;
	overflow:hidden;	
}

body#startseite div#leftcolumn,
body#startseite div#rightcolumn{
	width:395px;
}


div#footer{
	clear:both;
	background-image: url(images/borduere.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

div.clearer{ clear:both; }


/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div, li{
	font-family: verdana, arial, helvetica, lucida, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

h1{
	font-size:15px;
	font-weight:normal;
	color:#cc97b8;
}

a{
	color:#ffffff;
}

img{ border:none; }

/* Formulare: */
fieldset{
	border:none;
	margin:0.5em 0 0 0;
	padding:0;
}
label{
	display:block;
}
div.csc-mailform-field{
	padding-bottom:3px;
}
.csc-mailform-field textarea,
input.csc-mailform-input{
	width:280px;
}


/* ############################################################ */
/* #### Boxen (Produktbox, ... ################################ */

body#glanzstuecke div.produktbox{
	color:#999967;
	border:3px solid #999967;
	background-color:#fefdfc;
}
body#trauringe div.produktbox{
	color:#857760;
	border:3px solid #857760;
	background-color:#fefdfc;
}

div.produktbox a{ color:#cc97b8; }

div.produktbox .csc-textpic-intext-left-nowrap { padding-left:5px; margin:5px 0 5px 0; }
div.produktbox .csc-textpic-intext-left-nowrap p{ margin:0 5px 0 0; }

div.produktbox p{ margin:0 5px 0 5px; }
div.produktbox h1{
	margin-left:5px;
	margin-right:5px;
}



/* ############################################################ */
/* #### Hauptnavigation ####################################### */

ul#mainnav {
	position:absolute;
	right:0;
	bottom:0;
	width:650px;
	margin:0;
	padding:0;
	list-style: none;
	line-height:20px;
	font-weight:bold;
}

ul#mainnav li{
	float: right;
	list-style-type: none;
	line-height:20px;
	padding-left:13px;
}

ul#mainnav li a{
	display: block;
	float: left;
	text-decoration:none;
	color:#ffffff;
	text-transform: uppercase;
}
body#glanzstuecke ul#mainnav li a:hover,
body#glanzstuecke ul#mainnav li a.act{
	color:#cc97b8;
}
body#trauringe ul#mainnav li a:hover,
body#trauringe ul#mainnav li a.act{
	color:#cc97b8;
}


/* ############################################################ */
/* #### Unternavigation ####################################### */


ul#subnav {
	margin:0;
	padding:50px 0 0 0;
	list-style: none;
	font-weight:bold;
	height:40px;
}

ul#subnav li{
	float: right;
	list-style-type: none;
	padding-left:50px;
}

ul#subnav li a{
	display: block;
	text-decoration:none;
	text-align:center;
}
body#glanzstuecke ul#subnav li a{ color:#999967; }
body#trauringe ul#subnav li a{ color:#857760; }

body#glanzstuecke ul#subnav li a:hover,
body#glanzstuecke ul#subnav li a.act,
body#trauringe ul#subnav li a:hover,
body#trauringe ul#subnav li a.act{
	color:#cc97b8;
}


/* ############################################################ */
/* #### Bildnavigation ######################################## */


div.imagenav a{
display:block;
float:left;
	margin:0 15px 15px 0;
}
body#glanzstuecke div.imagenav a img{ border:3px solid #999967; }
body#trauringe div.imagenav a img{ border:3px solid #857760; }

body#glanzstuecke div.imagenav a:hover img,
body#trauringe div.imagenav a:hover img,
body#glanzstuecke div.imagenav a img.act,
body#trauringe div.imagenav a img.act{
	border:3px solid #cc97b8;
}


/* ############################################################ */
/* #### Gästebuch ############################################# */

div.guestbook-entry{
	color:#999967;
	background-color:#ebedd5;
	padding:5px;
	margin-bottom:5px;	
}
h2.guestbook-header{
	font-size:12px;
}

