/* commented backslash hides from ie5mac \*/ 

html{
	height:100%;
	margin:0;
	margin-top:50px;
	padding:0
} 

/* end hack */ 

html,body {
	padding:0;
	margin:0;
	margin-top:50px;
	background-color: #1a1513;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{	
	text-align:left;
	min-width:850px;/* for mozilla*/
	background-color: #1a1513;
	height:100%;
}

#wrapper {
	_height: 82px;
}



#outer{
	height:99.9%;
	min-height:100%;
	width:850px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
}



/* mac hide \*/
* html #outer{
	width:776px
}

/* end hide*/



html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/



#inner{
	width:100%;
	padding-top:143px;/*needed to make room for header*/
} 



#header{
	position:absolute;
	top:0px;
	left:0px;
	width:850px;
	height:183px;
	z-index:74;
	background-color:#99FFFF;
}



#navigation{
	position:absolute;
	top:183px;
	left:265px;
	width:584px;
	height:22px;
	z-index:65;
	border-right:1px solid #F19624;
	border-left:0px solid #F19624;
	border-bottom:1px solid #F29725;
/*	background-image:url(../../images/nav_bg.gif);
	background-repeat:no-repeat;*/
	background-color:#FBCB8C;
	}
	
* html #navigation{
	left:264px;
	width:582px;
	border-right:0px solid #F19624;
	border-left:0px solid #F19624;
	border-bottom:0px solid #F29725;
	background-color:transparent;
	}

#logo {
	position:absolute;
	top:26px;
	left:10px;
	width:237px;
	height:63px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/logo_237x63.gif) no-repeat left top;
}

/* mac hide \*/

* html #outer, * html #header {width:780px}

/* end hide*/

#footer {
	color: #ffffff;
	width:850px;
	clear:both;
	height:82px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
}

#footer p {
	margin-top: 10px;
}

#footer p a {
	text-decoration: none;
	color: #ffffff;
}

* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/



/* mac hide \*/
* html #footer {

	/*only ie gets this style*/
	height:82px;
	/* for ie*/

}

/* end hide*/


div,p  {
	margin-top:0px;

}/*clear top margin for mozilla*/


#left {
	position:relative;/*ie needs this to show float */
	width:265px;
	float:left;
	padding-left:0px;
	z-index: 56;
	margin-top:40px;
}



#right {
	position:relative;
	width:585px;
	float:right;
	z-index: 55;
	margin-top:39px;
}


* html #right {
	margin-top:-393px;
	margin-left:265px;
}

*+html #right {
	margin-top:-393px;
	margin-left:265px;
}


#clearfooter {
	width:100%;
	height:82px;
	clear:both;

} /* to clear footer */



html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;

} /*safari wrapper */

#content {
	z-index: 300;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
	height:325px;
	overflow:auto;
	margin-top:23px;
	border-right:1px solid #F19624;
	border-bottom:1px solid #F19624;
}

#content_gallery {
	z-index: 300;
	padding-left:40px;
	padding-right:40px;
	padding-top:40px;
	padding-bottom:20px;
	height:305px;
	overflow:auto;
	margin-top:23px;
	border-right:1px solid #F19624;
	border-bottom:1px solid #F19624;
}



#content h1{
	font-size: 16px;
	font-weight:bold;
	color: #5e1e49;
	line-height: 24px;
	position: relative;
	z-index: 999;
}

#content h2 {
	font-size: 18px;
	font-weight:bold;
	color: #5e1e49;
	line-height: 24px;
	position: relative;
	z-index: 999;
}

#content h3 {
	font-size: 11px;
	font-weight:bold;
	color: #5e1e49;
	line-height: 16px;
	position: relative;
	z-index: 999;
}



/*h3#post-  {
	font-size: 12px;
	color: #618200;
	background:  url() no-repeat left top;
	padding-left: 0px;
}
*/

#content p {
	font-size: 11px;
	color: #5e1e49;
	width:380px;
	line-height: 18px;
	_line-height: 16px;
}

#content_gallery p {
	font-size: 11px;
	color:#F19623;
	width:380px;
	line-height: 18px;
	_line-height: 16px;
}

#content div {
	font-size: 11px;
	color: #5e1e49;
	width:380px;
	line-height: 18px;
	_line-height: 16px;
}

#content div #gallery{
	font-size: 11px;
	color: #5e1e49;
	width:500px;
}

#content p a {
	color: #ff0000;
}



#content p a:hover {
	background-color: #ff0000;
	color: #ffffff;
}





#footer p {
	padding: 8px;
}



img {
	border: dotted 0px #444444;
}



#content ul li{
	list-style-image: url(images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}



.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}



.LIn_desc {
	display: none;
}

.LIn_date {
	font-style: italic;
	margin-left: 5px;
}



#content a, #sidebar a
{
    color: rgb(97, 130, 0);
}

#content a:hover, #sidebar a:hover
{
    background-color: rgb(97, 130, 0);
    color: rgb(255, 255, 255);
}

#impressum {
position:relative;
float:right;
padding-top:5px;
}

#impressum a{
font-size:10px;
color:#666666;
text-decoration:none;
}
