html, body, div, p, h1, h2, h3, h4, h5, ul, ol, 
span, table, td, form, img, li, map, area, input, .textfelder, .buttons {
   margin: 0px;
   padding: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #036;
}
body {
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #efefef;
	text-align:center;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #DE1910;
	text-decoration: underline;
}
a:active {
	color: #DE1910;
	text-decoration: none;
}
#firstdiv {
	margin: 0px auto;
	width: 760px;
	text-align:left;
}
.stylediv01 {
	background-color: #0C95F0;
	overflow: hidden;
	height: 9px;
	line-height:1px;
	font-size:1px;
}
#navtd {
	width: 165px;
}
#contd {
	width: 448px;
}
#infotd {
	width: 147px;
}
.navtd01 {
	background-image: url(images/bg_farbkleckse.gif);
	background-repeat: no-repeat;
	height: 113px;
}
.contd01 {
	background-image: url(images/bg_logo_header.gif);
	height: 81px;
	background-repeat: no-repeat;
}
.contd01 h1, .contd01 h2 { display:none; }
.infotd01 {
	background-image: url(images/bg_logo_02.gif);
	background-repeat: no-repeat;
	height: 127px;
}
.infotd02 {
	margin:15px 10px 5px 5px;
	padding: 8px 6px;
	border:1px solid #ccc;
	border-width: 1px 0;
	color:#147DC3;
	font-size:11px;
	line-height: 13px;
}
.infotd03 {
	background-image: url(images/pic_pinsel.gif);
	background-repeat: no-repeat;
	height: 94px;
	margin:2px 0 0 19px;
}
.navtd02 {
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-y;
}
.navtd02 ul { list-style-type:none; }
.navtd02 ul li { margin:0 0 0 26px; padding: 3px 0; display:block; font-size:11px; font-weight:bold; }
.navtd02 li a {
	padding:0 0 0 15px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.navtd02 li a:link {
	background-image: url(images/nav_bullet_f.gif);
}
.navtd02 li a:visited {
	background-image: url(images/nav_bullet_f.gif);
}
.navtd02 li a:hover {
	background-image: url(images/nav_bullet_n.gif);
}
.navtd02 li a:active {
	background-image: url(images/nav_bullet_a.gif);
}
.navtd03 {
	background-image: url(images/bg_malerfachbetrieb_logo.gif);
	background-repeat: no-repeat;
	height: 101px;
}
.contd02 {
	background-image: url(images/bg_headline.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 29px;
}
.contd02 span {
	display:block;
	height:30px;
	background-image: url(images/hd_ueber_uns.gif);
	background-repeat: no-repeat;
}
.contd02 h3 { display:none; }
.contd03 {
	background-color: #ccc;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	height: 16px;
	overflow: hidden;
	margin: 0 4px 0 0;
	font-size:1px; line-height:1px;
}
.contd04 { padding: 4px; }
#content {
	background-color: #F4F4F4;
	margin: 3px 4px 3px 0;
	padding: 5px 3px;
}
#content p, #content h3, #content h4, #content table { margin:5px 17px; line-height:16px; }
#content strong {
	color: #039;
}
.fixfloat {
	float:none;
	clear: both;
	width: 1px;
	margin:0;
	padding:0;
	font-size:0px;
	line-height:0px;
	height:1px;
}
.trennstriche	{
	font-size				:	1px;
	line-height				:	1px;
	height					:	3px;
	border-bottom			:	1px dashed #036;
	margin					:	0 0 10px 0;
	padding					:	0;
	clear:both;
}
#content ul {
	margin: 10px 0;
	list-style-image: url(images/bullet01.gif);
}
#content ul li {
	margin: 7px 10px 7px 50px;
	color:#003399;
	clear:left;
	font-size:11px;
}
#content li ul li {
	list-style-type: none;
	list-style-image: url(images/bullet02.gif);
	color:#036;
	margin: 7px 0 0 25px;
}
#content ul li a:link, #content ul li a:visited { color:#990000; }
#content ul li a:hover, #content ul li a:active { color:#000066; }
#content h5 { border-bottom:1px dotted #666; text-transform:uppercase; font-size:16px; color:#333; margin:7px 11px; padding: 0 0 0 4px; }
.picoutline { border:1px solid #666; padding:4px; background-color:#FFF; }


/* Formular Layout */

.textfelder {
	background-color: #eee;
	border: 1px solid #036;
	color: #333;
	height: 15px;
	width: 100px;
	text-indent: 2px;
}
.textfelder:focus {
	background-color: #fff;
}
#Nachricht { height:125px; width:95%;}
.buttons {
	font-weight: bold;
	background-color: #D9EFFE;
	border: 2px solid #036;
	color: #036;
	width: 100px;
	margin: 7px 0;
	cursor: hand;
}
.buttons:hover {
	background-color: #fff;
}
