div#content_all {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	
	/* background-color: yellow; */
}


div#navigation,
div#content,
div#footer {
	width: 984px;
	margin: 0px auto;
	padding: 0px 0px 0px 24px;
	overflow: hidden;
	
	/* border: 1px solid red; */
	/* background-color: pink; */
}


/* --------------------------------------------------------------------------------------------- navigation -- */
div#navigation {
	position: relative;
	width: 924px;
	height: 110px;
	padding: 0px 40px 0px 44px;
	background-image: url(../_layout/shadow_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	overflow: hidden;
}

div#navigation .egg {
	position:absolute; 
	top:28px; 
	left: 748px; 
	width:2px; 
	height:2px; 
	font-size:0px;
	
	/* background-color: blue; */
}

div#navigation .navi {
	float: left;
	margin: 74px 24px 0px 0px;
	font-family: Georgia, serif;
	font-size: 16px;
	text-transform: uppercase;
	
	/* background-color: red; */
}

a.navi_selected:hover {
	text-decoration: none;
}

div#navigation .languages {
	float: left;
	margin: 75px 20px 0px 0px;
	/* font-family: Georgia, serif; */
	font-size: 9px;
	/* text-transform: uppercase; */
	
	/* background-color: red; */
}


div#navigation .logo { 
	float: right;
	
	/* background-color: red; */
}



div#share_networks {
	position: fixed;
	left: 0px;
	/* top: 50%; */
	/* margin-top: -50px; */
	top: 107px;
	
	/* background-color: red; */
}

div#share_networks .button {
	line-height: 0px;
	font-size: 0px;
}


/* ------------------------------------------------------------------------------------------------ content -- */

div#content { 
	height: auto;
	padding-bottom: 28px;
	background-image: url(../_layout/bg_content.gif);
	/* background-image: url(../_layout/bg_content_raster.gif); */
	background-repeat: repeat-y;
	background-position: left top;
	
	/* background-color: lime; */
}


div#content .column {
	padding: 0px 0px 0px 0px;
	/* background-color: green;  */
	/* opacity: 0.8; */
}


/* ------------------------------------------------------------------------------------------- CONTENT: Subnavi */
div#content .subnavi_title {
	margin-top: 20px;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	
}

div#content .subnavi_text {
	
}


div#error {
	width: 960px;
	padding: 23px 0px 20px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	background-color: #53525d;
	
	background-image: url(../_layout/bg_error.gif);
	background-repeat: repeat-y;
}

/* -------------------------------------------------------------------------- CONTENT-STYLES in css_content.css */


/* ----------------------------------------------------------------------------------------------------- footer */
div#footer {
	height: 30px;
	padding-top: 10px;
	background-image: url(../_layout/shadow_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
	/* background-color: yellow; */
}

div#footer .left,
div#footer .right {
	font-size: 9px;
	line-height: 12px;
	color: #909090;
	
	/* background-color: red; */
}

div#footer .right {
	text-align: right;
}

div#footer .navi {
	float: right;
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	
	/* background-color: red; */
}


ul {
	list-style-position: outside;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

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


/* ------------------------------------------------------------------------------------------------------ stuff */

.vspace {
clear:both;
width:auto;
height:0px;
font-size:0px;
line-height:0px;
}

.hspace {
width:0px;
height:0px;
font-size:0px;
line-height:0px;
}