body 
{
	margin: 0px 0px 20px 0px;
	background-color: White;
	color: white;
	font-family: Arial,Helvetica;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	line-height: normal;
	padding: 3px;
}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 1000px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	float: left;
}

#banner {
	font-family:  Arial,Helvetica,Verdana,sans-serif;
	color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
  margin: 0px;
	height: 180px;
	}

#banner p {
	color: #000066;
	font-family: Tahoma;
	font-size: x-large;
}
	
#banner .balken {
	border: 8px solid #FF9900;
}

#banner img {
	height: 102px;
}

#banner h1 {
	font-size: x-large;
	}

#left {
	float: left;
	width: 200px;
	overflow: hidden;
  border-right: 1px solid #CCCCCC;
	}

#right {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

#info {
	color: #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
	margin-bottom: 3px;
	line-height: normal;
	padding: 3px;
	font-family: Tahoma;
	font-size: x-small;
}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial,Helvetica;
	font-size: medium;
}

.content p {
	color: #666666;
	font-family: Arial,Helvetica;
	font-size: medium;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h1 {
	color: #666666;
	font-family: Arial,Helvetica;
	font-size: xx-large;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.content h2 {
	color: #666666;
	font-family: Arial,Helvetica;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -5px;
}

.content h3 {
	color: #666666;
	font-family: Arial,Helvetica;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.nodeco a {
  text-decoration: none;
}

.nodeco a:hover {
	color: #006699;
  text-decoration: underline;
}

p.subline {
	color: #999999;
	font-family: Arial,Helvetica;
	font-size: small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}
	
.keywords {
	color: #CCCCCC;
	font-family: Arial,Helvetica;
	font-size: x-small;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	line-height: normal;
	padding: 3px;
	}
	
.sidebar {
	padding: 15px;
  font-size: small;
	}

.sidebar p {
  	line-height: 140%;
	color: #666666;
	font-family: Arial,Helvetica;
	font-size: small;
  	padding: 2px;
	text-align: left;
	}

.sidebar h2 {
	color: #666666;
	font-family: Arial,Helvetica;
	font-size: small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar .categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #666666;
	font-family: Arial,Helvetica;
	font-size: small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar .categories li {
	list-style-type: circle;
	}

#categories li {
	list-style-type: circle;
	}

#categories p {
	font-weight: bold;
}

.sidebar img {
	border: 3px solid #FFFFFF;
	}


.red{
  color: red;
}

.big{
  font-size: 1.2em;
}

.achtung {
  color: red;
  font-weight: bold;
}

h1.dezent 
{
	font-size: large;
	font-weight: normal;
}

a 
{
  color: blue;
  text-decoration: underline;
}

a:link {
	color: blue;
	}

a:visited {
	color: blue;
	}

a:active {
	color: blue;
	}

a:hover {
	color: blue;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
       line-height: 150%;
	}



