/***********************************************/
/* general html styles                         */
/***********************************************/
body	{
	background: white;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #004070;
}

td	{
	background: white;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #004070;
}



h1 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 20px 0;
	color: #004070;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 20px 0;
	color: #004070;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #0F4B78;
	font-size: 12px;
}

td.galerie {
	background: white;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #004070;
	border: 1px solid #83ACCA;
}

a.atelier {
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px 0;
	color: #004070;
	font-weight: bold;
}


/***********************************************/
/* container styles                            */
/***********************************************/

#divLogo {
	margin-top: 0px;
	width: 1000px;
	height: 85px;
	background:url(../images/paul_ueberschrift.gif) no-repeat 254px 0;
}

#divLogoEn {
	margin-top: 0px;
	width: 1000px;
	height: 85px;
	background:url(../images/paul_goldengreen.gif) no-repeat 254px 0;
}

#divMain {
	display: inline;
	float:left;
	margin: 20px 0 0 0;
	width: 1000px;
}

#divMenue {
	display:inline;
	float: left;
	margin: 90px 0 0 34px;
	width: 81px;
}

#divInhalt {
	/*display:inline*/
	text-align: center;
	float: left;
	margin: 0 0 0 36px;
	width: 650px;
}

#divFooter {
	margin-top: 15px;
	width: 173px;
	height: 22px;
	text-align: center;
}

#divTitel {
	position: relative;
	margin: 0 0 20px 0;
	width: 520px;
	height: 60px;
	text-align: right;
}

#divTitelklein {
	text-align: right;
	position: absolute;
	right: 2;
	bottom: 0;
	width: 500px;
	height: 20px;

}

#divKategorie {
	width: 500px;
	height: 20px;
	margin: 0 0 2px 0;
}

#divKatBild {
	float: left;
	width: 112px;
	height: 140px;
	margin: 0 22px 0 0;
	text-align: right;
}

/***********************************************/
/* klassen styles                              */
/***********************************************/

.untertitel {
	font-size: 10px;
}

.trenner	{
	margin: 4px 0 4px 0;
}

.clear	{
	clear: both;
	visibility: hidden;
}

.abstand5	{
	height: 5px;
	width: 20px;
}

.abstand10	{
	height: 10px;
	width: 20px;
}

.abstand20	{
	height: 20px;
	width: 20px;
}

.ausrichtungLinks	{
	text-align: center;
	float: left;
	margin: 5px 10px 0px 0;
}

.ausrichtungRechts	{
	float: right;
	margin: 0 0 15px 15px;
}

.ausrichtungKeine {
	display: block;
	margin-bottom: 25px
}



.gaestebuch {
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #0F4B78;
}

.gbeintrag {
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #0F4B78;
}

.button {
  font-size: 11px;
  font-weight: bold;
  font-family : arial, verdana, sans-serif;
  color: #0F4B78;
  padding: 1px;
  margin: 0;
  background-color: #FFFFFF;
  cursor: pointer;
}


