* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #989797; 
	font-family:"Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
	font-size: 12px;
	color: #ccc;	
	margin: 0;
	padding: 0;	
	/*background:#212121 url(galerie/images/body.jpg) center top no-repeat fixed;*/
}

img {
border:0 none;
}

a {
color:#aaa;
text-decoration:none;
}

#container {
	margin: 0 auto;
	margin-top:20px;
	height: 400px;
	width: 800px;
	text-align:left;
}

#galerie a{
	display:block;
	height: 117px;
	width: 800px;	
	background-image: url('galerie.jpg');
	border:2px solid #989797;
}

#blog  a{
	display:block;
	width: 800px;
	height: 117px;
	background-image: url('blog.jpg');
	border:2px solid #989797; 
}

#galerie a:hover, #blog a:hover{
	border:2px solid #fff;
}

.title {
	position:relative;
	margin-left:100px;
	top:50px;
	width:230px;
	height: 30px;
	font-size:1.8em;
	font-weight:bold;
	color:#fff;	
	text-shadow: 2px 2px 4px black;
}




h1{
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
	color:#fff;	
	text-shadow: 2px 2px 4px black;
	margin-bottom:20px;
}

h1:hover{
color: #ddd;
}

}

#title,  #subtitle{
	position:relative;
	margin-left:100px;
	top:50px;
	width:230px;
	height: 30px;
	font-size:1.8em;
	font-weight:bold;
	color:#fff;	
	text-shadow: 2px 2px 4px black;
}