@charset "UTF-8";

@special character "ÄÖÜ äöü ß";

* {
margin: 0;
}
html, body {
height: 100%;
}

html, div
{
	display: block;
}

::-moz-selection
{
	background: #353648;
	color: #ffffff;
	text-shadow: none;
}

::selection
{
	background: #353648;
	color: #ffffff;
	text-shadow: none;
}

p, footer, body, h1, h2, h3, ul, li, section, figure, figurecaption
{
	padding: 0;
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

h1
{
	font-size: 1em;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

strong
{
	font-weight: 700;
}

em
{
	font-style: italic;
}

.clear
{
	clear: both;
	height: 0;
}

.ten
{
	width: 10%;
}

.twenty
{
	width: 20%;
}

.twentyfive
{
	width: 25%;
}

.thirty
{
	width: 30%;
}
.thirtyfive
{
	width: 35%;
}
.fourty
{
	width: 40%;
}

.fifty
{
	width: 50%;
}

.sixty
{
	width: 60%;
}
.sixtyfive
{
	width: 65%;
}
.seventy
{
	width: 70%;
}

.eighty
{
	width: 80%;
}

.nintey
{
	width: 90%;
}

.hundred
{
	width: 100%;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-print:before,
.icon-printer:before {
	font-family: 'IcoMoon';
	content: "\e013";
}

div.icons div ul li {
float:right;
}

h3 {
margin-top: 15px;
}

div#rechte ul li {
	display:inline;
}

div#rechte ul {
	float:right;
}

#rechte div.custom {
	float:left;
}