/* allg stuff */

body {
  color: #d3d3d3;
  font-family: "Bitstream Vera Sans", Helvetica, Verdana, Arial, sans-serif;
}

a { text-decoration:none; }

a, a:visited { 
	 color: white;
}

.content a:hover { 
  border-bottom: 1px solid #800808;
}

.Text {
  text-decoration:none;
}

strong {
  font-weight: bold;
  font-family: Georgia,"Times New Roman", serif;
  letter-spacing: 0.05em;
  color: white;
       
}

.highlight {
	   color: black;
}

.small { 
	font-size: 0.8em;
  font-family: "Bitstream Vera Sans", Helvetica, Verdana, Arial, sans-serif;	
} 

.centered {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left:0;
	padding-right:0;
	text-align:center;
}

/* Bilder */

.img_frame_ol, .img_frame_or, .img_frame_ur, .img_frame_ul {
	      display:inline-table;
	      overflow: visible;
  	      /* \*/display:block;/**/
}

.img_frame_ur, img_frame_or, img_frame_ul, img_frame_ul img {
	position: absolute;
}

.img_frame_ol { background: transparent url('../images/templ/img_frame/ol.png') top left no-repeat;
	position: relative;
}
.img_frame_ur { background: transparent url('../images/templ/img_frame/ur.png') bottom right no-repeat;
	position: absolute;
	top: 3px;
	left: 3px;
	margin: 0 -3px -3px 0;
}
.img_frame_or { background: transparent url('../images/templ/img_frame/or.png') top right no-repeat;
	position: absolute;
	top:0px; right: 0px; margin-right:-3px; width:3px; height:3px;
	display: block;
	overflow: hidden;
}
.img_frame_ul { background: transparent url('../images/templ/img_frame/ul.png') bottom left no-repeat;
	position: absolute;
	left: 0px;bottom:0px; margin-bottom:-3px; width:3px; height:3px;
	overflow: hidden;
}
.img_frame_ur img {
	display:block;
	position: absolute;
	top:  0px;
	left: 0px;
	margin: -1px;
}


/* H1-Titel */

.content h1 {
  width: 95%;
  border-bottom: 2px solid #800808;
  margin: 25px 0 0 0;
  padding: 0 0 0 0;
  font-family: Georgia,"Times New Roman", serif;
  color: white;
  font-size: 2em;
}

#h1-news {
  height: 34px;
  text-indent: -9999px;
  background: url('../images/templ/h1-news.png') no-repeat 0px 0px;
}

#h1-konzept {
  height: 36px;
  text-indent: -9999px;
  background: url('../images/templ/h1-konzept.png') no-repeat 0px 0px;
}

#h1-ff {
  height: 35px;
  text-indent: -9999px;
  background: url('../images/templ/h1-ff.png') no-repeat 0px 0px;
}

#h1-sponsoren {
  height: 35px;
  text-indent: -9999px;
  background: url('../images/templ/h1-sponsoren.png') no-repeat 0px 0px;
}
/*
#h1-gallery1 {
  height: 35px;
  width: 100%;
  text-indent: -9999px;
  background: url('../images/templ/h1-gallery1.png') no-repeat 50% 0px;
}

#h1-gallery2 {
  height: 35px;
  width: 100%;
  text-indent: -9999px;
  background: url('../images/templ/h1-gallery2.png') no-repeat 50% 0px;
}
*/
#h1-gallery1, #h1-gallery2 {
  width: 100%;
  padding: 0 0 5px 10px;
}

/* NEWS */

.news-post {
  width: 95%;
  margin-bottom: 1em;
}

.news-head {
  position: relative;
  margin-bottom: 5px;
  font-family: Georgia,"Times New Roman", serif;
  border-bottom: 1px dotted #aaa;
  clear: both;
}

.news-head h2 {
  display: block;
  width: 100%;
  margin: 15px -200px 0px 0px;
  padding: 5px;
  font-size: 1.3em;
  font-weight: normal;
  color: white;
  margin-right: 1em;
  clear: both;
}

.news-date {
  position: absolute;
  bottom: 5px;
  right: 0px;
  width: 189px;
  text-align: right;
  margin-right: 5px;
  clear: both;
}

.news-text {
  padding: 0 5px 0 10px;

}

/* Newsletter */

#nl {
  /*position: relative;
  margin: 50px auto 0 auto;*/
  position: absolute; 
  right: 50px;
  bottom: -60px;
  width: 300px;
}

#nl h1 {
  margin: 0 0 7px 0;
  padding: 0 5px 5px 5px;
  font-family: Georgia,"Times New Roman", serif;
  font-weight: bold;
  font-size: 1.1em;
  color: white;
}

#nl form {
  margin: 0 0 0 10px;
  padding: 0;
}

#nl input {
  padding: 2px;
  color: #666; 
  background-color: #2b2b2b;
  border: 1px solid #999;
  -moz-border-radius: 6px;
}

#nl input:focus {
  color: #ccc;
  background-color: #666;

}

/* Gallery */

#gallery-nav {
  margin: 0 0 10px 150px;
}

#gallery-nav .current {
  border-bottom: 1px solid #800808;
}

#galleryif {
  width: 100%;
  height: 500px;
  margin: 1em 0 0 0;
  padding: 0;
  border: 0px solid white;
  overflow: hidden;
}

/* TEAM */

.team {
  text-align:center;
  margin-bottom: 20px;
}
.team img {
  position: relative;
  margin: 30px auto 2px auto;
  display: block;
}

.person {
  position: relative;
  margin: 20px auto 20px auto;
  padding: 1em;
  width: 500px;
  min-height: 100px;
  background: #222;
  border: 2px solid #666;
  -moz-border-radius: 20px;
}

.portrait {
  width: 66px;
  height: 88px;
  float: left;
  margin-right: 1em;
  background: black;
  border: 1px solid #ccc;
}

.pdesc {
  width: 410px;
  float: right;
  margin: 0 0 20px 0px;
  padding: 0 0 10px 0px; 
}

.person h1 {
  font-size: 1.3em;
  font-family: Georgia,"Times New Roman", serif;
  margin: 0;
  padding: 5px 0 5px 5px;
  font-weight: bold;
  color: white;
}

.ptext {
  margin: 10px 5px 0 10px;
}


/* PARTY */

#party {
  position: relative;
  margin: 0 auto 0 auto;
  width: 70%;
}

#party h1 {
font-size: 1.5em;
  font-family: Georgia,"Times New Roman", serif;
  font-weight: bold;
  color: white;

}

#sponsoren li {
  list-style: none;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}

.fftitle {
  vertical-align: top;
  color: white;
  padding-right: 10px;
  font-family: Georgia,"Times New Roman", serif;
  font-weight: bold;
}

.ffinfo {
  padding-right: 0px;
  vertical-align: top;
  line-height: 1.5em;
}

.ffinfoleft {
  padding-right: 30px;
  vertical-align: top;
  line-height: 1.5em;
  
}
