/* CSS MELLOWBASIC */

*:focus{ outline : none; } /* gepunktete umrandung bei links im firefox entfernen */

body {
	background:#000000 url(../grafx/bgb.png);
	background-position:top center;
	background-attachment:fixed;	
	color:#888;
	cursor:default;	
	font-family:"Courier New", Courier, monospace;
	line-height:16px;
	margin:0px;
	padding:0px;
	font-size:11px;	
}

a {
	color:#444;
	text-decoration:none;
}

a:link, a:visited, a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:none;	
}

.header {
	color:#BABABA;
	margin:0px;
	padding:0px;
	font-size:12px;	
}

.countit {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	color:#702424;	
	padding:9px 0px 30px 0px;
	font-size:9px;
	font-weight:bold;
	text-transform:lowercase;
}

.countit a {
/*color:#444;*/
	color:#702424;
	text-decoration:none;
	cursor:default;
}

.countit a:link, .countit a:visited, .countit a:active {
	text-decoration:none;
}

.countit a:hover {
	text-decoration:none;	
}
.countitmore {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	color:#702424;	
	padding:9px 0px 30px 0px;
	font-size:9px;
	font-weight:bold;
	text-transform:lowercase;
}

.countitmore a {
/*color:#444;*/
	cursor:pointer;
	color:#702424;
	text-decoration:none;
	cursor:default;
	border-bottom:
}

.countitmore a:link, .countitmore a:visited, .countitmore a:active {
	cursor:pointer;
	text-decoration:none;
	color:#702424;	
	border-bottom:1px dotted #555;
}

.countitmore a:hover {
	cursor:pointer;
	border-bottom:1px solid #344C58;
	color:#B08400;
	text-decoration:none;	
}
.countitfirst {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	color:#000;	
	padding:10px 0px 33px 0px;
	font-size:9px;
	text-transform:lowercase;
}

.countitfirst a {
	color:#000;
	text-decoration:none;
	cursor:default;
}

.countitfirst a:link, .countitfirst a:visited, .countitfirst a:active {
	text-decoration:none;
}

.countitfirst a:hover {
	text-decoration:none;	
}

.entrytext {
	color:#888;	
	padding:13px 0px 0px 0px;
	margin:0px;
	font-size:11px;
}

.entrytext a {
	color:#888;
	text-decoration:none;
}

.entrytext a:link, .entrytext a:visited, .entrytext a:active {
	text-decoration:none;
	border-bottom:1px dotted #555;
}

.entrytext a:hover {
	text-decoration:none;	
	color:#B08400;	
	border-bottom:1px solid #344C58;
}

.imgcom {
	overflow:hidden;	
	padding:0px;
	margin:0px;
	width:560px;
}
.imgcomspace {
	float:left;	
	padding:0px;
	margin:0px;
	width:10px;
}

.entrytextsmall {
	font-family:Arial, Helvetica, sans-serif;
	color:#888;	
	padding:1px 0px 0px 0px;
	margin:0px;
	font-size:9px;
	width:104px;
	float:left;
}

.entrytextsmall a {
	color:#344C58;	
	text-decoration:none;
}

.entrytextsmall a:link, .entrytextsmall a:visited, .entrytextsmall a:active {
	text-decoration:none;
	border-bottom:0px dotted #555;
}

.entrytextsmall a:hover {
	text-decoration:none;	
	color:#B08400;	
	border-bottom:0px solid #445D69;
}

.entrypix {
	text-align:center;
	overflow:hidden;
	margin:19px 0px 0px 0px;
	padding:0px;
	height:71px;
}

.flickrimg {
/*cursor:pointer;*/
	margin:0px 10px 0px 0px;
}

.flickrimglast {
/*cursor:pointer;*/
	margin:0px;
}

.spacer {
	height:40px;
	padding:0px;
	margin:0px;
}

.header, .entrytext, .entrytextsmall {
	-moz-text-shadow:1px 1px 1px #000;
    -webkit-text-shadow:1px 1px 1px #000;
    text-shadow:1px 1px 1px #000;	
	}	