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

	Project		:	amazing-cats.at
	Design - Werbeagentur Kassin - www.kassin.at

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


* {
margin: 0;
padding: 0;
}
html {
font-size: 100.01%;
}
html, body { 
top: 0;
right: 0;
left: 0;
min-height: 100%;
width: 100%;
}
body { 
position: absolute;
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
font-size: 86%;
line-height: 1.5;
background: #333;
color: #000;
background-image: url(../files/pfote_body.gif);
background-position: left top;
background-repeat: repeat;

}

/* container */

#wrapper {
position: relative;
margin: 0 auto;
width: 980px;
height: 150%;
background: #fff;
/*background-image: url(../files/body-bg.jpg);
background-position: left top;
background-repeat: repeat-x;*/

}

#header {
position: fixed;
top: 0;
/*right: 0;
left: 0;*/
width: 980px;
height: 220px;
background-image: url(../files/content-bg.jpg);
background-position: left bottom;
background-repeat: repeat-x;
}
#head {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
background: transparent;
background-image: url(../files/Header_Logo.jpg);
background-position: center top;
background-repeat: no-repeat;
color: #000;
}

#logo {
position: relative;
top: 0px;
left: 0px;
width: 980px;
height: 180px;
background: transparent;
color: #000;
}
#logo a {
display: block;
width: 980px;
height: 180px;
text-indent: -1000em;
border: none;
}

#menue {
position: fixed;
top: 220px;
/*left: 10px;*/
width: 180px;
padding: 10px;
margin-left: 40px;
}

#content-bereich {

/*background: #e0d0b0 url(../files/bg3.jpg);
background-repeat: repeat-y;*/
padding: 220px 50px 40px 240px;
background: #fff;
color: #000;
/*background-color: #green;*/
/*height: 1200px;*/

}
#content {
max-width: 540px;
padding-left: 60px;
/*background: #ccc;*/
}

#footer {
position: fixed;
bottom: 0;
margin: 0 auto;
width: 980px;
height: 30px;
background: #bebebe;
background-image: url(../files/footer-bg.gif);
background-position: left top;
background-repeat: repeat-x;
}
#foot {
position: relative;
top: 0;
bottom: 0;
height: 30px;
color: #000;
border-top: 1px solid #666;
z-index: 100;
}

#switcher { /* nicht aktiv */
position: fixed;
top: 10px;
right: 20px;
z-index: 100;
}
#switcher a {
margin-right: 5px;
padding: 1px 5px 1px 5px;
background: #e0d0b0;
color: #600;
border: 1px solid;
border-color: #ccc #000 #000 #ccc;
}
#switcher a:hover {
padding: 1px 4px 1px 6px;
background: #f0e0c0;
color: #a00;
border: 1px solid;
border-color: #000 #ccc #ccc #000;
}

/* ==== Formate === */
/* menue und links */
a {
text-decoration: none;
background: transparent;
color: #266D9A;
/*border-bottom: 1px solid #266D9A;*/
}



#menue1 li {
list-style: none;
padding: 3px;
line-height: 1.2em;
}
#menue1 a {
display: block;
padding: 1px 0 2px 25px;
color: #266D9A;
/*background: #E6E7E1;*/
border: 1px solid;
border-color: #fff #fff #fff #fff;
/*border-color: #f2f2f2 #999 #999 #f2f2f2;*/

}
#menue1 a:visited { /* bereits besuchte links können in anderer Farbe etc. dargestellt werden */

}
#menue1 a:hover {
padding: 1px 0 2px 25px;
color: #266D9A;
border: 1px solid;
/*border-color: #000 #ccc #ccc #000;*/
border-color: #fff #fff #fff #fff;
background-image: url(../files/pfote_blau.gif);
background-position: 4% 40%;
background-repeat: no-repeat;
}
#menue1 a.aktiv1,
#menue1 a:hover.aktiv1 {
font-weight: bold;
cursor: default;
padding: 2px 0 1px 26px;
background: #266D9A;
color: #fff;
border: 1px solid;
border-color: #333 #ccc #999 #333;
background-image: url(../files/pfote_weiss.gif);
background-position: 4% 40%;
background-repeat: no-repeat;
}

