@import url("/web/includes/css/menu.css");

/*********************** HTML BODY *************************/

html, body {
	height: 100%;
	background-color: #f3f3f3;
	font-size: 0.84em;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

/*********************** STRUCTURE *************************/

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	width: 900px;
	position: relative;
	background-image: url(/web/grafik/content_back.gif);
	background-repeat: repeat-y;
}

#header {
	margin: 0;
	padding: 15px 0 0 15px;
	height: 70px;
	width: 885px;
	text-transform: uppercase;
	color: #8e8e8e;
	background-color: #FFF;
}

#mainnav {
	margin: 0;
	padding: 0;
	height: 29px;
	width: 900px;
	background-image: url(/web/grafik/mainnav_back.gif);
	background-repeat: repeat-x;
	position: relative;
}

#flash {
	margin: 0;
	padding: 1px 0 1px 0;
	height: 178px;
	width: 900px;
	background-color: #FFFFFF
}

#content {
	margin: 0;
	padding: 0;
	background-image: url(/web/grafik/content_back.gif);
	background-repeat: repeat-y;
}

#welcome {
	margin: 0;
	padding: 15px 20px 50px 20px;
	width: 270px;
	background-image: url(/web/grafik/welcome_back.gif);
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
}

#products {
	margin: 0;
	padding: 15px 20px 50px 20px;
	width: 250px;
	float: left;
}

#news {
	margin: 0;
	padding: 15px 20px 60px 20px;
	width: 260px;
	background-image: url(/web/grafik/news_back.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}

#text {
	margin: 0;
	padding: 15px 20px 50px 20px;
	width: 560px;
	float: left;
	background-color: #eeeeee;
}

#footer {
	margin: 0;
	padding: 25px 0 0 20px;
	width: 880px;
	height: 29px;
	background-image: url(/web/grafik/footer_back.gif);
	background-repeat: repeat-x;
	color: #7c7c7c;
	position: absolute;
	bottom: 0;
	left: 5px;
	font-size: 95%;
}

/*********************** TEXT *************************/

h1 {
	font-size: 140%;
	margin: 0 0 15px 0;
	padding: 0;
	text-transform: uppercase;
}

h2 {
	font-size: 120%;
	margin: 5px 0 0 0;
	padding: 0;
}

h3 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.adress {
	clear: both;
	line-height: normal;
	padding: 10px 0 10px 0;
}

/*********************** LINKS *************************/

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

#news a {
	font-size: 115%;
	font-weight: bold;
	text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
}

#content a {
	background-image: url(/web/grafik/dot.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0 0 0 10px;
}

#news div a {
	font-size: 100%;
	font-weight: normal;
	text-decoration:underline;
}

#news div a:hover {
	font-size: 100%;
	font-weight: normal;
	text-decoration:none;
}

/*********************** OTHERS *************************/

.contact {
	width: 128px;
	height: 16px;
	background-image: url(/web/grafik/contact_back.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0;
	padding: 8px 0 5px 0;
	_padding: 8px 0 4px 0;
	font-weight: bold;
	position: absolute;
	right:0;
	top:0;
}

.contact a {
	font-weight: none;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}

#header img {
	margin: 0 15px 0 0;
	float: left;
	border: 0;
}

#footer a {
	color: #7c7c7c;
}

#products ul {
	list-style-image: url(/web/grafik/dot.gif);
	font-size: 110%;
}

#products ul li {
	padding: 0;
	margin: 0 0 10px 0;
}

#text ul,ol {
	margin: 0;
	padding: 0 0 0 25px;
}

#text img {
	margin: 0 10px 10px 0;
}

#news img {
	float: left;
	margin: 0 10px 0 0;
	border: 0;
}

ul li a, ol li a {
	background-image: none;
	padding: 0;
}

.clear {
	display: block;
	overflow: hidden;
	height: 1px;
	clear: both;
}

.noshow {
	display: none;
}
