/* CSS Document */

body,html {
	min-height:100%;
	height:100%;
	background-color:#B1E5ED
}
body {
	 margin: 0;
	 padding: 0;
	 color: #000000;
	 font-family: Arial, Helvetica, sans-serif;
	
}

#container {
	 position: relative;
	 width: 1000px; /* 1024 */
	 height:100%;
	 margin-right: auto;
	 margin-left: auto;
}

/* @group clearfix */
.clearfix:after {content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden;}
.clearfix {display: inline-block;}
.clearfix {display: block;}
* html .clearfix {height: 1%;}
/* @end */

/*@group Menu Nav*/
#menu{background-image:url(/medias/img/common/top.gif); height:143px; width:1000px;} /* 1024 */

a#STARTSEITE{display:inline; float:left; width:104px; height:41px; background-image:url("/medias/img/menu_nav/menu_00.gif"); background-repeat:no-repeat;}
a:hover#STARTSEITE{display:block; width:104px; height:41px; background:url("/medias/img/menu_nav/menu_00.gif") 0px -43px  no-repeat; }

a#ZUCHTSTUTEN{display:inline; float:left; width:129px; height:41px; background-image:url("/medias/img/menu_nav/menu_01.gif"); background-repeat:no-repeat;}
a:hover#ZUCHTSTUTEN{display:block; width:129px; height:41px; background:url("/medias/img/menu_nav/menu_01.gif") 0px -43px  no-repeat; }

a#FOHLEN{display:inline; float:left; width:84px; height:41px; background-image:url("/medias/img/menu_nav/menu_02.gif"); background-repeat:no-repeat;}
a:hover#FOHLEN{background:url("/medias/img/menu_nav/menu_02.gif") 0px -43px  no-repeat; }

a#VERKAUFSPFERDE{display:inline; float:left; width:156px; height:41px; background-image:url("/medias/img/menu_nav/menu_03.gif"); background-repeat:no-repeat;}
a:hover#VERKAUFSPFERDE{background:url("/medias/img/menu_nav/menu_03.gif") 0px -43px  no-repeat; }

a#LEISTUNGEN{display:inline; float:left; width:121px; height:41px; background-image:url("/medias/img/menu_nav/menu_04.gif"); background-repeat:no-repeat;}
a:hover#LEISTUNGEN{ background:url("/medias/img/menu_nav/menu_04.gif") 0px -43px  no-repeat; }

a#KONTACT{display:inline; float:left; width:78px; height:41px; background-image:url("/medias/img/menu_nav/menu_05.gif"); background-repeat:no-repeat;}
a:hover#KONTACT{ background:url("/medias/img/menu_nav/menu_05.gif") 0px -43px  no-repeat; }

#menu-nav{float:left; padding: 54px 10px 2px 25px;}

.active {background-position: 0px -43px;}

/*@end */

/*@group Contenu*/
#contenu{background-image:url(/medias/img/common/middle.gif); height:201px; width:1000px;} /* 1024 */

#texte{height:170px; width:320px; float: left; margin-top: 27px; margin-left:140px; text-align:justify; font-size:11px;}

#image{height:195px; width:195px; float: left; margin-top: 0px; margin-left:40px; border: 3px solid #ffffff;}
/*@end */

/*@group Bottom*/
#bottom{background-image:url(/medias/img/common/bottom.jpg); height:304px; width:1000px; } /* 1024 */

#bottom a.logolink {
	display: block;
	position: relative;
	width: 256px;
	height: 180px;
	top: 30px;
	left: 740px;
	text-decoration: none;
}
/*@end */

/*@group Contenu Page*/
#contenu-page{background-image:url(/medias/img/common/middle-page.gif); width:1000; } /* 1024 */

#image-left{height:157px; min-height:157px; width:157px; float: left; margin-top: 20px; margin-left:20px; border: 3px solid #ffffff;}
#texte-left{_height:170px; min-height:170px; width:310px; float: left; margin-top: 20px; margin-left:10px; text-align:justify; font-size:11px;}

#image-right{height:157px; width:157px; float: left; margin-top: 20px; margin-left:10px; border: 3px solid #ffffff;}
#texte-right{_height:170px; min-height:170px; width:310px; float: left; margin-top: 20px; margin-left:10px; text-align:justify; font-size:11px;}

#ligne-numero{border-top: 1px solid #000000}
#numero{float:right; background-color:#000000;  padding:2px 5px 2px 5px; font-size:11px;}
#numero a:link { text-decoration:none; color:#AEB0B3; padding-right:3px}
#numero a:hover {text-decoration:underline; color:#ffffff; padding-right:3px; font-weight:bold}
#numero a:visited {text-decoration:underline; color:#AEB0B3; padding-right:3px; }

a.link {
	text-decoration:none;
	color:#0099FF;
}
a.link:hover {
	text-decoration:underline;
}


/*@end */

.spacer { clear: both; padding: 0; border: 0; margin: 0; height: 0px; font-size: 0px; min-height: 100%;}

/*@group genealogie*/
#genealo-left{float:left; margin-left:20px; margin-top:30px}
#genealo-texte-left{ font-size:11px; text-align:center; padding:0px 5px 20px 5px;margin-top:170px}
#genealo-image-left{_height:157px; min-height:157px; float:left;  border: 3px solid #ffffff;}

#genealo-left-top{float: left; width:170px; margin-top:100px; font-size:11px; margin-left:15px}
#genealo-middle-top{float: left; width:170px; margin-top:70px; font-size:11px;}
#genealo-right-top{float: left; width:200px; margin-top:20px; font-size:11px;}

#genealo-texte-right{_height:200; min-height:230px; width:200px; float: right; margin-top: 20px; margin-left:5px; margin-right:5px; text-align:justify; font-size:11px; border-left:1px dotted #43A8B9; padding-left:5px} /* width:245px; */

/*@end */

pre { display:none }

/***** easy clearing *****/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */