/*
 * CSS Klassen Screen/All
 * victoria.achleiten.at
 *
 * www.l-vogel.de
 * erstellt: 2006-11-28
 * geaendert: 
 * 
 *
 */ 

@import url(navigation.css);
@import url(navigation_head.css);

html {
    margin: 0;
    padding: 0;
    border: 0;
	background-image: url(../images/bg_html.gif);
    background-repeat: no-repeat;
	background-position: 800px 0px;
	background-color: #013300;
}
/* ------------------------------------
     Layout: 
   ------------------------------------ */
body {
	background-color: #013300;
    width: 882px;
    margin: 0 auto;
    padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17pt;
	font-weight: normal;
	color: #FFFF99;
    /* IE 5 zentrieren */

    /* IE - Ebenen: 
    CSS workaround fuer IE 5/6/7?? 
    nur so werden Ebenen als 
    position: relative dargestellt */
    position: relative;

}

#frame {
    width: 882px;
    background-repeat: no-repeat;
}
/* ------------------------------------
   Header
   ------------------------------------ */
#header {
    width: 882px;
    height: 96px;
	border: 0;
	margin: 0;
	padding: 0;
	
}
#header_nav {
    background-color: #335a20;
    margin: 0 0 0 143px;
    height: 54px;
	width: 739px;
}
/* ------------------------------------
   Navigation
   ------------------------------------ */
#navcontainer-head {
    background-color: #fff59e;
	margin: 4px 0 4px 143px;
	height: 24px;
	border:0;
	width: 739px;	
}
#navcontainer {
	margin: 8px 0 4px 144px;
	height: 24px;
	border: 0;
	width: auto;

}
/* ------------------------------------
   Inhalt 1 Col
   ------------------------------------ */
#contentOneCol {
    width: 694px;
    padding: 38px 0px 0 38px;
	margin: 0 0 0 143px;
	border-left: 1px solid #ffcc00;

}
/* ------------------------------------
   Inhalt 2 Col
   ------------------------------------ */
#contentFrame {
    width: 738px;
    padding: 0;
	margin: 0 0 0 143px;
	border-left: 1px solid #ffcc00;

}
#contentCenter {
    width: 523px;
    padding: 38px 0px 0 38px;
	margin: 0;
}

#contentRight {
    width: 127px;
    padding: 8px 8px 8px 8px;
    margin: 0;
    float: right;
	background-color: #335a20;
}
/* ------------------------------------
   Footer
   ------------------------------------ */
#footer {
    width: 736px;
    vertical-align: middle;
    border-top: 1px solid #335a1F;
	color: #fff !important;
    padding: 0;
    margin: 20px 0px 0px 140px;
	background-color: none;
	font-size: 12px;
}
#footer div {
	border: 0;
  	padding: 4px 4px 20px 4px;
	font-size: 12px;
}
#footL {
	width: 192px;
	color: #EDEAC0;
	font-weight:bold;
}
#footM {
    width: 328px;
}
#footR {
	width: 192px;
	text-align: right;
}
/* ------------------------------------
     Boxen
     ------------------------------------ */  
#boxSearch {
    margin: 0;
    padding: 0;
    border: 0;
}
#boxLang {
    margin: 0;
    padding: 0;
    border: 0;
}

.boxStandard {
    margin: 0 0 26px 0;
	padding: 0;
}
.imgStandard {
    color: #EDEAC0 !important;
	font-size: 12px;
	font-style: italic;
}
.imgStandard img { 
    border: 1px solid #ffcc00;
}
.boxNews {
    margin: 0 0 0 0;
	padding: 10px; 
	border-top: 1px solid #ffcc00;
}
.boxNewsImg {
    float: left; 
	padding: 6px 10px 6px 0px;
	margin: 0;
}
.boxPferdeImg {
    float: left; 
	padding: 10px 10px 6px 0px;
	margin: 0;
}
.imgHidden { 
    border: 0;
}

/* ------------------------------------
    Text
    ------------------------------------ */
