@charset "UTF-8";
/* CSS Document */

/* Core Elements */
* {
  font-style: normal;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}
img {
  border: none;
}
a {
	color: #993333;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
html {
	width: 100%;
	color: #757575;
}
body {
  font: small/150% "Helvetica", "Helvetica Unicode", Arial, Lucia Grande, Verdana, sans-serif;
  text-align: center;
}
/* Basic Elements */
#container {
	width: 1000px;
	text-align: left;
	margin:auto;
}
#header {
 width: 1000px;
 height: 101px;
 position: fixed; /* neu, fixed header */
}
#logo {
	height: 75px;
	background-color: #FFFFFF;
	position: relative;
  	overflow: hidden;
}
#logo h1 a {
background: transparent url("../img/SauterMusik_Logo.gif") no-repeat 0 0;
	 width: 142px;
	 height: 75px;
	 display: block;
	 overflow: hidden;
	 position: absolute;
	 line-height: 400px;
	 left: 0;
	 top: 0;  
}
#navline {
	border-top: 4px #993333 solid;
	/* margin-bottom: 2px; */
}
#navarea {
	border-top: 2px solid #FFF; /* neu */
	overflow: hidden;
	color: #bfbfbf;
	position: relative;
}
#copyright {
	font-size: 90%;
	position: absolute;
	top: 0;
	right: 5px;		
}
#nav {
	font-weight: normal;
}
#nav ul {
	background-color: #333333;
	width: 100%;		
}
#nav li {
	
	display: inline;	
}
#nav a {
	font-size: 90%;
	margin-right: -0.3em;
	padding: 0.4em 0.6em;
	color: #bfbfbf;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #606060;
}
.state {
}
.statea {
	color: #FFFFFF !important;
	text-decoration: none;
	background-color: #969696;
	background: url("../img/button_bg.gif") repeat-x 0 0;
	}
#middle {
	padding-top: 101px; /* neu */
}
/* IE hack */
* html #middle {
	padding-top: 0; /* neu */
}
a.offsetanchor { /* neu */
margin-top: -120px; /* neu */
padding-top: 120px; /* neu */ 
width: 1px; /* neu */
display: block; /* neu */
} 
#content {
	font-size: 110%;
	line-height: 160%;
	width: 700px;
	padding: 40px 0 15px 0;
}
#content p {
	padding-bottom: 0.5em;
	
}
#content h1 {
	font-size: 130%;
	font-weight: normal;
	padding-bottom: 0.5em;
}
#content h2 {
	font-size: 105%;
	font-weight: bold;
	padding-bottom: 0.2em;
}
#content ul {
	padding-bottom: 0.8em;
}
#content li {
list-style-type: square;
list-style-position: outside;
	padding-left: 0;
	margin-left: 20px;
}
.hline {
	clear: both;
	border-bottom: 1px #cccccc solid;
	margin-bottom: 10px;
}
.bodysmall {
	font-size: 85%;
}
.english {
font-style: italic;
}
.close {
text-align: right;
padding-bottom: 10px;
}
/* Column Items */
.column {
  float: left;
  width: 210px;
  padding-bottom: 20px;
}
.column.left {
  padding-right: 20px;
}