* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
html, body {
	text-align: center;
	font-family:Tahoma;
	font-size: 90%;
	line-height: 1.5;
	color: #000000;
	background-color: #fff;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
 }
#container {
	margin: 0 auto;
	width:960px;
	text-align: left;
	background-position: center center;
	background-repeat: repeat-x;
}
.sidebar, .content {

display:inline;
float:left;
margin-left:10px;
margin-right:10px;
}
#container .sidebar {
	clear:left;
	width:120px;
}
#container .content {
	width:710px;
}


#header {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 960px;
	background-image: url(../header_blank.jpg);
}


#footer {
	clear: both;
	color: #ccc;
	background-color: #CCCCCC;









	background-image: url(../../image(s)/footer
.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #494949;
	}

/* Horizontales Menu */
.blockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Tahoma;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background-color: black;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(../images/blockdefault.gif);
}

.blockmenu li{
display: inline;
}

.blockmenu li a{
float: left;
color: white;
padding: 9px 20px;
text-decoration: none;
border-right: 1px solid white;
}

.blockmenu li a:visited{
color: white;
}

.blockmenu li a:hover, .blockmenu li .active {
color: #fff;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}
/* Ende horizontales Menu */

/* Formular */
form {
	margin-left: 20px;
	}
fieldset {
	width: 550px;
	}
legend {
	margin: 10px;
	padding: 5px;
	color: #990000;
	}
input, textarea {
	font-family:Tahoma;
	font-size:1em;
	width:200px;
	color: #494949;
	background: #f4f4f4;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
input:hover, textarea:hover {
	background: #ccc;
	font-size: 18px;
}
.submit {
	background: #ccc;
	color: #131313;
	width: 150px;
	border: 1px solid #999;
}
.submit:hover {
	background: #999;	
	color: #f2f2f2;
}

/* Ende Formular */

/* Verschiedene Klassen */
.align-right {
	float:right;
	margin: 10px;
}

.align-left {
	float: left;
	margin: 10px;
}
/* Ende verschiedene Klassen */

/* Text Formatierungen */
a:focus{
outline:1px dotted invert;
}
a, a:visited {
	color: #990000;
}
a:hover {
	color: #666;
}
a.read_more {
	font-size: .9em;
	}
a img {
	border: 0 none;
}
	/* Überschriften */
h1,h2,h3,h4,h5 {
	font-family: Tahoma;
	margin: 25px 0 0 0;
	padding: 0 10px;
	color: #666;
	background:transparent;
}
h1{
font-size:1.4em;
}

#header h1  {
	font-size: 2.7em;
	color: #131313;
	padding: 1em 0 0 40px;
	margin: 0;
}
#header h1 a, #header h1 a:visited {
	text-decoration: none;
	color: #535353;
}
#header h1 a:hover {
	color: #990000;
}
h2{
font-size:1.3em;
}
#header h2 {
	padding: 0 0 0 40px;
	color: #fff;
	font-size: 2em;
	margin: .5em 0;
}
.sidebar h2 {
	background: #fbfbfb url(../images/heading.jpg) top left no-repeat;
	border: 0px solid #d9d9d9;
	color: #666;
	font-size: 1.1em;
	margin-top: 30px;
	padding: 5px 5px 5px 30px;
	}
h3{
font-size:1.1em;
margin: 1em 0 0 0;
padding: 0 10px;
color: #666;
}
h4{font-size:1em}
h5{font-size:1em}
h6{font-size:1em}

/* Ende Überschriften */
ol{
list-style:decimal;
}
ul{
list-style:square;
}
li{
margin-left:30px;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,blockquote {
margin-bottom:20px;
}
p {
	overflow:hidden;
}
#container p {
	margin-left: 10px;
	font-size: 1em;
}

#footer p {
		line-height: 1.5em;
		margin: 0;
	}
#footer p.copy {
color: #f2f2f2;
	text-align: center;
	padding: .5em 20px 0 20px;
	}
p.link {
	padding: 0 20px;
	color: #bdbdbd;
	text-align: right;
	margin: 0;
	}

p.link a, p.link a:visited {
	text-decoration: none;
	color: #494949;
}
p.link a:hover {
	color: #f2f2f2;
}
address {
	font-style: normal;
	margin-left: 10px;
}

blockquote {
	color: #666;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #fbfbfb;
	margin-left: 15%;
	margin-right: 5%;
	padding:10px;
}
hr {
border-color:#ccc;
border-style:solid;
border-width:1px 0 0;
clear:both;
height:0
}

/* Ende Textformatierungen */
