body {
	background: #eee;
	font-family: Verdana, Arial;
}

#kopfzeile {
  width: 100%;
  height: 248px;
  background: #eee url("/themes/hallorom/images/header_bg.jpg") top left repeat-x;
}
#kopfzeile_container {
  width: 100%;
  height: 100%;
  background: url("/themes/hallorom/images/logo.png") top left no-repeat;
}
#kopfzeile #logo {
  width: 310px;
  height: 100%;
  float: left;
}
#kopfzeile #logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
#nav {
  height: 205px;
  background: url("/themes/hallorom/images/dom.png") bottom right no-repeat;
  text-align: left;
  vertical-align: middle;
}
#nav_leiste {
  padding-top: 145px;
}
#nav_leiste li {
  display: inline;
}
#nav_leiste li a:link,#nav_leiste li a:visited {
  background-color: black;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  padding: 5px;
  text-transform: uppercase;
}
#nav_leiste li a:hover, #nav_leiste li a:active {
  background-color: white;
  color: black;
}

#nav_leiste li a.navlink_current:link, #nav_leiste li a.navlink_current {
  background-color: white;
  color: #7f0809;
  text-transform: uppercase;
}

#fusszeile {
  width: 100%;
  height: 92px;
  background: #eee url("/themes/hallorom/images/footer_bg.jpg") left bottom repeat-x;
  clear: both;
}
#fusszeile_container {
  width: 100%;
  height: 100%;
  text-align: right;
  background: url("/themes/hallorom/images/footer.png") left bottom no-repeat;
}
#content {
  width: 100%
}
#content #spalte_links, #content #spalte_mitte, #content #spalte_rechts {
  width: 29.5%;
  float: left;
  padding: 10px;
  padding-left: 30px;
}
#fusszeile_text {
  padding-top: 55px;
}
#fusszeile_text a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}
hr {
  display: none;
  clear: both;
}
.skiplink {
  display: none;
}

/*#spalte_links {
  background-color: red;
}

#spalte_mitte {
  background-color: green;
}

#spalte_rechts {
  background-color: blue;
}*/

.lighttext {
  color: black;
  font-size: 11px;
}
.right {
  text-align: right;
}

#upload_box_header {
  font-size: 14px;
  background: black url("/themes/hallorom/images/megaphon.png") center right no-repeat;
  padding: 7px;
  color: white;
  font-weight: bold;
  border: 1px black solid;
}
#upload_box_body {
  background-color: #DEDEDE;
  color: black;
  padding: 10px;
  font-size: 12px;
  border: 1px black solid;
}
#upload_form input[type="text"], #upload_form textarea {
  border: 1px solid #686868;
  width: 100%;
}
#upload_form input[type="submit"] {
  background-color: black;
  color: white;
  border: 1px solid black;
}
#upload_box_body p {
  margin-top: 1em;
}
#upload_form label {
  display: block;
  /*width: 200px;*/
  font-weight: bold;
  margin-bottom: 5px; 
}

.text, #inhalt {
  color: black;
  font-size: 11px;
}
.text h1, #inhalt h1 {
  font-size: 18px;
  margin: 0px 0px 12px 0px;
}
/*.text h1:first-letter, #inhalt h1:first-letter {
  color: #7f0809;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 2px 2px 0 white;
}*/
.text p, #inhalt p, p {
  margin-bottom: 12px;
  /*text-align: justify;*/
  line-height: 1.3em;
  font-size: 11px;
}
a {
  font-size: 11px;
  color: black;
  text-decoration: underline;
}
a:hover {
  color: #7f0809;
}

#spalte_rechts img, #spalte_mitte img {
	margin-bottom: 20px;
}

#strophe_header {
  background-color: #dedede;
  width: 100%;
  padding: 3px;
  font-size: 11px;
  line-height: 1.3em;
  margin-bottom: 10px;
  position: absolute;
  left: 650px;
  top: 100px;
}
.strophe_header .datum {
  font-weight: bold;
  font-size: 13px;
  color: #6b6b6b;
}
.strophe_header a {
  font-weight: bold;
  font-size: 13px;
  color: #94090a;
}
.bewertung_container {
  float: right;
  width: 73px;
  height: 15px;
}

.bewertung1 {
  background: url("http://www.hallo-rom.at/themes/hallorom/images/sterne1.png") center right no-repeat;
}
.bewertung2 {
  background: url("http://www.hallo-rom.at/themes/hallorom/images/sterne2.png") center right no-repeat;
}
.bewertung3 {
  background: url("http://www.hallo-rom.at/themes/hallorom/images/sterne3.png") center right no-repeat;
}
.bewertung4 {
  background: url("http://www.hallo-rom.at/themes/hallorom/images/sterne4.png") center right no-repeat;
}
.bewertung5 {
  background: url("http://www.hallo-rom.at/themes/hallorom/images/sterne5.png") center right no-repeat;
}

.like_link {
  display: block;
  float: left;
  width: 99px;
  height: 25px;
  background: url("http://www.hallo-rom.at/themes/hallorom/images/like.png") bottom left no-repeat;
  margin-right: 15px;
}

.dislike_link {
  display: block;
  float: left;
  width: 32px;
  height: 25px;
  background: url("http://www.hallo-rom.at/themes/hallorom/images/dislike.png") bottom left no-repeat;
}

.facebook_data {
  margin-top: 10px;
}

.strophe_nav {
  width: 500px;
  font-size: 15px;
  position: relative;
  top: -25px;
  left: 216px;
}

.strophe_nav a.sort_link {
  background: #bdbdbd url("http://www.hallo-rom.at/themes/hallorom/images/pfeil.png") 5px center no-repeat;
  padding: 5px 5px 5px 20px;
  font-size: 15px;
}

.strophe_nav a.sort_link_aktiv {
  background: #bdbdbd url("http://www.hallo-rom.at/themes/hallorom/images/pfeil.png") 5px center no-repeat;
  text-decoration: none;
}

.strophe_header {
  background-color: #dedede;
  font-size: 13px;
  padding: 5px;
  line-height: 16px;
  margin-bottom: 5px;
}

.strophe_fb {
  float: right;
}

.strophe_links {
	float: left;
	width: 344px;
	padding-left: 30px;
	margin-right: 20px;
}

.strophe_mitte {
	float: left;
	width: 470px;
}

.strophe_rechts {
	width: 29.5%;
	float: left;
}

.galerie {
	display:inline-block;
	padding: 0px;
}

.galerie li {
	display:inline-block;
	margin:0 1px 2px;
	padding:0;
	text-align:center;
	vertical-align:middle;
	width:180px;
}
