@charset "UTF-8";
/* CSS Document */


/*
-----------------------------------

	Der Hersteller
	www.der-hersteller.de
	
	Angelika Haak
	Böblinger Straße 25
	D-70178 Stuttgart
	

-----------------------------------
*/

html {
	height:101%;
}

body {
	font:85%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background:#ffffff;
}


/*zurücksetzen
---------------------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	border:0;
}
ul, li {
	list-style:none;
}
a {
	text-decoration:none;	
}


/*Überschriften_Absätze_Schriftformatierung
---------------------------------------------------------------------------------------------------------*/
h1 {
	
}
h2 {
	font-size:0.9em;
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
p {
	margin:0 0 10px 0;
}
span {
	color:#cc0000;
}
span.white {
	color:#ffffff;
}


/*Klassen
---------------------------------------------------------------------------------------------------------*/
.left {
	float:left;
	width:240px;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.border_top {
	border-top:2px solid #000000;
}
.line_height {
	line-height:1.9em;
}
.right_footer {
	margin:0 0 0 241px;
}

/*Layout
---------------------------------------------------------------------------------------------------------*/

div#container {
	margin:53px auto;
	width:950px;
}

div#col_right {
	float:right;
	width:274px;
	/*height:200px;
	background:#ff0000;*/
	text-align:right;
	padding:0 2px 0 0;
}

div#content {
	margin:0 287px 0 0;
	padding:54px 0 0 0;
}

div#intro {
	margin:0 0 40px 250px;
	padding:30px 0 0 0;
}
div#impressum {
	padding:30px 10px 0 10px;
	font-size:0.8em;
}

div#footer {
	padding:36px 0 0 10px;
	border-top:2px solid #000000;
	font-size:0.8em;
}

/*Verweise
---------------------------------------------------------------------------------------------------------*/
a {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	color:#cc0000;
}

/*Tabelle
---------------------------------------------------------------------------------------------------------*/
table {
	margin:-3px 0 0 -2px;
	line-height:1.9em;
}
td {
	padding:0 22px 0 0;
}

/*Flash
---------------------------------------------------------------------------------------------------------*/
div#flash_box {
	padding:0;
	margin:-260px 0 0 -400px;
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:520px;
}