@charset "ISO-8859-1";

/* ---- LOGINFORM TOP ---- */

#login .tx-felogin-pi1 label { font-size: 11px; display: inline; }
#login input {
	font-size: 11px;
	width: 72px;
	margin: 0;
}

#login fieldset { position: absolute; width: 394px; right: 0px; }

#login form { 
	position: absolute; 
	right: 10px;
	left: auto;
	display: inline;
}
#login h3 { 
	position: absolute;
	font-size: 11px; 
	font-style: normal; 
	display: inline; 
	right: 415px;
	top: 2px;}

#login div.csc-loginform {
	position: absolute;
	right: 10px;
}

#login {
	top: 5px;
	}

#login p{
	position: absolute;
	right: 108px;
	top: 2px;
}

#login div.csc-mailform-label {
	float: left;
	width: 140px;
}

#login .csc-mailform-field label {
	margin-top: 0px;
}

#login div.csc-mailform-field {
	float: left;
	margin-left: 5px;
}





.tr-even-hover a:link, .tr-even-hover a:visited, .tr-even-hover a:hover, .tr-even-hover a:active { 
	color:#ffffff; background-color:#0C8A5C;
}
.tr-even-hover { cursor:pointer; }

.updated { font-size: 11px; }


.singleimage {
	padding-top: 5px; 
	padding-bottom: 5px; 
	width: 162px;
	}
.clearer { clear: both; }

.gallery_row {
	width: 180px;
	float: left;
	text-align: center;
	height: 180px;
	border: 1px solid #ddd;
	margin: 2px;
}

.gallery_row_image{
	height: 150px;
}

.gallery_row_footer {
	text-align: center;
}

/* ZÜCHTERPROFILE */
.row_bold { 
	float: left;
	font-weight: bold;
	width: 90px;
	margin-bottom: 10px;
}

.row { margin-bottom: 10px; }

.zuechterbild {
	width: 150px;
	float: left;
}

.zuechterdetails {

}

.zuechterdetails_wrapper {
	width: 255px;
	float: left;
}

.gallerywrapper {
	width: 185px;
	float: right;
	padding-bottom:2px;
}

.microgallery {
	
}



.tx-ceenatierverwaltung-pi1 table tr th, 
.tx-ceenatierverwaltung-pi2 table tr th, 
.tx-ceenatierverwaltung-pi3 table tr th, 
.tx-ceenatierverwaltung-pi4 table tr th,
.tx-ceenatierverwaltung-pi5 table tr th {
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	background-color: #0C8A5C;
	padding: 3px 11px 3px 9px;
}



/* tJULIAN WEIDENTHALER
   www.julianweidenthaler.com
   
   FARBEN:
   
   GRÜN: #0c8a5c		---> NAVI HOVER BACKGROUND, H1, LINIEN, BUTTONS, LOGIN HINTERGRUND, etc.
   HELLGRÜN: #87bba1	---> NAVI UNTERMENÜ
   
   CONTENTGRAU: #eef3f0
      
   SIDEBAR FARBE 1: #597d6b
   SIDEBAR FARBE 2: #789586
   SIDEBAR FARBE 3: #8fa79b
   SIDEBAR FARBE 4: #acbeb4
   SIDEBAR FARBE 5: #88c983
   
   
*/


/* CSS RESET */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, ol, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table {
	width: auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-size-adjust: 0.45;
	letter-spacing: 0.04em;
	color: #333;	
}

/* 

NAVIGATIONSBUTTON NUR ALS DUMMY ---> BITTE DURCH DAS NAVI, DAS VERWENDET WIRD ERSETZEN!

*/

/* 
	LEVEL ONE
*/
ul.navi { 
	list-style: none; 
	height: 35px; 
}
ul.navi ul { 
	list-style: none;
	width:auto;
	display:block;
}
ul.navi  { 
	position: relative; 
} 
ul.navi li  { 
	font-weight: bold; 
	float: left; 
	zoom: 1; 
	color:white; 
	height:15px; 
	padding: 10px 5px; 
	position:relative; 
	margin-right: 10px;
}

