body{
	/*overflow-y: scroll;*/
}
body,html {
	color: #000000;
	background: #4B708D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(content.jpg);
	background-repeat: repeat-y;
  background-position: center center;
  height:101%;
}

#page {
	width: 815px;
	position:relative;
	margin: 0 auto 0 auto;
}

#header{
	background: #7497B4;
	padding: none;
	margin: none;
	height: 153px;
	border-bottom: 2px solid #4B708D;
}

#header .headerimg{
	border-right: 2px solid #4B708D;
	width: 142px;
	float: left;
	background: white;
}
#header .headertxt{
	padding-top: 10px;
}
#header .headertxt .headertxt1{
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#header .headertxt .headertxt2{
	font-size: 2.0em;
	color: #4A4A4A;
	text-align: center;
	font-weight: bold;
}

#sidebar{
	width: 142px;
	/*background: #A5BCCF;*/
	padding-top: 25px;
	font-size: 0.8em;
	font-weight: bold;
}

#sidebar ul{
	list-style: none;
	border-bottom: 2px solid #4B708D;
	padding-left: 0;
	margin-left: 0; 
}
#sidebar ul li{
	background: #7497B4;
	border-top: 2px solid #4B708D;
	text-align: center;
	padding: 2px 0 2px 0;
}

#sidebar ul li a{
	color: white;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#sidebar ul li ul{
	background: #A5BCCF;
	list-style: none;
	padding: 0 20px 0 20px;
	margin: none;
	border: none;
}

#sidebar ul li ul li{
	background: #7497B4;
	text-align: center;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}


#content {
	left: 144px;
	top: 155px;
	position: absolute;
	width: 671px;
}

#main{
	font-size: 0.8em;
	padding: 10px 30px 10px 30px;
	margin-bottom: 30px;
}

#main h1 {
	font-size: 1.1em;
	margin: 0px;
	padding-top: 5px;
	font-style: italic;
}
#main h2 {
	font-size: 1.0em;
	margin: 0px;
	padding-top: 5px;
}

#footer {
	clear: both;
	width: 715px;
}


input, select, textarea{
	background-color: #BABABA;
	border: 1px solid #949494;
	color: black;
}

table {
	margin:auto;
	border-collapse: collapse;
	border: 1px solid #4B708D;
}
table.nostyle, table.nostyle td{
	margin:auto;
	border: none;
}

table th, .table_head{
	padding: 2px;
	color: #DEDEDE;
	text-align:left;
	background-color: #4B708D;
	font-weight: bold;
} 
.table_head_gray{
	padding: 2px;
	color: #DEDEDE;
	text-align:left;
	background-color: gray;
	font-weight: bold;
} 


table td, .table_row{
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #4B708D;
	background-color: #A5BCCF;
}

table td.alt{
	
	background-color: #7497B4;
}
table th.news {
		background: #678DB8;
		font-weight: bold;
		text-align:left;
		padding: 0px 0 0px 5px;
		border-bottom: 1px solid #678db8;
}

table th.newstop {
		background: #DED17C;
		font-weight: bold;
		text-align:left;
		padding: 0 0 0 5px;
		border-bottom: 1px solid #678db8;
		color: black; 
}


.table_left{
	float: left;
	width: 45%;
	margin: 0 5px 0 20px;
}

.table_right{
	float: right;
	width: 45%;
	margin: 0 20px 0 5px;
}

a.table_row {
	color: black;
	display:block;
	padding:3px;
	text-decoration: none;
	border-left: 1px solid #4B708D;
	border-right: 1px solid #4B708D;
}


.verwlink{
	font-size: 0.8em;
	background-color: #7497B4;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	border-bottom: 2px solid #4B708D;
	color: white;
}
.verwlink a{
	color: white;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#subnavcontainer{
	font-size: 0.8em;
	background-color: #7497B4;
	text-align: right;
	font-weight: bold;
	padding: 3px;
	border-bottom: 2px solid #4B708D;
	color: white;
}
#subnavcontainer a {
	color: yellow;
	text-decoration: none;
	border-bottom: 1px solid black;
}

.middle{
	text-align: center;
}

#main p{
	text-align: justify;
}

.help{
	font-size: 0.8em;
	background-color: #7497B4;
	text-align: justify;
	padding: 3px 30px 10px 30px;
	border-bottom: 2px solid #4B708D;
	color: white;
}

.help h1{
	font-size: 1.1em;
	font-weight: bold;
}

.wrong_input{
	color: red;
}

.wrong_input input, .wrong_input select, .wrong_input textarea{
	background-color: #BABABA; 
	border-style: solid;
	border-width: 1px;
	border-color: red;
	color: black;
}

/* Gallery - Pix */
table.gallery{
	border: none;
}

table.gallery tr td a img{
	border: 1px solid black;
}
table.gallery td.noborder{
	display: none;
}

table.gallery td{
	border: 1px dotted gray;
	vertical-align: middle;
	text-align: center;
	vertical-align: top;
	background: #efefef;
}
table.gallery td.nogallery {
	border: none;
	background: none;
	text-align: left;
}

table.gallery a:link img, table.gallery a:visited  img{
	border: 1px dashed black;
}
table.gallery a:active img, table.gallery a:hover img{
	border: 1px solid black;
}

img.thumb_select{
	border: 2px solid red;
}

img.artikelbilder {
	margin-left: 5px;
	margin-right: 10px;
}


td.newscontent ul li{
	margin-left: 15px;
}
