/* CSS Document */

* {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

#main {
	margin: 10px auto;
	width: 792px;
	font-size: 10pt;
	height: 100%;
}

#body, #head, #navbar, #layout {
	width: 792px;
}





/* *******************************
 * ************* Head ************
 * ******************************* */
#head {
	position: relative;
	background: url(pictures/header.jpg) no-repeat;
	height: 83px; /*65px   71px*/
}

/* ******** Language Chooser ******** */
#langchooser {
	position: absolute;
	right: 50px;
	top: 7px;
}

#langchooser .flag {
	display: block;
	width: 24px;
	height: 24px;
	background: red;
	float: left;
	margin-right: 5px;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

#langchooser .active {
	filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
}

#langchooser .de {
	background: url(pictures/flag_de.png) no-repeat;
}

#langchooser .en {
	background: url(pictures/flag_en.png) no-repeat;
}

/* *********** Navigation *********** */
#navigation ul.level0 {
	padding: 29px 0 0 0;
	width: 100%;
	list-style: none;
}

#navigation ul.level0 li {
	float: right;
	background: #000;
}

#navigation ul.level0 li.upload {
  margin-right: 100px;
}

#navigation ul.level0 li.global {
  margin-right: 20px;
}


#navigation ul.level1 {
	position: absolute;
	top: 56px; /*38px*/
	right: 30px;
	z-index: 20;
}

#navigation ul.level1 li {
	margin: 0;
	width: auto;
	position: relative;
	display: block;
	float: left;
	height: 27px;
	cursor: pointer;
}

#navigation ul li.button1 a span { background: url(pictures/Button1_Left.gif) no-repeat; }

#navigation ul li.button1 { background: url(pictures/Button_1_bg.gif) repeat-x; }
#navigation ul li.button2 { background: url(pictures/Button_2_bg.gif) repeat-x; }
#navigation ul li.button3 { background: url(pictures/Button_3_bg.gif) repeat-x; }
#navigation ul li.button4 { background: url(pictures/Button_4_bg.gif) repeat-x; }

#navigation ul li.button1 a { background: url(pictures/Button1_Right.gif) no-repeat; background-position: top right; }
#navigation ul li.button2 a { background: url(pictures/Button2_Right.gif) no-repeat; background-position: top right; }
#navigation ul li.button3 a { background: url(pictures/Button3_Right.gif) no-repeat; background-position: top right; }
#navigation ul li.button4 a { background: url(pictures/Button4_Right.gif) no-repeat; background-position: top right; }

#navigation ul li a {
	display: block;
	float: left;
	color: #000;
	font-size: 12pt;
	font-weight: bold;
	background-position: right;
}

#navigation ul li a:hover {
  text-decoration: underline;
}

#navigation ul li a span {
	display: block;
	float: left;
	padding: 5px 10px 0 10px;
	height: 22px;
	color: #fff;
	cursor: pointer;
}

.navbar {
	background: #000000;
	border-bottom: 2px solid #333;
	height: 21px;
}

#navbar1 { background: #BF0000; border-bottom: 3px solid #950000; }
#navbar2 { background: #0768A9; border-bottom: 3px solid #065A93; }
#navbar3 { background: #F09E0E; border-bottom: 3px solid #D0890C; }
#navbar4 { background: #699857; border-bottom: 3px solid #5B844B; }

#layout {
	min-height: 400px;
}

.navbar ul {
  position: absolute;
	list-style: none;
	padding-left: 200px;
}

.navbar ul li {
  display: block;
  float: left;
	margin: 5px 8px 0 8px;
	background: url(pictures/subnavi_background.gif) repeat-x;
	background-color: #E5E5E5;
}
  
.navbar ul li a {
  display: block;
  float: left;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background: url(pictures/subnavi_left.gif) no-repeat;
}

.navbar ul li a span {
  display: block;
  float: left;
	padding: 0 8px 0 8px;
	height: 16px;
	line-height: 140%;
	overflow: hidden;
	background: url(pictures/subnavi_right.gif) no-repeat;
	background-position: top right;
	cursor: pointer;
	white-space: nowrap;
	border-bottom: 3px solid #000;
}

.navbar ul li a:hover {
  border-bottom: 4px solid #BF0000;
}

.navbar ul li.active {
  margin-top: 2px;
  background: url(pictures/subnavi_background_active.gif) repeat-x;
  background-color: #BFBFBF;
}

.navbar ul li.active a {
	background: url(pictures/subnavi_left_active.gif) no-repeat;
}

.navbar ul li.active a:hover {
  border: none;
}

.navbar ul li.active a span {
  height: 19px;
  padding: 0 16px 0 16px;
  line-height: 170%;
  background: url(pictures/subnavi_right_active.gif) no-repeat;
	background-position: top right;
}
  



/* *******************************
 * *********** Leftcol ***********
 * ******************************* */

#leftcol {
	width: 150px;
	background: url(pictures/dressurreiter.jpg) no-repeat;
	background-position: center 8px;
	background-color: #F7F6F2;
	border: 1px solid #A2A2A2;
	border-top: none;
	padding: 306px 0 0 0;
	vertical-align: top;
}