/* Submenue */
#menue2 {
background: #f2f2f2;
color: #266D9A;
border-left: 1px solid #999;
/*border-bottom: 1px solid #ccc;*/
line-height: 1.0em;
}
#menue2 li {
list-style: none;
/*padding: 5px;*/

}
#menue2 a {
font-weight: normal;
display: block;
color: #266D9A;
border: none;
}
#menue2 a:hover {

color: #266D9A;
background-image: url(../files/pfote_blau.gif);
background-position: 4% 40%;
background-repeat: no-repeat;
border: none;
}
#menue2 a.aktiv2,
#menue2 a:hover.aktiv2 {
font-weight: normal;
cursor: default;
background: transparent;
color: #266D9A;
background-image: url(../files/pfote_blau.gif);
background-position: 4% 40%;
background-repeat: no-repeat;
border: none;
}



/* Text-Formate */
h1 {
font-size: 160%;
padding: 10px 0 15px 0px;
background: transparent;
color: #266D9A;
}

h2,
h3,
h4 {
padding: 10px 0 15px 0;
background: transparent;
color: #266D9A;
}
h2 {
font-size: 100%;
}
h3 {
font-size: 120%;
padding: 10px 0 4px 0;
}
h4 {
font-size: 90%;
}
p, li {
/*font-size: 80%;
line-height: 140%;*/
}
#content p {
font-size: 95%;
line-height: 180%;
margin-bottom: 10px;
background: #fff;
color: #333;
}

#content img a{
border: none;;
}


/*#### Textile Editor mit Artikelbild mit Rahmen 1 px  ############*/
div.text-bild {

/*float: left;*/
width: 100%;
margin-bottom: 10px;
/*background: #999;*/
}

div.fllinks img{ 
float:left;
padding:5px;
margin:0px 20px 10px 0px;
border: 1px solid;
border-color: #ccc #ccc #ccc #ccc;
}

div.flrechts img{
float:right;
padding:5px;
margin:0px 0px 10px 20px;
border: 1px solid;
border-color: #ccc #ccc #ccc #ccc;
}

div.artikeltext {
/*float: left;*/
/*background: green;*/
}
/*### end ###*/

/* ############### IMAGES ###################### */ 
/* Bild einfügen 4.0 Definition der Klassen mit 1px Rahmen*/ 

#content img.pleft {
float: left;
padding:5px;
margin:0px 20px 10px 0px;
border: 1px solid;
border-color: #ccc #ccc #ccc #ccc;
}
#content img.pright {
float: right;
padding:5px;
margin:0px 0px 10px 20px;
border: 1px solid;
border-color: #ccc #ccc #ccc #ccc;
}
#content img.pnormal {
clear: both;
margin: 0px 20px 15px 0px;
background: transparent;
padding: 5px;
border: 1px solid;
border-color: #ccc #ccc #ccc #ccc;
}


#foot p {
padding: 5px 0 0 60px;
font-size: 90%;
background: transparent;
color: #606060;
}
#foot ul {
list-style: none;
padding: 5px;
padding-left: 60px;
font-size: 80%;
}
#foot li {
list-style: none;

}
#foot ul li {
list-style: none;
display: inline;
padding: 0px;

background: transparent;
color: #606060;
}
#foot ul li a{

border: none
}
p.topper {
padding: 20px 0;
}
#switcher p {
padding: 2px 0;
}

/* sonstige */
img {
border: 0 none;
}

.clear { /* Float beenden bei Bildern usw.*/
	display:block;
	clear:both;
	line-height:1.4em;	
}

.invis, hr {
display: none;
}
.unsichtbar {
position:absolute;
top:-5000px;
left: -5000px;
overflow:hidden;
}
code {
font-family: 'Courier New', Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
background: transparent;
color: #939;
}

#goodie {
height: 200px;
width: 200px;
margin-left: 300px;
/*border: 1px solid #ccc;*/
background-image: url(../files/goodie.jpg);
background-position: 0px -16px;
background-repeat: no-repeat;
}
#goodie ul {
list-style: none;
/*display: inline;*/
padding: 150px 50px 2px 65px;

}

