﻿/* CSS-Datei für die grundlegenden Layouteinstellungen
   Firma: HaarWerk Ramona Unger
   Autor: Matthias Wagner, Technik Concierge
   Version: 1.0 */

/* Allgemeingültiges */

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #000000;
	color: #333333;
	background-image: url('../supportimages/bg_body.jpg');
	background-repeat: repeat;
	line-height: 20px;
}
h1, h5, h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
}
h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}
h4 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 15px;
	color: #333333;
	line-height: 28px;

}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
.smallstyle{
	font-size:12px;
}
li {
	list-style-type: square;
	font-size: 16px;
	line-height: 24px;
}
/* Layout */

div#wrapper {
	width: 1000px;
	margin: auto;
	position: relative;
	background-repeat: no-repeat;
}
#itopdistance {
	height: 30px;
}
#ibanner {
	height: 260px;
}
#coverload {
	position: absolute;
	width: 1000px;
	height: 260px;
	z-index: 9999;
	background-image: url('../supportimages/HaarWerk1.jpg');
}
#inavigation {
	position:relative;
	height: 29px;
	padding-top: 9px;
	padding-left:20px;
	background-color:#000000;
}
#inavigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #C0C0C0;
	padding-left: 30px;
}
#inavigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
#ioptdivider {
	height:1px;
	background-color:gray;
}
#ioptdarkdivider {
	height: 1px;
	background-color: #666666;
}
#imenu {
	position:relative;
	float: left;
	width: 225px;
	height:auto;
	padding-top: 25px;
	padding-bottom:2000px;
	margin-bottom:-2000px;
	background-color: #ffffff;
	padding-right: 25px;
	padding-left: 50px;
}
#icontent {
	position:relative;
	float: right;
	width: 650px;
	height:auto;
	padding-top: 30px;
	background-color: #ffffff;
	padding-right: 25px;
	padding-left: 25px;
	list-style-type: square;
}
#whitebg {
	background-color:white;overflow:hidden;
}
#ifooter {
	padding: 10px 50px 10px 50px;
	position: relative;
	clear: both;
	background-color: #ffffff;
}
#istats{
	visibility: hidden;
}

#inavigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}
