html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	text-align:center; /* center IE */


	font-family:Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	font-size:14px;
	color:#000000;
	text-decoration:none;
	line-height:16px;
}


.div_center {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	text-align: left;			
}
	

div#container {
	position:relative; /* needed for footer positioning*/
	background:#FFFFFF;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
	min-width:980px;
}

div#header {
	position:relative;
}

div#header_flash {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:340px;
	width:150px;
	height:130px;
	overflow:hidden;
	z-index:10;
}

	div#header_logo{
		position:relative; /* needed for footer positioning*/
		background:#F3C951;
		
		background-image:url(images/website_roek_bgheader.jpg);
		background-repeat:repeat-x;
		
		height:130px;
	}
	
	div#header_menu {
		position:relative;
		background-image:url(images/website_roek_bgmenu.gif);
		background-repeat:repeat-x;
		background-color:#F7EDC5;	
		height:65px; /* IE6: treaded as min-height*/
		overflow:hidden;
	}
	
	div#header_submenu {
		background-color:#F7EDC5;	
	}
	
	div#header_submenusub {
		background-color:#F3C951;	
	}
	
	
div#content {
	padding:0px 0px 45px 0px; /* bottom padding for footer */
}

	div#content_inner {
		padding-top:40px;
	}

	div#content_left {
		float:left;	
		width:480px;
		margin-right:20px;
	}
	
	div#content_right {
		float:left;	
		width:480px;
	}
	
	div#content_bottom {
		margin:15px 0;
	}

div#footer {
	position:absolute;
	width:100%;
	height:45px;
	bottom:0; /* stick to bottom */
	left:0px;
	background-image:url(images/website_roek_bgfooter.gif);
}

	div#footer_inner {
		height:45px;
	}
		
		div#footer_menu {
			position:relative;
			float:left;
			height:45px;
			line-height:45px;
			width:87%;	
		}
		div#footer_login {
			position:relative;
			float:right;
			margin: 10px 0;
			background-color:#ffffff;
			height:23px;
			line-height:23px;
			width:12%;
			text-align:center;	
			border: 1px solid #F3C951;
			border-bottom-right-radius: 4px;
			border-bottom-left-radius: 4px;
			border-top-right-radius: 4px;
			border-top-left-radius: 4px;
		}


/*mainmenu*/
#mainmenu, #mainmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;	
}

#mainmenu li {
   display: inline;
}


#mainmenu a {
	line-height:50px;
	height:65px;
	display: -moz-inline-block; display: inline-block;
	float:left;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	white-space:nowrap;	
	color:#000000;
	
}
#mainmenu .spacerSymbol {
	width:20px;
	height:50px;
	line-height:50px;
	background-image:url(images/website_spacersymbol.gif);
	display: -moz-inline-block; display: inline-block;
	float:left;
}

#mainmenu a:hover {
	color:#D0040F;
}
#mainmenu .menuparent a  {
	color:#D0040F;
	background-image:url(images/website_roek_menuicon.png);
	background-position:center;
	background-repeat:no-repeat;
}
#mainmenu .menuparent a:hover  {
	color:#D0040F;
}


/*submenu*/
/*#submenu, #submenu ul {*/
#submenu {
	list-style:none;
	margin:0px;
	padding:10px 0px;	
}

#submenu li {
}


#submenu a {
	line-height:18px;
	height:18px;
	font-weight:normal;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
}

#submenu a:hover {
	color:#D0040F;
}
#submenu .menuparent a {
	color:#D0040F;
}
#submenu .menuparent a:hover {
	color:#D0040F;
}

#submenu2 {
	list-style:none;
	margin:0px;
	padding: 5px 0;	
	/*display:inline;		*/
}

#submenu2 li {
	/*display:inline;*/
	float:left;
	margin-right: 10px;
}
	
	
#submenu2 a {
	line-height:18px;
	height:18px;
	font-weight:normal;
	color:#000000;
	text-transform:none;
	text-decoration:none;
	font-size:12px;
}

