@import "ie6.css";
@import "ie7.css";
@import "mainnav.css";
@import "subnav.css";


/************************* HTML BODY **********************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(/web/grafik/background.jpg);
	background-repeat: repeat-x;
	background-color: #424242;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	line-height: 1.6em;
	color: #fff;
}

/************************* STRUCTURE **********************/

#container {
	padding: 0;
	margin: 0 auto;
	width: 898px;
	background-image: url(/web/grafik/container_back.gif);
	background-repeat: repeat-y;
	background-color: #2f2f2f;
	border-left: 1px #5d5d5d solid;
	border-bottom: 1px #5d5d5d solid;
	border-right: 1px #5d5d5d solid;
}

#mainnav {
	width: 249px;
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
}

#frontimage {
	width: 610px;
	padding: 20px 0 0 20px;
	margin: 0;
	float: left
}

#subimage {
	width: 610px;
	padding: 20px 0 0 20px;
	margin: 0;
	float: left
}

#content {
	width: 649px;
	margin: 20px 0 20px 0;
	padding: 0;
	background-image: url(/web/grafik/content_back.gif);
	background-repeat: repeat-y;
	float: left;
}

#text {
	width: 609px;
	margin: 20px 0 20px 0;
	padding: 0 20px 0 20px;
	float: left;
}

.text {
	width: 284px;
	margin: 0;
	padding: 0 20px 0 20px;
	float: left;
}

#footer {
	width: 890px;
	height: 193px;
	margin: 0 auto;
	padding: 11px 0 0 10px;
	background-image: url(/web/grafik/footer_back.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	position: relative;
}

/************************* TEXT **********************/

h1 {
	font-size: 150%;
	border-bottom: 1px #000 dashed;
}

h2 {
}

h3 {
}

p {
}

#footer p {
	margin: 0;
	padding: 0;
}

/************************* TEXT **********************/

#footer table td {
	padding: 0 10px 10px 0;
}

/************************* LINKS **********************/

a {
	color: #7882ff;
}

a:hover {
	color: #7882ff;
	text-decoration: none;
}

#footer span, #footer span a, #footer span a:hover {
	color: #666666;
	text-decoration: none;
}

/************************* OTHERS **********************/

.logo {
	margin: 0 0 35px 0;
	padding: 0;
	border: 0;
}

#frontimage p, #subimage p {
	margin: 0;
}

#footer span {
	position: absolute;
	top: 10px;
	right: 0;
}

.clear {
	height: 0px;
	overflow: auto;
	display: block;
	clear: both;
}

.noshow {
	display: none;
}