/* ====================================== 
   1. Kalibrierung und allgemeine Styles 
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
*
{
	padding: 0;
	margin: 0;
}
/* Allgemeine Selektoren */

html
{
	height: 101%;
} /* erzwingt Scrollbar im Firefox */
body
{
	color: #004B98;
	background-color: #B4D2E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1
{
	font-size: 130%;
}
h2
{
	font-size: 110%;
}
.clear
{
	clear: both;
}
/* Hyperlinks */
a
{
	text-decoration: none;
	outline: none;
}
a:link
{
	color: #B50C51;
}
/*a:visited { color: #cc6666; }*/

/* Allgemeine Klassen und IDs */
.skiplink
{
	position: absolute;
	left: -3000px;
	top: -2000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
.img_right
{
	float:right;
	margin-left: 20px;
	border: 1px solid Black;
}
.img_left
{
	float:left;
	margin-right: 30px;
	border: 1px solid Black;
}
.img_left_no_bord
{
	float:left;
	margin-right: 10px;
	margin-top: 5px;
}
.img_right_no_bord
{
	float:right;
	margin-left: 10px;
	margin-top: 5px;
}
/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

#wrapper
{ /* Das HTML-Element mit dem Attribut id="wrapper" */
	color: black;
	width: 960px; /* Breite des Inhaltsbereiches */
	margin: 10px auto;
}
#header
{
	color: #000000;
	/*height: 197px;*/
	background-image: url(../images/head.png);
	background-repeat: no-repeat;
}
#navi
{
	text-align: center;
	color: #FFFFFF;
	background-color: #B50C51;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #B50C51;
}
#content
{
	/*background-color: #B4D2E3;*/
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
}
#content a, #content a:visited
{
	border-bottom: #B50C51;
}
#content a:hover,  #content a:focus
{
	border-bottom: 1px solid #B50C51;
}
#main
{
	/*background-color: #B4D2E3;*/
	width: 600px;
	float: left;
	padding: 20px;
	color: #004B98;
}
#newsbox
{
	width: 100%;
	max-height: 450px;
	overflow: auto;
}
.newspost
{
	padding: 5px 20px 5px 0px;
	text-align: left;
	line-height: 1.3em;
}
.pics a, a:link, .pics a:hover, .pics a:focus
{
	text-decoration: none;
	border-bottom: none;
}
/* ==================================== 
   Styles für die  Sidebar 
   ==================================== */
#sidebar
{
	width: 280px;
	/*background-color: #0099cc;*/
	float: right;
	padding: 20px;
	color: #B4D2E3;
}
#boxtop
{
	background-image: url(../images/boxtop.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#box
{
	border-left: 1px solid #B4D2E3;
	border-right: 1px solid #B4D2E3;
	padding: 0px 5px;
	line-height: 1.3em;
}
#box a
{
	color: #B4D2E3;
}
#box a:hover
{
	border-bottom: 1px solid #B4D2E3;
}
#boxbottom
{
	background-image: url(../images/boxbottom.gif);
	background-repeat: no-repeat;
	height: 15px;
}
#sbhome
{
	padding: 30px 0 0 0;
}
#sbnews
{
	background-image: url(../images/sidebar/news.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#sbdescription
{
	background-image: url(../images/sidebar/description.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#sbresults
{
	background-image: url(../images/sidebar/results.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#sbbreeding
{
	background-image: url(../images/sidebar/breeding.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer
{
	color: #FFFFFF;
	text-align: center;
	background-color: #004B98;
	border-top: 2px solid #B50C51;
	border-left: 2px solid #B50C51;
	border-right: 2px solid #B50C51;
	padding-top: 5px;
}
#footer a
{
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover
{
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
}
#bottom
{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 26px;
}
/* ==================================== 
   3. Styles für einzelne Seiten
   ==================================== */
#wappen
{
	color: #000000;
	/*height: 197px;*/
	background-image: url(../images/wappen.png);
	background-repeat: no-repeat;
	float: right;
}
#performancerom
{
	color: #000000;
	background-color: #FFFFFF;
	/*height: 197px;*/
	background-image: url(../images/breeding/performance-rom.jpg);
	background-repeat: no-repeat;
	float: right;
}
#halterrom
{
	color: #000000;
	background-color: #FFFFFF;
	/*height: 197px;*/
	background-image: url(../images/breeding/halter-rom.jpg);
	background-repeat: no-repeat;
	float: right;
}
.results
{
	border: 1px solid #004B98;
}
label.davor
{
	float: left;
	clear: left;
	width: 130px;
	text-align: right;
	margin-right: 5px;
}
#titelbild
{
	background-image: url(../images/titelbild.png);
	background-repeat: no-repeat;
}
#breedingrules
{
	line-height: 1.3em;
	padding-right: 5px;
	text-align: justify;
}
#linkscontent a:link, #linkscontent a:hover, #linkscontent a:focus
{
	text-decoration: none;
	border-bottom: none;
}
#linkscontent table
{
	text-align: center;
	width: 100%;
}
#resulttable table
{
	border-collapse: collapse;
	width: 90%;
}
#resulttable td
{
	border: solid 1px #004B98;
	padding: 3px;
	line-height: 1.3em;
}
.pedigreetable table
{
	text-align: center;
}
.counter
{
	display: none;
}
/* ==============================================
   4. Styles für Pedigree Ahnenseiten und Bilder
   =========================================== */
#greenwithinvy
{
	color: #000000;
	background-color: #FFFFFF;
	/*height: 197px;*/
	background-image: url(../images/pedigree/greenwithinvy.jpg);
	background-repeat: no-repeat;
	float: right;
	border: 1px solid #000000;
}
#invitationonly
{
	color: #000000;
	background-color: #FFFFFF;
	/*height: 197px;*/
	background-image: url(../images/pedigree/invitationonly.jpg);
	background-repeat: no-repeat;
	float: right;
	border: 1px solid #000000;
}
#ultimateheaven
{
	color: #000000;
	background-color: #FFFFFF;
	/*height: 197px;*/
	background-image: url(../images/pedigree/ultimateheaven.jpg);
	background-repeat: no-repeat;
	float: right;
	border: 1px solid #000000;
}
#zipposheavensent
{
	color: #000000;
	background-color: #FFFFFF;
	/*height: 197px;*/
	background-image: url(../images/pedigree/zipposheavensent.jpg);
	background-repeat: no-repeat;
	float: right;
	border: 1px solid #000000;
}
#zippopinebar
{
	color: #000000;
	background-color: #FFFFFF;
	/*height: 197px;*/
	background-image: url(../images/pedigree/zippopinebar.jpg);
	background-repeat: no-repeat;
	float: right;
	border: 1px solid #000000;
}
#ultraradical
{
	color: #000000;
	background-color: #FFFFFF;
	/*height: 197px;*/
	background-image: url(../images/pedigree/ultraradical.jpg);
	background-repeat: no-repeat;
	float: right;
	border: 1px solid #000000;
}
#radicalrodder
{
	color: #000000;
	background-color: #FFFFFF;
	/*height: 197px;*/
	background-image: url(../images/pedigree/radicalrodder.jpg);
	background-repeat: no-repeat;
	float: right;
	border: 1px solid #000000;
}
#hotroddersjetset
{
	color: #000000;
	background-color: #FFFFFF;
	/*height: 197px;*/
	background-image: url(../images/pedigree/hotroddersjetset.jpg);
	background-repeat: no-repeat;
	float: right;
	border: 1px solid #000000;
}
/* ====================================== 
   5. Styles für Pedigree Tabellen-Linien
   ======================================= */
.n
{
	border-top: 1px solid #004B98;
}
.s
{
	border-bottom: 1px solid #004B98;
}
.w
{
	border-left: 1px solid #004B98;
}
.e
{
	border-right: 1px solid #004B98;
}

