/*------------------------------------------------------------:äöü:-- */
/*                                                                    */
/*      Modul: converk.css                                            */
/*   Version:  V01.02                                                 */
/*                                                                    */
/*       Mail: webmaster@converk.ch                                   */
/*  Copyright: CONVERK AG                                             */
/*             Allmendstrasse 31                                      */
/*             CH-3800 Interlaken                                     */
/*             Switzerland                                            */
/*                                                                    */
/*--------------------------------------------------------------------*/

body 
   {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
}

h1 
   {
   font-size    : 16px;
   font-weight  : bold;
   color        : #666666;
   }
h2 
   {
	font-size    : 14px;
	font-weight  : bold;
   }
h3 
   {
	font-size    : 12px;
	font-weight  : bold;
   }
h4 
   {
	font-size    : 11px;
	font-weight  : bold;
   }

table {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}
   
.blue 
   { 
   color:#0000C0;
   }

.top {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 600px;
	text-align: center;
}

.FirmenTitel
   {
   font-size    : 60px;
   font-weight  : bold;
   color        : #0000FF;
   }
.Aufzaehlung
   {
   font-size    : 20px;
   font-weight  : normal;
   color        : #0000FF;
   }
   
.leftmenu 
   {
   background-color: #E6F1FB;
   background-image: url('/images/background_left.gif');
   vertical-align: top;
   width: 200px;
   }
.leftprint
   {
   background-color  : #FFFFFF;
   width             : 10px;
   }

.menu_content    {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 20px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
        width: 600px;
}


a:link 
  { 
  color:#0000FF; 
  text-decoration:none; 
  }

a:visited 
  { 
  color:#0000FF; 
  text-decoration:none; 
  }

a:active 
  { 
  color:#000000; 
  text-decoration:none; 
  }


