/* PXLnaut - Klamottendesign */ 
/* http://www.pixelnaut.de */
/* Copyright 2007, All rights reserved */

a           { color:#FF4C4A; text-decoration: none }
a:link      { color:#FF4C4A; text-decoration: none }
a:visited   { color:#FF4C4A; text-decoration: none }
a:active    { color:#FF4C4A; text-decoration: none }
a:hover     { color:#FF4C4A; text-decoration: none }

body        { 
            background-color: #FFFFFF;
            background-image: url(../img/hg.gif);
            margin-top:       0px;
            margin-left:      0px;
            font-family:      "Trebuchet MS", Arial, Helvetica, sans-serif;
            font-size:        11px;
            }

td          {
	          padding: 0;
          	border-width: 0;
          	border-style: solid;
            }

img         {
            behavior: url("pngbehavior.htc");
            }            
            
/* fuer Fliesstext */            
.text       {
            font-size:       11px; 
            font-family:     "Trebuchet MS", Arial, Helvetica, sans-serif; 
            color:           #000000; 
            word-spacing:    normal; 
            letter-spacing:  normal; 
            white-space:     normal; 
            }

/* fuer Blocktext */            
.textBlock  {
            font-size:       11px; 
            font-family:     "Trebuchet MS", Arial, Helvetica, sans-serif; 
            color:           #FFFFFF; 
            }
            
/* fuer Menue */
.menue     {
            font-size:       11px; 
            font-family:     "Trebuchet MS", Arial, Helvetica, sans-serif;
            line-height:     13px;
            color:           #999999; 
            text-decoration: none; 
            vertical-align:  top; 
            }
            
/* fuer Links */
.link       {
            font-size:       11px; 
            font-family:     "Trebuchet MS", Arial, Helvetica, sans-serif; 
            color:           #FF6600; 
            text-decoration: none; 
            vertical-align:  top; 
            }

/* fuer Impressum */
.impressum  {
            font-size:       9px; 
            font-family:     "Trebuchet MS", Arial, Helvetica, sans-serif; 
            line-height:     11px;
            color:           #555555; 
            text-decoration: none; 
            vertical-align:  top; 
            }
            
/* Titelgrafik */
#titelpic   {
            width:           713px;
            height:          199px;
            background:      url(../duft/illu.jpg) no-repeat;
	          font-family:     "Trebuchet MS", Arial, Helvetica, sans-serif;	
}