@import 'https://fonts.googleapis.com/css?family=Economica:400,400i,700,700i';

Body,a,td,th,br,input,select,textarea,h1,h2,h3,h4 {
	font-family: "Economica", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	line-height: 28px;
    letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
}

p {
	font-family: "Economica", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	line-height: 28px;
    letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
}

ul {
	font-family: "Economica", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	line-height: 28px;
    letter-spacing: 2px;
	margin: 15px 0px 15px 18px;
	padding: 0px 0px 0px 15px;
	list-style-image: url(images/layout/bg_bullet.png);
}

ol {
	font-family: "Economica", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	line-height: 28px;
    letter-spacing: 2px;
	margin: 15px 0px 15px 18px;
	padding: 0px 0px 0px 15px;
}

ul li,
ol li {
	margin-top: 2px;
	margin-bottom: 2px;
}

form {
	padding: 0px;
	margin: 0px;
}

sup {
	font-size: 0.8em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em;
}

label {
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	line-height: 28px;
    letter-spacing: 2px;
	cursor: pointer;
}

A {
	font-family: "Economica", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: #f29400;
}
A:hover {
	text-decoration: underline;
	color: #f29400;
}

.Titel {
	display: block;
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	line-height: 48px;
	margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}
A.Titel:hover {
	text-decoration: none;
	color: #000000;
	opacity: 0.7;
}

.Untertitel {
	display: block;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	line-height: 30px;
	margin: 0px 0px 5px 0px;
    text-transform: uppercase;
}
A.Untertitel:hover {
	text-decoration: none;
	color: #000000;
	opacity: 0.7;
}

.Textnormal,
.Textnormal * {
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	line-height: 28px;
}

.Textfett,
.Textfett * {
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	line-height: 28px;
    letter-spacing: 2px;
}

.Textklein,
.Textklein * {
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 24px;
    letter-spacing: 2px;
}

.TextkleinFett,
.TextkleinFett * {
	font-style: bold;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	line-height: 24px;
    letter-spacing: 2px;
}

.Mehr,
.Zurueck {
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
    border-radius: 5px;
    letter-spacing: 4px;
	color: #ffffff;
	line-height: 20px;
	text-transform: uppercase;
    background-color: #f29400;
	
	padding: 15px 30px;
	margin: 20px 0px 0px 0px;
}
A.Mehr:hover,
A.Zurueck:hover {
	text-decoration: none;
	color: #ffffff;
    background-color: #000000;
}

A.Zurueck {
	margin: 4% 0px 0px 0px;
}

.AbstandKlein {
	font-size: 10px;
	line-height: 10px;
	height: 10px;
}

.Abstand {
	font-size: 20px;
	line-height: 20px;
	height: 20px;
}

.AbstandGross {
	font-size: 40px;
	line-height: 40px;
	height: 40px;
}

table {
	display: table;
	width: 100%;
	border: 1px solid #dedede;
	border-collapse: collapse;
}

table .Col20 {
	width: 20%;
}
table .Col30 {
	width: 30%;
}
table .Col33 {
	width: 33%;
}
table .Col40 {
	width: 40%;
}
table .Col50 {
	width: 50%;
}
table .Col60 {
	width: 60%;
}
table .Col66 {
	width: 66%;
}
table .Col70 {
	width: 70%;
}

table td,
table th {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	line-height: 28px;
	padding: 10px 15px 10px 15px;
    vertical-align: top;
	text-align: left;
	letter-spacing: 2px;
	border: 1px solid #dedede;
}

table th {
	font-weight: bold;
	background-color: #efefef;
}
