/* 2009-04-09 */
/*global*/
* {
	padding: 0;
	margin: 0;
	list-style-type:none;
	background-repeat: no-repeat;
	border:none;
	}
body {
	background-color: #8bc7ef;
	font-size: 12px;
	color:#142a6f;
	font-family: Arial, Helvetica, sans-serif;
	}
p {
	line-height:15px;
	}
a {
	text-decoration:none;
	color:#142a6f;
	}
	a:hover {
		color: #e90000;
		}
h1 {
	font-size:18px;
	}
.error {
	color:#e90000;
	}

/*intro*/
.intro .content {
	position:absolute;
	left:160px;
	top:100px;
	width:400px;
	}
	.intro .content p a {
		text-decoration:underline;
		}


/*startseite */
	.bg_start {
		background-image : url(bg_start.jpg);
		background-repeat : no-repeat;
		background-attachment : fixed;
		}
	.bg_start .copy {
		position:absolute;
		left:30px;
		top:110px;
		width:360px;
		z-index:100;
		}
		.bg_start .copy p {
			margin-bottom:30px;
			}
		.bg_start ul.ro li {
			padding: 0;
			padding-bottom:2px;
			margin: 0;
			list-style-type:none;
			}		
			.bg_start ul.ro li a {
				text-decoration:none;
				padding-left: 10px;
				background: url(arr_blue.gif) 0px 2px no-repeat;
				}
				
		.bg_start .link1 {
			position:absolute;
			left:388px;
			top:150px;
			}
		.bg_start .link2 {
			position:absolute;
			left:512px;
			top:89px;
			z-index:300;
			}
		.bg_start .link3 {
			position:absolute;
			left:668px;
			top:119px;
			}

		
/* CSS Hack um das Floating-Verhalten zu vereinheitlichen */
.clearBoth {
	clear: both;
	}
* html .clearfix {
    height: 1%; /* IE5-6 */
    }
* + html .clearfix {
	display: inline-block; /* IE7not8 */
	}
.clearfix:after { /* FF, IE8, O, S, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }




/* navigation */
ul.navi {
	list-style-type: none;
	position: absolute;
	left: 682px;
	top: 61px;
	z-index:400;
	}
	ul.navi li {
		margin-bottom: 3px;
		}
		*:not(hr) ul.navi li {
			padding-bottom: 2px;
			}
	ul.navi li a {
		background-repeat: no-repeat;
		background-position: left top;
		height: 13px;
		width: 109px;
		display: block;
		}

	ul.navi li#navProduktinfo a {
		background-image: url(but_produktinfo.gif);
		}


