body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #335068;
}
li {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding:0px;
}

a, a:visited, .link, .link:visited, .download, .download:visited  {
	font-size: 12px;
	color: #9E9791;
	font-weight: bold;
	text-decoration: none;
}

a:hover, .link:hover, .download:hover {
	text-decoration: underline;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.main, .main:visited {
	color: #C66448;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	text-align: right;
	padding-right: 18px;
}
.main:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.main_a, .main_a:visited  {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
	padding: 5px;
	padding-right: 18px;
}
.main_a:hover {
  text-decoration: none;
}

.sub1, .sub1:visited  {
  color: #C66448;
  font-weight: normal;
  text-decoration: none;
}
.sub1:hover {
  color: #C66448;
  text-decoration: none;
}
.sub1_a {
  color: #C66448;
  font-weight: normal;
  text-decoration: none;
}
.sub1_a:hover {
  text-decoration: none;
}

.sub2, .sub2:visited  {
  color: #C66448;
  font-weight: normal;
  text-decoration: none;
}
.sub2:hover {
  color: #C66448;
  text-decoration: none;
}
.sub2_a, .sub2_a:visited   {
  color: #C66448;
  font-weight: normal;
  text-decoration: none;
}
.sub2_a:hover {
  text-decoration: none;
}

.trenner {color: #000000}


.content_art {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.content_art_text {
	color: #335068;
}

.trennelement {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
}

.emailformlabel {
	width: 80px;
	float: left;
	margin-top: 5px;
}

.emailformfield {
	width: 180px;
	float: left;
	margin: 5px;
}

.kontaktformlabel {
	width: 80px;
	float: left;
	font-size: 10px;
}

.kontaktformfield {
	width: 180px;
	float: left;
}

.content_news {
	background-color: #FFEAD3;
	height: 529px;
	text-align: left;
}

.gallery_container {
	float:left;
	width: 337px;
	height: 175px;
}

.gallery_bild_container {	
	float: left;
	line-height: 145px;
	width: 145px;
	margin: 15 px;
	text-align: center;
	border: 1px;
	border-style: solid;
	border-color: #D4866B;
}

.gallery_bild {
	vertical-align: middle;
}

.gallery_text {
	float: left;
	margin-left: 15px;
	color:#335068;
	width: 150px;
}

.gallery_link {
	padding-top: 15px;
	width: 145px;
	text-align: center;
	float: left;
}


/****** USER - Login **********************/
#usr_login {
	padding-left: 30px;
}

.usr_login_fld {
	width: 300px;
	border-style: solid;
	border-color: #AD5942;
	border-width: 1px;
	margin-top: 5px;
}