#leftcol #partner {
  height: 79px;
	color: #BF0000;
	background-color: #A2A2A2;
	text-align: center;
	margin: 16px 0 24px 0;
}

#leftcol #partner span {
	color: #BF0000;
	font-weight: bold;
	font-size: 11pt;
}

#leftcol #partner img {
	border: none;
}



/* *******************************
 * ******** Bildergalerie ********
 * ******************************* */
#gallery {
  position: relative;
  background: #5d874d;
  margin: 0 0 25px 0;
  padding: 5px 0;
  line-height: 100%;
}

#gallery #pictureHolder {
  position: relative;
  width: 630px;
  height: 420px;
  margin: 0px auto;
  text-align: center;
  background: #DDDDDD;
}



#gallery .thumbHolder {
  position: absolute;
  top: -45px;
  z-index: 10;
  background: #FFFFFF;
  border: 2px solid #5d874d;
  font-size: 10pt;
  line-height: 10pt;
  cursor: pointer;
}

#gallery .thumbHolder#buttonNext { right: 20px; }
#gallery .thumbHolder#buttonPrevious { right: 130px; }

#gallery .thumbHolder:hover .thumbText { background: #222; }

#gallery .thumbHolder img { margin-bottom: -2px; }
* + html #gallery .thumbHolder img { margin-bottom: -3px; } /* Für IE7 */
* html #gallery .thumbHolder img   { margin-bottom: -3px; } /* Für IE6 */

#gallery .thumbText {
  text-align: center;
  border-top: 2px solid #5d874d;
  background: #444444;
  line-height: 11pt;
}

#gallery .thumbText a {
  color: #89AE7B;
  font-weight: bold;
}

#gallery .thumbHolder.inactive, 
#gallery .thumbHolder.inactive a {
  cursor: default;
}

#gallery .thumbHolder.inactive img {
  filter: alpha(opacity=60);
  opacity: 0.50;
  -moz-opacity: 0.5;
}

#gallery .thumbHolder.inactive .thumbText {
  background: #888888;
}



#gallery #counter {
  position: absolute;
  top: -26px;
  left: 291px;
  z-index: 9;
  background: #444444;
  color: #89AE7B;
  border: 2px solid #5d874d;
  font-weight: bold;
  font-size: 12pt;
  padding: 4px 4px 2px 4px;
}


#gallery #picText {
  position: absolute;
  left: 40px;
  /*bottom: 0px;*/
  margin-top: -5px;
  padding: 0 4px 0 4px;
  line-height: 140%;
  min-height: 19px;
  width: 548px;
  background: #444444;
  color: #DDDDDD;
  text-align: center;
  border: 2px solid #5d874d;
}



/*#gallery #controlPanel {
  position: absolute;
  top: -50px;
  left: 233px;
  color: #fff;
  font-size: 11pt;
  font-weight: bold;
  margin: 0px auto;
  background: #666;
  border-left: 2px solid #A2A2A2;
  border-top: 2px solid #A2A2A2;
  border-right: 2px solid #A2A2A2;
  z-index: 10;
}

#gallery #controlPanel .thumbHolder {
  display: block;
  border: 2px solid #F09E0E;
  cursor: pointer;
}

#gallery #controlPanel .next {
}

#gallery #controlPanel div {
  display: block;
  text-align: center;
}

#gallery #controlPanel .button {
  color: #fff;
  margin: 0 5px;
}

#gallery #controlPanel .button:hover {
  text-decoration: underline;
}

#gallery #controlPanel .inactive {
  color: #999;
}

#gallery #controlPanel .inactive:hover {
  text-decoration: none;
}

#gallery #controlPanel #btnNext {
  float: right;
  margin-right: 12px;
}

#gallery #controlPanel #btnPrevious {
  float: left;
}*/

/*#gallery .thumbHolder {
  position: absolute;
  top: 0px;
  background: #A2A2A2;
  width: 96px;
  height: 80px;
  padding: 0;
  text-align: center;
}

#gallery .thumbHolder a {
  display: block;
  width: 100%;
  height: 100%;
  background: #666;
}

#gallery .thumbHolder img {
  margin: 3px auto;
}

#gallery .thumbHolder.previous {
  left: 4px;
  float: left;
}

#gallery .thumbHolder.next {
  right: 4px;
  float: right;
}

#gallery .thumbText {
  position: absolute;
  clear: both;
  bottom: -1px;
  color: #ffffff;
  font-size: 9pt;
  font-weight: bold;
  width: 74px;
}

#gallery .thumbText.previous {
  left: 10px;
}

#gallery .thumbText.next {
  right: 10px;
}*/

/*#gallery .thumbOverlay {
  position: absolute;
  bottom: 0px;
  background: red;
  width: 94px;
  height: 58px;
}

#gallery #nextOverlay {
  background: url("pictures/overlay_next.png") no-repeat;
}

#gallery #previousOverlay {
  background: url("pictures/overlay_next.png") no-repeat;
}*/





/* *******************************
 * *********** Content ***********
 * ******************************* */

#contentHolder {
	border: 1px solid #A2A2A2;
	border-top: none;
	font-size: 10pt;
	line-height: 150%;
	vertical-align: top;
}

#content {
	background: url(pictures/content_background.gif) repeat-x;
}

#text {
	padding: 16px;
}
