/* CSS RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:bold;
}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 14px;
	line-height: 1.231;
}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	background:#fff;
	color:#fff
}
a {
	text-decoration:none;
		color:#fff
}
a:hover {
	text-decoration: underline;
		color:#FF7F00
}
#wrap {
	width:950px;
	text-align:left;
	margin:0 auto;
}

.float-l{ float:left}
.folat-r{ float:right}
.clearfix{ clear:both}

#bg {
	background:url(images/bg.jpg);
	height:1130px
}

/* header */
#header { position:relative;height:260px  }
#logo {
	position:absolute;
	top:30px;
	right:0px;
	width: 1px;
	left: 265px;
}
#logo h1 {
	font-size:34px;
	color:#fff
}
#logo div {
	padding-left:100px
}
#nav {
	position:absolute;
	top:115px;
	left:175px;
	width: 710px;
	height: 25px;
	text-align: center;
}
#nav li {float:left; padding:0 20px;}

/* content */
#content {
	width:900px;
}
.main {
	width:480px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
}
#col {margin:100px 0 0 0;width:300px;  }
#col .first ul {border-right:#E35C5C 1px solid; padding-right:43px}
#text {
	width:650px;
	height:700
}
#text h2 {font-size:30px}
#text a { color: #CCCC00}
.texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
}
.button9 {
	padding:0;
	margin:0;
	border:none;
	font-size:10px;
	background: url(../images/button_bg_5.gif) no-repeat center;
	color: #AE0000;
	height:30px;
	width:110px; < - Breitenangabe für die Längere Version 
	*/
	}
