/* CSS Document */
body {
	background-color:#A9A9A9;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
a{
	text-decoration:none;
	color:#956B84;
	}
a:hover{
	text-decoration:underline;
	}
	
.impr{
	font-size:11px;
	color:#FFFFFF;
	padding-top:3px;
	}
	
.impr a {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none
	}
.impr a:hover{
	text-decoration:underline;
	}
	
.tablemain{
	width:800px;
	height:598px;
	border:solid #FFFFFF 1px;
	}
.tdmain{
	height:518px;
	border-top: solid #FFFFFF 1px;
	}
	
.tdmenu{
	height:516px;
	border: solid #956B84 1px;
	width:147px;
	background-image:url(../img/menu_bg.gif)
	}
.tdcontenthome{
	height:516px;
	border: solid #956B84 1px;
	width:646px;
	background-image:url(../img/home_bg.jpg);

	}
.tdcontentkontakt{
	height:516px;
	border: solid #956B84 1px;
	width:646px;
	background-image:url(../img/kontakt_bg.jpg);

	}
.tdcontentdienstl{
	height:516px;
	border: solid #956B84 1px;
	width:646px;
	background-image:url(../img/dienstl_bg.jpg);

	}
.tdcontentbilder{
	height:516px;
	border: solid #956B84 1px;
	width:646px;
	background-image:url(../img/bilder_bg.jpg);
}
.tdcontentatelier{
	height:516px;
	border: solid #956B84 1px;
	width:646px;
	background-image:url(../img/atelier_bg.jpg);
}
.tdcontentkuenstler{
	height:516px;
	border: solid #956B84 1px;
	width:646px;
	background-image:url(../img/kuenstler_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
}
.header01{
	font-size:14px;
	color:#AF0084;
	font-weight:bold;
	}
.header02{
	font-size:12px;
	color:#AF0084;
	font-weight:bold;
	}
	
.inputfield{
	width:250px;
	border:solid 1px #AF0084;
	}
	
select{ 
	width:250px;
	border:solid 1px #AF0084;
	}
textarea{ 
	width:250px;
	border:solid 1px #AF0084;
	}
ul{
	list-style-image:url(../img/list.gif);
	}