h1 {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	height: 26px;
    font-size: 20px; 
    font-weight: bold; 
    color: #ffcc00; 
    line-height:140%; 
    padding: 0;
    margin: 16px 0px 6px 0px;

}
h2, h2 a {
    padding: 4px 0px 2px 0px;
    margin:0;
    font-size: 16px !important; 
    font-weight: bold;
    color: #ffcc00 !important; 
    line-height:140%; 
    padding-bottom: 8px;
}
/*Date*/
h3 {
    padding: 10px 0px 0px 0px;
    margin: 0;
    font-size: 9px; 
    font-weight: normal; 
     color: #f5f5f5;
    letter-spacing: 0.05em; 
}
/*Info-Box Headline*/
h4 {
    font-size: 12px; 
    font-weight: bold; 
     color: #f5f5f5; 
    letter-spacing: 0.05em;
    margin: 0;
}
/* wie h2 ohne Linie */
h5 {
	display: block;
    padding: 0px 0px 2px 0px;
    margin:0;
    font-size: 14px; 
    font-weight: bold;
     color: #f5f5f5;
    line-height:140%; 
    padding-bottom: 8px;
	letter-spacing: 0.03em;
}

p {
    text-align: left !important;
}
.subimage {
    margin: 10px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}


/* ------------------------------------
    Steckbrief
    ------------------------------------ */
.tabelle_steckbrief {
	background-color: #FFCC00;
	border: solid 1px #FFFFFF;
	font-size: 13px;
	font-style: normal;
	line-height: 12pt;
	font-weight: bold;
	color: #003300;
}
.tabelle_steckbrief a {
    color: #003300 !important;
}
/* ------------------------------------
    Tab / Bildergalerie
    ------------------------------------ */
.galery {
    border: 1px solid #ffcc00;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    line-height:120%;
    text-align: left !important;
	background-color: #335b1f;
}
.galery td { 
    margin: 0px;
    padding:10px 4px 20px 4px !important;
    height: auto;
	text-align: center;
	vertical-align: middle;
	background-color: #335b1f;
}
.galery img { 
    border: 1px solid #ffcc00;
}
.galeryHead, .galeryHead td {
    font-weight: normal;
    font-size: 13px;
    height: 26px !important;
    text-decoration: none;
    background-color: #B3D6A0 !important;
	letter-spacing: 0.15em;
	text-transform: uppercase;

}

/* ------------------------------------
    Tab Pedigree
    ------------------------------------ */
#ped {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    font-weight: normal !important;
    line-height:120% !important;
    text-align: left !important;
	vertical-align: middle !important;
	border-top: 1px solid #ffcc00 !important;
	border-bottom: 1px solid  #ffcc00 !important;
	background-color: #003300;
}
.pedXtra {
    font-weight: bold !important;
}


.pedInLine {
    border-bottom: 1px solid #ffcc00 !important;
} 

/* ------------------------------------
    Links
    ------------------------------------ */
/* ACHTUNG: wird auch fuer Bilder a verwendet! */
a:link, a:visited, a:active { 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #f5f5f5;
}
a:hover {
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: underline;
    color: #f5f5f5; 
}

.Link {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #f5f5f5;
    padding: 2px;
}
a.Link:link, a.Link:visited, a.Link:active {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #f5f5f5;
    padding: 2px;
}
a.Link:hover {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    padding: 2px;
    background-color: #262d0b;
}

a.LinkFoot:link, a.LinkFoot:visited, a.LinkFoot:active {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #EDEAC0;
}
a.LinkFoot:hover {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: underline; 
    color: #EDEAC0;
}
/* Links in Boxen*/
a.linkMore {
    font:bold italic 12px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #EDEAC0;
}
a.linkBack {
    font:bold italic 12px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #EDEAC0;

}
a.linkTab:link, a.linkTab:active, a.linkTab:visited {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #00cc00;
    padding: 2px;
}
a.linkTab:hover {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #00cc00;
    padding: 2px;
    background-color: #AAB0C6;
}
.linkLikeFormbut, a.linkLikeFormbut {
    border: 1px solid #fff; 
    background: #b29e00;  
    font-size: 12px; 
    font-weight: bold; 
    color: #003300; 
    cursor: pointer;
    padding: 4px 2px 2px 2px;
    text-align: center;
    text-decoration: none;
}
a.linkLikeFormbut:hover {
    background: #ffcc00;
}
/* ------------------------------------
   Guestbook Ausgabe
   Guestbook Eingabe: s.Formular
   ------------------------------------ */
div.vpgb_eintrag {
	margin: 10px 0px 10px 0px;
	border-bottom: 3px solid #59672a;
	padding-bottom: 0;
	background: none;
}

