* {
	margin: 0;
	padding: 0;
}
img, #navigation, #subnavigation, #logo, #logo-rechts { behavior: url(css/iepngfix.htc) }

/* ---- Z-INDEX UND LAYOUT -------------------------------------------- */

html, body {
	font-family : Helvetica, Verdana, Arial, Geneva, sans-serif;
	background : #fff url('images/bg-rockmobil.jpg') no-repeat top left;
	color: #000;
	font-size: 13px;
	line-height: 14px;
}
#gesamteseite {
	width: 960px;
}

#footer {
	margin: 20px;
}
#rechte-seite {
	position: absolute;
	top: 100px;
	left:660px;
	width: 300px;
	z-index: 8;
	float:right;
}
#inhalt {
	z-index: 5;
	position: absolute;
	top: 100px;
	width: 660px;
}
#inhalt-transparent-box {
z-index: 9;
position: absolute;
top: 30px;
left: 30px;
background : url('images/bg-inhalt-transparent-box.png');
width: 484px;
}
#header {
	height: 100px;
	width: 960px;
}
#logo {
	margin: 0 0 0 0;
	width: 660px;
	float: left;
}
#logo-rechts {
	position: absolute;
	top: 0px;
	left: 640px;
	z-index: 1;
	width: 0px;
	height: 0px;
	overflow: visible;
}

/* ---- NAVIGATION -------------------------------------------- */

#navigation {
	width: 30px;
	height: 200px;
	font-size:0px;
	line-height:0px;
}
#navigation ul {
	list-style: none;
}
#subnavigation {
	padding: 20px 0 0 0;
	width: 300px;
	height: 300px;
	background : url('images/subnav-rm-bg.png') no-repeat top left;
}
#subnavigation ul {
	list-style: none;
	padding-bottom: 20px;
}
#subnavigation a {
	color: #000;
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
	white-space: nowrap;
}
#subnavigation a:hover {
	color: #ff0000;
}

/* ---- SPEZIAL ELEMENTE -------------------------------------------- */

.artikel-teaser {
	padding: 0 20px 20px 20px;
	margin: 0 0 0 0;
}
.artikel-teaser-img {
	float:left;
	margin:0 10px 10px 0;
}
.artikel-teaser p {
}
.artikel-teaser h2 {
}
.artikel-teaser ul {
	list-style-position:inside;
	margin:10px 0 5px 20px;
}
.artikel-teaser li {
	list-style-position:outside;
	padding:0px 0 5px 0;
}

.artikel-topteaser
{
	margin:0 0 20px 20px;
	width:440px;
	height:99px;
	background:url('images/bg-topteaser.png');
	behavior: url(css/iepngfix.htc)
	color:#000000;
}
.artikel-topteaser SPAN
{
	padding:10px;
	display:block;
}

.clear {
	clear: both;
}

/* ---- TYPOGRAFIE -------------------------------------------- */

a img {
	border: none;
}
#subnavigation li .aktiv {
	font-weight: bold;
	color: #ff0000;
}
#inhalt p {
	line-height: 18px;
}
#inhalt h1 {
	color: #ff0000;
	margin: 3px 14px 0 20px;
	font-size: 24px;
	line-height: 46px;
	font-weight: bold;
	height:48px;
}
#inhalt h2  {
	font-size: 13px;
	line-height: 20px;
}
#inhalt h2 a {
	color: #ff0000;
	text-decoration: none;
}
#inhalt h2 a:hover {
	color: #000000;
}
.email {
	color: #ff0000;
}

a, a:link, a:hover, a:active, a:visited {
	color: #ff0000;
	text-decoration:none;
}
a:hover {
	color: #000000;
}

ul.link
{
	list-style:none;
	list-style-position:outside;
	padding:0px 0 10px 0;
	margin:0;
}

a.link-big, a.link-big:link, a.link-big:active, a.link-big:visited {
	display:block;
	font-size:18px;
	font-weight:bold;
	color: #ff0000;
	text-decoration:none;
}
a.link-big:hover {
	color: #000000;
}

a.link-normal, a.link-normal:link, a.link-normal:active, a.link-normal:visited {
	display:block;
	font-size:14px;
	font-weight:bold;
	color: #ff0000;
	text-decoration:none;
	padding:5px 0 5px 0;
}

a.link-normal:hover {
	color: #000000;
}


div.li-sub {
	margin:10px 0 20px 0;
	border:0px solid #f0f;
}