#submenu2 a:hover {
	color:#D0040F;
}
#submenu2 .menuparent a {
	color:#D0040F;
}
	
#submenu2 .menuparent a:hover  {
	color:#D0040F;
}

#submenu3 {
	list-style: square inside;
	margin:0px;
	padding: 0 0 5px 0;						
}

#submenu3 li {	
	/*display:inline; */
	float:left;
	margin-right: 10px;
}


#submenu3 a {
	line-height:18px;
	height:18px;			
	text-transform:none;
	text-decoration:none;
	font-size:12px;
}

#submenu3 a:hover {
	color:#D0040F;
}
#submenu3 li:hover {
	color:#D0040F;
}
#submenu3 .menuparent {
	color:#D0040F;
}

#submenu3 .menuparent a {
	color:#D0040F;
}

#submenu3 .menuparent a:hover  {
	color:#D0040F;
}


/*bottommenu*/
#bottommenu, #bottommenu ul {
	list-style:none;
	margin:0px;
	padding:0px;	
	float:left;
}

#bottommenu li {
   display: inline;
}


#bottommenu a {
	line-height:45px;
	height:45px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:11px;
	white-space:nowrap;
	display: -moz-inline-block; display: inline-block;
	float:left;
}
#bottommenu .spacerSymbol {
	width:20px;
	height:45px;
	line-height:45px;
	background-image:url(images/website_spacersymbol_bottom.gif);
	display: -moz-inline-block; display: inline-block;
	float:left;
}

#bottommenu a:hover {
	color:#D0040F;
}
#bottommenu .menuparent a  {
	color:#D0040F;
}
#bottommenu .menuparent a:hover  {
	color:#D0040F;
}




	
/*CLASSES AND OTHERS...*/
td,tr,tbody,table,div {
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	font-size:14px;
	color:#000000;
	text-decoration:none;
	line-height:16px;
}


form {
	margin:0px;	
}

img {
	border:none;	
}

p {margin:0px;padding:0px;}

#content a {
	/*color:#D0040F;*/
        color: #CC6600;        
	outline:none;		
}

#content a:hover {
	/*color:#D0040F;*/
        color: #CC6600;
	text-decoration:none;
}

#content .file_links_bottom_border a {
        color: #000000;
        font-weight: bold;
        outline:none;	
}


#content .file_links_bottom_border a:hover {	
        color: #000000;
	text-decoration:none;
}



a {
	color:#000000;
	outline:none;	
}

a:hover {
	color:#00000;
	text-decoration:none;
}

h1 {
	font-size:20px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	margin:0px;
	padding:0px;
}

h2 {
	font-size:16px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	margin:0px;
	padding:0px;
}


.lauftext {	
}

.bildtext {
	font-size:11px;	
}


.ueberschrift {
	font-size:20px;	
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	margin:0px;
	padding:0px;
}

.unterueberschrift {
        font-size:16px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	margin:0px;
	padding:0px;
}

/*CSS STYLED CONTENT*/
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	margin-bottom:0px;
	padding-bottom:15px;
}

/*GÄSTEBUCH*/
.tx-veguestbook-pi1 h2.tx-guestbook-header {
	background-color:#F3C951;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
	background-color:#F7EDC5;	
}


/*POWERMAIL ANPASSUNGEN */

.tx-powermail-pi1_headline {
	font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 10px 0;
}

.powermail_roek_spc {
	background-color:#F3C951;
}

div.powermail_radio_inner {	
	/*background-color: #F7EDC5;
	background-color: #FFFF99;*/
	background-color:#FFFFff;		
}

fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	/*border: 2px solid #D8D8D8;	
	background-color: #E2E2E2;
	padding: 10px 10px 0 10px;
	margin-bottom: 15px;
	
	width:730px; */
}

fieldset.tx-powermail-pi1_fieldset label {
    clear: both;
    display: block;
    float: left;
    font-weight: normal;
    line-height: 20px;
    width: 200px;
}