div.vpgb_infos {
	margin: 0px;
	white-space: nowrap;
}
div.vpgb_entry {
    margin: 0px 0px 10px 0px;
}
div.vpgb_comment {
	margin: 4px 0px 4px 0px;
	font-style: italic;
	color: #222;
}
div.vpgb_name {
	font-weight: bold;
	margin: 2px 0px 6px 0px;
}
.vpgb_datum {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;

}
a.vpgb_link {
   margin: 0;
    font-size: 12px;
	font-weight: normal;
	color: #fff !important;
	background-color: #59672a;
	border: 1px solid #941214; 
	padding: 2px;
	text-decoration: none;
}

a.vpgb_link:hover {
   margin: 0;
    font-size: 12px;
	font-weight: normal;
	color: #fff !important;
	background-color: #59672a;
	border: 1px solid white; 
	padding: 2px;
	text-decoration: none;
}
/* ------------------------------------
   Formulare
   ------------------------------------ */
.form {

}
   
.formbut {
    font-size: 12px;
	font-weight: bold;
	color: #4a3826;
	background-color: #e0d9c7;
	margin: 0;
	border: 1px solid #483a26; 
	padding: 2px;
	text-decoration: none;
	cursor: pointer; 
}

.formfield {
	border:1px solid #4a3826; 
	background: #fefefe;  
	font-size: 12px; 
	font-weight: normal; 
	color: #4a3826;
	width: 200px;
}
.formfieldEmpty {
    border:1px solid rgb(217,104,28); 
	background: #fefefe;  
	font-size: 11px; 
	font-weight:normal; 
	color:#001451; 
	padding-left:6px; 
	padding-top:2px;
}


/* Tabelloses Forumlar */
.formDisplay {
    display: block;
	float: left;
	border:1px solid #4a3826; 
	background: #fefefe;  
	font-size: 12px; 
	font-weight: normal; 
	color: #4a3826;
	width: 200px;
	padding-left: 6px; 
	padding-top: 2px;
	margin-bottom: 3px;
}
.formDisplayEmpty {
    display: block;
	float: left;
	border: 1px solid firebrick; 
	background: #fefefe;  
	font-size: 12px; 
	font-weight: normal; 
	color: #4a3826;
	width: 200px;
	padding-left: 6px; 
	padding-top: 2px;
	margin-bottom: 3px;
}
.formDisplayHidden {
    background: none; 
    display: block;
	float: left;
	border:0;  
	width: 200px;
	padding-left: 6px; 
	padding-top: 2px;
	margin-bottom: 3px;
}
.formLabel, .noLabel {
    display: block;
	text-align: right;
	float: left;
	width: 100px;
	padding-right: 20px;
	border: 0;
}
/* Alternative Administration */
.formbuton {
    border: 1px solid green; 
    background: #ffffff;  
    font-size: 12px; 
    font-weight: normal; 
    color: green; 
    cursor: pointer;
}
.formbutoff {
    border: 1px solid red; 
    background: #ffffff;  
    font-size: 12px; 
    font-weight: normal; 
    color: red; 
    cursor: pointer;
}
/* ------------------------------------
    Listen
    ------------------------------------ */
/*
ul {
    list-style-position: outside; 
    list-style-type: square;
}
*/
/* ------------------------------------
    Background Colors
    ------------------------------------ */


/* ------------------------------------
    Pager
    ------------------------------------ */
#boxPager, .boxPager {
    padding: 0;
    margin: 10px;
    border: 10px;
    font-size: 14px;
	font-weight: bold;
    line-height: 130%;
    text-align: center !important;
}   

.pager {
    font-size: 12px;
    font-weight: bold;
    color: #ffff99;
    background-color: #1b4811;
    margin: 0;
    border: 1px solid #ffff99; 
    padding: 3px;
    text-decoration: none;
}
a.pager {
    font-size: 12px;
    font-weight: bold;
    color: #ffcc00;
    background-color: #1b4811;
    margin: 0;
    border: 1px solid #ffff99; 
    padding: 3px;
    text-decoration: none;
}

a.pager:hover {
    font-size: 12px;
    font-weight: bold;
    color: #ffcc00;
    background-color: #1b4811;
    margin: 0;
    border: 1px solid #ffcc00; 
    padding: 3px;
    text-decoration: none;
} 
/* ------------------------------------
     Galerie
     ------------------------------------ */
