* {
	margin:0;
	padding:0;
}

body {
	padding:0;
	margin:0 0 0 50px;
	background-color:#FAFAFA;
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/*BASIC ELEMENTS*/

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

#left {
	position:absolute;
}

#right {
	position:absolute;
	left:330px;
	top:0;
	max-width:660px;
	padding:0 0 0 0;
}

#logo {
	margin:50px 0 0 0;
	width:153px;
	height:81px;
	background-image:url(../gfx/logo.png);
	background-position: 0px 0px;
}

#logo:hover {
	background-image:url(../gfx/logo.png);
	background-position: 0px -81px;
}

#flashcontent{
	margin:0 0 50px 0;

}

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

.uebersicht {
	background: url(../gfx/icon_overview.png) no-repeat;
	background-position: 0px 2px;
	padding:0 0 0 18px;
	color:#323232;
}

.uebersicht:hover {
	background-position: 0px -14px;
}

.ubersichtaktiv {
	background-position: 0px -14px;
}

.ubersichtaktiv a {
	color:#ff4444;
}

.informationaktiv a {
	color:#ff4444;
}

#entries {
	margin:0 0 20px 0;
}

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

#thumbs {
	max-width:750px;
	margin:0 0 30px 0;
}

#footer {
	margin:30px 0 10px 0;
	height:15px;
}

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

#core-loader {
	position:absolute;
	left:330px;
	top:150px;
	display:none;
}

.introtext {
	width:230px;
	margin:50px 0 0 0;
	line-height:16px;
}

/*GENERAL*/

.link-active {
	color:#ff4444;
}

.clear {
	clear:both;
}

img
{  
	border-style: none;
}

a {
	outline: none;
	color:#323232;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#ff4444;
}

.projektbtn {
	height:20px;
	background:url(../gfx/projektbtn_right.png) no-repeat;
	background-position: right 0px;
	color:#fff;
	padding:4px 20px 0 10px;
	margin:20px 0 0 0;
	float:left;
}

.projektbtn:hover {
	background-position: right -24px;
}


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

.entry-date {
	font-family:Georgia, "Times New Roman";
	font-style:italic;
	font-weight:normal;
	font-size:10px;
	color:#646464;
}

.entry-line {
	width:640px;
	height:1px;
	margin:45px 0 80px 0;
	background:url(../gfx/dottet_line.png) repeat-x bottom;
}

.entry {
	width:600px;
	margin:0;
	padding:20px 20px 0px 20px;
	background:url(../gfx/entry_bg_top.png) no-repeat;
	background-color:#f0f0f0;
}

.entry h1 {
	font-size:11px;
	color:#ff4444;
	margin: 0 0 15px 0;
}

.entry h2 {
	font-size:11px;
	color:#ff4444;
	margin: 0 0 10px 0;
	width:450px;
	height:17px;
	border-bottom:2px solid #ff4444;
}

.entry_bg {
	background-color:#f0f0f0;
}

.entry_footer {
	width:640px;
	height:10px;
	margin:0 0 30px 0;
	background:url(../gfx/entry_bg_bottom.png) no-repeat;
	background-color:#f0f0f0;
}

.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 72px 30px 0;
	width:450px;
	float:left;
	line-height:17px;
}

.info {
	width:600px;
	height:30px;
	display:inline-block;
}

.seperator {
	padding:0;
	margin:10px 0 10px 0;
	width:450px;
	height:1px;
	background:url(../gfx/dottet_line.png) repeat-x;
}

#close-entry {
	color:#333333;
	float:left;
	width:78px;
	height:17px;
	background: url(../gfx/close.png) no-repeat;
	background-position:61px 0px;
	padding:2px 0 0 0;
}

#close-entry:hover {
	color:#ff4444;
	background-position:61px -22px;
}


/*ENTRY_LINK_THUMBS.PHP*/

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

#thumbs a img {
	margin:0 0 5px 0;
	background-color:#323232;
}

#thumbs a {
	color:#323232;
}

#thumbs a:hover {
	color:#ff4444;
}

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

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

/*ENTRY_LINK.PHP*/
.entry-link_list {
	padding:7px 0 7px 0;
	margin:0;
	width:230px;
	background:url(../gfx/dottet_line.png) repeat-x bottom;
}

/*Profile*/
.xing{
	padding:0;
	margin:0;
	width:30px;
	height:13px;
	background:url(../gfx/profile.png) no-repeat;
	background-position: 0px 0px;
	float:left;
}

.xing:hover {
	background:url(../gfx/profile.png) no-repeat;
	background-position: 0px -13px;
}

.linkedin{
	padding:0;
	margin:0 0 0 15px;
	width:49px;
	height:13px;
	background:url(../gfx/profile.png) no-repeat;
	background-position: -45px 0px;
	float:left;
}

.linkedin:hover {
	background:url(../gfx/profile.png) no-repeat;
	background-position: -45px -13px;
}

.tumblr{
	padding:0;
	margin:0 0 0 15px;
	width:40px;
	height:13px;
	background:url(../gfx/profile.png) no-repeat;
	background-position: -109px 0px;
	float:left;
}

.tumblr:hover {
	background:url(../gfx/profile.png) no-repeat;
	background-position: -109px -13px;
}

.twitter{
	padding:0;
	margin:0 0 0 15px;
	width:44px;
	height:13px;
	background:url(../gfx/profile.png) no-repeat;
	background-position: -163px 0px;
	float:left;
}

.twitter:hover {
	background:url(../gfx/profile.png) no-repeat;
	background-position: -163px -13px;
}

.flickr{
	padding:0;
	margin:0 0 0 15px;
	width:29px;
	height:13px;
	background:url(../gfx/profile.png) no-repeat;
	background-position: -222px 0px;
	float:left;
}

.flickr:hover {
	background:url(../gfx/profile.png) no-repeat;
	background-position: -222px -13px;
}
