/*
    Document   : layout
    Created on : 07.04.2010, 23:17:28
    Author     : Andreas Hager
    Description: Enthält die globalen Styles der Homepage
*/

body {
	background-image: url( '/assets/images/body-bg.png' );
	background-repeat: repeat-x;
	background-color: #b6ce74;
	margin: 0;
	padding: 0;
}

div, p, td, th, h1, h2, h3, h4, h5, h6, ul, ol, li, option, select, textarea {
	font-family: Verdana, Arial, Helvetcia, Sans-Serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
}

p {
	padding-bottom: 15px;
}

a, a:link, a:visited {
	color: #96dd5b;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a.navigation, a.navigation:link, a.navigation:visited {
	color: #c0c0c0;
	display: block;
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
	padding: 8px;
	text-decoration: none;
}

a.navigation:hover, a.navigation:active {
	color: #ffffff;
	text-decoration: none;
}

a.subnavigation, a.subnavigation:link, a.subnavigation:visited {
	color: #c0c0c0;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding: 3px 0px;
	text-decoration: none;
}

a.subnavigation:hover, a.subnavigation:active {
	color: #ffffff;
	text-decoration: none;
}

a.footer, a.footer:link, a.footer:visited {
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
}

a.footer:hover, a.footer:active {
}

h1 {
	color: #96dd5b;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #96dd5b;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

h2.navigation {
	color: #96dd5b;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h3 {
	color: #96dd5b;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

ul {
	list-style-type: disc;
	padding: 0px 0px 10px 15px;
}

ul li {
}

ul.navigation-list {
	list-style-type: none;
	width: 180px;
}

ul.navigation-list li {
	border-top: 1px solid #c0c0c0;
	width: 170px;
}

ul.navigation-list li.active a {
	color: #ffffff !important;
	font-weight: bold !important;
}

ul.subnavigation-list {
	list-style-type: none;
	width: 170px;
}

ul.subnavigation-list li {
	border: none;
	width: 155px;
}

ul.subnavigation-list li.active a {
	color: #ffffff;
	font-weight: bold;
}

span.breadcrumbs {
	color: #c0c0c0;
	font-size: 10px;
	padding: 0px 5px 0px 0px;
}

span.language {
	font-size: 10px;
}

ul.language-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.language-list li {
	display: inline;
	padding: 0px 0px 0px 3px;
}

ul.footer-list {
	list-style-type: none;
	text-align: center;
	margin: 10px 0px;
}

ul.footer-list li {
	border-left: 1px solid #ffffff;
	display: inline;
	padding: 0px 10px;
}

.clearfix {
	clear: both;
	height: 0;
	width: 0;
}

.borderless {
	border: none !important;
}

.info {
	font-size: 10px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.timeline {
	font-size: 11px;
	padding-bottom: 10px;
}

.caption {
	font-size: 10px;
	text-align: center;
}