ul.navi  li  span {
	text-transform: uppercase;
}

ul.navi li a ,
ul.navi li a:visited,
ul.navi li a:hover,
ul.navi li a:active{ 
	display: block; 
	color: white; 
	text-decoration:none;
	text-transform: uppercase;
}
ul.navi li:last-child a  { 
	border-right: none; 
} /* Doesn't work in IE */

ul.navi  li.hover,
ul.navi  li:hover { 
	background-color: #0E8A5C; 
	position: relative; 
	color:white;
}

/* to delete if no effect
ul.navi  li  a, 
ul.navi  li  a:hover {
	text-decoration:none;
	color: white;
	text-transform: uppercase;
} 
*/
ul.navi  li:hover, {
	color: white;
	text-decoration:none;
}

ul.navi li ul li a {
	text-transform: none;
}

ul.navi > li > ul > li > a, 
ul.navi > li > ul > li > a:hover {
	text-decoration:none;
}

/* 
	LEVEL TWO
*/
ul.navi ul  {
	text-transform:none; 
	width:200px; 
	visibility: hidden; 
	position: absolute; 
	top: 100%; 
	left: 0; 
}
ul.navi ul li  { 
	font-weight: normal; 
	background-color: #87BBA1;  
	float: none; 
}
ul.navi ul li:hover  { 
	color: white; 
	font-weight: normal; 
	background-color: #0E8A5C;  
	float: none; 
}									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.navi ul li:hover a { 
	color:white; 
} 									
ul.navi ul li a,
ul.navi ul li a:visited,
ul.navi ul li a:hover,
ul.navi ul li a :active{ 
	border-right: none;  
	display: block; 
	text-decoration:none;
	text-transform: none;
} 


/* DIVs */

body {
background-color: white;
width: 100%;
}

#wrapper {
position:absolute;
width: 960px;
left: 50%;
margin-left: -480px;
}

#background {
position:absolute;
width:100%;
height: 360px;
background-color: #ecf3ee;
}

#header {
position:relative;
height:360px;
z-index:2;
}

#login {
position: absolute;
width: 100%;
}

#anmeldung {
width: 950px;
height: 25px;
padding: 10px;
text-align: right;
font-weight: bold;
font-size: 14px;
visibility: hidden;
display:none;
}

#banner {
margin-top: 45px;
position: absolute;
width: 100%;
height:170px;
}

#banner p {
	margin: 0px;
}

#hbannerwrapper {
position:relative;
float: left;
margin-right: 10px;
width: 310px;
height: 100%;
background: url('images/bg-hbutton.jpg') no-repeat;
}

#hbannerpig {
position:relative;
float: left;
margin-right: 10px;
width: 310px;
height: 100%;
background: url('images/bg-hbutton-pig.jpg') no-repeat;
}

#hbannerspe {
position:relative;
float: left;
margin-right: 10px;
width: 310px;
height: 100%;
background: url('images/bg-hbutton-spe.jpg') no-repeat;
}

#hbanner1, #hbanner2, #hbanner3  {
padding: 5px;
}

#logo {
margin-top: 225px;
position: absolute;
width: 100%;
height: 90px;
background: url('images/bg-logo.jpg') repeat-x;
}

#logoimage {
position:absolute;
width: 700px;
}

#suche {
position:absolute;
margin: 60px 0 0 700px;
width: 250px;
text-align: right;
}

#suche input {
margin:0;
}

#navigation {
margin-top: 325px;
position: absolute;
width: 100%;
height: 35px;
background: url('images/bg-navi.jpg') repeat-x;

}

#contentwrapper {
position: relative;
float: left;
width: 630px;
background-color: #eef3f0;
margin: 10px 0 0 0;
}

#breadcrumb {
	margin: 10px 20px;
}

#breadcrumb p {
	margin:0;
}

#content {
	margin: 20px;
	z-index:2000;
}

