﻿@import url("layout.css");
body {
	font-family: 
	"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif


	;
	font-size:
	small 
;
    color: 
    #006699;
	background-image: url("../images/noten8.png");
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #fff;
		padding: 15px;
		
		






}
#container {
														border-right: 1px solid #CC3300;
														border-top: 1px solid #CC3300;
														border-bottom: 1px solid green;
														border-left: 1px solid
														#006699;
	background-color: #fff;
	
	
	
}
#masthead {
	text-align: right;
	background-color: #336699;
	background-image: url("../images/masthead_image.jpg");
	background-position: top;
	background-position:left;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
														background-color: #FFFFCC ;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 700px;
													height:700px;
	padding: 15px 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 700px;
													height:700px;
	padding: 0px 15px;
	background-color: #fff;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;


}
#column_r {
	width: 240px;
	padding: 0px 0px;
	background-color: #fff;

}
html>body #column_r {
	width: 240px;
	padding: 0px 0px;
	background-color: #fff;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;


}
#content {
	background-color: #fff;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;

}
#footer {
	text-align: center;
	padding-bottom: 10px;
		
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
									background-image:url('../images/background2.jpg');
									background-position:bottom;
	

}
/* Masthead */
#masthead h1 {
    font-family:  "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    color: #ffffff;
	margin-right: 2em;
	margin-bottom: 0;
}
#masthead h3 {
    font-family:  "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #fff;
	margin-top: 0;
	margin-right: 2em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
													color:#CC3300;
	display: block;
	padding: 5px;
													border: 1px solid #ffffcc;
													background-color:
													#ffffcc 
													;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
													color: #FFFFCC;
													border: 1px solid #ffffcc;
													background-color: #CC3300;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #CC3300;
}
h2 {
	font-size: x-large;
	color: #CC3300;
}
h3 {
	font-size: large;
	color: #CC3300;
}
h4 {
	font-size: medium;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;

	color: #CC3300;
}
h5 {
	font-size: x-small;
	color: #CC3300;
}
h6 {
	font-size: xx-small;
	color: #CC3300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
	font-family:
	"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif
;
	
	
	
	
	
	
}
/* Links */
a {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color:
	#ff5500
	;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}