#border
{
	width: 917px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image:url('../img/background-content.gif');
	background-repeat: repeat-y;
}
/*------------------------------------------------------------------- Navigation Top */
#navigation-top
{
	width: 100%;
	height: 19px;
	background-image:url('../img/background-navigation-top.gif');
	color: white;
	font-size: 10px;
}
#navigation-top ul
{
	list-style-type: none;
	float: right;
	padding: 1px;
	margin: 0px;
}
#navigation-top ul li
{
	float: left;
	margin-right: 4px;
}
#navigation-top ul li a
{
	color: white;
	font-size: 10px;
	text-decoration: none;
}
/*------------------------------------------------------------------- Navigation Main */
#navigation-main
{
	width: 100%;
}
#navigation-main ul
{
	list-style-type: none;
	margin: 0px 0px 0px 16px;
	padding: 0px;
}
#navigation-main ul li
{
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 25px;
	background-color: white;
}
#navigation-main ul li a
{
	display: block;
	width: 179px;
	height: 25px;
	background-color: #E6DEC5;
	color: #655A3E;
	font-size: 13px;
	border-right: 1px solid #655A3E;
	border-top: 1px solid white;
	text-decoration: none;
}
#navigation-main ul li a:hover
{
	display: block;
	width: 179px;
	height: 25px;
	background-color: #D0C6A8;
	color: #655A3E;
	font-size: 13px;
	border-right: 1px solid #655A3E;
	border-top: 1px solid white;
	text-decoration: none;
}
#navigation-main ul li a.aktiv
{
	display: block;
	width: 179px;
	height: 25px;
	background-color: #D0C6A8;
	color: #655A3E;
	font-size: 13px;
	border-right: 1px solid #655A3E;
	border-top: 1px solid white;
	text-decoration: none;
}
/*------------------------------------------------------------------- Navigation Sub */
#navigation-sub
{
	width: 220px;
	float: left;
}
#navigation-sub ul
{
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	background-image: url('../img/background-subnavigation.gif');
}
#navigation-sub ul li
{
	padding: 0px;
	margin: 0px 0px 0px 7px;
}
#navigation-sub ul li.headline
{
	width: 170px;
	padding: 4px;
	background-color: #606F84;
	color: white;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
	margin-top: 10px;
}
#navigation-sub ul li.none
{
	height: 80px;
	width: 178px;
	border-bottom: 4px solid #606F84;
	
}
#navigation-sub ul li a
{
	width: 170px;
	display: block;
	border-bottom: 1px solid #DDDDDD;
	text-decoration: none;
	padding: 4px;
	color: black;
	font-size: 11px;
}
#navigation-sub ul li a:hover
{
	width: 170px;
	display: block;
	border-bottom: 1px solid #DDDDDD;
	background-color: white;
	opacity:.50; filter: alpha(opacity=50); -moz-opacity: 0.5;
	text-decoration: none;
	padding: 4px;
	color: black;
	font-size: 11px;
}
#navigation-sub ul li a.active
{
	width: 170px;
	display: block;
	border-bottom: 1px solid #DDDDDD;
	background-color: white;
	opacity:.70; filter: alpha(opacity=70); -moz-opacity: 0.7;
	text-decoration: none;
	padding: 4px;
	color: black;
	font-size: 11px;
}

#navigation-sub ul li a.subNavigation
{
	width: 170px;
	display: block;
	border-bottom: 1px solid #DDDDDD;
	text-decoration: none;
	padding: 4px;
	color: #374252;
	font-size: 11px;
}
#navigation-sub-bottom
{
	background-image: url('../img/background-subnavigation-u.gif');
	width: 206px;
	height: 11px;
}
/*------------------------------------------------------------------- Content */
#content
{
	width: 500px;
	float: left;
	line-height: 15px;
}
#content ul li
{
	padding: 2px;
}
/*------------------------------------------------------------------- Suche */
#suche
{
	margin-top: 20px;
	padding: 3px;
	width: 143px;
	margin-left: 20px;
	border-top: 1px dotted #606F84;
	border-bottom: 1px dotted #606F84;
}
#suche input
{
	border: 1px solid #939CAD;
	background-color: white;
	margin: 0px;
	font-size: 11px;
	color: #606F84;
}
.searchResultItem
{
	background-color: white;
	border: 1px solid #EDE8E1;
}
.searchResultItem a
{
	color: white;
}
/*------------------------------------------------------------------- Newsletter */
#newsletter
{
	margin-top: 0px;
	padding: 3px;
	width: 143px;
	margin-left: 20px;
	border-bottom: 1px dotted #606F84;
}
#newsletter input, select, option
{
	border: 1px solid #939CAD;
	background-color: white;
	margin: 0px;
	font-size: 11px;
	color: #606F84;
}
/*------------------------------------------------------------------- Tabs Rechts */
#content-add
{
	width: 180px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.tab
{
	width: 165px;
	margin: 7px 0px 0px 20px;
}

.tab-ro {
	background:url("../img/tab-ro.gif") top right no-repeat;
	margin:0;
	padding:0;
}

.tab-lo {
	background:url("../img/tab-lo.gif") top left no-repeat;
	margin:0;
	padding:0;
}

.tab-ru {
	background:url("../img/tab-ru.gif") bottom right no-repeat;
	margin:0;
	padding:0;
}

.tab-lu {
	background:url("../img/tab-lu.gif") bottom left no-repeat;
	margin:0;
	padding:0;
}

.tab-inhalt {
	margin:0;
	padding: 8px 8px 0px 10px;
}

.tab-inhalt p {
	margin: 0;
	padding: 3px;
	font-size: 11px;
}
.tab-inhalt ul
{
	list-style-type: square;
	color: #606F84;
	margin: 1px;
	padding: 2px 0px 0px 13px;
}
.tab-inhalt ul li a
{
	color: #606F84;
	text-decoration: none;
	font-size: 11px;
}

.tab-inhalt ul li a:hover
{
	color: black;
	text-decoration: none;
	font-size: 11px;
}
.tab-inhalt p a
{
	color: #606F84;
	text-decoration: none;
	font-size: 11px;
}
.tab-inhalt p a:hover
{
	color: black;
	text-decoration: none;
	font-size: 11px;
}
/*------------------------------------------------------------------- KillFloat */
.killFloat
{
	clear: both;
}