#sidebar {
position: relative;
float: right;
width: 320px;
margin: 10px 0 0 0;
}

#sbannerwrapper {
width: 310px;
height: 70px;
margin-bottom: 10px; 
}

.sbanner1 {
background: #597d6b url(images/bg-sbutton-1.jpg) no-repeat bottom right;
}

.sbanner2 {
background: #789586 url(images/bg-sbutton-2.jpg) no-repeat bottom right;
}

.sbanner3 {
background: #8fa79b url(images/bg-sbutton-3.jpg) no-repeat bottom right;
}

.sbanner4 {
/*background: #acbeb4 url(images/bg-sbutton-4.jpg) no-repeat bottom right;*/
background: #acbeb4 url(images/bg-sbutton-4-2.jpg) no-repeat bottom right;
}

.sbanner5 {
background: #88c983 url(images/bg-sbutton-5.jpg) no-repeat bottom right;
}


#sbanner {
padding: 5px;
height: 60px;
}

#footerwrapper {
position: relative;
float: left;
width: 590px;
margin: 0 10px 0 0;
}

#footer {
	float:right;
	padding: 20px 5px 0 5px;
}

#footer {
	float:right;
	padding: 20px 5px 0 5px;
	font-size:9pt;
	color: #8fa79b;
}

#info_footer {
	float:left;
	padding: 20px 5px 0 5px;
	font-size:9pt;
	color: #8fa79b;
}

#info_footer span {
	border-left: 1px solid #789586;
	padding-left: 5px;
}




/*
#navigation ul {
height: 35px;
text-transform: uppercase;
}


#navigation li.navibutton {
list-style-type: none;
position: relative;
float: left;
margin-right: 10px;
height: 15px;
padding: 15px 5px 5px 5px;

}
*/
#navigation li.navibuttongreen {
background-color: #0c8a5c;
list-style-type: none;
position: relative;
float: left;
margin-right: 10px;
height: 15px;
padding:10px 5px;
}

#navigation li.navibuttongreen a {
color:white;
text-decoration:none;
}

/*
#navigation ul li a {
font-size: 14px;
font-weight: bold;
color: white;
text-decoration: none;
}

#navigation ul li span{
font-size: 14px;
font-weight: bold;
color: white;
text-decoration: none;
cursor: default;
}

#navigation ul li ul {
	border-top:1px solid #87bba1;
	margin-top:6px;
	background-color: black;
	z-index:200;
	position:absolute;
	display:none;
	visibility: hidden;
}

#navigation ul li ul li {
	background-color:#87bba1;
	list-style-type: none;
	padding: 0px 15px 0px 10px;
	line-height:32px;
	text-transform: none;
}

#navigation ul li ul li  a {
	font-weight:normal;
}

#navigation ul li ul li:hover {
	background-color:#0E8A5C;
	list-style-type: none;
	padding: 0px 15px 0px 10px;
	line-height:32px;
	text-transform: none;
}

#navigation ul li:hover ul {
	display: block;
	visibility: visible;
	margin-left:-5px;
}
*/

/* 

NAVIGATIONSBUTTON NUR ALS DUMMY ---> BITTE DURCH DAS NAVI, DAS VERWENDET WIRD ERSETZEN!

*/


/* TYPOGRAFIE */

body {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
/*font-size-adjust: 0.45;*/
letter-spacing: 0.04em;
color: #333;
}

h1 {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 24px;
font-weight: normal;
line-height: 1.5em;
margin-bottom: 1em;
border-bottom: 2px solid #D5E6DE;
color:white;
}

#content h1 {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 24px;
font-weight: normal;
color: #0c8a5c;
line-height: 1em;
margin-bottom: 1em;
border-bottom: 1px solid #0c8a5c;
}

#sidebar h1 {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 24px;
font-weight: normal;
color: white;
line-height: 1em;
border: none;
}

#sidebar a, #sidebar a:visited {
color: white;
text-decoration: underline;
}

#sidebar a:hover, #sidebar a:active {
color: white;
text-decoration: none;
}

