@charset "UTF-8";
/* CSS Document */


*{
	font-family:Verdana, Geneva, sans-serif;
	background:none;
border:none;
border-style:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;

}

a { text-decoration: none } 


#main{
	margin-left: auto;
	margin-right:auto;
	width:500px;
	overflow:hidden;
	}
	
	
#wrap_menu_div{
	margin-top:42px;

	}
	
#logo_div{
	width:100px;
	height:100px;
	background:url(../images/logo.gif) no-repeat;
	margin-left:30px;
	margin-right:57px;
	float:left;
	}
	
#menu_div{
		height:100px;

	}


*.menu_row{
	float:left;
	margin-left:22px;
	width:55px;
	height:100px;
	}

	
*.menu_btn{
	text-decoration:none;
	font-size:12px;
	color:#000;
	line-height: 170%;
	}
	
*.menu_btn a:link{
	
	text-decoration:none;
}


*.menu_btn:active {
	color:#f9a51a;
	}
	
	
*.menu_btn:hover{
	color:#f9a51a;
	}
	

#wrap_cont_div{
	
	
	}
	
	
#cont_div{
	overflow:hidden;
	}
	
	
#contact{
	margin-top:50px;
	margin-left:25px;
	font-size:12px;
	
	}
	
	
	
#impressum{
	margin-top:50px;
	margin-left:25px;
	font-size:12px;
	
	}
	
	
*.icon{
	float:left;
	margin-right:10px;
	
	}	
	
	
h2{
	font-size:22px;
	font-weight:100;
	}
	
	
#impressum_div{
	
	}

*.article_thumb{
	margin-right:10px;
	margin-top:10px;
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	z-index:1;
	}
	
*.article_cover{
	position:absolute;
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	z-index:2;
	font-size:0px;
	font-weight:0;
	color:#FFF;
	text-decoration:none;
	}
	


*.article_cover:hover{
	background-image:url(../images/articleCover80.png);
	display:block;
	visibility:visible;
	height:100px;
}


*.article_cover:hover p{
	
	margin-top:85px;
	text-decoration:none;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#000;
	text-indent:4px;
	
	}
	
*.delete_btn{
		margin-top:10px;

	float:left;
	z-index:2;
	width:20px;
	height:20px;
	background-image:url(../images/delete-icon.png);
	background-repeat:no-repeat;
	
	
	
	}

*.moveup_btn{
		margin-top:10px;

		z-index:2;

	width:20px;
	height:20px;
	margin-right:20px;
	float:left;	
	background-image:url(../images/left_arrow_btn.png);
	background-repeat:no-repeat;
	
	
	}
	
*.movedown_btn{
		margin-top:10px;

		z-index:2;

	width:20px;
	height:20px;
	float:right;
	background-image:url(../images/right_arrow_btn.png);
	background-repeat:no-repeat;
	
	
	}

