@charset "UTF-8";
/* CSS Document */

body,html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#e5f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	line-height:150%;
}

td {
	font-family: Arial, sans-serif;
}

#abstand { 
	float: left;
	height: 50%; 
	width: 100px;
	margin-bottom: -374px; 
}



#site {
	clear: left;
	position: relative; 
	width: 1040px; 
	height: 780px;
	margin: auto auto;  
	overflow: hidden; 
	background-image:url(media/bg.jpg);
}

#header {
	background-image:url(media/header.jpg);
	height:122px;
}


#content {
	height:613px;
	bbackground-color:yellow;
}

#main {
	float:left;
	width:660px;
	height:611px;
	margin-top:2px;
	overflow:auto;
	color:black;
	display:inline;
}

#maincontent {
	width:610px;
	/*text-align:justify;*/
	margin-left:15px;
}

#maincontent img{
	margin-bottom:0px;
}

#maincontent ul li {
	margin-bottom:5px;
}



#sidebar{
	float:left;
	width:352px;
	display:inline;
	border:0px;
	margin:0px;
	border0px;
	padding:0px;
	margin-left:14px;
}

#sidebar img {
	float:left;
}


#footer {
	height:40px;
	padding-top:17px;
	padding-right:15px;
	color:black;
	text-align:right;
	background-color:#e5f2f2;
	background-image:url(media/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.contactlabel {
	width:120px; 
	float:left;
}

.contactinput, .contacttext {
	margin-bottom:10px;
	border:2px solid #c8c8c8;
}

.clearer {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}

/********
Allgemein
********/
h1 {
	clear:both;
	margin-top:20px;
	margin-bottom:5px;
	font-size:20px;
}

h2 {
	clear:both;
	margin-top:20px;
	margin-bottom:5px;
	font-size:12px;
}

a:link {
	color:#018282;
}

a:visited {
	color:#018282;
}

a:hover {
	color:black;
}

.underline {
	width:615px;
	height:4px;
	line-height:4px;
	font-size:4px;
	background-color:#018282;
	clear:both;
	margin-bottom:40px;
}

img {
	/*float:left;*/ 
	margin-bottom:20px;
	margin-right:20px;
	border:0px solid #018282;
}

.clearimage {
	clear:both;
	margin:0;
	border:0;
}

p {
	margin-top:10px;
}

.produktbild{
	margin-bottom:0px;
	margin-right:0px;
}



/*******
KO (Kasten ohne Bild)
*******/

.KO {
      clear:both;
      margin-top:20px;
}

.KOtext {
      width:550px;
}

.KOtext p {
      line-height:150%;
      margin-bottom:20px;
}

.KOunderline {
      width:550px;
      height:1px;
      background-image:url(/template/media/news.trennlinie.gif);
      background-repeat:repeat-x;
      font-size:0px;
}










/*******
KR (Kasten mit Bild Rechts)
*******/

.KR {
	clear:both;
	margin-top:20px;
}

.text{
	line-height:150%;
	font-size:12px;
}

.KRtext {
	float:left;
	width:350px;
	line-height:150%;
	margin-bottom:20px;
	font-size:12px;
}

.KRtext p {
	margin-bottom:20px;
}


.KRunderline {
	
	width:350px;
	height:1px;
	background-image:url(/includes/media/news.trennlinie.gif);
	background-repeat:no-repeat;
	font-size:0px;
}


.KRbild{
	float:right;
	margin-left:10px;
	margin-right:0px;
	margin-top:18px;
	padding-right:10px;
	padding-left:11px;
	padding-top:7px;
	padding-bottom:18px;
	background-image:url(/includes/media/news.bild.bg.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;	
	border:0px;
}

.KRBigPic {
	float:right;
	margin-left:20px;
	margin-right:0px;
	margin-top:8px;
	padding:0;
	border:3px solid #cccccc;
	background-image:none;
}

.KRSmallPic {
	float:right;
	margin-left:10px;
	margin-right:0px;
	margin-top:8px;
	padding-right:10px;
	padding-left:11px;
	padding-top:7px;
	padding-bottom:18px;
	background-image:url(/includes/media/news.bild.bg.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
	
	
	
	
	
	
	
	

/*****
Footer
*****/
#footer a:link, #footer a:visited {
	color:black;
	text-decoration:none;
}

#footer a:hover {
	color:#018282;
	text-decoration:none;
}

#footer p{
	margin:0;
}




/*********
Headermenu
*********/
#logolink {
	display:block;
	position:absolute;
	margin-left:14px;
	margin-top:9px;
	width:345px;
	height:103px;
}

#logolink img {
	border:0;
}

#headermenu {
	position:absolute;
	width:668px;
	height:57px;
	margin-left:358px;
	margin-top:9px;
	font-weight:bold;
}

#headermenu ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:57px;
}

#headermenu ul li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
}

#headermenu ul li a {
	color:white;
	text-decoration:none;
}


.headermenu {
	margin-left:2px;
	display:block;
	width:110px;
	text-align:center;
	background-image:none;
}

.headermenu:visited {
	background-image:none;
}

.headermenu:hover {
	background-image:url(media/menu.norm.hover.jpg);
}

#headermenu_a:visited {
	background-image:url(media/menu.norm.hover.jpg);
}

#headermenu_a:hover {
	background-image:url(media/menu.norm.hover.jpg);
}

.headermenufirst {
	display:block;
	width:108px;
	text-align:center;
	background-image:none;
}

