body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
body, a{
	color: #000000;
}
h1, h2, h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
h1 a, h2 a, h3 a{
	text-decoration: none;
}
img{
	border: none;
}
/*------------------   HEADER   ------------------*/
#logo {
	border: none;
	float: right;
}
#message{
	border-bottom: 1px solid #999999;
}
h1{
	padding-top: 30px;
	height: 60px; /* = Höhe Logo */
}
/*------------------   INTRO   ------------------*/
#intro {
	border-bottom: 1px solid #999999;
}
#intro, #intro a{
	color: #666666;
}
/*------------------   INHALT   ------------------*/
#content {
	border-bottom: 1px solid #999999;
}

#content #pVcard{
	float: right;
}
#content .postmeta{
	font-size: 80%;
}

.aSingleImg img{
	float: left;
}

.aSingleImg img.iconFotos{
	display: none;
}
/*------------------   INTERFACE   ------------------*/
#sidebar, #navigation {
	display: none;
}
#content p.commentinfo, #content p.comments-off{
	display: none;
}
/*------------------   FOOTER   ------------------*/
#footer, #footer a{
	color: #999999;
	text-decoration: none;
}

#footer strong{
	display: none;
}