div.tx_powermail_pi1_fieldwrap_html_radio_title {
    float: left;
    width: 200px;
}


fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset select.powermail_select {
    width: 500px;
		
		border: 1px solid #F3C951;
		height: 20px;
		line-height:20px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000000;
		text-decoration:none;
		margin:0px;
		padding:0px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset select.powermail_select {
    background-color:#F7EDC5;
}


fieldset.tx-powermail-pi1_fieldset_drucksorten {
	border: 2px solid #D8D8D8;	
	background-color: #E2E2E2;
	padding: 0px 10px 0 10px;
	margin-bottom: 15px;
	width:750px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text {
	/*background-color:#F7EDC5;
	background-color:#FFFF99;*/
		background-color:#FFFFff;
}


fieldset.tx-powermail-pi1_fieldset input.powermail_text {
		width: 500px;
		background-color:#F7EDC5;
		border: 1px solid #F3C951;
		height: 18px;
		line-height:18px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000000;
		text-decoration:none;
		margin:0px;
		padding:0px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text:focus {
	background-color:#ffffff;
}



fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	width: 500px;
	background-color:#F7EDC5;
	border: 1px solid #F3C951;
	/*height: 18px;*/
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea:focus {
	background-color:#ffffff;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit {   
	float:right;
    margin: 20px 76px 0 200px;	
	background: none repeat scroll 0 0 #F3C951;
    border: 1px solid #D3D3D3;
    color: #888888;
    font-weight: normal;	
	font-size: 14px;    
    line-height: 20px;
    padding: 8px 17px;
	cursor: pointer;
    display: inline-block;
    
    overflow: visible;   
    position: relative;
    text-align: center;
    text-decoration: none !important;
	
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}


fieldset.tx-powermail-pi1_fieldset input.powermail_submit_uid37 {
	margin: 20px 48px 15px 200px;	
}

fieldset.tx-powermail-pi1_fieldset input.powermail_submit:hover { 
	color:#000000;
}


fieldset.tx-powermail-pi1_fieldset input.powermail_kontakt.powermail_submit {
	margin: 20px 0px 15px 200px;	
}
 

/* Style für Bestellformular ÖKZ */
#oekz_bg {
	
}

#web_form_header_right_abonnement {
	position: absolute;
	top: -70px;
	right: -160px;
	width: 366px;
	height: 410px;
	background-image: url(/fileadmin/images/bg_oekz_order.png);
	background-repeat:no-repeat;
	z-index: 200;
}

#web_form_header_abonnement {
	position:relative;
	width: 800px;
	height: 205px;
	background: url("/fileadmin/images/header_oekz_order.jpg") no-repeat top left;	
}

#web_form_header_inserat {
	position:relative;
	width: 800px;
	height: 203px;
	background: url("/fileadmin/images/header_inserat_order.jpg") no-repeat top left;	
}


#web_form_header_right_inserat {
	position: absolute;
	top: -50px;
	right: -200px;
	width: 432px;
	height: 318px;
	background-image: url(/fileadmin/images/header_right_inserat_order.png);
	background-repeat:no-repeat;
	z-index: 200;
}

#web_form_containter {
	position:relative;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;	
	border: 2px solid #F3C951;
	width: 800px;
	margin-bottom:30px;
}




#web_form_content {
	position:relative;
	padding: 0px 10px 25px 10px;
	margin-top:25px;	
}


#web_contact_form_containter {
	position:relative;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;	
	border: 2px solid #F3C951;
	width: 752px;
	margin-bottom:30px;
}

#web_contact_form_content {
	position:relative;
	padding: 0px 25px 25px 25px;
	margin-top:25px;
}

.tx_powermail_pi1_fieldwrap_mandatory {
	clear:both;
}

.tx-powermail-pi1 {
	position:relative;
}




