html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #333333;
	/*background-image: url(../img/back.jpg);*/
	background-repeat: repeat-x;
	color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

* html body {
    height: 100%;
}


h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333333
}
h2 {
	font-size: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color:#333333
	
 
}

a img, img { border: 0; }

li { list-style-position: inside; } 

div.clear {
    clear: both;
}

div#header {
	position: relativ;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	color: #000000;
	font-size: 30px;
	letter-spacing: 11px;
	vertical-align: baseline;
	font-weight: bold;
	text-align: center;
    height: 110px;
	width: 1160px;
    padding: 0.5em;
	margin: 0;
	z-index: 5;
}

ul#nav {
	background-color: #333333;
	position: absolute;
    float: left;
	width: 200px;
	height: 100%;
	margin: 0;
	z-index: 1;
}

ul#nav li.link {
    list-style: none;
    margin: 0.8em;
}

a { color: #FFFFFF; }
a:hover { text-decoration: none; }

div#content {
	width: 880px;
	padding: 0em 0 0em 20em;
	margin: 0;
	margin-bottom: 2em;
	background-color: #60719F;
	}
	
	
/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:200px;
		height:150px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
	float:left;
	position:relative;
	top:-150px;
	left:-20px;
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */

.pdfartikel { 
background-image: url("../img/pdf_artikel_vorschau_sw.png");
background-repeat:no-repeat;
width:300px;
height:415px;
}
.pdfartikel:hover {
background-image:url("../img/pdf_artikel_vorschau.png");
}



div#footer {
	background-color: #EFEFEF;
	color: #000000;
	font-size: 10px;

    text-align: centerheight: 100%padding: 0margin: 0;
	position: absolute;
	left: 240px;
	right: 0px;
	width: 920px;
	padding: 1em 0 1em 0;
	z-index: 4;
}

div#footer a {
	color: #000000;
}
