﻿<style type="text/css">

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000; /* schwarz */
	text-decoration:none;
	}

body {
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background: #ED1C29;
}

.style1 {
	background-image: url('images/back.jpg');
	width: 100%;
	height: 700px;
}

.text_menu_rot {
		font-family: Tahoma, sans-serif;
		font-size: 13px;
		color: #ED1C29; /* rot */
		text-decoration:none;
		font-weight:bold;
	}

.text_menu {
		font-family: Tahoma, sans-serif;
		font-size: 13px;
		color: #000000; /* schwarz */
		text-decoration:none;
		font-weight:bold;
	}
	
.text_menu:hover {
		font-family: Tahoma, sans-serif;
		font-size: 13px;
		color: #ED1C29; /* rot */
		text-decoration:none;
		font-weight:bold;
	}
.text {
		font-family: Tahoma, sans-serif;
		font-size: 13px;
		color: #000000; /* schwarz */
		text-decoration: none;
	}
	
.text_link {
		font-family: Tahoma, sans-serif;
		font-size: 13px;
		color: #ED1C29; /* rot */
		text-decoration: none;
		font-weight: normal;
	}	
	
.headline_schwarz {
		font-family: Tahoma, sans-serif;
		font-size: 19px;
		color: #000000; /* schwarz */
		text-decoration: none;
		font-weight: bold;
	}
	
.headline_rot {
		font-family: Tahoma, sans-serif;
		font-size: 19px;
		color: #ED1C29; /* rot */
		text-decoration: none;
		font-weight: bold;
	}

.text_weiss_gross {
		font-family: Tahoma, sans-serif;
		font-size: 16px;
		color: #FFFFFF; /* weiß */
		text-decoration: none;
		font-weight: bold;
	}
	
.text_weiss {
		font-family: Tahoma, sans-serif;
		font-size: 12px;
		color: #FFFFFF; /* weiß */
		text-decoration: none;
		font-weight: normal;
	}
	
.text_rot {
		font-family: Tahoma, sans-serif;
		font-size: 13px;
		color: #ED1C29; /* rot */
		text-decoration:none;
		font-weight:bold;
	}

</style>