/* CSS Document */

body {
	background-color: #9D000F;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image: url(bilder/style/background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
}

#head {
	width: 75%;
	margin: 10px auto;
	text-align: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #F0B000;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='bilder/style/BrassOvationLogo07_3D_web.png');
}

#body {
	width: 75%;
	margin: 0px auto;
	padding: 0;
}

#links {
	margin-top: 0px;
	width: 240px;
	float: left;
}

#headline {
	width: auto;
	margin-top: 1px;
	margin-left: 260px;
	text-align: right;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	width: auto;
	margin-left: 260px;
	padding: 10px;
	padding-top: 3px;
	background-color: #F0B000;
	border: none;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant:small-caps;
	margin-top: 1px;
	margin-bottom: 5px;
}

h1 {
	color: #FFFFFF;
	letter-spacing: 2px;
}

h3 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color: #2D2D2D;
	font-size: 125%;
	margin-top: 12px;
	margin-bottom: 8px;
	font-variant: normal;
}

p {
	color: #2D2D2D;
	line-height: 140%;
	margin-bottom: 4px;
	text-align: justify;
}

.nojustify {
	text-align: left;
}

.termin {
	padding-left: 10px;
}

#links ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0;
}

#links li {
	margin-bottom: 5px;
}

#links a, #links a:link, #links a:visited, #links a:active {
	display: block;
	border-bottom: 1px solid #F0B000;
	padding: 5px;
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}

#links a:hover {
	display: block;
	border-bottom: 1px solid #F0B000;
	padding: 5px;
	font-size: 125%;
	font-weight: bold;
	color: #F0B000;
	text-decoration: none;
	letter-spacing: 1px;
}

#links a.noline, #links a.noline:link, #links a.noline:visited, #links a.noline:active, #links a.noline:hover {
	border: none;
}

#links a.line, #links a.line:link, #links a.line:visited, #links a.line:active, #links a.line:hover {
	border-top: 1px solid #F0B000;
}

#links a.klein, #links a.klein:link, #links a.klein:visited, #links a.klein:active {
	display: block;
	border-bottom: none;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 110%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}

#links a.klein:hover {
	display: block;
	border-bottom: none;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 110%;
	font-weight: normal;
	color: #F0B000;
	text-decoration: none;
	letter-spacing: 1px;
}

a:link, a:visited, a:active {
	color: #9D000F;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #9D000F;
	font-weight: normal;
	text-decoration: underline;
}

img {
	border: none;
}