/*
===========Clean Start==========
*/


html, body, div, p, .bodytext {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

html, body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}


/*
===========Basic look========
*/

body {
	background-color: rgb(254, 119, 14);
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	color: white;
}

#outside {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	border-top: 1px solid white;
}

#content {
	padding-left: 20px;
}

.left {
	float: left;	
	width: 180px;
}

.right {
	text-align: left;
	margin-left: 180px;
}

#head .right h1 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}

.right h2 {
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}

#content h1 {
	font-weight: bold !important;
	padding: 5px 0px 5px 0px !important;
	text-align: left !important;
}


#dekopic {
}

label {
	width: 110px;
	display: block;
	float: left;
}

.source {
	font-style: italic !important;
	text-align: right !important;
}

#construction {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

#construction p
{
  	margin-bottom: 1em;
}

/*
==========Links========
Breite durch :left: 180px;
*/

a, a:link{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a span, a span:link
{
  font-weight: normal;
  width: 150px;
}

a:focus, a:hover {
	color: #999999;
}

a:active {
	color: black;
}


#nav {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	border-right: 1px solid white;
}


#nav .dl1 {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: left;
	border-collapse: collapse;
	padding: 4px 0px 4px 0px;
	margin-left: 60px;
}

#nav a, #nav a:link{
	font-size: 14px;
	position: relative;
	display: block;
	right: 60px;
}

#nav a:focus, #nav a:hover {
	font-size: 14px;
	position: relative;
	display: block;
	right: 60px;
}

#nav a:active {
	font-size: 14px;
	position: relative;
	display: block;
	right: 60px;
}

a .sl2, a:link .sl2{
	margin-left: 20px;
	font-size: 13px;
	display: block;
}

a:focus .sl2,a:hover .sl2, a:active .sl2 {
}

a .sl3, a:link .sl3 {
	margin-left: 30px;
	font-size: 13px;
	display: block;
}

a:focus .sl3, a:hover .sl3, active .sl3 {
}

a .sl4, a:link .sl4 {
	margin-left: 30px;
	font-size: 11px;
	display: block;
}

a:focus .sl4, a:hover .sl4, active .sl4 {
}

/*
=======Der Dekoramen==========
*/

.outer_deko {
	width: 464px;
}

.deko_top {
	background-image: url(Top.gif);
	height: 91px;
}

.deko_bottom {
	background-image: url(Bottom.gif);
	height: 108px;
	background-repeat: no-repeat;
}

.dekoRahmen {
	background-image: url(Mitte.gif);
	background-repeat: repeat;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 5px;
	color: #704E28;
	font-size: 14px;
	font-weight: bold;
}

.dekoRahmen h1 {
	font-size: 14px !important;
	font-weight: bold !important;
	text-align: left !important;
}

.source {
	font-style: italic !important;
	text-align: right !important;
}