h2 {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 18px;
font-weight: bold;
color: #0c8a5c;
margin-bottom: 1em;
margin-top: 1em;
}

h3 {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 1.5em;
font-style: italic;
margin-left:20px;
}

h4 {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.5em;
margin-left:20px;
}

h5 {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
font-style: italic;
font-weight: bold;
line-height: 1.5em;
margin-left:20px;
}

h6 {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
font-style: italic;
font-weight: normal;
line-height: 1.5em;
margin-left:20px;
}

input, textarea {
	margin: 0 10px;
}

.edit_profile input { width: 250px; }

textarea {
	width: 250px;
	height: 120px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

.white {
color: white;
border-bottom: 1px solid white;
}

.small {
font-size: 10px;
line-height: 1.3em}

a, a:visited {
color: #0c8a5c;
text-decoration: underline;
}

a:hover, a:active {
text-decoration: none;
}

/* CONTENT TYPOGRAFIE */

p {
line-height: 1.4em;
margin-left: 20px;
}

#content ul {
list-style: square inside;
margin: 1em 0 1em 20px;
line-height: 1.4em;
}

#content ul > li > ul{
list-style: circle inside;
margin: 0.3em 0 0.7em 20px; 
line-height: 1.4em;
}

#content ol {
list-style: decimal inside;
margin: 1em 0 1em 20px;
line-height: 1.4em;
}


#content th {
text-align: left;
}

#content pre {
font-family: Georgia, Times, serif;
font-size: 14px;
text-indent: 0;
font-style: italic;
}

#content blockquote {
font-family: Georgia, Times, serif;
font-size: 24px;
text-indent: 0;
font-style: italic;
line-height: 1.2em;
}

#content div.csc-textpic-imagewrap ul { 
	margin-left:0px;
}

table.rahmen {
	width:590px;
	max-width:590px;
}

table.rahmen th {
	background-color: #0C8A5C;
	color:white;
	font-size:10px;
	text-transform: uppercase; 
	padding:5px;
	font-weight:bold;
}

table.rahmen td {
	font-size:14px;
	border-bottom: 1px solid #0C8A5C;
	text-transform: uppercase; 
}

.eberframe {
	margin-bottom:20px;
}

h2.searchHeadline {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 18px;
font-weight: bold;
color: #0c8a5c;
text-align:center;
margin-bottom: 0.2em;
margin-top: 1em;
}

/* jquery filter */
#filter-form {
	width:100%;
	margin:15px 0px 5px 5px;
}

#filter-form  span {
	font-weight: bold;
}

#filter {
	width:88%;
}



/* Formulare */
.csc-mailform-field label {
			clear:both;
			margin-top: 5px;
			float:left;
			padding-left:0px;
			width:90px;
			}

		.csc-mailform {
				border: none;
				width: 450px;
			}
		.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select {

			float:left;
			/*float: right;*/
			display:block;
			width:255px;
			padding:1px;
			margin-bottom:10px;
			margin-left: 10px;
			border: 0;
			font-size: 13px;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			}
			
		input.csc-mailform-submit {
			margin-left: 100px;
			background-color: #ffffff;
			}
.tx-chgallery-pi1 .single span small { display: none; }


/* table sorter style */


table thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table tbody tr.odd td {

}
table thead tr .headerSortUp {
	background-image: url(images/asc.gif);
	background-color: #88CA83;
}
table thead tr .headerSortDown {
	background-image: url(images/desc.gif);
	background-color: #88CA83;
}
table thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #88CA83;
}

#microgallery img{
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 8px;
}

div.news-single-item h1 {
	margin-top: 30px;
}

div.news-list-item {
	margin-top: 15px;
}

.news-single-rightbox {
width:180px;
}

input.csc-mailform-check {
    border: 0 none;
    display: block;
    float: left;
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    margin-left: 10px;
	margin-top: 10px;
    padding: 1px;
	width: auto;
}

.news-single-item  > a{
	visibility: hidden;
}

