/*
* ./typography.css
* Usage: athene-qm.de
*
* Copyright (C)2009 athene-qm.de
*
* Last modification: 07.03.2009 07:48
*******************************************************************************/
@font-face {
	font-family: 'Frutiger55Roman';
	src: local('lte50331.ttf'), url('lte50331.ttf') format('truetype');
	/*
	src: url('FRUTIGE0.eot');
	*/
}

@font-face	{
	font-family: 'Frutiger55Bold';
	src: local('lte50329.ttf'), url('lte50329.ttf') format('truetype');
	/*
	src: url('FRUTIGE0.eot');
	*/
}
	
/* default */
body {
	font-family: Verdana, Arial;
	font-size: 1.0em; /* font-size:12px = font-size:0.75em */
	line-height: 16px; /* Baseline here at 150%. This is set multiple places. */
}
/*
font-size:10px 	font-size:0.63em
font-size:11px 	font-size:0.69em
font-size:12px 	font-size:0.75em
font-size:13px 	font-size:0.82em
font-size:14px 	font-size:0.88em
font-size:15px 	font-size:0.93em
font-size:16px 	font-size:1em
font-size:17px 	font-size:1.06em
font-size:18px 	font-size:1.12em
font-size:19px 	font-size:1.19em
font-size:20px 	font-size:1.25em
font-size:21px 	font-size:1.32em
font-size:22px 	font-size:1.38em
font-size:23px 	font-size:1.44em
font-size:24px 	font-size:1.5em
font-size:25px 	font-size:1.56em
font-size:26px 	font-size:1.63em
font-size:27px 	font-size:1.69em
font-size:28px 	font-size:1.75em
font-size:29px 	font-size:1.82em
font-size:30px 	font-size:1.88em
font-size:31px 	font-size:1.94em
font-size:32px 	font-size:2.01em
*/

ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,caption,pre,p,blockquote,input,textarea {
	font-family: Verdana, Arial;
/*	font-size: 0.75em;*/
	line-height: 1.5em; /* 1.12em = 18px Baseline here at 150%. This is set multiple places. */
}
/* Text elements */
p           { margin: 0 0 18px 0; text-align: left; }
p.last      { margin-bottom: 0; }
i			{ font-size:12px; font-style:italic;}
b			{ font-size:12px; font-weight:bold;}
ul, ol      { margin: 0; padding: 0; }
ul          { list-style-type: none; }
ol          { list-style-type: decimal; }
li          { margin: 0; padding: 0; line-height: 18px; }
dl          { margin: 18px 0; }
dl dt       { font-weight: bold; }

a           { color: #f99b1f; background: transparent; text-decoration: none; outline: none; font-weight:bold; }
a:hover     { color: #f99b1f; background: transparent;}

blockquote  { margin: 18px 0 18px 0; font-size: 0.9em; color: #000000; background: transparent; font-style: italic; }
strong      { font-weight: bold; }
em          { font-weight: bold; }
pre         { margin: 0; line-height: 18px; background: transparent; padding: 0; }
code        { font: 0.9em Monaco, monospace; }

/* Tables */
table   { margin: 0; padding: 5px;}
th,td   { margin: 0; padding: 0;}
th      { font-weight: bold; }

/* Headines */

h1,h2,h3,h4,h5,h6 { 
	font-family: Verdana, Arial;
	margin: 0; 
	background-color: transparent;
	color: #000000; 
	clear:both;
	font-weight:bold;
}
h1 { font-size: 18px; line-height: 25px; padding:0px; font-family: "Frutiger55Roman";}
h2 { font-size: 18px; line-height: 25px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; font-weight:bold; }
h6 { font-size: 10px; font-weight:bold; }

.header-1 {
	font-size: 14px;
	line-height: 14px;
	padding: 10px 0 0 10px;
}
/* specials */
.bodytext {
	/*font-family: "Frutiger55Roman";*/
	margin: 0;
	padding: 0;
	color: #000000;
	background: transparent;
	line-height: 25px;
	font-size: 12px;
}
.copyright {
	font-family: "Frutiger55Roman";
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	background: transparent;
}
.sitemap span{
	color:#777777;
	font-size:12px;
	font-family: "Frutiger55Roman";
	font-weight:normal;
}
.sitemap span.sitemap-lvl-1{
	font-family: "Frutiger55Bold";
	font-weight:bold;
}

.btn {
	font-weight:bold;
	color: #f99b1f;
	font-family: "Frutiger55Bold";
}
.btn .btn {
	font-size:12px;
	font-weight:normal;
	color:black;
	font-family: "Frutiger55Roman";
}

/*menu*/
.mainnavi ul li a {
	color: #ffffff;
	font-family: "Frutiger55Bold";
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
.mainnavi ul li li a {
	color: #ffffff;
	font-family: "Frutiger55Bold";
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	vertical-align:middle;
		font-weight: normal;
}

.submenu_left ul li a {
	font-family: "Frutiger55Bold";
	font-weight: bold;
}