/*
-----------------------------------------------
Author:   Andriy Khay
Version:  12 Januar 2005
----------------------------------------------- */


/* Allgemein
----------------------------------------------- */

body {
	font-family:verdana,arial,sans-serif;
	background-color:#FFFFFF;
	font-size:11px;
	line-height:13px;
	color:#000000;
	padding:0;
	margin:0;
	background-image:url(img_hintergrund.jpg);
	background-repeat:repeat-x;
}

h1 {
	font-weight:normal;
	font-size:20px;
	color:#888989;
	text-align:left;
	margin:2px;
	padding:2px;
}

h2 {
	font-size:12px;
	color:#3C3C3C;
	text-align:left;
	margin:0px;
	padding:0px;
}

h3 {
	font-size:17px;
	line-height:20px;
	color:#585858;
	text-align:left;
	margin:0px;
}

h4 {
	font-weight:normal;
	font-size:17px;
	line-height:20px;
	color:#FFFFFF;
	text-align:left;
	margin:0px;
}

h5 {
	font-weight:normal;
	font-size:23px;
	line-height:35px;
	color:#000000;
	text-align:left;
	margin:0px;
}

h6 {
	font-weight:normal;
	font-size:20px;
	line-height:25px;
	color:#FFFFFF;
	text-align:left;
	margin:0px;
}

.beschreibung {
	margin-top:3px;
}

.artikel {
	margin-top:15px;
}

.claim {
	margin-top:17px;
}


/* LINKS
----------------------------------------------- */

a {
	text-decoration:none;
	color:#585858;
}

a:hover {
	text-decoration:none;
	color:#D3472A;
}

a.alternativ {
	text-decoration:none;
	color:#888989;
}

a.alternativ:hover {
	text-decoration:none;
	color:#D3472A;
}

a.weiss {
	text-decoration:none;
	color:#FFFFFF;
}

a.weiss:hover {
	text-decoration:none;
	color:#FFFFFF;
}

/* HEADER
----------------------------------------------- */

.header_l {
	float:left;
	width:270px;
	height:154px;
	background-image:url(img_hintergrund_logo.jpg);
	background-repeat:repeat-x;
}

.header_r {
	float:left;
	width:654px;
	height:154px;
	background-image:url(img_hintergrund_header_r.jpg);
	background-repeat:no-repeat;
}

.header_inhalt {
	margin-left:155px;
}

.logo {
	margin-top:52px;
	margin-left:23px;
}

#abbildung {
	position:absolute;
	left:270px;
	top:0px;
	z-index:1;
}


/* TEASER
----------------------------------------------- */

.teaser {
	width:752px;
	border-width: 1px;
	border-style: dotted;
	border-color: #000000;
	border-left-color: #FFFFFF;
}

.teaser_l {
	float:left;
	width:130px;
}

.teaser_r {
	float:right;
	width:620px;
	height:175px;
	background-image:url(img_hintergrund_teaser_r.jpg);
	background-repeat:no-repeat;
	
}

.teaser_inhalt {
	width:580px;
	margin-top:10px;
}

.clear {
	clear:both;
}


/* ABSTAENDE
----------------------------------------------- */

.abstand5 {
	line-height:5px;
}

.abstand10 {
	line-height:10px;
}

.abstand20 {
	line-height:20px;
}

.abstand40 {
	line-height:40px;
}

