/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	color: #000000;
	background: #FFFFFF;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* GENERAL */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	}
a {
	text-decoration:underline;
	color:  #f08821;
	}
a:hover {
	color: #000000;
	}
h1, h2, h3, h4 {
	font-weight:normal;
	}
legend{
	display:none;
	}
html, body {
	height: 100%;
	color: #000000;
	background: #000000 url(body_hg.jpg) no-repeat 50% 250px;
	}
td {
	padding-right: 4px;
	}
tbody, tfoot, thead, tr, th, td {
  text-align: left;
  vertical-align: top;
}
.clear {
  clear: both;
}

h1 {
  font-family: Impact, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

h2 {
  font-family: Impact, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

h3, h4, h5, h6 {
  font-family: Impact, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

em {
  font-style: italic;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  font-family: Impact, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 23px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top:  1.30em; /* match top ul list item height */
  z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em; /* match ul width */
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em; /* match ul width */
  top: 0;
}

/*** SKIN ***/
.sf-menu {
  float: left;

}
.sf-menu a {
  padding: 0.2em 0.12em;
  text-decoration: none;
}
.sf-menu li a, .sf-menu li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  text-transform: uppercase;
  color: #FFF;
}
.sf-menu li li a, .sf-menu li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  font-size: 24px;
  color: #FFFFFF;
}
.sf-menu li {
  background: none;
}
.sf-menu li li {
  background: #000000;
}
.sf-menu li li li {
  background: #000000;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active {
  color:  #f08821;
  outline: 0;
}

.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
  background: #000;
  color:  #f08821;
  outline: 0;
}

/* Layout */
#outerwrapper {
  width: 900px;
  margin: 0px auto;
  padding: 10px;
}

#sitewrapper {
  width: 900px;
  margin: 0px auto;
}

#header {
  position: relative;
  float: left;
  width: 100%;
  height: 247px;
  border-bottom: 3px solid  #f08821;
}

#header-overlay {
  position: relative;
  min-width: 900px;
  height: 247px;
  background: transparent url(header_overlay.png) no-repeat center top;
  margin: -247px 0 0 0;
  z-index: 1000;
}

#header-underlay {
  width: 900px;
  height: 247px;
  margin: 0px auto;
}

#header-under {
  position: relative;
  float: left;
  width: 805px;
  height: 247px;
  padding: 0 0 0 95px;
}

#header-pics {
  position: relative;
  float: left;
  width: 709px;
  height: 247px;
}

#header-inner {
  width: 900px;
  height: 247px;
  margin: 0px auto;
}

#header-left {
  position: relative;
  float: left;
  width: 350px;
  height: 147px;
  padding: 100px 0 0 0;
  margin: -247px 0 0 0;
}

#header-right {
  position: relative;
  float: right;
  width: 215px;
  height: 147px;
  padding: 100px 0 0 0;
  margin: -247px 0 0 0;
}

#logo {
  position: relative;
  float: left;
  width: 350px;
  height: 95px;
  padding: 0;
}

#logo a {
  display: block;
  text-indent: -9999px;
  width: 350px;
  height: 95px;
}

#fb_main_sponsor {
  position: relative;
  float: left;
  width: 185px;
  height: 21px;
  padding: 10px 0 0 15px;
}

#fb_leipert {
  position: relative;
  float: right;
  width: 120px;
  height: 21px;
  padding: 15px 0 0 0;
}

#fb-fanpagebadge {
  position: relative;
  margin: 10px 0 0 0;
  float: left;
  width: 24px;
  height: 24px;
  background: url(facebook_24px.png) no-repeat center;
}

#fb-fanpagebadge a {
  display: block;
  width: 24px;
  height: 24px;
}

#main_sponsor {
  position: relative;
  float: right;
  width: 215px;
  height: 100px;
}

#main_sponsor a {
  display: block;
  text-indent: -9999px;
  width: 215px;
  height: 100px;
}

#top-navi {
  position: relative;
  float: left;
  width: 900px;
  height: 24px;
  background: url(menu_hg.png) no-repeat center top;
  padding: 5px 0 18px 0;
}

#nav1 {
	
}

ul#nav1 {
  list-style-type: none;
  display: inline;
  float: right;
}

ul#nav1 li {
  display: inline;
  float: left;
  padding: 0 35px;
}

#bottom-navi {
  font-family: Impact, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
  float: left;
  width: 900px;
  height: 24px;
  background: url(content_hg.png) repeat-y center top;
  padding: 15px 0 4px 0;
  margin: 0 0 5px 0;
}

