/* commented backslash hides from ie5mac \*/
html{
	height:		100%;
	margin:		0;
	padding:	0
}
/* end hack */

html,body {
	padding:			0;
	margin:				0;
	background-color:	#ababab;
	font-size:			11px;
	font-family:		verdana, arial, sans-serif;

}
body{
	text-align:			left;
	min-width:			776px;				/* for mozilla*/
	background-color: 	#ababab;
	height:				100%;
}
#wrapper {
	_height: 82px;
}

#outer{
	height:				99.9%;
	min-height:			100%;
	width:				1000px;
	text-align:			left;
	margin:				auto;
	position:			relative;
	overflow:			visible;
	background-color:	white;
}

/* mac hide \*/
* html #outer{
	width:1000px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:			100%;
	padding-top:	109px;/*needed to make room for header*/
}

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:109px;
	z-index:74;
	background:  url(images/bgheader_right.png) no-repeat right top; */
}

#ajaxmenu{
	position:absolute;
	top:76px;
	left:80px;
	width:1000px;
	height:43px;
	z-index:65;
}

#logo {
	position:			absolute;
	top:				0px;
	left:				10px;
	width:				106px;
	height:				103px;
	z-index:			300;
	margin-top:			4px;
	text-decoration:	none;
	background:			url(images/logo.png) no-repeat left top;
}
/* mac hide \*/
* html #outer, * html #header {width:780px}
/* end hide*/
#footer {
	color: black;
	width:1000px;
	clear:both;
	height:82px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	background:  url(images/bg_footer.png) repeat-x top;

}

#footer p {
	margin-top: 10px;
}
#footer p a {
	text-decoration: none;
	color: #ababab;
}

#footer p a.mainLink {
	text-decoration: none;
	color: #444;
	margin-left: 50px;
}

* 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*/

#right {
	width:219px;
	height: 450px;
	background:  url(images/bg_right.png) no-repeat right top;
	float:right;
	z-index: 55;
}

/* mac hide \*/
* html #right {
	/*only ie gets this style*/
	height:450px;
	/* for ie*/
}
/* end hide*/

#right-inner {
	width: 160px;
	padding-left: 29px;
	text-align: left;
}
#right-inner h2 {
	font-size: 15px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:760px;
	float:left;
	padding-left: 7px;
	z-index: 56;
}
#left-inner {
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 80px;
	text-align: left;
}
#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-bottom: 7px;
}

#content h2 {
	font-size: 15px;
	color: #B80229;
	background:  url(images/bullet_17x21.gif) no-repeat left top;
	padding-left: 19px;
	line-height: 24px;
	position: relative;
	z-index: 999;
}

h3#post-  {
	font-size: 12px;
	color: #B80229;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#content p {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

#content p a {
	color: #ababab;
	text-decoration: none;
}

#content p a:hover {
	text-decoration: underline;
}

#content li {
	color: #ababab;
}

#footer p {
	padding: 8px;
}

.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #B80229;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #B80229;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

img {
	border: 0px solid;
}

#content ul li{
	list-style-image: url(images/bullet_11x8.gif);
	color:	#444;
	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;
}

#sidebar {

}

#content a, #sidebar a
{
    color: #858585;
	text-decoration: none;
}

#content a:hover, #sidebar a:hover
{
    text-decoration: underline;
}

/* eigene Styles */
.ndback {
	background-image: url('images/nd_background.png');
	background-repeat: no-repeat;
	background-position: center;
	height:  500px;
}