.boxThumb {
	float: left;
	margin: 4px;
	padding:3px;
	height: 100px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	border: 1px outset #fff;
	background-color: #424D1F;
}

/* ------------------------------------
    Navigationspfad
    ------------------------------------ */

#locationBar {
    height: 14px;
    padding: 0;
    border: 0;
    vertical-align: middle;
}
.sep {
    color: #FFC000;
}
a.location:link, a.location:active, a.location:visited {
    color: silver;
    font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.2em;
}
a.location:hover {
	text-decoration: underline;
}
/* ------------------------------------
    Pedigree + Erfolge
    ------------------------------------ */
#pedigree {
    visibility: hidden; 
	position:absolute; 
	width:540px; 
	height:auto; 
	z-index:2; 
	top: 300px; 
	border-left: 1px solid #ffcc00; 
	border: 2px solid #ffcc00; 
	left: 160px; 
	background-color: #335a20;
	padding: 10px;
	/*
	 filter: Alpha(opacity=95, finishopacity=95);
	-moz-opacity: 0.95;
	*/
}
#success {
     visibility: hidden; 
	 position:absolute; 
	 width:540px; height:auto; 
	 z-index:3; 
	 top: 300px; 
	 border-left: 1px solid #ffcc00; 
	 border: 2px solid #ffcc00; 
	 left: 160px; 
	 background-color: #335a20;
	 padding: 10px;
	 /*
	 filter: Alpha(opacity=95, finishopacity=95);
	-moz-opacity: 0.95;
	*/
}
/* ------------------------------------
    Sitemap
    ------------------------------------ */
a.sitemap_level1 {
    display: block;
    border-bottom: 1px solid #fff;
    color: #000;
    font-weight:normal;
    padding-left: 10px;
    padding-bottom:.4em;
    /*
    background:url(../images/btn_more.png) no-repeat;
    background-position:right;
    */
}
a.sitemap_level2 {
    color: #364677;
    display:block;
    /*
    background:url(../images/btn_more.png) no-repeat;
    background-position:150px 4px;
    */
}
a.sitemap_level3 {
    color:#364677;
    display:block;
}
a.sitemap_level4 {
    color:#364677;
}
.sitemap_level2_container {
    width: 300px;
    padding: 6px 0px 6px 24px;
}
.sitemap_level3_container {
    width: 300px;
    padding: 0px 0px 4px 40px;
}
.sitemap_level4_container {
    width: 300px;
    padding: 0px 0px 2px 64px;
}


/* ------------------------------------
   Flash Video
   ------------------------------------ */

.flashVideo {
	width: auto;
	height: auto;
	text-align:center;
}
.stallionVideo {
	margin: 30px 0 0 0 !important;
}
  
.flashSelector {

	position: absolute;
	z-index: 10;
	top:252px;
	width: auto;
	height: 22px !important;
}
a.btnVideoOpen {
	border: 1px solid #fff; 
    background: #b29e00;  
    font-size: 12px; 
    font-weight: bold; 
    color: #003300; 
    cursor: pointer;
    padding: 4px 2px 2px 2px;
    text-align: center;
    text-decoration: none;
}
a.btnVideoClose {
	border: 1px solid #fff; 
    background: #b29e00;  
    font-size: 12px; 
    font-weight: bold; 
    color: #003300; 
    cursor: pointer;
    padding: 4px 2px 2px 2px;
    text-align: center;
    text-decoration: none; 
}

#videoOpen {
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
	width:auto;
	height: 18px;
}	
#videoClose {
	visibility: hidden;
	position: relative;
	z-index: 11;
	top: -18px;
	left: 0;
	width:auto;
	height: 18px;
}

#video {
	visibility: hidden;
	/*
	position:absolute;
	z-index: 9;
	top: 0px;
	left: 50%;
	margin-left: -470px;
	padding-top: 380px;
	font-size:40px;
	
	text-align:center;
	vertical-align: middle;
	line-height: 100%;
	width: 939px;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/overlay.png', sizingMethod='scale');
	*/
	text-align:center;
	margin: 20px 0 0 0;
}
/*
html>body #video {
	background-image:url(../images/overlay.png);
}
*/

/* ------------------------------------
    MAC IE 5.x Hacks
    ------------------------------------ */
    
/* MAC IE 5*/



/* Regel vor IE 5 MAC verbergen*/
/*\*/
