* {
	margin:0;
	padding:0;
}

body {
	padding:50px;
	background:#FFF;
	color:#000;
	font-size:11px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*BASIC ELEMENTS*/

#zitat {
position:absolute;
width:540px;
height:150px;

left: 250px;
font-size: 14pt;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
#zitiert {
font-size: 12pt;
float:right;
font-color: #CCC;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

#logotype {
	float:left;
	margin:0 70px 0 0;
}

#menu {
	width:120px;
	float:left;
	margin:0 50px 0 0;
}

#content {
	float:left;
}



#footer {
	position:fixed;
	bottom:10px;
	left:10px;
}

#load-content {
	display:none;
	margin:0 0 30px 0;
}

#core-loader {
width:100%;
height:100%;
background: url(http://18735.webhosting7.1blu.de/Core/core/user/gfx/dimscreen.png) repeat;
position:fixed;
z-index:30000;
	display:none;

}


/*GENERAL*/

a {
	outline: none;
	color:#999;
	text-decoration:none;
}

a:hover {
	color:#333;
}

#menu .menu-item {
	margin:0 0 30px 0;
}

.clear {
	clear:both;
}

.tag-all {
	cursor:pointer;
}

.link-active {
	color:#000;
}


/*ENTRY.PHP*/
.entry-title {
	font-size:13px;
	margin:0 0 30px 0;
}

.entry-date {
	font-size:10px;
	color:#666;
}

.entry-line {
	background-color:#666;
	width:2px;
	height:1px;
	margin:15px 0 15px 0;
}

.entry {
	width:700px;
	margin:0 0 30px 0;
}

.entry img {
	margin:0 0 20px 0;
}


.entry a {
	padding:0 0 0 0;
}

.entry-extra1 {
	float:left;
	margin:0 30px 0 0;
}

.entry-extra2 {
	float:right;
}

.entry-text {
	margin:0 0 20px 0;
}

.entry-text-top {
	margin:0 0 20px 0;
}

#close-entry {
	cursor:pointer;
	color:#333333;
}

#close-entry:hover {
	color:#FFFFFF;
}


/*ENTRY_LINK_THUMBS.PHP*/

.thumb {
	float:left;
	margin:0 20px 20px 0;
	height:140px;
}

#thumbs img {
	margin:0 0 5px 0;
}

#thumbs .entry-text:hover {
	background:#232323;
	padding:0;
}
.thumb:hover {
	background-color:#E9E9E9;
}

.thumb-tags {
	padding:0;
	margin:0;
}

.thumb-info {
	max-width:190px;
	padding:0;
	margin:0;
}

.image {
float:left;
}

#profilbild {
    position:relative;
    height:197px;
    width:150px;
    float:left;
    margin-right:15px;
}

#profilbild img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#profilbild img.active {
    z-index:10;
}

#profilbild img.last-active {
    z-index:9;
}