ul.bottom-links {
  list-style-type: none;
  display: inline;
  float: right;
}

ul.bottom-links li {
  display: inline;
  float: left;
}

ul.bottom-links a {
  padding: 0.2em 0.3em;
  text-decoration: none;
}

ul.bottom-links li a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}

ul.bottom-links li a:hover {
  color:  #f08821;
}


#language-switch {
  position: relative;
  float: left;
  width: 16px;
  padding: 20px 25px 0 25px;
  height: 11px;
}

.flag-0 {
  display: block;
  float: left;
  width: 16px;
  height: 11px;
  background-image: url(de.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.flag-1 {
  display: block;
  float: left;
  width: 16px;
  height: 11px;
  background-image: url(gb.gif);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#content {
  position: relative;
  float: left;
  width: 880px;
  min-height: 500px;
  padding: 15px 10px;
  overflow: auto;
  background: url(content_hg.png) repeat-y left top;  
}

#left-side {
  position: relative;
  float: left;
  width: 540px;
}

#right-side {
  position: relative;
  float: right;
  width: 330px;
}

.innercontent {
  position: relative;
  float: left;
  width: 540px;
}

.ytvideo {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}

.gallerycontent {
  position: relative;
  float: left;
  width: 900px;
  padding: 20px;
}

#footer {
  width: 100%;
  height: 430px;
  background: url(footer_hg.jpg) no-repeat center top;
  padding: 25px 0;
}

#inner-footer {
  width: 900px;
  margin: 0px auto;
}

#sponsors {
  position: relative;
  float: left;
  width: 900px;
  height: 150px;
  background: url(content_hg.png) repeat-y left top;
}

#copyright {
  position: relative;
  float: left;
  width: 100%;
  color: #333;
  text-align: center;
  padding: 150px 0 0 0;
  font-size: 10px;
}

/* News - Archiv */
.newsbox {
  position: relative;
  float: left;
  width: 540px;
  padding: 0;
}

.newslist {
  position: relative;
  float: left;
  width: 540px;
}

.newsitem {
  position: relative;
  float: left;
  width: 540px;
  padding: 0 0 10px 0;
}

.newswrapper {
  position: relative;
  float: left;
  width: 540px;
  color: #FFF;
  background: #000;
}

.newshead {
  position: relative;
  float: left;
  width: 414px;
  height: 44px;
  padding: 3px;
  background:  #f08821;
}

.headline {
  position: relative;
  float: left;
  width: 530px;
  padding: 5px;
  background:  #f08821;
}

.headline h2 {
  font-size: 28px;
  line-height: 32px;
}

.title:link, .title:active, .title:visited {
  font-family: Impact, Arial, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}

.title:hover {
  color: #000;
}

.newsdate {
  font-family: Impact, Arial, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1px;
  position: relative;
  float: left;
  width: 110px;
  height: 45px;
  padding: 0 5px 5px;
  text-transform: uppercase;
  background: #999;
  text-align: center;
  
}

.newsday {
  position: relative;
  float: left;
  font-size: 18px;
  line-height: 18px;
  width: 20px;
  padding: 5px 2px;
}

.newsmonth {
  clear: both;
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 12px;
  width: 20px;
  padding: 2px;
}

.newsyear {
  position: relative;
  float: right;
  font-size: 34px;
  line-height: 12px;
  width: 80px;
  height: 28px;
  padding: 12px 0 0 0;
  margin: -22px 0 0 0;
  border-left: 2px solid #FFF;
}

.newstext {
  position: relative;
  float: left;
  width: 520px;
  padding: 10px;
}

.contenttext {
  position: relative;
  float: left;
  width: 520px;
  padding: 10px;
}

.newspic {
  position: relative;
  float: left;
  width: 120px;
  margin: 0 5px 5px 0;
}

.newstext p {
  text-align: justify;
}

.postit-fb {
  position: relative;
  float: right;
  background: #999;
  padding: 5px 5px 3px 5px;
  margin: 0 5px 0 0;
}

.newslink {
  position: relative;
  float: right;
  background: #999;
  padding: 5px;
  text-align: center;
}

.more:link, .more:active, .more:visited {
  font-family: Impact, Arial, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}

.more:hover {
  color: #000;
}

.newspagination {
  position: relative;
  float: left;
  font-family: Impact, Arial, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 14px;
  background: #000;
  width: 530px;
  padding: 5px;
}

