body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background: #FFF url(/img/body_bg.jpg) repeat-x left top;
}

#bodybackground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 130px;
	background: transparent url(/img/bg_malerei.jpg) no-repeat left top;
}

#logo {
	position:relative;
	margin: auto;
	top: 0px;
	width: 1008px;
	height: 130px;
	background: transparent url(/img/logo_shadow.png) repeat-y left top; 
}

#content {
	position: relative;
	text-align: left;
	margin: auto;
	top: auto; ;
	width: 938px;
}

#topmenu {
	margin-left: 608px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.03em;
}

#leftmenu {
	margin-left: 26px;
	width: 200px;
	float: left;
}

#leftmenu b {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.03em;
	color: #904D58;
}

#main {
	width: 600px;
	margin-left: 5px;
	float: left;
	font-size: 13px;
}
#main p {
	margin-top: 4px;
	margin-bottom: 8px;
	text-align: justify;
}

#main ul {
	list-style-type: disc;
	list-style-image: url(/img/bullet.png);
	list-style-position: outside;
	margin-left: 10px;
	padding-left: 10px;
}

#main blockquote {
	margin-left: 20px;
	margin-right: 20px;
}

#navshadow {
	background: transparent url(/img/navshadow.png) no-repeat top left;
	margin-left: -26px;
	padding-left: 26px;
	margin-top: 0px;
	padding-top: 11px;
	width: 200px;
		
}

#bigimg {
	width: 500px;
	text-align: center;
}

img.flow {
	float: left;
	margin-right: 26px;
	margin-bottom: 14px;
}

.c2d {
	background: url(/img/bgc.jpg) repeat-x top left;
	min-height: 450px;
}

a {
	color: #742232;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.m1 {
	color: #000;
	text-decoration: none;
}
a.m1:hover {
	text-decoration: underline;
}

a.m2 {
	color: #904D58;
	text-decoration: none;
}
a.m2:hover {
	text-decoration: underline;
}

p {
	margin-top: 4px;
	margin-bottom: 8px;
}

td {
	text-align: left;
	vertical-align: top;
}

td.c1 {
	height: 22px;
	background-image: url(/img/c1.jpg) ;
}

td.c2 {
	background: url(/img/c2.jpg) repeat-y top left;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 20px;
}
	
td.c3 {
	height: 12px;
	background-image: url(/img/c3.jpg) ;
}

td.f1 {
	height: 21px;
	background-image: url(/img/f1.jpg) ;
}

td.f2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: transparent url(/img/f2.jpg) repeat-y top left;
	color: #AC777D;
	padding-left: 18px;
}

td.f3 {
	height: 20px;
	background-image: url(/img/f3.jpg) ;
}

td.fg {
	background: url(/img/fg.jpg) repeat-x top left;
}
td.fg a {
	color: #AC777D;
}
td.fg a:hover {
	color: #AC777D;
}

td.fgc {
	text-align: center;
	vertical-align: middle;
}

td.ft {
	background: #fff url(/img/t.gif) no-repeat top left;
}

table {
	padding: 0px;
}

td.link {
	padding-bottom: 12px;
}

h1 {
	color: #742232;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}

h2 {
	margin-top: 22px;
	color: #404040;
	font-size: 16px;
	text-decoration: underline;
	clear: both;
}

img.gallery {
	border: 1px solid #742232;
	padding: 4px;
}


