#body {
#  margin: 0;
#  padding: 0;
#  background: #FFFFFF;
#  font: normal small Arial, Helvetica, sans-serif;
#  color: #0A0A0A;
#  /*background-image: url(./logo-bg.jpg);*/
#  background-position: 50% 50%;
#  background-repeat: no-repeat ;
#  background-attachment: fixed;
#  background-color:white;
#}
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font: normal small Medium, Monaco,"Bitstream Vera Sans Mono","Lucida Console",Terminal,monospace;
  color: #0A0A0A;
  background-image: url('./marmor02.jpg');
  background-repeat: repeat
  background-color:white;
}

.center {
   position: absolute;
   left: 50%;
   top: 50%;
   text-align:left;
   width: 620px;
   height: 521px;
   margin-left: -310px;
   margin-top: -270px;
} 

#.centerlogo {
#  left: 50%;
#  top: 50%;
#  background-image: url(./logo-bg.jpg);
#  background-position: 50% 50%;
#  background-repeat: no-repeat ;
#  background-attachment: fixed;
#}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
}

a {
	text-decoration: none;
	color: #F07242;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu1 { width: 160; height:50; background: url(nav_ausgerollt.gif) no-repeat;}
#navigation { padding: 30px; color: #000000; font-weight: bold; font-size: 10px;}
#navigation:hover { color: #F07242; }

#menu1-aktiv { width: 160; height:50; background: url(nav_eingerollt.gif) no-repeat;}
#navigation-aktiv {padding: 55px; color:#000000; font-weight: bold; font-size: 10px;}
#navigation-aktiv:hover { color: #F07242; }

/* Content */

#content {
	background: url(pergament_mitte.gif) repeat-y;
}


/* BoxedA */

.boxedA {
}

.boxedA h2 {
	height: 35px;
	padding-top: 25px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 2em;
}

.boxedA h3 {
	font-size: 1em;
	font-weight: bold;
}

.boxedA p {
	line-height: 1.2em;
	text-align: justify;
}

.boxedA .more {
	text-align: right;
}

.boxedA .more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.boxedA .more a:hover {
	background: #666666;
	color: #FFFFFF
}

/* BoxedB */

.boxedB {
	margin-bottom: 1px;
	background: #FAD4C6 url(img07.gif) repeat-y;
	border-bottom: 1px solid #F07242;
}

.boxedB h2 {
	height: 35px;
	padding: 25px 0 0 15px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #F07242;
}

.boxedB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedB li {
	display: inline;
}

.boxedB a {
	display: block;
	width: 169px;
	height: 23px;
	padding: 7px 0 0 15px;
	background: #FDF1EC url(img08.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #F07242;
}

.boxedB a:hover {
	background: #F7B8A0 url(img09.gif) no-repeat;
	color: #FFFFFF;
}

/* BoxedC */

.boxedC {
	margin-bottom: 1px;
	background: #CBE2F8 url(img11.gif) repeat-y;
	border-bottom: 1px solid #549EE9;
}

.boxedC h2 {
	height: 35px;
	padding: 25px 0 0 15px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #549EE9;
}

.boxedC ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxedC li {
	display: inline;
}

.boxedC a {
	display: block;
	width: 169px;
	height: 23px;
	padding: 7px 0 0 15px;
	background: #EEF5FD url(img12.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #549EE9;
}

.boxedC a:hover {
	background: #A9CEF4 url(img13.gif) no-repeat;
	color: #FFFFFF;
}

/* News */

#news {
}

#news h2 {
	font-size: 22px;
}

#news ul {
	list-style-type: square;
}

/* Footer */

#footer {
	clear: both;
	width: 704px;
	text-align: right;
	margin: 0 auto;
	border-top: 1px solid #666666;
	background: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 30px 0;
	text-align: right;
	font-size: smaller;
	color: #000000;
}

#footer a {
	color: #000000;
	text-align: right;
	font-size: smaller;
	text-decoration: none;
}

h1.imageheader {
   overflow: hidden;
   height: 42px;
   text-indent: 999em;
   white-space: nowrap;
   background-repeat: no-repeat;
}

