/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{font-family: Arial,sans-serif;color: #333333;line-height: 1.166;margin: 0px;padding: 0px;}
a:link  { color: #f00; font-size: 9pt; font-family: Arial; line-height: 14pt; text-decoration: none; }
a:active  { color: #f00; font-size: 9pt; font-family: Arial; line-height: 14pt; text-decoration: none; }
a:visited  { color: #f00; font-size: 9pt; font-family: Arial; line-height: 14pt; text-decoration: none; }
a:hover    { color: #ffffff; font-size: 9pt; font-family: Arial; line-height: 14pt; text-decoration: none; }


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#back {  width: 100% ;  background: url(../Bilder/background.jpg) ; }
#container2 { margin: auto ; width: 900px; }
#container { margin: auto; width: 900px; }
#left { float: left; width: 150px;   }
#content { float: left; width: 750px;  }       
.clr { clear: both; }