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

	Project		:	animal-touch
	Copyright	:	Wanda Pulfer

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


/* ### undo #################################################################### */

:link,:visited { text-decoration:none;outline:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none;outline:none; }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none;outline:none; }

/* ### HTML ###################################################################### */
html {
	min-height: 99%;
	margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {background-color:#fff;background-image: url(../layout/bg.jpg);background-repeat: no-repeat;background-position: center 17px;
      margin-left:0px;margin-right:0px; margin-top:0px; margin-bottom:0px;
      font-family:'Trebuchet MS',Arial,Helvetica,sans-serif;color:#111;font-size:14px;}
      
#seo  {margin-left:auto;margin-right:auto;height:15px;width:798px;padding-border:2px;}	 

#center {width:798px;height:100%;margin-left:auto;margin-right:auto;
         border-right:1px solid #888;border-left:1px solid #888;border-top:1px solid #888;
         margin-top:2px;}
         
#header     {width:800px;height:179px;margin-bottom:100px;padding-top:0px}
             
#header img {width:798px;height:179px;margin-left:0px;margin-top:0px} 

#left      {width:239px;min-height:300px;
            display:block;float:left;
            padding-left:20px;padding-right:0px;padding-top:0px;z-index:1000;
            border-right:1px dotted #91b407;}
            
#nav      {margin-bottom:30px;}


#blog     {width:190px;border:0px dotted grey;
           padding:0px; display:block}
           
#blog div.txt-img    {font-color:#fff;margin-top:10px;}  

#blog div.txt-img p a {color:#91b407;font-size:12px;margin-top:10px;} 


#content   {width:494px;min-height:300px;overflow:hidden;
           padding-left:20px;padding-right:5px;padding-top:0px;display:block;
           line-height:18px;letter-spacing:0.05em;
           border-left:1px dotted #91b407;
           position:relative;left:-1px;}

#content .txt-img {}           

          
#footer        {width:798px;height:207px;display:block;clear:both;
                background-image: url(../layout/bg_footer.jpg);
                border-bottom:1px solid #888;}
                
#impressumleft 	{height:30px;width:260px;display:block;float:left;padding:3px;
				 background-color:#fff;color:#ccc;
				 font-size:12px;}
#impressumright {height:30px;width: 520px;margin-left:1px;display:block;float:right;padding:3px;
				 background-color:#fff;color:#ccc;
				 font-size:12px;}
               
#strich {border-bottom:1px solid #ddd;}