/* TIERBÖRSE */
.ip_md_headline_gruppe {
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin-top: 15px;	
	margin-bottom: 5px;
	padding:2px 5px;
	background-color:#F3C951;
}

.ip_md_headline_rasse {	
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	margin-top: 5px;
	/*margin-bottom: 3px;*/
	padding:2px 5px;
	background-color:#F7EDC5;		
}

.ip_md_content_zuechteradresse {
	font-size:12px;
	line-height:12px;
	/*margin-top: 3px;*/
	padding:3px 5px;
	background-color:#FFFFFF;		
}

/*TABELLEN FORMATE*/
td.table_bottom_border {
    border-bottom:1px solid #F3C951;
}






table.tabelle_mit_hintergrund {
    width: 100%;
    border:1px solid #F3C951;
    width:100%;
    margin:0;   
    background:#F3C951;
    border-spacing:  1px 1px;  
    border-width: 1px 1px 2px 1px;
    border-radius: 5px;
    
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

table.tabelle_mit_hintergrund tr:nth-child(even) {
    background:#FBF6E2;
} 

table.tabelle_mit_hintergrund tr:nth-child(odd) {
    background:#ffffff;
}

table.tabelle_mit_hintergrund tr:first-child {
    background:#F3C951;
    font-weight: bold;
} 

table.tabelle_mit_hintergrund td {        
    margin:0;	    
    /*border-color: #F3C951;    
    border-style: solid;
    border-width: 1px 0 0 1px;*/
    padding: 8px 10px;
    border-spacing:0;
}

table.tabelle_mit_hintergrund td:first-child {
    width: 30%;
}

table.tabelle_mit_hintergrund td:nth-child(2) {
    width: 20%;
}

table.tabelle_mit_hintergrund td:nth-child(3) {
    width:17%;
}

table.tabelle_mit_hintergrund a {   
    /*color:#9c9c1c;*/
    color: #CC6600;
    outline: medium none;
    text-decoration:underline;
}

table.tabelle_mit_hintergrund a:hover {   
    text-decoration:none;
}


table.rounded_shadow {
    width: 100%;
    border:1px solid #F3C951;
    width:100%;
    margin:0;   
    background:#F3C951;
    border-spacing:  1px 0px;  
    border-width: 1px 1px 2px 1px;
    border-radius: 5px;
    
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

table.rounded_shadow tr:nth-child(even) {
    background:#FBF6E2;
} 

table.rounded_shadow tr:nth-child(odd) {
    background:#ffffff;
}

table.rounded_shadow tr:first-child {
    background:#F3C951;
    font-weight: bold;
} 

table.rounded_shadow td {        
    margin:0;	    
    width: 50%;  
    padding: 8px 10px;
    border-spacing:0;
}

table.rounded_shadow a {   
    /*color:#9c9c1c;*/
    color: #CC6600;
    outline: medium none;
    text-decoration:underline;
}

table.rounded_shadow a:hover {   
    text-decoration:none;
}

/*

.tabelle_mit_hintergrund {	
    border: 1px solid #F3C951;
	border-width: 0 1px 1px 0;
	margin:0;
	border-spacing: 0px;
	width: 100%;
}

.tabelle_mit_hintergrund td {
	border: 1px solid #F3C951;
	border-width: 1px 0 0 1px;
	padding: 4px 10px;	
}

.tabelle_mit_hintergrund td:first-child {
	width: 30%;
}

.tabelle_mit_hintergrund tr {
	background-color: #FBF6E2;
}

.tabelle_mit_hintergrund tr:first-child {
	background-color: #F3C951;
	font-weight:bold;
}
.tabelle_mit_hintergrund a {
        
	color: #9c9c1c;
	outline: medium none;
	text-decoration:underline;
}

.tabelle_mit_hintergrund a:hover {   
	text-decoration:none;
}

tr.tabelle_mit_hintergrund_2 { 
	background-color: #F7EDC5;
}
*/
/*.tabelle_mit_hintergrund tr:nth-child(2n+2) {
	background: #FBF6E2;
}

.tabelle_mit_hintergrund tr:nth-child(2n+3) { 
	background: #F7EDC5;
}

.tabelle_mit_hintergrund tr:nth-child(even) {
	background: #FBF6E2;
}

.tabelle_mit_hintergrund tr:nth-child(odd) {
	background: #F7EDC5;
}*/







.tabelle_mit_unterstrich {
    width: 980px;
    margin:0;
    border-spacing: 0px;
}

.tabelle_mit_unterstrich td {
    padding: 15px 15px 15px 30px;        
    margin:0;
    border-bottom:1px solid #F3C951;
    width: 32%;        
}

.tabelle_mit_unterstrich td:first-child {
    width: 36%; 
}


.tabelle_mit_unterstrich a {
    /*color: #cc3300;	*/
    color: #CC6600;
    outline: medium none;
    text-decoration:underline;
}

.tabelle_mit_unterstrich a:hover {   
    text-decoration:none;
}

.tabelle_mit_rahmen {
    width:100%;
    margin:0;
    border-spacing: 0px;
    padding: 5px;
    border:1px solid #F3C951;
    background-color: #F7EDC5;
}

.tabelle_mit_rahmen td {
    padding: 15px;        
    margin:0;	
    width: 33%; 
}

.tabelle_mit_rahmen a {
    /*color: #cc3300;	*/
    color: #CC6600;
    outline: medium none;
    text-decoration:underline;
}

.tabelle_mit_rahmen a:hover {   
    text-decoration:none;
}



td.table_bottom_border a {
    /*color: #cc3300;	*/
    color: #CC6600;
    outline: medium none;
    text-decoration:underline;
}
td.table_bottom_border a:hover {   
    text-decoration:none;
}



/* FILELINKS */

.file_links_bottom_border {
	border-bottom:1px solid #F3C951;
	margin-bottom: 25px;
}


/* TERMINMODUL */
.axevents_events_container {	
	border-bottom:1px solid #F3C951;
	background-image:url(images/website_roek_termincontainer_bg.gif);
}
.axevents_events_container2 {
	background-image:url(images/website_roek_termincontainer_bg2.gif);
}

.axevents_events_labelcontainer {
	border-top:1px solid #F3C951;
	background-image:url(images/website_roek_termincontainerlabel_bg.gif);
}


/* GALERIEMODUL */
#rggallery_container {	
	background: #F7EDC5;
	border: 2px solid #F3C951;	
}

.pointer {
	border-color: #F3C951;
}

.frame.current .img_wrap { 
	border-color: #F3C951; 
}

.frame .img_wrap { 
	border: 1px solid #F3C951;
}

.loader { 
	background-color: #F7EDC5; 
}

.gallery { 
	background: #F7EDC5;
}

.nav-prev {
	width:22px;
	height: 22px;
	background-image:url(../typo3conf/ext/rg_gallery/res/prev_roek.png);
}

.nav-next {
	width:22px;
	height: 22px;
	background-image:url(../typo3conf/ext/rg_gallery/res/next_roek.png);
}

/*COUNTDOWN*/
.counter_wrapper {
    background-color:#F7EDC5;
    min-height: 128px;
}
.counter_h1 {
  padding: 23px 0px 5px 0px;
  color: #D0040F;
  font-weight:bold;
  font-size:17px;
}

.counter_h2 {
    font-size:16px;
}
#header_flash #panel_labels,
#header_flash #panel_static,
#header_flash #animation {
left:0px;
top:57px !important;
}

.social_on-off {
    padding-right: 23px;
    background-image:url(images/social_on-off.png);
    background-position:right top;
    background-repeat: no-repeat;
    display:inline-block;

}
.social_off {
     background-position:right top;
     cursor:pointer;
}
.social_on {
    padding-right:0px;
    background-position:right bottom;
    min-width: 23px;
    min-height:21px;
    cursor:pointer;
}