/* ---

									www.hellepart.com
									
									Site production : Kufferath, Werbeagentur
									http://www.kufferath.at
									
									Creation & Development : Milo A. Yanakiev
									2008©.may
	
	--- */
	
	

/* GLOBAL */
body {
	background-color: #9078aa;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, "Verdana sans-serif";
	font-size: 12px;
}



/* LAYERS */
#site {
	height: 680px;
	width: 1000px;
	background-image: url(../_gfx/bg__purple_gradient.jpg);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#container {
	height: 680px;
	width: 1000px;
}

#topnav  {
	height: 35px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#viewer {
	height: 450px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#ibar {
	height: 60px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



/* LAYOUT COMPONENTS */
.vertex_top_left {
	position: absolute;
	top: 135px;
	height: 25px;
	width: 25px;
	z-index: 2;
	background-image: url(../_gfx/vertex__top_left.png);
	background-repeat: no-repeat;
}

.vertex_top_right {
	position: relative;
	top: 0px;
	left:875px;
	height: 25px;
	width: 25px;
	z-index: 2;
	background-image: url(../_gfx/vertex__top_right.png);
	background-repeat: no-repeat;
}

.vertex_bottom_left {
	position: relative;
	top: 400px;
	left: 0px;
	height: 25px;
	width: 25px;
	z-index: 2;
	background-image: url(../_gfx/vertex__bottom_left.png);
	background-repeat: no-repeat;
}

.vertex_bottom_right {
	position: relative;
	top: 375px;
	left:875px;
	height: 25px;
	width: 25px;
	z-index: 2;
	background-image: url(../_gfx/vertex__bottom_right.png);
	background-repeat: no-repeat;
}

.dist20 {
	height: 20px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.dist35 {
	height: 35px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.dist40 {
	height: 40px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


/* TYPO */
p {
	line-height: 16px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-size: 21px;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

h5 {
	font-size: 12px;
	font-weight: normal;
}

h6 {
	font-size: 11px;
	font-weight: normal;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}