﻿/* ---------------------------------- */
/* ---------------TYPO--------------- */
/* ---------------------------------- */

/*

h1,h2,h3,h4,h5

a.mainNav
a#mainNavActive
a.subNav
a#subNavActive

p.contentBody
p.contentBodyBlock
a.contentBodyBlockList
p.contentReferenzenText

span.footer

.black
.red
.grey
.greyDark

*/

h1,h2,h3,h4,h5,h6 {line-height:1.2em;}

h1, h2 {
	text-transform:uppercase;
	font-weight:bold;
}

h1 {
	font-size:1.6em;
	padding:10px 0px 7px;
}

h2 {
	font-size:1.4em;
	padding:10px 0px 7px;
}

h3,h4,h5 {
	font-weight:bold;
	color:#000000;
	
}

h3 {
	text-transform:uppercase;
	font-size:1.2em;
	padding:5px 0px 7px;
}

h4 {
	font-size:1.2em;
	padding:5px 0px 7px;
}

h5 {
	font-size:1.0em;
	padding:0px 0px 7px;
}

ol {
	list-style: none;
	list-style-type:square;
}

ul {
	list-style-type:square;
	list-style-image:url(/_include/style/img/ul.gif);
	list-style-position:inside;
}

a.mainNav {
	padding:4px 12px 3px;
	display:block;
	float:left;
	text-transform:uppercase;
	font-size:12px;
	color:#666666;
	cursor:pointer;
}

a#mainNavActive {
	color:#e3001b;
}

a.subNav {
	padding:3px 10px 1px;
	display:block;
	float:left;
	text-transform:uppercase;
	font-size:10px;
	color:#666666;
	cursor:pointer;
}

a#subNavActive {
	color:#e3001b;
}

p.contentBody {
	width:400px;
}

p.contentBodyBlock, a.contentBodyBlock {
	margin-top:15px;
	display:block;
	background-color:#ffdd00;
	color:#e3001b;
	font-size:14px;
	text-transform:uppercase;
	padding:3px 12px;
	cursor:pointer;
}


a.contentBodyBlockList {
	text-transform:uppercase;
	font-size:14px;
	color:#e3001b;
	display:block;
	margin:9px 16px;
}

p.contentBodyReferenzenText {
	margin-top:-5px;
	height:65px;
}

span.footer {
	margin-left:58px;
	color:#333333;
}

span.footer:first-child {
	margin-left:12px;
	color:#333333;
}

