body, html {
	margin: 0;
	height: 100%;
	color: #666;
	font: 12px/120% 'Roboto', sans-serif;
}


/* @group allgemeines */

h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	color: #0077B2;
	font-weight: 400;
	font-style: normal;
	line-height: 21px;
}

h2, .title {
	color: #333;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 16px;
	font-weight: 400;
}

h2.subtitle {
	margin-bottom: 5px;
	margin-top: 20px;
}

h7 {
	font-size: 11px;
	color: #999;
}

a_ALT {
	text-decoration: none;
	color: #FF9900;
	outline: 0 none;
	transition: color 0.2s ease 0s;
}

a {
	text-decoration: none;
	color: #0077B2;
	outline: 0 none;
	transition: color 0.2s ease 0s;
	font-weight: normal;
	font-style: normal;
}
a:hover {
	color: #FF9900;
}
a img {
	border: 0 none;
}
a img:hover {
	opacity: 0.9;
}
.webpageDescription a_ALT {
	font-weight: 600;
}
.webpageDescription a:hover {
	color: #FF9900;
}

.light {
	font-weight: 300;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
}

strong, b {
	font-weight: 600;
}

ul, li {
	margin: 0;
	padding: 0;
}

ul {
	padding-left: 15px;
	margin-bottom: 10px;
}

.clearAll {
	clear: both;
	float: none;
}
/* @end */
