

/* ganz normale Schrift */

DIV.FONT {color:#816C49;
	font-weight: normal;
   	font-size:11px;
	line-height: 19px;
	font-family: verdana, tahoma, arial, sans-serif;}


/* kleine Schrift */

DIV.FONT_SMALL {color:#816C49;
	font-weight: normal;
   	font-size:9px;
	line-height: 14px;
	font-family: verdana, tahoma, arial, sans-serif;}

/* Schrift für Navigation */

DIV.FONT_NAV {color:#434343;
	font-weight: normal;
   	font-size:12px;
	line-height: 17px;
	font-family: verdana, tahoma, arial, sans-serif;}

/* Überschriften */

DIV.FONT_TITEL {color:#AEB4C4;
	font-weight: normal;
   	font-size:26px;
	line-height: 34px;
	font-family: verdana, tahoma, arial, sans-serif;}

DIV.FONT_UNTERTITEL {color:#AEB4C4;
	font-weight: normal;
   	font-size:20px;
	line-height: 34px;
	font-family: verdana, tahoma, arial, sans-serif;}

/* Berufsbezeichnung auf Autorenseite */

DIV.FONT_BERUF {color:#AEB4C4;
	font-weight: normal;
   	font-size:13px;
	line-height: 19px;
	font-family: verdana, tahoma, arial, sans-serif;}

/* Schrift für Content, Buch, Wissen usw. mit geringerem Zeilenabstand */

DIV.ZEIL {color:#816C49;
	font-weight: normal;
   	font-size:11px;
	line-height: 19px;
	font-family: verdana, tahoma, arial, sans-serif;}


/* Lead-Text */

DIV.FONT_LEAD {color:#816C49;
	font-weight: normal;
   	font-size:12px;
	font-style: italic;
	line-height: 18px;
	font-family: verdana, tahoma, arial, sans-serif;}

/* Zwischenüberschriften */

DIV.FONT_ZWI {color:#AEB4C4;
	font-weight: bold;
   	font-size:12px;
	font-style: italic;
	line-height: 30px;
	font-family: verdana, tahoma, arial, sans-serif;}

/* Druckansicht */

DIV.FONT_PRINT {color:#000000;
	font-weight: normal;
   	font-size:11px;
	line-height: 19px;
	font-family: verdana, tahoma, arial, sans-serif;}

DIV.FONT_SMALL_PRINT {color:#000000;
	font-weight: normal;
   	font-size:9px;
	line-height: 14px;
	font-family: verdana, tahoma, arial, sans-serif;}

DIV.FONT_LEAD_PRINT {color:#000000;
	font-weight: normal;
   	font-size:12px;
	font-style: italic;
	line-height: 18px;
	font-family: verdana, tahoma, arial, sans-serif;}


/* Kasten um Text */

DIV.FONT_BOX {color:#816C49;
	font-weight: normal;
   	font-size:9px;
	line-height: 15px;
	font-family: verdana, tahoma, arial, sans-serif;}

DIV.BOX {border: solid; 
	border-width: 0.02em; 
	border-color: #AEB4C4; 
	padding: 0.5em}


/* Padding */

DIV.PAD_RIGHT {padding-right:0.7cm}

/* Formulare */

.FORM {color:#816C49;
	font-weight: normal;
   	font-size:13px;
	font-family: verdana, tahoma, arial, sans-serif;
	background-color: #FFFFFF; 
	border-bottom: 1px; border-top: 1px; border-left: 1px; border-right: 1px; border-style: solid; 	border-color: #AEB4C4}


/* Spiegelstriche */

SPAN.FONT_BULLET {color:#AEB4C4;
	font-weight: bold;
   	font-size:11px;
	font-style: normal;
	line-height: 19px;
	font-family: verdana, tahoma, arial, sans-serif;}
 

/* für Bilder */

IMG {border: #816C49; border-style: solid; border-width: 1px}



/* Abstand Text vom Seitenrand */

.MARGIN {margin-left: 25px; margin-right: 25px; margin-top: 10px; margin-bottom: 10px;}


/* Links */

A:link {text-decoration: none; font-weight: normal; color: #2F4684;}
A:active {text-decoration: none; font-weight: normal; color: #2F4684;}
A:visited {text-decoration: none; font-weight: normal; color: #2F4684;}
A:hover {text-decoration: none; font-weight: normal; color: #AC394C;}
a:focus { outline: none;}

/* Links Navigation vertikal*/

A:link.nav {text-decoration: none; font-weight: normal; color: #263767;}
A:active.nav {text-decoration: none; font-weight: normal; color: #263767;}
A:visited.nav {text-decoration: none; font-weight: normal; color: #263767;}
A:hover.nav {text-decoration: none; font-weight: normal; color: #FFFFFF;}
a:focus { outline: none;}

/* Links Navigation horizontal*/

A:link.nav2 {text-decoration: none; font-weight: normal; color: #FFFFFF;}
A:active.nav2 {text-decoration: none; font-weight: normal; color: #FFFFFF;}
A:visited.nav2 {text-decoration: none; font-weight: normal; color: #FFFFFF;}
A:hover.nav2 {text-decoration: none; font-weight: normal; color: #CCCFDE;}
a:focus { outline: none;}


/* Scrollbar */

* {scrollbar-DarkShadow-Color: #Fcfbf5; scrollbar-Track-Color: #Fcfbf5; scrollbar-Face-Color: #Fcfbf5; scrollbar-Shadow-Color: #AEB4C4; scrollbar-Highlight-Color: #AEB4C4; scrollbar-3dLight-Color: #Fcfbf5; scrollbar-Arrow-Color: #816C49}

