body {
	margin: 0;
	padding: 0;
	background-color: #fc3;
	/*background-color: #dde1eb;*/
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	text-align: center;
	padding: 1em;
	margin: 0;
	background-color: #eee;
}

#main {
	clear: both;
	padding-top: 20px;
	background-image: url(../images/schuetzenhausbg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height: 400px;
}

#content {
	text-align: left;
}

#imagePreview {
	float: left;
}

.newsPartial {
	margin-left: 120px;
}

#images {
  float: left;
  margin-right: 2em;
  background-color: #fc3;
  border: 1px solid black;
}

#navigation {
	border-top: 1px solid #000;
}

.nav_link {
	float:left;
	width: 100px;
	height: 30px;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #000;
	margin: 0 0.1em 0 0.1em;
	line-height: 30px;
	font-size: 12pt;
}

.nav_link:hover {
	background-position: top;
}

.nav_link a {
	color: #000;
	text-decoration: none;
}

.nav_link a:link {
	color: #000;
}

.nav_link a:visited {
	color: #000;
}

.nav_link:hover a {
	color: #000;
	/*text-decoration: overline underline;*/
}

.td_left {
	background-image: url(../images/bgl.png);
	background-position: right;
	background-repeat: repeat-y;
}

#td_center_top {
	background-color: #6a6;
	border: thin solid #000;
	padding: 20px;
	text-align: center;
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;
}

#td_center {
	background-color: #FFF;
	border-left: thin solid #000;
	border-right: thin solid #000;
	border-bottom: thin solid #000;
	/*background-image: url(top.png);
	background-repeat: repeat-x;*/
}

.td_right {
	background-image: url(../images/bgr.png);
	background-position: left;
	background-repeat: repeat-y;
}

.td_center_footer {
	background-color: #6a6;
	border-left: thin solid #000;
	border-right: thin solid #000;
	border-bottom: thin solid #000;
	font-size: 9pt;
	text-align: center;
	background-image: url(../images/bg_bottom.png);
	height: 30px;
}

#layout_table {
	margin: 0;
	padding: 0;
}

#gun {
	position: absolute;
	left: 8%;
	top: 2%;
	height:68px;
}

.small {
	font-size: 8pt;
}

hr {
	height: 1px;
	background-color: #000;
	border: 0px;
}

h1 {
	font-size: 14pt;
}

h2 {
	color: #693;
	font-style: italic;
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	color: #693;
	font-size: 12pt;
}

h5 {
	font-style: italic;
	font-size: 10pt;
}

h6 {
	color: #693;
	font-size: 10pt;
}

p {
	font-size: 10pt;
}

.font10 {
	font-size: 10pt;
}

.font8 {
	font-size: 8pt;
}

a {
	text-decoration: underline;
}

a:link , a:visited {
  color: #000;
}

#paginate {
  text-align: center;
}

#imageComponent {
  width: 100px;
  height: 400px;
}

#welcome {
  /*position: relative;
  left:130px;
  top:-380px*/
}

.table {
	border: thin solid #333;
}

.table td {
	border: thin solid #000;
	padding: 0.1em 1em 0.1em 1em;
	background-image: url(../images/white50.png)
}

.table th {
	font-weight: bold;
	border: thin solid #000;
	padding: 0.1em 1em 0.1em 1em;
	background-image: url(../images/yellow20.png)
}

.table .td_center {
	text-align: center;
}

div {
	font-size: 10pt;
}

.div_white {
	margin-bottom: 1em;
	background-image: url(../images/white50.png);
	border: thin solid #000;
	padding: 2px 10px 2px 10px;
}

.div_yellow {
	margin-top: 1em;
	background-color: #fc3;
	background-image: url(../images/yellow20.png);
	border: thin solid #000;
	border-bottom: 0px !important;
	padding: 2px 10px 2px 10px;
}

.albumPartial {
  float: left;
  width: 120px;
  height: 120px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

#impressum {
  margin: 10px 0 0 10px;
}

#konzeption {
  margin: 10px 0 0 10px;
  position: relative;
  left: 300px;
  top: -180px;
}

#inhalt {
  margin: 10px 0 0 10px;
  position: relative;
  top: -110px;
}

.errmsg {
  color: red;
  font-weight: bold;
}

.hInput {
	visibility: hidden;
}