* {
	margin:0;
	padding:0;
}

body {
	padding:50px 30px 30px 30px;
	background-color:#e5e5e5;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
}

/*BASIC ELEMENTS*/

.dash {
	background-color:#e5e5e5;
	width:12px;
	height:1px;
	float:left;
	margin:7px 0 0 0;
}

#left {
	position:absolute;
	top:170px;
	background-color:#e5e5e5;
}

#head {
	position:absolute;
	left:60px;
	top:130px;
	width:180px;
	height:150px;
	background-color:#e5e5e5;
	float:left;
	padding-top:10px;
	border-top:1px solid #fff;
}

#hello {
	position:absolute;
	left:260px;
	top:40px;
	width:180px;
	height:70px;
	background-color:#e5e5e5;
	float:left;
	padding-top:10px;
	border-top:1px solid #fff;
}

#seiten {
	position:absolute;
	left:460px;
	top:40px;
	width:180px;
	height:70px;
	background-color:#e5e5e5;
	float:left;
	padding-top:10px;
	border-top:1px solid #fff;
}

#moh {
	position:absolute;
	left:660px;
	top:40px;
	width:180px;
	height:70px;
	background-color:#e5e5e5;
	float:left;
	padding-top:10px;
	border-top:1px solid #fff;
}

#top {
	position:absolute;
	left:260px;
	top:130px;
	width:180px;
	height:150px;
	background-color:#e5e5e5;
	float:left;
	padding-top:10px;
	border-top:1px solid #fff;
}

#arbeiten {
	position:absolute;
	left:460px;
	top:130px;
	width:380px;
	height:150px;
	background-color:#e5e5e5;
	float:left;
	padding-top:10px;
	border-top:1px solid #fff;
}

#filter {
	position:absolute;
	left:60px;
	top:40px;
	width:180px;
	height:70px;
	background-color:#e5e5e5;
	float:left;
	padding-top:10px;
	border-top:1px solid #fff;
}

#right {
	position:absolute;
	left:60px;
	top:300px;
	max-width:800px;
	margin:20px 0 50px 0;
}

#logo {
	margin:0 0 50px 30px;
}

	.logo-img {
		margin:5px 0 0px 0px;
		float:left;
	}

#pages {
	margin:0px 0 30px 30px;
}

#entriespages {
	margin:0 0 0 0px;
	background-color:#e5e5e5;
	width:390px;
	float:left;
}

#entries {
	margin:0 0 0 210px;
	background-color:#e5e5e5;
	max-width:740px;
	float:left;
}

#entriestags {
	margin:0 0 0 210px;
	background-color:#e5e5e5;
	max-width:740px;
	float:left;
}

#arbeiten p {
	float:left;
	margin:0 5px 0 0;
}

#hello p {
	float:left;
	margin:0 5px 5px 0;
}



#moh p {
	float:left;
	margin:0 5px 0 0;
}

#tags {
	margin:0 0 30px 30px;
}

#sgat {
	margin:0 0 0px 30px;
}

#ofni {
	margin:0 0 30px 30px;
}

#thumbs {
	max-width:800px;
}

#footer {
	padding:30px 0 100px 0;
	color:#999;
}

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

#load-contentt {
	position:absolute;
	left:840px;
	width:200px;
	height:200px;
	top:40px;
	background-color:#fff;
	margin:0 0 30px 0;
}

#core-loader {
	position:absolute;
	left:60px;
	display:none;
}

/*GENERAL*/

.link-active {
	background-color:#000;
	color:#fff;
}

.clear {
	clear:both;
}

img
{  
	border-style: none;
}

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

a:hover {
	background-color:#000;
	color:#ffff99;
}


/*ENTRY.PHP*/
.entry-title {
	font-size:11px;
	margin:0 0 0px 0px;
	font-weight:bold;
}

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

.entry-line {
	background-color:#666;
	width:20px;
	height:1px;
	margin:45px 0 400px 0;
}

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

.entry img {
	margin:10px 0 30px 0;
}


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

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

.entry-extra2 {
	float:left;
	color:#333;
}

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

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

#close-entry {
	background-color:#e5e5e5;
	cursor:pointer;
	color:#333;
}

#close-entry:hover {
	background-color:#000;
	color:#ffff99;
	text-decoration:none;
}

.greytex {
        color:#666;
	margin:0px 0 150px 200px;
}

/*ENTRY_LINK_THUMBS.PHP*/

.thumb {
	float:left;
	margin:0 20px 30px 0;
	height:150px;
	width:180px;
}

#thumbs img {
	margin:0 0 0px 0;
	border-bottom:3px solid #e5e5e5;
	margin-bottom:-3px;
}

#thumbs img:hover {
	border-bottom:3px solid #e5e5e5;
	margin-bottom:-3px;
}

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

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

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

.menu-title {
        color:#666;
	margin-bottom:10px;
}

.guide a {
	text-decoration:underline;
	color:#333;
}

.guide a:hover {
	text-decoration:none;
	background:#000;
	color:#ffff99;
}

.page-link {
	font-weight:normal;
}

.page-link:hover {
	background-color:#000;
}

.entrygrey {
        font-weight:normal;
}

.top-line {
	background-color:#fff;
	width:780px;
	height:1px;
	margin:0px 0 20px 0;
}

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

#moh a:hover {
	background-color:#e5e5e5;
	color:#ffff99;
}