@import url("css_reset.css");

/* ------- FRAMEWORK -------  */

/*-- clearfix -- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

.clear {clear: both;}

img {background-repeat:no-repeat;}

a img,a:link img,a:visited img {border: none;}

a,a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	color: #104670;
}

/*-------- / MARKUP / ---------*/
html {
	font-family: verdana, Arial, Helvetica, Arial;
	font-size: 100.1%;
	height: 100%;
	min-height: 100%;

}
body {
	font-size: .7em; /* .7em = 11px */
	line-height: 1.35em;/*soll 15px*/
	height: 100%;
	min-height: 100%;
    color: #333333;
    background: #909E91;
    margin: 0px;
    
}

/* hnav */
#hnav {
	/*padding: 10px 0 0 12px;*/
}

#hnav ul {
	height:59px;
	list-style-image:none;
	padding:0;
	margin:0;
}

#hnav ul li {
	float:left;
	padding:0;
	margin:0;
	margin: 34px 0 0px 0px;
}

#hnav ul li.logo {
	padding:0;
	margin:0;
	margin-right:30px;
}

#logo {
	/*margin-left:23px;*/
	width:197px;
	height:59px;
	/*float:left;*/
}

BODY.popup {
    background: #909E91;
}

/* Default Heading Styles */
H1 {
    font-weight: bold;
    margin: 0px;
}

H2 {
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
}

/* Default Link Style */
A:link, A:visited {
    color: #FF9933;
    text-decoration: none;
}
A:hover, A:active {
    color: #333333;
    text-decoration: none;
}

A.home:link, A.home:visited {
    color: #FFFFFF;
    text-decoration: none;
}
A.home:hover, A.home:active {
    color: #FF9933;
    text-decoration: none;
}

A.footer:link, A.footer:visited {
    color: #6A7D6B;
    text-decoration: none;
    font-size: 10px;
    line-height: 14px;
}
A.footer:hover, A.footer:active {
    color: #333333;
    text-decoration: none;
    font-size: 10px;
    line-height: 14px;
}

A.subnav_inactive:link, A.subnav_inactive:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    line-height: 14px;
}
A.subnav_inactive:hover, A.subnav_inactive:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
}

A.subnav_active:link, A.subnav_active:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
}
A.subnav_active:hover, A.subnav_active:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    line-height: 14px;
}

A.sitemap_title:link, A.sitemap_title:visited {
    color: #666666;
    text-decoration: none;
}
A.sitemap_title.sitemap_title:hover, A:active {
    color: #FF9933;
    text-decoration: none;
}

/* Formular */
INPUT {
    color: #000000;
    background: #FFFFFF;
    border-color: #909E91;
    border-style: solid;
    border-width: 1px;
    padding-left: 3px;
}

TEXTAREA {
    color: #000000;
    background: #FFFFFF;
    border-color: #909E91;
    border-style: solid;
    border-width: 1px;
    padding-left: 3px;
}

.noborder {
    background: #FFFFFF;
    border-width: 0px;
}

TD.formular {
    border-color: #909E91;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    padding: 7px 0px 7px 0px;
}

/* Tables */

TABLE.table_content {
    margin: 41px 40px 0 30px
}

TABLE.table_content_alt {
	margin:41px 30px 0;
}

TD {
    vertical-align: top;
}

TD.td_home_right {
    background-image: url(/images/home/logo.gif);
    background-repeat: no-repeat;
}

TD.td_navigation {
    vertical-align: bottom;
    padding-left: 30px;
}

TD.td_subnavigation {
    height: 198px;
    background-image: url(/images/navigation/subnav_logo.gif);
    background-repeat: no-repeat;
}

TD.td_subnavigation_ch {
    height: 198px;
    background-image: url(/images/navigation/subnav2_logo.gif);
    background-repeat: no-repeat;
}

TD.td_content {
    background: #FFFFFF;
    background-image: url('/images/back_content.gif');
    background-repeat: no-repeat;
    background-position: 0 62px;
    height: 362px;
    
}

