* { 
  padding: 0px;
  margin: 0px;
}

body {

	text-align: justify;
	color: #000000;
	background: #91795F;
	font: normal 12px 'franklin gothic medium', Helvetica, Arial, Verdana, sans-serif;

}


#header{
	margin-top:100px;
	margin-left:150px;
	width: 723px;
	height: 57px; 
}

#header a img{ border: none;outline:0;}


#right{
	margin-left:150px;
	background: url('images/content.jpg') center no-repeat;
	width: 723px;
	height: 408px; 
}

#right1{
	margin-top: 100px;
	margin-left:150px;
	background: url('images/content1.jpg') center no-repeat;
	width: 800px;
	height: 465px; 
}

#content{
	margin-top: 10px;
	margin-left: 50px;
	padding: 10px 10px;
	width: 430px;
	height: 340px;
	float: left;
	overflow: auto;
}
#content1{
	margin-top: 65px;
	margin-left: 50px;
	padding: 10px 10px;
	width: 430px;
	height: 340px;
	float: left;
	overflow: auto;
}



#rightcorner{

	margin-left: 50px;
	margin-right: 50px;
	padding: 20px 10px;
	text-align: right;
}

#footer {
	clear: all;
	height: 20px;
	padding-left: 41px;
}

/* ---------------------------------- Links ---------------------------------- */




A {
	color: #91795F; 
	text-decoration: none;
}

A:visited {
	color: #866F67; 
	font-weight: normal;
	text-decoration: none;
}

A:hover, A:active {
	color: #BFB1A2; 
}

/* ---------------------------------- Headlines ---------------------------------- */

h1{
	font: normal 1.5em 'franklin gothic medium', Helvetica, Arial, Verdana, sans-serif;
	color: #866F67;
	background: url('images/headline.jpg') bottom no-repeat;
	text-align: right; 
	letter-spacing: 2px;
	padding: 2px 4px 2px 2px;
	margin: 0px;
}

h2{
	background: url('images/headline.jpg') bottom no-repeat;
	font: normal 1.4em 'franklin gothic medium', Helvetica, Arial, Verdana, sans-serif;
	color: #866F67;
	text-align: right; 
	letter-spacing: 2px;
	padding: 2px 4px 2px 2px;
	margin: 0px;
}

h3 {
	background: url('images/headline.jpg') bottom no-repeat;
	font: normal 1.3em 'franklin gothic medium', Helvetica, Arial, Verdana, sans-serif;
	color: #866F67;
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	text-align: right; 
	display: block;
	text-transform: uppercase;
}

h4{
	background: url('images/headline.jpg') bottom no-repeat;
	font: normal 1.2em 'franklin gothic medium', Helvetica, Arial, Verdana, sans-serif;
	color: #866F67;
	text-align: right; 
	letter-spacing: 2px;
	padding: 2px 4px 2px 2px;
	margin: 0px;
}

h5{
	background: url('images/headline.jpg') bottom no-repeat;
	font: bold 1.1em 'franklin gothic medium', Helvetica, Arial, Verdana, sans-serif;
	color: #866F67;
	text-align: right; 
	letter-spacing: 2px;
	padding: 2px 4px 2px 2px;
	margin: 0px;
}

h6 {
	background: url('images/headline.jpg') bottom no-repeat;
	color: #866F67;
	font: bold 1.0em 'franklin gothic medium', Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 3px;	
	text-align: right; 
	text-transform: lowercase;
	padding: 2px;
	margin: 0px;
}

/* ----------------------------- Sonstiges ---------------------------- */

/* - Bilder Transparenz -*/
.linkbutton {
	font: normal 12px 'franklin gothic medium', Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5em;
	margin: 1.2em 0;
	text-align: left;
}

.linkbutton a img {
text-decoration:none;
border-bottom:0px;
filter:alpha(opacity=50); /* IE */
-moz-opacity: 0.50; /* Gecko */
opacity: 0.50; /* Opera */
}

.linkbutton a:hover img {
text-decoration:none;
border-bottom:0px;
filter:alpha(opacity=100); /* IE */
-moz-opacity: 1; /* Gecko */
opacity: 1; /* Opera */
}

.linkbutton img{
text-decoration:none;
border-bottom:0px;
filter:alpha(opacity=50); /* IE */
-moz-opacity: 0.5; /* Gecko */
opacity: 0.5; /* Opera */
}
.linkbutton img:hover {
text-decoration:none;
border-bottom:0px;
filter:alpha(opacity=100); /* IE */
-moz-opacity: 1; /* Gecko */
opacity: 1; /* Opera */
}

.linkbuttonnews {
	font: normal 12px 'franklin gothic medium', Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5em;
	margin: 1.2em 0;
	text-align: right;
}

.linkbuttonnews a img {
text-decoration:none;
border-bottom:0px;
filter:alpha(opacity=30); /* IE */
-moz-opacity: 0.30; /* Gecko */
opacity: 0.30; /* Opera */
}

.linkbuttonnews a:hover img {
text-decoration:none;
border-bottom:0px;
filter:alpha(opacity=80); /* IE */
-moz-opacity: 0.8; /* Gecko */
opacity: 0.8; /* Opera */
}


p,td {
	font: normal 12px 'franklin gothic medium', Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5em;
	margin: 1.2em 0;
}

span { color: #866F67;}

ul {
	list-style-type: square;
	margin-left: 15px;
	color: #91795F;
}

blockquote {
	font: bold 12px 'franklin gothic medium', Helvetica, Arial, Verdana, sans-serif;
	border-left: 8px solid #91795F;
	color: #6E5045;
	display: block;
	margin: 10px;
	padding-left: 3px;
}

input {
	width: 200px;
	border: 1px solid #6E5045;
	background: #91795F;
	color: #fff;
}

select {
	width: 302px;
	border: 1px solid #6E5045;
	background: #91795F;
	color: #fff;
}

.button  {
	width: 100px;
	border: 1px solid #6E5045;
	background: #91795F;
	color: #fff;
}

textarea {
	font: normal 12px 'franklin gothic medium', Arial, Verdana, sans-serif;
	width: 200px;
	border: 1px solid #6E5045;
	background: #91795F;
	color: #fff;
}