.pagelink, .nextpagelink, .prevpagelink {
  display: block;
  float: left;
  text-decoration: none;
  color: #FFF;
  width: 30px;
  height: 18px;
  background: #999;
  margin: 0 5px 0 0;
  text-align: center;
  font-size: 18px;
  padding: 8px 0 4px 0;
}

.pagelink:hover, .nextpagelink:hover, .prevpagelink:hover {
  background: #f08821;
}

.currentpagelink {
  display: block;
  float: left;
  text-decoration: none;
  color: #FFF;
  width: 30px;
  height: 18px;
  background: #f08821;
  margin: 0 5px 0 0;
  text-align: center;
  font-size: 18px;
  padding: 8px 0 4px 0;
}

.nalink {
  position: relative;
  float: left;
  text-align: right;
  padding: 10px 0;
  width: 100%;
}

.newscontent {
  position: relative;
  float: right;
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
}

.newsback {
  position: relative;
  float: right;
  padding: 5px;
  text-align: center;
  background: #999;
}


.backlink:link, .backlink:active, .backlink:visited {
  font-family: Impact, Arial, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}

.backlink:hover {
  color: #000;
}

.newslike {
  position: relative;
  float: left;
  background: #999;
  padding: 2px 5px;
}


.rightbox {
  position: relative;
  float: left;
  background: #000;
  width: 330px;
}

.right-headline {
  font-family: Impact, Arial, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
  background: #f08821;
  padding: 10px;
}

.fbbox {
  padding: 15px;
}

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschlieęt */
.formgen {
  position: relative;
  float: left;
  background: #000;
  color: #FFF;
  width: 500px;
  padding: 36px 20px 30px 20px;
  font-size: 14px;
  margin: 0px auto;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blęcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
  margin-bottom: 15px;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 2px;
  padding-left: 5px;  
  
}
 .forminfo 
{
  position: relative;
  float: left;
  width: 520px;
  margin: 0 0 15px 0;
  background-color: #000;
  padding: 5px;
  font-weight: bold;
  color: #FFF;
  border: 5px dashed #f08821;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
  width: 360px;
  height: 100px;
  margin-left: 4px;
  border: 1px solid #FFF;
  background-color: #FFF;
}


/* Textfeld */
.formgen .formtext
{
  width: 360px;
  margin-left: 4px;
  padding-bottom: 4px;
  font-size: 1em;
  background-color: #FFF;
  border-left: 0px none;
  border-right: 0px none;
  border-top: 0px none;
  border: 1px solid #FFF;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
  border-color: #999999;
  background-color: #999999;  
}



/* Label */
.formgen label {
  width: 120px;
  clear: left;
  float: left;
  height: 20px;
  font-weight: normal;
  color: #FFF;
  padding-bottom: 15px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
  width: 200px;
  background-color: #33FF33;
  margin-left: 4px;
  color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
  width: 100px;
  text-align: center;
  background-color: #f08821;
  float: right;
  font-family: Impact, Arial, sans-serif;
  color: #FFFFFF;
  letter-spacing: 1px;
  border: 0px none;
  margin-right: 12px;
  text-transform: uppercase;
}



/* Fieldsetbeschriftung */
.formgen legend {
  color: #FFFFFF;
  background-color: #990000;
  width: 150px;
}
.formgen .fieldset {
  margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
  
  border-bottom-width: 1px;
  color: #f08821;
}

.formgen .formcaptcha
{
  border: 2px solid #990000;
  vertical-align: top;
  float: left;
  margin-right: 10px;
}

.formgen .formreq {
  color: #f08821;
}

.formgen .formheadline {
  color: #993300;
  background-color: #FFF7EA;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-style: italic;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

.gallery {
  width: 550px;
  margin: 0px auto;
  text-align: center;
}


/*JAOS-Galerie*/
div.jaosg_thumbnail{
float: left;
background: #FFFFFF;
border: 1px solid;
border-color: #007824 #007824 #007824 #007824;
margin: 5px 3px;
}
div.jaosg_thumbnail img{
border: 1px solid;
border-color: #FFF #FFF #FFF #FFF;
}
/* ls=landscape-Format der Thumbs */
.ls img{
height: 60px;
width: 80px;
margin: 20px 10px;
}
/* pt=portrait-Format der Thumbs */
.pt img{
height: 80px;
width: 60px;
margin: 10px 20px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
clear: both;
padding-top: 1em;
}
/* eq=quadratisches-Format der Thumbs */
div.eq img{
   height: 50px;
   width: 50px;
   margin: 5px 5px;
}

.galimg
{
  text-align:center;
  background-color: #007824;
  border: 5px solid #007824;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
} 
