/******* ATELIE OLIVE GMBH - SCRIPTS *******/

/******* GLATT-CAR GMBH   *******/
/******* Main Site-Layout *******/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);	
}

a:link {
	color: #710046;
	text-decoration: none;
}

a:visited {
	color: #710046;
	text-decoration: none;
}

a:hover {
	color: #ae7092;
	text-decoration: none;
}

a:active {
	color: #710046;
	text-decoration: none;
}



/******* MAIN   **********/
#www {
	position: relative;
	width: 800px;
	height: 10px;
	top: 20px;
	z-index: 5;
}
#main {
	position: relative;
	width: 800px;
	height: 650px;
	top: 25px;
	background-color: #FFFFFF;
	border: 1px solid #cac3ae;
	z-index: 1;
}
#main2 {
	position: relative;
	width: 800px;
	height: 1060px;
	top: 25px;
	background-color: #FFFFFF;
	border: 1px solid #cac3ae;
	z-index: 1;
}
#main3 {
	position: relative;
	width: 800px;
	height: 750px;
	top: 25px;
	background-color: #FFFFFF;
	border: 1px solid #cac3ae;
	z-index: 1;
}
#header {
	position: relative;
	width: 800px;
	height: 100px;
	left: 0px;
	top: 0px;
	background-image: url(images/header_background.gif);	
	background-color: #cac3ae;
	z-index: 2;
}
#logo {
	position: absolute;
	width: 400px;
	height: 60px;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#navigation {
	position: absolute;
	width: 800px;
	height: 25px;
	left: 0px;
	top: 75px;
	z-index: 2;
}
#pureline {
	position: absolute;
	width: 100%;
	height: 15px;
	left: 0px;
	top: 95px;
	background-color: #710046;
	z-index: 5;
}
#picturearea {
	position: absolute;
	width: 300px;
	height: 420px;
	left: -60px;
	top: 160px;
	background-color: #cac3ae;
	z-index: 3;
}
#imagepicture {
	position: absolute;
	width: 280px;
	height: 400px;
	left: 10px;
	top: 10px;
	background-color: #cac3ae;
	z-index: 3;
}
#maincontent {
	position: absolute;
	width: 500px;
	height: 480px;
	left: 270px;
	top: 160px;
	z-index: 2;
}
#tags {
	position: absolute;
	width: 780px;
	height: 30px;
	left: 10px;
	top: 615px;
	color: #d5d1c7;
	z-index: 2;
}
#tags2 {
	position: absolute;
	width: 780px;
	height: 30px;
	left: 10px;
	top: 1025px;
	color: #d5d1c7;
	z-index: 2;
}
#tags3 {
	position: absolute;
	width: 780px;
	height: 30px;
	left: 10px;
	top: 715px;
	color: #d5d1c7;
	z-index: 2;
}

#graphicarea {
	position: absolute;
	width: 140px;
	height: 420px;
	left: -200px;
	top: 160px;
	z-index: 2;
}
#graphicdown {
    position: fixed;

	width: 500px;
	height: 500px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}
#bottom {
	position: relative;
	color: #aea792;
	width: 800px;
	height: 20px;
	top: 552px;
	z-index: 3;
}
#bottom2 {
	position: relative;
	color: #aea792;
	width: 800px;
	height: 20px;
	top: 962px;
	z-index: 3;
}
#bottom3 {
	position: relative;
	color: #aea792;
	width: 800px;
	height: 20px;
	top: 652px;
	z-index: 3;
}
.font_pure1 {
	color: #710046;
}
.font_title {
	color: #710046;
	font-size: 16px;
}
.font_black {
	color: #000000;
	font-size: 11px;
	line-height: 15px;
}
.font_hell {
	color: #a19a86;
}
.underline {
	text-decoration: underline;
	color: #ae7092;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #E5E3D6;
	margin: 2px;
	padding: 2px;
}
.form_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E5506;
	background-color: #E5E3D6;
	border: 1px solid #000000;
	margin: 2px;
	padding: 2px;
}