/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

img.floatleft {
    float: left;
    margin: 10px;
}
img.floatright {
    float: right;
    margin: 10px;
}


.box_floatleft {
    float: left;
    margin: 10px;
}
.box_floatright {
    float: right;
    margin: 10px;
}

.box_float {
    margin: 10px;
}


.t_left 	{ text-align: left; }
.t_right { text-align: right; }
.t_center{ text-align: center; }
.t_block { text-align: justify; }

body {
	background: Lightyellow;
	color: #444;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	/*font: normal 62.5% Tahoma,sans-serif;*/
	padding-top: 10px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em Tahoma,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}
h4 {font: normal 1em Tahoma,sans-serif;}

.trennlinie25{ background: #654; height: 2px; width: 25%;}
.trennlinie50{ background: #654; height: 2px; width: 50%;}
.trennlinie75{ background: #654; height: 2px; width: 75%;}
.trennlinie100{background: #654; height: 2px; width: 100%;}

form {margin: 0; padding: 0; display: inline;}
input, textarea {
padding: 3px 5px 3px 5px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #000000; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #ffffff; /*blau: 003897   #525252;*/
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 960px;
}

.outer-container {

	padding-bottom: 20px;
}

/* headere & title */
.header {

	background: #ffffff;/*#669999;*/
	height: 130px;
	margin: 10px 10px 0px 10px;
	text-align: left;
}
.header .logo {
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 5px;
}
.header .title {
	color: #FFF;
	padding-top: 45px;
}
.header .title .sitename a {
	color: #000000;
	font: normal 2.4em "Times New Roman", sans-serif;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */
.main {
	background: #fff; /*blau: 003897   #525252;*/
	/*border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;*/
	margin: 0px 10px 0px 10px;
}

/* content */
.content {
	float: right;
	width: 800px;
	background: #fff;/*blau: 003897   #525252;*/
	min-height: 619px;
	border-top: 10px solid #D72828;
	border-left: 10px solid #D72828;
	margin-bottom: 10px;
         /*background: green;*/
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content .dunklelinie{
	width: 100%;
	height:10px;
	background: #fff;/*blau: 003897   #525252;*/

}


.content .intro{
	float:left;
	height: 300px;
	width: 333px;
	overflow: hidden;
	background: #CCDDDD;/*#FFF5E0;*/
}
.content .picture{
	float:right;
	height: 359px;
	width: 457px;
	background: #CCDDDD;
}
.content .termine{
	float: left;
	margin-top: 10px;
	height: 309px;
	width: 333px;
	background: #CCDDDD;
}
.content .news{
	float: right;
	margin-top: 10px;
	height: 250px;
	width: 457px;
	background: #CCDDDD;
	overflow: hidden;
}

.content .artikel_bigbox{
	margin: 0 0 0 0;
	background: #CCDDDD;
	min-height: 619px;
}
.artikel_bigbox .title{
	padding-top: 35px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 1.8em;
}
.artikel_bigbox .infos{
	padding-top: 5px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 0.8em;
	color: #654;
}
.infos a {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}
.infos a:hover {color: #654;}

.infos .underline{
	border-bottom: 1px solid #7F7F7F;
}
.artikel_bigbox .text{
	margin-top: 20px;
	margin-left: 35px;
	margin-right: 35px;
	padding-bottom: 20px;
	font-size: 1em;
}





.news h3{font-size: 1em; margin-left: 5px;}
.news h4{font-size: 0.9em; margin-left: 5px;}
.news h4 a {
	font-size: 0.9em;
	color: #000000;
	display: block;
	text-decoration: none;
}
.news h4 a:hover {color: #654;}


.news .box{
	margin: 3px 5px 5px 3px;
	height: 195px;
	overflow: hidden;
}

.news .text{
	background: url('img/li.bmp') no-repeat;
	margin: 4px 0px 0px 0px;
	padding-left:21px;
	text-indent:-10px
}






/* Formatierung der Termine auf der Startseite */
.termine h3{font-size: 1em; margin-left: 5px;}
.termine h4{font-size: 0.9em; margin-left: 5px;}
.termine h4 a {
	font-size: 0.9em;
	color: #000000;
	display: block;
	text-decoration: none;
}
.termine h4 a:hover {color: #654;}


.termine .box{
	margin: 3px 5px 5px 8px;
	height: 255px;
	overflow: hidden;
}
.termine .entry{
	margin: 3px 0px 0px 0px;
}
.termine .date{
	float: left;
	width: 42px;
}
.termine .text{
	float: right;
	width: 275px;
}
/***************************/


/* Formatierung der LINKLISTE!!! */
.terminliste_text a {
	font-size: 1em;
	color: #000000;
	display: block;
	text-decoration: none;
}
.terminliste_text a:hover {color: #654;}


.terminliste_box{
	margin: 3px 15px 5px 25px;
}
.terminliste_entry{
	margin: 3px 0px 0px 0px;
	display:block;
	border-bottom: 1px solid #7F7F7F;
}

.terminliste_date{
	float: left;
	width: 100px;
}
.terminliste_text{
	float: left;
	width: 490px;
}
.terminliste_location{
	float: right;
	width: 170px;
}
.terminliste_trenner{
	height: 3px;
	width: 100%;
	background: #000000;

}

/***************************/

.text a {
	font-size: 0.9em;
	color: #000000;
	text-decoration: none;
}
.text a:hover {
	color: #654;
}


.content ul {
	padding: 0;
	border-top: 0px solid #EAEADA;
	margin-top: 5px;
}
.content li {list-style: url(img/li.bmp);}
.content li a {
	font-size: 0.9em;
	color: #000000;
	display: block;
	padding: 1px 0 4px 0;
	text-decoration: none;
	width: 95%;
	text-align: left;
}
.content li a:hover {

	color: #654;
}



/* Linkliste */

.content .title{
	padding-left: 25px;
	padding-bottom: 15px;
	font-size: 1em;
}
/*.content .title h1{
	font-size: 1.8em;
}*/
.content .headline{
margin-top: 25px;
	padding-left: 250px;
	font-size: 1.4em;
}
.content .entry{
	margin: 10px 0px 5px 0px;
}
.content .link a{
	float: left;
	width: 35%;
	text-align: right;
	padding-right: 5px;
	color: #000000;
	text-decoration: underline;
	font-size: 1.2em;
}
.content .link a:hover {
	color: #654;
	font-size: 1.2em;
}
.content .desc{
	float: right;
	width: 63%;
	text-align: left;
	padding-left: 5px;
	font-size: 1.2em;
}



/*********** UEBERSICHT!!! ***********/

.ueb_title{
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 1em;
}
.ueb_title a{
	color: #000000;
	text-decoration: none;
}
.ueb_title a:hover{
	color: #654;

}




.ueb_entries{
	width: 740px;
	height: auto;
	border: 1px solid red;
}
.uebentry_title{
	width: 735px;
	font: normal 1.3em Tahoma,sans-serif;
	margin: 45px 30px 0 30px;
}
.uebentry_title a{color: #000000; text-decoration: none;}
.uebentry_title a:hover{color: #654;}

.uebentry_text{
	width: 735px;
	margin: 10px 30px 0 30px;
}
.uebentry_bereich{
	width: 700px;
	float: left;
	text-align: left;
	font-size: 0.8em;
	margin-left: 30px;
	margin-top: 3px;
}


.ueb_title h1 {font: normal 1.8em Tahoma,sans-serif;}
.ueb_title h2 {font: normal 1.4em Tahoma,sans-serif;}
.ueb_title h3 {font: normal 1em Tahoma,sans-serif;}

/*************************************/


/*********** VEREINSLISTE!!! ***********/
.content .vereine_box{
	width: 100%;
	text-align: left;
	font-size: 1.1em;
	color: #000;
	padding-bottom: 45px;
}
.content .vereine_logo{
	width: 280px;
	min-height: 20px;
	text-align: center;
	padding-right: 5px;
	float:left;
}
.content .vereine_vertreterbox{
	width: 500px;
	float:left;
	text-align: left;
}
	.vereine_vertreterbox .homepage{
		padding-left: 10px;
		margin-bottom: 10px;
		font-size: 0.9em;
	}
	.vereine_vertreterbox a{
	         color: #7F7F7F;
	         text-decoration: none;
	}


	.vereine_vertreterbox a:hover{
		color: #654;
	}
.content .vereine_entry{
	width: 100%;
	margin-bottom: 5px;
}
.content .vereine_amt{
	width: 180px;
	float:left;
	text-align: right;
}
.content .vereine_name{

	float:left;
	padding-left: 15px;
	text-align: left;
}



/***************************************/


/*********** ATTACHMENTS!!! ***********/

.infos .attachments_box{
	width: 100%;
	text-align: left;
	font-size: 1.1em;
	color: #000;
}
.attachments_box .attachments_zeile{
	width: 100%;
	margin-bottom: 5px;
}



/**************************************/


/*********** ZUCHT!!! *****************/

.artikel_bigbox .zucht_title{
	padding-top: 35px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 1.8em;
}

.content .zucht_info{
	width: 422px;
	height: 140px;
	margin-left: 28px;
	float: left;
	text-align: left;
	font-size: 1em;
	color: #000;
}
.content .zucht_news{
	width: 340px;
	height: 140px;
	float: right;

}

.zucht_news .zucht_box{
	margin: 3px 0px 5px 3px;
	height: 79px;
	overflow: hidden;
}

.zucht_news .zucht_text{
	background: url('img/li.bmp') no-repeat;
	margin: 4px 0px 0px 0px;
	padding-left:21px;
	text-indent:-10px;
}
.zucht_news a {
	font-size: 1em;
	color: #000000;
	text-decoration: none;
}
.zucht_news a:hover {
	color: #654;
}

.content .zucht_seitenzahlen{
	height: 20px;
	min-width: 150px;
	margin-left: 28px;
	margin-right: 28px;
	padding-top: 3px;
	text-align: left;
	font-size: 1.2em;
	color: #000;
	border-top: 1px solid black;
}
.content .zucht_seitenzahlen a {
	color: #000000;
	text-decoration: none;
	margin-left: 9px;

}
.content .zucht_seitenzahlen a:hover {
	color: #654;
}

.content .zucht_container{
	height: auto;
	width: 760px;
	margin-left: 30px;
	margin-top: 30px;
	text-align: left;
	font-size: 1em;
	color: #000;

}

.zucht_container .pferd_liste{
	width: 240px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.pferd_liste .foto{ /* Foto im Format 4:3 (236px*177px) */
	width: 236px;
	height: 177px;
	vertical-align: text-bottom;
	text-align: center;
	overflow: hidden;
}

.pferd_liste .name{
	width: 236px;
	height: 35px;
	padding-top: 6px;
	text-align: center;
         overflow: hidden;

}
.pferd_liste .name a {
	color: #000000;
	text-decoration: none;
}
.pferd_liste .name a:hover {
	color: #654;
}

.pferde_picture_box{
	margin-left: 26px;
}

.pferd_details_tabelle_box{
	width: 500px;
	height: auto;
	float:left;
}

.pferd_title_foto{ /* Foto im Format 4:3 (236px*177px) */
	width: 236px;
	height: 177px;
	float:left;
	text-align: center;
	margin-top: 35px;
	margin-left: 34px;
}

.pferde_picture{
	width: 250px;
	height: 240px;
	float: left;
	text-align: center;
	overflow: hidden;
}
/**************************************/

/********* GAESTEBUCH *************/
.content .gb_seitenzahlen{
	margin: 20px 30px 10px 30px;
	text-align: left;
	font-size: 1.1em;
	color: #000;

}
.content .gb_seitenzahlen a {
	color: #000000;
	text-decoration: none;
}
.content .gb_seitenzahlen a:hover {
	color: #654;
}

.content .gb_newentry{
	height: auto;
	margin-left: 30px;
	margin-right: 35px;
	margin-top: 30px;
	text-align: left;
	font-size: 1em;
	color: #000;
}


.content .gb_container{
	height: auto;

	margin-left: 30px;
	margin-right: 35px;
	margin-top: 30px;
	text-align: left;
	font-size: 1em;
	color: #000;
}

.gb_container .gb_entry{
	width: 100%;
	margin-bottom: 35px;
	border-left: 1px solid black;
	padding-left: 4px;
}
.gb_container .gb_title{
	width: 100%;
	padding-left: 0px;
	font-size: 1.1em;
	font-weight: bold;
}
.gb_container .gb_info{
	width: 100%;
	padding-left: 0px;
}
.gb_container .gb_text{
	width: 100%;
	margin-top: 10px;
	text-align: justify;


}

/**********************************/
/* navigation */
.navigation {
	float: left;
	width: 130px;
	background: #ffffff;/*#669999;*/
	height: 599px;
	padding-bottom: 20px;
	margin: 0px 0px 10px 0px;
	border-top: 10px solid #D72828;
}
.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 0px solid #EAEADA;
}
.navigation li {border-bottom: 0px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #000000;
	display: block;
	padding: 8px 0 8px 0;
	text-decoration: none;
	width: 95%
	text-align: center;
}
.navigation li a:hover {
	color: #654;
}

.navigation .aktiv{
	color: #654;
	display:inline;
}
.navigation .impressum{
	margin-top: 40px;
	font-size: 0.8em;
	text-align: center;
}
.navigation .impressum a{
	color: #000000;
	text-decoration: none;
}
.navigation .impressum a:hover{
	color: #654;
}

/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #F7F7F2;}