﻿@import url('layout.css');

body {
	background-color: #FFE6DD;
}

.textlinks a {
	font-family:Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:black;
	text-align:center;
}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
}


/* Navigationsformatvorlagen*/

#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #FFE6DD;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #870E3F;
	background-color: #D21561;
}
#navigation a:hover {
	text-decoration: none;
	color:#DF1768;
	background-color: #FFE6DD;
}
