@charset "iso-8859-1";
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #3D6A87;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

body {
	text-align: center;
	background-color: #E5E6E8;
	font-size: 0.8em;
	font-family: Verdana, Arial, Times, serif;
}

img {
	border: 0;
}

#layout {
	width: 970px;
	margin: 0 auto;
}

#layout_header {
	background: url("img/header.jpg") top center no-repeat;
	text-align: center;
	height: 96px;
}

#layout_nav {
	text-align: center;
	height: 27px;
}

#layout_boxen {
	text-align: left;
	width: 140px;
	float: left;
}

#layout_inhalt {
	text-align: left;
	float: right;
	width: 810px;
}

/* boxen */

.ro_news {
	background: url("img/box_ro_news.png") top right no-repeat;
}

.ro_sonstiges {
	background: url("img/box_ro_sonstiges.png") top right no-repeat;
}

.ro_strickeredv {
	background: url("img/box_ro_strickeredv.png") top right no-repeat;
}

.ro_inhalt {
	background: url("img/box_ro_inhalt.png") top right no-repeat;
}

.lo {
	background: url("img/box_lo.png") top left no-repeat;
}

.ru {
	background: url("img/box_ru.png") bottom right no-repeat;
}

.lu {
	background: url("img/box_lu.png") bottom left no-repeat;
}

.inhalt {
	margin: 0;
	padding: 1.5em 0.5em 0em 0.5em;
}

.inhalt p {
	padding: 0em 0em 0.5em 0em;
	margin: 0;
}

br.inhalt_marginbottom {
	line-height: 5px;
}
