/* CSS Document */

/* begin standard tags */
html{
	margin:0;
    padding:0;
    height:100%;
}

body{
	height:100%;
	padding:0px 0px 0px 10px;
	margin:0px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

input{
	font-size:11px;
	border:1px solid #cccccc;
}

select{
	font-size:11px;
	border:1px solid #cccccc;
}

form{
	display:inline;
}

label{
	width:120px;
}

p{
	color:#333333;
}

h1{
	font-size:14px;
	font-weight:bold;
	margin:0;
}

h3{
	font-size:12px;
	font-weight:bold;
	margin:0;
}

h1.pubdate{
	font-size:11px;
	font-weight:normal;
	color:#999999;
}

#inhalt div.drucker{
	display:none;
}

#main{
    background-color:#FFFFFF;
    display:table;
	_float:left;
    height: 100%; /* Mindesthöhe in modernen Browsern */
    padding-left:1px;
    padding-right:1px;
}

html>body #main{
	min-height:100%;
}

* html #main{
    height: 100%;
}

#header{
	display:none;
}

#content{
	float:left;
	position:relative;
	width:860px;
	margin-right:1px;
}

#skyscraper{
	display:none;
}

#bar{
	display:none;
}

#titelbar{
	display:none;
}

#inhalt{
    float:left;
    width:543px; /* 543 */
    _height:600px;
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:2px solid #cccccc;
    line-height:17px;
    text-align:justify;
}

html>body #inhalt{
    min-height:600px;
}

#buttons{
	display:none;
}

#footer{
	clear:both;
	width:980px; /* 980 */
	height:25px;
	padding-left:175px;
}

html>body #footer{
	width:805px;
}

#navigation{
	display:none;
}