﻿@import url("Radioclub_Layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-image: url('../Images/Background.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #0F388A;
}
#container {
	width: 620px;
	margin: 0px auto 0px 150px;
	padding: 10px;
	background-color: #FFFFFF;
	top: 21px;
	position: relative;
	border-width: 0px;
	border-style: solid;
}
#masthead {
	margin: 0px auto 0px auto;
	background-position: left;
	padding: 5px 0px 0px 0px;
	text-align: center;
	width: 620px;
	background-image: url('../Images/Banner_Ani.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 80px;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
}
#content {
	float: left;
	width: 470px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	font-size: 12px;
}
#footer {
	text-align: center;
	clear: both;
	width: 620px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #0F388A;
	font-family: Arial, Helvetica, sans-serif;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#navigation a {
	color: #84CCEC;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-image: url('../Images/Navigation_Button_a.jpg');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url('../Images/Navigation_Button_hoover.jpg');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
/* Inhaltsformatvorlagen */
#content h1,h2 {
	color: #0F388A;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #2096CE;
}
#footer a {
	color: #2096CE;
	text-decoration: none;
}
#footer a:hover {
	color: #0F388A;
	text-decoration: underline;
}
a {
	color: #2096CE;
	text-decoration: none;
}
a:hover {
	color: #0F388A;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}



