/** Header und logos */

.header_container {
	background-color			: #FA892E;
	height						: 172px;
	margin-top					: 10px;
}

.header_balken {
	background-color			: #FFFFFF;
	margin-top					: 20px;
	margin-bottom:				: 20px;
	height						: 132px;
}

.header_logo {
	background-color			: #EBEBEB;
	margin-top					: 5px;
	margin-bottom:				: 5px;
	height						: 122px;
	padding-left				: 5%;
}

/** Der Body / Content und Navigationsbereich */

.body_container {
	background-color			: #FFD1AC;
	height						: 100%;
	width						: 100%;
	margin						: 0px;

}

.body_content_container {
	background-color			: #ffffff;
	width						: 850 px;
	margin-left					: 5%;
	height						: 100%;
}

.body_navigation {	
	background-color			: #F9B279;
	width						: 180px;
	margin-left					: 2px;
	padding-top					: 40px;
	float						: left;
	height						: 100%;
}

.body_content {
	float						: left;
	height						: 100%;
	margin-left					: 9px;
}

.content {
	clear: both;
	margin-right					: 20px;
	width: 535px;
}

/** Breadcrumbs und shortcuts */

.shortnavi_container{
	background-color			: #ffffff;
	width						: 540px;
	margin-left					: 2px;
}

.shortnavi_shortcuts_bacon {	
	background-color			: #647785;
	width						: 240px;
	margin-left					: 0px;
	float						: left;
	height						: 40px;
	padding						: 10px;
	font-weight					: bold;
}

.shortnavi_shortcuts_angel {	
	background-color			: #75A12E;
	width						: 240px;
	margin-left					: 0px;
	float						: left;
	height						: 40px;
	padding						: 10px;
	font-weight					: bold;
}

.shortnavi_shortcuts_ben {	
	background-color			: #9A8B9C;
	width						: 240px;
	margin-left					: 0px;
	float						: left;
	height						: 40px;
	padding						: 10px;
	font-weight					: bold;
}

.shortnavi_breadcrumbs {	
	background-color			: #DDD7EF;
	width						: 320px;
	margin-left					: 5px;
	float						: right;
	height						: 40px;
	padding						: 10px;
	font-weight					: bold;
}

.bildunterschrift {
	text-align: center;
	font-size: 12px;
                font-weight: bold;
	color: #000000;
	background-color:#FCD8BB; 
	width: 100%;
	height: 15px;
}

.line_bacon {
                margin-top                                                 : 5px;
                color			                : #647785;
	background-color			: #647785;
	width				: 100%;
	height				: 5px;
}
.line_angel {
                margin-top                                                 : 5px;
                color			                : #75A12E;
	background-color			: #75A12E;
	width				: 100%;
	height				: 5px;
}
.line_ben {
                margin-top                                                 : 5px;
                color			                : #9A8B9C;
	background-color			: #9A8B9C;
	width				: 100%;
	height				: 5px;
}



body
{	
	/*background				:	url(../gfx/bg.gif) repeat-x;/**/
	background-color		:   #ffffff;
	margin					:	0px 0px 0px 0px;
	padding					:	0px;
}

a, address, blockquote, h1, h2, h3, h4, div,  img, input, label, legend, 
li, ol, option, p, q, select, strong, span, textarea, td, th, ul 	{
	font-family				:	Arial, Helvetica, sans-serif;
	font-size				:   12px;
                color: #000000;
}

h1 {
	font-size				:   14px;
	font-weight				:   bold;
}

form {
	margin:0;
	padding:0;
}
img{
	border:0;
}

a:link, a:visited, a:active {
              color:#00000;
              text-decoration:none;
              text-weight  : bold;
}
a:hover {
              color: #FF0000;
              text-decoration:underline;
              text-weight  : bold;
}

/*------------------------------------------- navigation -------------------------------------------*/

a.nav_level2:link {
               text-decoration:none;
               color : #000000;
               text-weight  : bold;
};
a.nav_level2:hover {
               text-decoration:underline;
               color : red;
               text-weight  : bold;
};
a.nav_level2:visited {
               text-decoration:none;
               color : #000000;
               text-weight  : bold;
};
a.nav_level2:active {
               text-decoration:none;
               color : #000000;
               text-weight  : bold;
};
/*------------------------------------------- Layer - Head -------------------------------------------*/