TD.td_content_alt {
    height: 550px;
    background: #FFFFFF;
    background-image: url(/images/inhalt/back_content.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

TD.td_content_right {
    background: #6A7D6B;
}

TD.td_content_right_ch {
    background: #F86500;
}

TD.td_text_right {
    color: #FFFFFF;
    padding: 15px;
}

.td_text_right_neu {
	color: #FFFFFF;
	padding: 15px 15px 0 12px;
}

TD.td_footer, TD.td_footer_ch  {
    width: 490px;
    color: #6A7D6B;
    background: #FFFFFF;
    background-position: left top;
    padding: 25px 40px 15px 30px;
}

TD.td_footer {
    background-image: url(/images/inhalt/back_footer.gif);
    background-repeat: no-repeat;
}

TD.td_footer_right {
    width: 233px;
    color: #FFFFFF;
    background: #6A7D6B;
    padding: 25px 0px 15px 0px;
}

.gn_line {
    border-color: #909E91;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}

/* Content */

.title {
    color: #000000;
    font-size: 12px;
    line-height: 26px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

.subtitle {
    color: #6A7D6B;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

.txt_bold {
    font-weight: bold;
}

.txt_italic {
    font-style: italic;
}

ul {
    list-style-image:url(/images/bullet.gif);
    margin-top: 0px;
    margin-bottom: 1em;
}

ul.reitanlage li {
    margin-bottom: 0.5em;
}

li {
    margin-left: 20px;
}

/* Miscellaneous */

#div_home_address {
	position: absolute;
	left: 726px;
	top: 200px;
    width: 227px;
    height: 100px;
    color: #909E91;
    text-align: center;
	z-index: 2;
}

#div_home_navi {
	position: absolute;
	left: 756px;
	top: 315px;
    width: 227px;
    height: 100px;
	z-index: 2;
}

#div_home_content {
	position: absolute;
    background: #6A7D6B;
	left: 0px;
	top: 50px;
    width: 753px;
	z-index: 1;
}

/* Module */

.titel {
	color:#6A7D6B;
	font-size:1.2em;
	margin-bottom:1em;
}


/* -- Team -- */
#teamleiter {
	width:490px;
	height:169px;
	margin-bottom: 10px;
}

#teamleiter a,
.team a {
	float:left;
	margin: -0.3em 1em 0 0;/*0.7 margin insgesamt*/
}

#teamleiter p {
	float:left;
	margin-top:10px;
}

.team {
	width:245px;
	height:169px;
	margin-top:20px;
	float:left;
}

.team p {
	float:left;
	width:123px;
	margin-top:10px;
}
/* Pferde */

.entry_horse {
	width:490px;
	border-bottom: 1px solid #909E91;
	padding-bottom:1em;
	margin-bottom:1em;
}

.entry_horse a {
	float:left;
	margin:0 1em 1em 0;
}

.entry_horse p {
	float:left;
	/*margin-top:10px;*/
}

ul.horse {
	list-style-image: none;
	width:490px;
	clear:both;
	float:left;
	margin-bottom:0.5em;
}

ul.horse li {
	margin:0 0 0.5em 0;
	float:left;
}

ul.horse li.first {
	width:110px;
	font-weight:bold;
}

ul.horse li.second {
	width:380px;
}

/* Turnierkalender */
.entry_kalender {
	width:490px;
	border-bottom: 1px solid #909E91;
	padding: 1em 0;
}

.entry_kalender ul {
	list-style-image:none;
}
.entry_kalender ul li {
	float:left;
	margin:0;
}
.entry_kalender ul li.first {
	width:140px;
}
.entry_kalender ul li.second {
	width:240px;
	/*color:#6A7D6B;*/
	font-weight:bold;
}
/* Resultate */

.resultat {
	width:490px;
	margin-top: 1em;
}

.resultat h1 {
	font-size: 1.5em;
}

.resultat ul {
	margin: 0;
}
.resultat ul li {
	/*margin: 0.5em 0 0 0;*/
	margin:0;
	padding-left: 20px;
	list-style-image:none;
	background: url('/images/bullet.gif') no-repeat 0 0;
}

.resultat ul.noimg li {
	background:none;
}

.resultat ul li span {
	float:left;
}
.resultat span.first {
	width:168px;
}
.resultat span.second {
	width:135px;
}

.resultat h2.subtitle {
	margin-top: 0.5em;
}

.resultat h2.abstand {
	margin-top:1em;
}

/* Sponsoren */
.einleitung {
	width:490px;
	margin: 1em 0 0 0;
}
.sponsor {
	padding-left: 150px;
	margin-top:1em;
}
.sponsor p {
	margin: 0 0 1em 0;
}

/* Events */
.events {
	width:490px;
	margin: 1em 0 0 0;
}
.events a {
	float:left;
	margin: 1em 0 0 0;
}

ul.event {
	margin-bottom: 0;
}

/* ------------Lightbox------------------ */
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('/images/mootools/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('/images/mootools/prevlabel.gif') no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('/images/mootools/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('/images/mootools/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* Video Player Home */

#video {
	margin-bottom: 30px;
}
