/*
 * Typography
 */
 
/** Allgemein **/
body {
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 36px;
}

h4 {
	margin: 10px 0px 2px 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	color: #252;
}

.small {
	font-size: 10px;
}

/** Navigation **/
.thirdLevelNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.thirdLevelNav li {
	margin: 0 10px 0 10px;
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #ccc;
	/*border-left: 1px solid #ccc;*/
	max-width: 150px;
	/*border-left: 3px solid #fff;*/
}

.thirdLevelNav li:hover {
	/*background-image: url(../images/thirdlvlnavbg.png);*/
	border-left: 3px solid #ccc;
	padding: 2px 0 2px 7px;
}

.thirdLevelNav li.current {
	border-left: 7px solid #ccc;
	padding: 2px 0 2px 7px;
}

.thirdLevelNav li.current:hover {
	background: none;
	padding: 2px 0 2px 7px;
}

.thirdLevelNav li.first {	
	border-top: 1px solid #ccc;
}

.thirdLevelNav h1 {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.thirdLevelNav a {
	color: #444;
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 0;
}

.thirdLevelNav a:hover {
	color: #222;
}

.thirdLevelNav a.current {
	color: #000;
	text-decoration: none;
}

.firstLevelNav a {
	font-size: 14px;
	text-decoration: none;
	color: #444;
	margin: 0px;
	margin-top: 3px;
	padding-top: 2px;
	height: 18px;
	width: 97px;
	display: inline-block;
	text-align: center;
	border-left: outset 1px #fdf;
}

.firstLevelNav .first {
	margin-left: 0;
	border-left: 0;
}

.secondLevelNav .first {
	margin: 0px;	
}

.thirdLevelNav span {
	padding: 2px 10px 2px 0;
	display: block;
}

.firstLevelNav a:hover {
	color: #222;
	width: 97px;
	display: inline-block;
	text-align: center;
	background-image: url(../images/fstlvlnavactive.png);
	background-repeat: x-repeat;
	background-position: bottom;
}

.secondLevelNav a {
	font-size: 14px;
	text-decoration: none;
	color: #444;
	margin: 0px;
	margin-top: 3px;
	height: 20px;
	width: 140px;
	display: inline-block;
	text-align: left;
	border: 0;
}

.secondLevelNav a:hover {
	color: #222;
	width: 140px;
	display: inline-block;
	text-align: left;
	background: none;
}

.firstLevelNav span {
	border-left: outset 1px #fdf;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #222;
	margin-right: 4px;
	width: 97px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.secondLevelNav span {
	color: #000;
	width: 140px;
	display: inline-block;
	text-align: left;
	background: none;
	font-weight: normal;
	margin: 0px;
	border: 0;
}

.firstLevelNav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

.firstLevelNav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 94px;
	display: inline-block;
}

/** Footer **/
.footer {
	font-size: 9px;
	text-align: center;
}

