/* general stuff */

* {
	margin: 0; padding: 0;
	}
	
html, body {
	height: 100%; width: 100%;
	}

body {
	background: #575757 url(../images/back.gif) repeat-x;
	}

/* Layout */

#pagewidth {
	margin-left: auto; margin-right: auto;
	height: 100%; min-height: 100%; width: 770px;
	}

* html #pagewidth {
	height: 100%;
	}

#outer { 
	position: relative;
	top: 0px; left: 0px;
	min-height: 100%; width: 770px;
 	background: #000; 
 	z-index: 0; 
	} 

#header {
	height: 154px; width: 770px;
	text-align: center;
	}

#schmucktext {
	margin-left: auto; margin-right: auto;
	width: 636px; height: 40px;
	padding-left: 6px; padding-top: 19px;
	background: url(../images/back_schmucktext.gif) repeat-x;
	}

#schmucktext li {
	margin-left: auto; margin-right: auto;
	float: left;
	border-right: 1px solid #848484;
	list-style-type: none;
	}

#schmuckpics {
	margin-left: auto; margin-right: auto;
	padding: 5px;
	width: 630px; height: 101px;
	border: 1px solid #CA7D36;
	background: #303234;
	}

#schmuckpics img {
	margin: 4px;
	}

#formhead {
	padding: 5px; margin-bottom: 5px;
	border: 1px solid #666;
	}

#address {
	padding: 5px;
	border: 1px solid #666;
	}

#startbox {
	position: absolute;
	height: 150px; width: 280px;
	left: 245px; bottom: 0px;  
	padding: 10px; 
	background: #504e4f;
	}
	
#startbox p {
	margin-top: 10px; 
	}

#startbox p, #startbox a {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	}

#startbox a:hover {
	color: #000;
	}

/* ################### */

#maincol {
	margin-left: auto; margin-right: auto;
	width: 642px; display: block; 
	background: url(../images/back_main.gif) bottom repeat-x;
	} 

#kollektpics {
	float: left;
	margin: 18px; padding: 10px;
	width: 176px;
	background: #2E2E2E; 	
	}

#kollektpics img {
	float: left;
	}

#kollekttext {
	float: left;
	margin-top: 18px; padding: 10px; 
	width: 376px; 
	}

#kollekttext h1 {
	font-size: 14px; 
	line-height: 22px; 
	font-weight: bold;
	color: #FFF;
	}

#kollekttext p {
	font-size: 12px;
	line-height: 18px; 
	color: #FFF;
	}

#leftcol {
	float: left;
	margin: 18px; padding: 10px;
	width: 170px;
	background: #2E2E2E; 
	}

#content {
	float: left;
	margin-top: 18px; padding: 10px;
	margin-bottom: 10px;  
	width: 396px; 
	}

#content h1 {
	font-size: 14px;
	line-height: 22px; 
	font-weight: bold;
	color: #FFF;
	}

#content p {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	}

#clr {
	clear: both;
	width: 642px; height: 20px;
	}

#footer {
	position: relative;
	margin-left: auto; margin-right: auto;
	height: 70px; width: 770px;
	margin-top: -70px;
	background: #000;
	overflow: hidden;
	z-index: 99;
	} 

#foot_cont {
	position: relative;
	margin-left: auto; margin-right: auto;
	width: 642px;
	border-top: 3px solid #2E2E2E;
	text-align: center;
	} 

/* Formularelemente */

#login input {
	font-size: 11px;
	height: 12px; width: 110px;
	border: 1px solid #EEEEEE;
	}

input.blue {
	font-size: 12px;
	height: 16px; width: 360px;
	border: 1px solid #666;
	background: #FFF;
	}

select.blue {
	font-size: 12px;
	height: 16px; width: 362px;
	border: 1px solid #666;
	background: #FFF;
	}

textarea.blue {
	font-size: 12px;
	height: 80px; width: 360px;
	border: 1px solid #666;
	background-color: #FFF;
	}
