#layout {
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #F6B21E;
}
.alignleft {
float:left;
margin-right: 8px;
}
#layout #header {
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f6b21e;
}
body {
	background-image: url(img/layout.png);
	background-repeat: repeat;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 17px;
	color: #FFFFFF;
	margin-top: 16px;
	margin-bottom: 10px;
}
ul.cssmenu {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 920px;
} 


ul.cssmenu ul {
	position: relative;
	display: none;
} 
ul.cssmenu li {
	position: relative;
	display: block;
	float: left;
	font-family: Georgia;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 184px;
	background-image: url(img/navi_bg_hover.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6B21E;

} 

/* Menupunkt stylen */ 
ul.cssmenu li a {
	font-family: Georgia;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 184px;
} 
#layout #content {
	background-color: #463A50;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#layout #links table {
	width: 908px;
}
#layout #links {
	background-color: #463A50;
	padding-bottom: 5px;
}
#layout #footer {
	background-color: #1f1226;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F6B21E;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#layout #footer a {
	color: #FFFFFF;
	text-decoration: none;
}




#posts #right .signatur {
	float: right;
	margin: 2px;
	padding-top: 10px;
}
#layout #links td {
	text-align: center;
	background-image: url(img/navi_bg_hover.png);
	background-repeat: repeat;
	background-position: center center;
	margin: 2px;
	padding: 2px;
	border: 1px solid #F6B21E;
}

#layout #links a {
	color: #FFFFCC;
	text-decoration: none;
}


#posts #right .signatur a {
	color: #FF9933;
	text-decoration: none;
}

#posts #right a {
	color: #FF9933;
	text-decoration: none;
}
#content_zwei #left a {
	color: #FF9933;
	text-decoration: none;
}
#content_zwei #right a {
	color: #FF9933;
	text-decoration: none;
}
#layout #content_zwei {
	background-color: #463A50;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#layout #content_zwei #left h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 33px;
	font-size: 16px;
	background-image: url(img/h1.png);
	background-repeat: repeat-x;
	background-position: center;
	color: #F6B21E;
	text-align: center;
}


#layout #content_zwei #left {
	float: left;
	width: 445px;
	background-color: #331247;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F6B21E;
	border-bottom-color: #F6B21E;
	border-left-color: #F6B21E;
}
#layout #content_zwei #right {
	float: right;
	width: 445px;
	background-color: #331247;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F6B21E;
	border-bottom-color: #F6B21E;
	border-left-color: #F6B21E;
}
#layout #content h1 {
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	background-image: url(img/h1.png);
	background-repeat: repeat-x;
	background-position: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F6B21E;
	border-left-color: #F6B21E;
	color: #F6B21E;
}

#layout #content_zwei #left p {
	text-align: justify;
	color: #dddddd;
}
#layout #content_zwei #right p {
	text-align: justify;
	color: #dddddd;
}


p {
	margin: 0px;
	padding: 10px;
}

.clearfix {
	clear: both;
}




ul.cssmenu li:hover > a {
	color: #FFFFFF;
	background-image: url(img/navi_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
} 
/* Untermenüpunkt einblenden */ 
ul.cssmenu li:hover > ul { 
	position: absolute; 
	top: 25px; 
	left: -40px; 
	display: inline; } 
/* ab zweite Ebene */ 
ul.cssmenu li li:hover > ul {
	top: 0px;
	left: 144px;
} 
ul.cssmenu li li a {
	width: 174px;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
} 
/* Farben der einzelnen Ebenen (werden vererbt)*/ 
ul.cssmenu a {
	color: #FFFFFF;
	padding-left: 0px;
	background-image: url(img/navi_bg_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
} 
ul.cssmenu ul a {
	background-color: #FFFFFF;
	color: #FFFFFF;
} 
ul.cssmenu ul ul a{
	color: #FFFFFF;
	background-image: url(img/navi_bg_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
} 
ul.cssmenu ul ul ul a{
	color: #FFFFFF;
	padding-right: 5px;
	background-image: url(img/navi_bg_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}   
ul.cssmenu { 
	_text-indent: 10px; } 
ul.cssmenu ul { 
	_display: inline; 
	_margin-left: 0px; 
	_text-indent: 20px; } 
ul.cssmenu ul ul { 
	_text-indent: 30px; } 
ul.cssmenu ul ul ul { 
	_text-indent: 40px; } 
ul.cssmenu li { 
	_float: none; } 
/* Menupunkt stylen */ 
ul.cssmenu li a { 
	_text-align: left; 
	_width: 150px; } 
ul.cssmenu a:hover { 
	_font-weight: bold; 
	_background-color: #666666; }
#layout #content_zwei #right h3 {

	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 33px;
	font-size: 16px;
	background-image: url(img/h1.png);
	background-repeat: repeat-x;
	background-position: center;
	color: #F6B21E;
	text-align: center;
}
#layout #posts {

	background-color: #463A50;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#layout #posts #left {
	float: left;
	width: 200px;
	background-color: #331247;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F6B21E;
	border-bottom-color: #F6B21E;
	border-left-color: #F6B21E;
}
#layout #posts #left #box {
	margin: 0px;
}
#layout #posts #left #box h2 {
	font-size: 16px;
	line-height: 33px;
	color: #F6B21E;
	text-align: center;
	background-image: url(img/h1.png);
	background-repeat: repeat-x;
	background-position: center;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#layout #posts #left #box li {
	line-height: 20px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	background-image: url(img/navi_bg_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	list-style-type: none;
}
#layout #posts #left #box a {
	color: #FFFFFF;
	text-decoration: none;
}


#layout #posts #left #box ul {
	border: 1px solid #F6B21E;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#layout #posts #right {
	float: right;
	width: 690px;
	background-color: #331247;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F6B21E;
	border-bottom-color: #F6B21E;
	border-left-color: #F6B21E;
}
#layout #posts #right ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#layout #posts #right li {
	padding: 2px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #CC9966;
}
blockquote {
	text-align: center;
	font-family: "Bradley Hand ITC";
	font-size: 22px;
	line-height: 28px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9933;
	border-bottom-color: #FF9933;
	background-color: #1f1226;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#layout #posts #left p {

	text-align: justify;
	color: #dddddd;
}
#layout #posts #right p {

	text-align: justify;
	color: #dddddd;
}
#layout #posts #left #box li:hover {

	line-height: 20px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	background-image: url(img/navi_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	list-style-type: none;
}
#layout #posts #right h3 {


	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 33px;
	font-size: 16px;
	background-image: url(img/h1.png);
	background-repeat: repeat-x;
	background-position: center;
	color: #F6B21E;
	text-align: center;
}
#layout #links td:hover {

	text-align: center;
	background-image: url(img/navi_bg.png);
	background-repeat: repeat;
	background-position: center center;
	margin: 2px;
	padding: 2px;
	border: 1px solid #F6B21E;
}
#layout #content iframe {
	margin-left: 4px;
}

