* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
html, body {
	width:100%; 
	height:100%;
}
body {
    font: 14px/20px Arial, Helvetica, sans-serif;
	color: #222222;
	background-color: #eee;
}
div {
	border: 0px solid red;
}
#bgr {
	position:absolute;
	width:100%;
	height:556px;
	z-index:-1;
/*	border-top: 2px solid #12478A;
	border-bottom: 2px solid #B62A2D;
	border-right: 0px none #FFFFFF;
	border-left: 0px none #FFFFFF;
*/
}
#outer {
	position:absolute;
	width:100%; height:100%;
}
#wrapper {
	width:1250px;
	margin: 0px auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background: url(layout/1280.jpg) no-repeat center -30px;
}
#header {
/*	border-top: 2px solid #12478A;
*/	width: 1110px;
	margin: 0px auto;
	background: url(layout/header-bgr.png) no-repeat;
	height: 125px;
	clear: both;
}
#logo {
	width:340px;
	float:left;
	margin-left:36px;
	margin-top:12px;
	height: 97px;
}
#toplinks {
	float:right;
	margin-right:42px;
	margin-top:32px;
	text-align:right;
}
#toplinks a {
	color: #103F7A;
	font-weight:bold;
}

.largered {
	font-weight:bold;
	color: #AF272A;
}
.comment {
	float: left;
	margin-top: 100px;
	margin-left: 110px;
	margin-bottom: 40px;
	background: url(layout/comment.png) no-repeat;
	height: 90px;
	width: 510px;
	color: #FFFFFF;
	padding: 6px;
	margin-right: 34px;
}
.clear {
	clear:both;
}

/* Main Navigation */
#topnavi {
	clear: both;
	width:1038px;
	height:242px;
	margin: 0px auto;
	border: 0px solid yellow;
	position: relative;
}

#topnavi li {
	list-style:none;
	display:inline;
	float:left;
}
#topnavi a:hover {
	color:#fff;
}
#topnavi a.active {
	color:#4C4C4C;
	background-color: #ccc;
}
#topnavi .first a   {
	padding-top:182px;
	display:block;
	float:left;
	color:#E0E0E0;
	text-decoration:none;
	width: 245px;
	height:42px;
	text-align:center;
	border: 0px solid black;
	font-weight:bold;
	margin-right:19px;
	font-size: 20px;
	clear:both;
}
#topnavi .first #active1 {
	display:none;
	background-color: #ccc;
	color:#fff;
}
#topnavi .first #active2 {
	color:#fff;
	background: url(layout/navi-leistungen-bgr.png) no-repeat left top;
}
#topnavi .first #active3 {
	color:#fff;
	background: url(layout/navi-referenzen-bgr.png) no-repeat left top;
}
#topnavi .first #active4 {
	color:#fff;
	background: url(layout/navi-farbenkunde-bgr.png) no-repeat left top;
}
#topnavi .first #active5 {
	color:#fff;
	background: url(layout/navi-partner-bgr.png) no-repeat left top;
	margin-right:0px;
}
#topnavi .navisecond {
	position: absolute;
	left:10px;
	top:232px;
	width: auto;
}

#topnavi .navisecond .second {
	display: inline;
	margin: 2px;
}
#topnavi .navisecond .second a {
	color:#FFFFFF;
}
#topnavi .navisecond .second .sactive {
	font-weight:bold;
}
#topnavi .navisecond .Leistungen {
	background-color: #B62A2D;
	padding: 4px 8px;
}
#topnavi .navisecond .Referenzen {
	background-color: #DDBA1F;
	padding: 6px 10px;
}
#topnavi .navisecond .Farbenkunde {
	background-color: #124484;
	padding: 6px 10px;
}
#topnavi .navisecond .Partner {
	background-color: #8D8D8D;
	padding: 6px 10px;
}



#content {
	width: 1010px;
	margin: 0px auto;
	height:auto;
	border: 0px solid black;
	padding: 40px;
}

h1{
	font: 18px/24px Helvetica, Helvetica Neue, Arial;
	color:#666666;
	margin-bottom: 16px;
}
h2 {
    font: 16px/22px Helvetica, Helvetica Neue, Arial;
  	color:#666666;
}
a {
	color: #124484;
	text-decoration: none;
}
a:hover{
	color: #5676EC;
}
img[align^="left"]{  
	float: left; 
	margin: 0px 10px 0px 0px;
}  
img[align^="right"]{  
	float: right; 
	margin: 0px 0px 10px 10px; 
}


td {
	padding-right: 10px;
	vertical-align:top;
}
	
/* Footer */
li { 
	list-style:none;
}

#footer {
	border-top: 2px solid #E0BA1F;
	border-top: 1px solid #666;
	background: #CCCCCC;
	width: auto;
	margin: 0 auto;
	height: 200px;
	color: #333;
	clear: both;
}
#footer .footercontent {
	float: left;
	width: auto;
	padding:26px;
	margin:12px;
}
#footer a {
	color: #000;
}
#footer .footernavi {
	width: 260px;
}
#footer .footernavi .first a {
	width: 130px;
	list-style: none;
	float: left;
}
#footer .footernavi .first a.active {
	color: #000000;
	text-decoration:underline;
}