/* ###### print styles ###### */
#header_printonly {
position:absolute;
top:-1000px;
left: -1000px;
overflow:hidden;
}
#printonly {
position:absolute;
top:-1000px;
left: -1000px;
overflow:hidden;
}

#printonly_footer {
position:absolute;
top:-1000px;
left: -1000px;
overflow:hidden;
}

/*######## FancyBox Bildgalerie #######*/
div.rexfancy-images img
{
float:left;
border: 1px solid;
border-color: #ccc #ccc #ccc #ccc;
padding:5px;
background: transparent;
-moz-border-radius:3px;
 margin-right:5px;
 margin-bottom:5px;
    /*float:left;*/
}
div.rexfancy-images a
{
border: none
}

div.clear-rexfancy
{
    float:none;
    clear:both;
}



/*####################################### Suche */
#suchenbox {
clear:both;
}
#suchenbox p.result{
padding: 6px;
border:1px solid #666;
}
#suchenbox p strong{

background-color: #333;
}

#suchfeld {
display: inline;
float: left;
width: 90%;
}
#suchfeld label{

margin-right: 4px;
font-size: 70%;
}

#suchfeld input{

margin-right: 4px;

}
#suchfeld .button{
cursor:pointer;

background:transparent;
vertical-align: middle;

margin-top: 6px;
}


/* 
do form! 2.x  

http://wiki.redaxo.de/index.php?n=R4.DoForm
-------------------------------------------------------
*/

/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
background: transparent;
color: #000;
	font-size: 1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	float: left;
	border:1px solid #666;
}


.linie { /*div*/
border-top: 2px solid #000;
/*border-bottom: 2px solid #000;*/
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
}

.check { /*div für checkbox newsletter*/
border-top: 2px solid #000;
border-bottom: 2px solid #000;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 10px;

}
.formgen .check label {
	width: 400px;
	float: right;
	height: 20px;
	font-weight: normal;
	color: #000;
	font-size: 75%;
	margin-right: 160px;
	padding-left: 15px;
	/*background-image: url(../files/form2lines_v.gif);
background-position: left 1px;
background-repeat: no-repeat;*/
}
.formgen .formcheck {

}

/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #d8c38d;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 80%;
	border: 3px dashed #990000;
	color: #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 200px;
	height: 150px;
	margin-left: 4px;
	/*border: 1px solid #333;*/
	background-color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


/* Textfeld */
.formgen .formtext
{
	width: 200px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 0.8em;
	background-color: #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	color: #000000;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #fff;
	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: normal;
	color: #fff;
	font-size: 75%;
	
	padding-left: 15px;
	background-image: url(../files/form2lines_v.gif);
background-position: left 1px;
background-repeat: no-repeat;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #ccc;
	margin-left: 4px;
	margin-bottom: 10px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	text-align: center;
	background-color: #666;
	border: 2px solid #ffe163;
	float: right;
	color: #ffe163;
	padding: 3px;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #FFFFFF;
	background-color: #990000;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
	color: #FFFFFF;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #fff;
	font-size: 80%;
}

.formgen .formheadline {
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffe163;
	background: transparent;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 75%;
}
.formgen .formhinweis {
	color: #fff;
	font-size: 75%;
	background: transparent;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
#form-module-thanks {
	
	font-size: 75%;
	
}



/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */


	
/* Linkliste ***********************************************/

.contentlinklist {
 margin-left: 0%;
 margin-top: 0px;
 width: 98%;
}

/* bei fixer Breite ggf.  width: 500px; einbauen */

.linkarea {
 background: none;
 /*margin-top: 10px;
 margin-bottom: 10px;*/
 padding: 0px;
  
}

.linkarea_head {
 font-size : 1.0em;
 font-weight: bold;
 /*text-transform : uppercase;
 background-color : transparent;*/
 padding : 5px 0px;
 margin : 0;
 
}

.linkarea_img {
 padding: 2px 10px 2px 2px;
 background: transparent;
 float: left;
 margin-right: 10px;
 border: 0px;
 z-index:999;
}

.linkarea_txt {
 /*position: relative;*/
 /*margin-left: 40%;*/
vertical-align: middle;
 margin-left: 4px;
 border: 0px;
}

.linkarea_imgmax {
 padding: 10px;
 background: none;
}

.clean {
 clear: both;
}
