@import url(404.css);
@import url(mainnav.css);
@import url(news.css);
@import url(catelog.css);
@import url(multibox.css);

/************************* HTML BODY **********************/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Lucida Sans Unicode, Verdana;
	font-size: 0.815em;
	line-height: 1.5em;
	background-color: #000000;
	color: #d9d9d9;
}

/************************* STRUCTURE **********************/

#container {
	padding: 0;
	margin: 0 auto;
	width: 930px;
}

#header {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 118px;
	border-bottom: 1px #404040 dotted;
}

#mainnav {
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}

#content {
	margin: 0;
	padding: 20px 0 20px 0;
	min-height: 440px !important;
	height: 440px;
	width: 930px;
}

#image {
	padding: 10px;
	margin: 0;
	width: 260px;
	height: 420px;
	background-color: #FFF;
	float: left;
}

#text {
	margin: 0 0 0 40px;
	padding: 0;
	width: 580px;
	float: left;
}

#footer {
	margin: 0;
	padding: 0;
	font-size: 90%;
	text-align: right;
	color: #404040;
	border-top: 1px #404040 dotted;
	width: 900px;
}

/************************* TEXT **********************/

h1 {
	font-variant: small-caps;
	margin: 0 0 20px 0;
	padding: 0 0 10px; 0;
	font-size: 150%;
	min-width: 100px !important;
	text-shadow: #000000;
	background-image: url(/web/grafik/content_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

h2 {
	font-size: 125%;
	margin-bottom: 0;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

p {
}

.news_container h1 {
	background: none;
	margin: 20px 0 10px 0;
	padding: 0 0 10px; 0;
}

/************************* LINKS **********************/

a {
	color: #771313;
}

a:hover {
	color: #771313;
	text-decoration: none;
}

/************************* OTHERS **********************/

#header img {
	border: 0;
	float: left;
	margin: 40px 0 0 0;
}

#footer a {
	text-decoration: none;
	color: #404040;
}

.clear {
	height: 1px;
	overflow: auto;
	display: block;
	clear: both;
}

.noshow {
	display: none;
}
