/*
 * Reset Browser Properties
 */
html, body, div {
	margin: 0;
	padding: 0;	
} 


/*
 * Schmuck-Unikate Main-Stylesheet
 */

html {
	overflow: scroll;
	overflow-x: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../images/pattern.png');
	background-repeat: repeat;
	color: #90acea;
	font-size: 62.5%;
}

a {
	color: #90acea;
	text-decoration: none;
}

a:hover, a:active {
	color: #fff;
}

li {
	/* list-style: none; */
}

img {
	border: none;
}

h1 {
	color:#3953B8;
	font-size: 1.4em;
	line-height: 1.8em;
}

h2 {
	color:#FFFFFF;
	font-size: 1.4em;
	line-height: 2.6em;
}


/*
 * Main Template Style
 */
#container {	
	position: relative;
	width: 968px;
	margin: 0 auto;
	clear: both;
	font-size: 1.1em;
	font-weight: 100%;
	line-height: 1.5em;	
}

#wrapper {
	position: relative;
	float: left;
	background-color: #071760;
}


#headbox {
	position: relative;
	width: 100%;
	height: 140px;
	background-image: url(../images/header.png);
}

.sitehome {
	position: absolute;
	top: 0px;
	float: left;
	width: 220px;
	height: 140px;
}

.headerlogo {}
.implink {
	position: relative;
	float: right;
	top: 20px;
	right: 155px;
}
.implink a {
	color: #233b8f;
	font-size: 0.98em;
}



.menubar {
	position: relative;
	top: 0;
	left: 40px;
}


#boxwrapper {
	position: relative;
	width: 100%;
	background-color: #071760;	
}


#leftbox {
	position: relative;
	float: left;
	width: 239px;
}
.contentleft {
	padding: 20px;
	color: #90acea;
}
.schmuckdetails {
	position: relative;
}


#middlebox {
	position: relative;
	float: left;
	width: 488px;	 
	border: solid 1px #fff;
	border-top-width: 0px;
	border-bottom-width: 0px;		
}
* html #middlebox {
	position: relative;
	float: left;
	width: 490px;	 
	border: solid 1px #fff;
	border-top-width: 0px;
	border-bottom-width: 0px;		
}
.contentmiddle {
	color: #90acea;
	font-weight: 400;
	padding: 25px 30px 25px 30px;
}


#rightbox {
	position: relative;
	float: left;
	width: 239px;
}
.rightcontent {
	color: #90acea;
	padding: 20px;
}

#footerbox {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	background-color: #071760;
}
.footercontent {	
	position: relative;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;	
	height: 200px;	
}

.cssmenubar {
	position: relative;
	top: 80px;
	left: 45px;
	width: 480px;
}

.footernavi {
	position: relative;
	top: -75px;
	left: 240px;
	width: 428px;
	padding: 10px 30px 10px 30px;
}

#errorbox {
	position: relative;
	padding: 10px;
	background-color: #600;
}
#errorbox a {
	color: #aaa;
}

.prodgalaa {
	position: relative;
	float: left;
	width: 215px;
}

/* Layoutstyles
 * Content
 */

.init {
	font-size: 2.3em;
	font-weight: normal;
	color: #3953bb;
}
* html .init {
	line-height: 1.1em;
}
.hellblau {
	color: #90acea;
}
.dunkelblau {
	color: #3953bb;
}

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left { text-align: left; }
p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center { text-align: center; }
p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right { text-align: right; }
p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify { text-align: justify; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

p.bodytext {
	padding-bottom: 20px;
}

.startmessage {
	position: relative;
	float: left;
	top: 280px;
}

div.smallmessage {
	font-size: 85%;
	color: #3953B8;
}
div.smallmessage a {
	color: #3953B8;
}