.headermenufirst:visited {
	background-image:none;
}

.headermenufirst:hover {
	background-image:url(media/menu.shadow.hover.jpg);
}

#headermenufirst_a:linkÂ {
	background-image:url(media/menu.shadow.hover.jpg);
}

#headermenufirst_a:visited {
	background-image:url(media/menu.shadow.hover.jpg);
}

#headermenufirst_a:hover {
	background-image:url(media/menu.shadow.hover.jpg);
}



/******
Submenu
******/
#headersubmenu {
	position:absolute;
	width:668px;
	height:47px;
	margin-left:367px;
	margin-top:66px;
}

#headersubmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:47px;
}

#headersubmenu ul li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
}

#headersubmenu ul li a {
	text-decoration:none;
}


.headersubmenu {
	display:block;
	margin-left:15px;
}

.headersubmenu:visited {
	color:#018282;
}

.headersubmenu:hover {
	color:white;
}

#headersubmenu_a:link {
	color:white;
}

#headersubmenu_a:visited {
	color:white;
}

#headersubmenu_a:hover {
	color:white;
}

/*******
Mainmenu
*******/
#mainmenu {
	margin-left:14px;
	width:180px;
	height:606px;
	float:left;
	display:inline;
}

#mainmenu ul {
	margin:0;
	margin-top:30px;
	padding:0;
	list-style:none;
	line-height:25px;
}

#mainmenu ul li {
	margin:0;
	padding:0;
	font-size:11px;
}

.mainmenuh1 {
	display: block;
	margin:0;
	padding-left:13px;
	color:#018282;
	font-weight:bold;
	width:159px;
	
	text-decoration:none;
	font-size:11px;
}

.mainmenu {
	display:block;
	width:159px;
	line-height:25px;
	padding-left:13px;
	text-decoration:none;
	margin: 0;
}

.mainmenu:visited {
	color:black;
}

.mainmenu:link {
	color:black;
}

.mainmenu:hover {
	color:#018282;
}

#mainmenuactive {
	background-image:url(media/sidebar.right.hover.jpg);	
}



/*******
Submenu
*******/
#submenu {
	width:164px;
	height:606px;
	float:left;
	display:inline;
}

.submenuh1 {
	display:block;
	margin:0;
	padding-left:10px;
	color:#018282;
	font-weight:bold;
	width:154px;
	
	text-decoration: none;
	font-size:11px;
}


#submenu ul {
	margin:0;
	margin-top:30px;
	padding:0;
	list-style:none;
	line-height:25px;
}

#submenu ul li {
	margin:0;
	padding:0;
	font-size:11px;
}

.submenu {
	display:block;
	width:154px;
	/*height:25px;*/
	padding-left:10px;
	text-decoration:none;
	margin: 0;
	line-height:25px;
}

.submenu:visited {
	color:black;
}

.submenu:link {
	color:black;
}

.submenu:hover {
	color:#018282;
}

#submenuactive {
	background-image:url(media/sidebar.left.hover.jpg);
}




/*******
Produkte
*******/
.prodimage {
	height:120px;
	margin-bottom:10px;
	float:left;
}

.prodimage img {
	border:0;
}

.prodline {
	width:615px;
	height:2px;
	line-height:2px;
	font-size:2px;
	background-color:#018282;
	clear:both;
}

.prodover {
	width:616px;
	height:130px;
	margin-top:30px;
}

.proddetail {
	margin-top:30px;
}

.proddetailtext {
	float:left;
	width:450px;
	height:600px;
}

.text p {
	margin-top:10px;
	margin-bottom:10px;
}


.propertylist {
	list-style:none;
	margin:0;
	margin-top:20px;
	padding:0;
	font-weight:bold;
}

.linklist {
	list-style:none;
	margin:0;
	margin-top:20px;
	padding:0;
}








#start_abstand {
	float: left;
	height: 50%; 
	width: 100px;
	margin-bottom: -321px; 
}

#start_site {
	clear: left;
	position: relative; 
	width: 880px; 
	height: 663px;
	margin: auto auto;  
	overflow: hidden; 
	/*background-image:url(media/start.back_malermeisterschaft2009.jpg);*/
	background-image:url(media/start.back.jpg); 
	background-repeat:no-repeat;
}

#start_marke {
	position:absolute;
	margin-left:475px;
	margin-top:58px;
}

#start_sortiment {
	position:absolute;
	margin-left:475px;
	margin-top:183px;
}

#start_erfolg {
	position:absolute;
	margin-left:475px;
	margin-top:309px;
}

#start_news {
	position:absolute;
	width:370px;
	margin-top:480px;
	margin-left:485px;
	
}

#start_news p{
	margin:0;
	color:#000000;
}


#start_link {
	height:10px;
	width:10px;
	float:right;
}

#start_malermeisterschaft {
	position:absolute;
	width:270px;
	height:410px;
	margin-top:6px;
	margin-left:600px;
	background-color:white;
}

#start_malermeisterschaft img {
	margin:0 0 0 6px;
}



/*****
Footer
*****/
#start_footer {
	margin-top:643px;
	margin-left:750px;
	height:20px;
	padding-right:15px;
	color:black;
	text-align:right;
	background-color:#e5f2f2;
	position:absolute;
}

#start_footer a {
	color:black;
	text-decoration:none;
}

#start_footer a:hover {
	color:#018282;
	text-decoration:none;
}

#start_footer p{
	margin:0;
}
