/*
	
	******************************
	***** Inhaltsverzeichnis *****
	******************************
	
	---------------------------------------------------------------
	1. Allgemeine Definitionen (Body, Linkfarben)
		1.1 Container
		1.2 Kopf
		1.3 Suche
	---------------------------------------------------------------
	2. Homepage
		2.1 aktuellste Meldung
		2.2 Kategorien
		2.3 flickr
		2.4 Work
		2.5 Impressum
	---------------------------------------------------------------
	3. Content
		3.1 Artikel
		3.2 Liste
		3.3 Kommentare
		3.4 Diverses
	---------------------------------------------------------------
	
*/


/* 
	**************************************
	***** 1. Allgemeine Definitionen *****
	**************************************
*/

a {
	color: #81DF2D;
}
a:hover {
	color: #64BA17;
}
a:active {
	color: #EF5400;
}
img {
	border-style: none;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font: 11px/16px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #323232;
	text-align: left;
}

/*
	*************************
	***** 1.1 Container *****
	*************************
*/

.container1 {
	position: relative;
	width: 847px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	clear: both;
}
.container2 {
	position: relative;
	width: 847px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
	background: url(grafik/dot.gif) left top repeat-x;
}
#foot {
	position: relative;
	width: 847px;
	margin: 0px auto;
	clear: both;
}

/*
	********************
	***** 1.2 Kopf *****
	********************
*/

#head {
	width: 847px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	background: url(grafik/head.jpg) no-repeat;
}
#head div {
	width: 381px;
	margin: 0 0 3px 207px;
	padding: 31px 0 28px 0;
	color: #B8B8B8;
	line-height: 13px;
	text-indent: -99999px;
	display: block;
}
#head h1 {
	width: 381px;
	height: 90px;
	text-indent: -99999px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 11px;
}
#head h1 a {
	width: 381px;
	height: 90px;
	display: block;
}

/*
	*********************
	***** 1.3 Suche *****
	*********************
*/

#search {
	width: 381px;
}
#search form {
	position: absolute;
	top: 16px;
	right: 0px;
	width: 381px;
	margin: 0px;
	padding: 0px;
}
#search .field {
	font-size: 13px;
	padding: 2px;
	border: 1px solid #C9C9C9;
	background: #F2F2F2;
	outline: none;
	margin: 0 6px 0 0;
	float: left;
	width: 125px;
	height: 16px;
}
#search #rss, 
#search #rss a {
	width: 43px;
	height: 22px;
	background: url(grafik/rss.gif) no-repeat;
	display: block;
	text-indent: -9999px;
}
#search #rss {
	position: absolute;
	top: 16px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}

/*
	**********************************
	***** 2.1 aktuellste Meldung *****
	**********************************
*/

.left {
	position: relative;
	float: left;
	width: 406px;
	margin: 0 60px 0 0;
	padding: 0px;
}
.right {
	position: relative;
	float: left;
	width: 381px;
	margin: 0px;
	padding: 0px;
}
#letzterbeitrag {
	position: absolute;
	top: -50px;
	left: 258px;
	width: 260px;
	font-size: 11px;
	color: #B5B5B5;
	padding: 26px 0 0 0;
	height: 70px; /* falsch für ie 5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 44px; /* richtig */
}
#letzterbeitrag span {
	display: inline;
	font: 14px/14px Georgia, "Times New Roman", serif;
	color: #fff;
	text-align: center;
	background: url(grafik/stern.gif) no-repeat;
	margin: -44px 0 0 0;
	padding: 27px 20px 27px 16px;
	width: 70px;
	height: 70px; /* falsch für ie 5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 43px; /* richtig */
}
.left h2 {
	font: 32px/34px Georgia, "Times New Roman", serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 8px 0;
	padding: 0px;
}
.left h2 a {
	color: #323232;
	text-decoration: none;
}
.left h2 a:hover {
	text-decoration: underline;
}
.left h2 a:active {
	color: #EF5400;
}
.left p {
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 8px 0;
	padding: 0px;
}
.zumbeitrag {
	width: 78px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	background: url(grafik/button_zumbeitrag.gif) no-repeat;
	margin: 12px 0 0 0;
}
.right .mstefan {
	float: left;
	width: 179px;
	padding: 0px;
	margin: -21px 0 0 0;
	background: url(grafik/grey_mstefan.jpg) 0px 21px no-repeat;
	text-align: center;
}
.right .mstefan a {
	color: #323232;
	line-height: 12px;
	text-decoration: none;
	display: block;
	width: 179px;
	height: 123px;
}
.right .mstefan a:hover {
	text-decoration: underline;
}
.right .mstefan a:active {
	color: #EF5400;
}

/*
	**************************
	***** 2.2 Kategorien *****
	**************************
*/

#kategorien {
	margin: 0px;
	padding: 19px 0 19px 0;
	background: url(grafik/dot.gif) left bottom repeat-x;
	clear: both;
}
#kategorien div {
	width: 456px;
}
#kategorien h3 {
	width: 82px;
	font-size: 11px;
	color: #81DF2D;
	margin: 0px;
	padding: 0px;
	float: left;
}
#kategorien .kategorien {
	margin: 0px;
	padding: 0px;
}
#kategorien li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0px;
}
#kategorien p {
	color: #81DF2D;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#kategorien a {
	font-weight: bold;
	color: #9E9E9E;
	text-decoration: none;
}
#kategorien a:hover {
	color: #64BA17;
}
#kategorien a:active {
	color: #EF5400;
}

/*
	**********************
	***** 2.3 flickr *****
	**********************
*/

#flickr {
	width: 847px;
	margin: 0px;
	padding: 18px 0;
	float: left;
	clear: both;
	background: url(grafik/dot.gif) top repeat-x;
}
#flickr h3, 
#flickrfoot h3 {
	width: 82px;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
	float: left;
	background: url(grafik/flickr.gif) no-repeat;
}
#flickr ul {
	background: url(grafik/bg_flickr.gif) no-repeat;
	float: left;
	height: 95px;
	margin: 0px;
	padding: 0 0 0 1px;
	width: 765px; /* falsch für ie 5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 764px; /* richtig */
}
#flickrfoot ul {
	background: url(grafik/bg_flickr_small.gif) no-repeat;
	float: left;
	width: 185px;
	height: 78px;
	padding: 1px 0 0 1px;
}
#flickr ul li, 
#flickrfoot ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#flickr img {
	margin: 9px 0 0 7px;
	border: 1px solid #fff;
}
#flickrfoot img {
	margin: 3px 0 0 3px;
	border: 1px solid #fff;
	width: 31px;
}
#flickrfoot .mehrflickr {
	border: none;
	width: 33px;
	height: 33px;
}
/*
	********************
	***** 2.4 Work *****
	********************
*/

#work {
	width: 847px;
	margin: 0px;
	padding: 24px 0;
	float: left;
	clear: both;
}
#work h3 {
	width: 82px;
	font-size: 11px;
	color: #81DF2D;
	margin: 0px;
	padding: 0px;
	float: left;
}
#work p {
	width: 351px;
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
}
#work ul {
	width: 404px;
	float: left;
}
#work ul li {
	float: left;
	margin: 0px;
	padding: 0 0 0 23px;
	width: 101px; /* falsch für ie 5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 78px; /* richtig */
}
#work ul a {
	width: 78px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #9E9E9E;
}
#work ul a:hover {
	color: #64BA17;
}
#work ul a:active {
	color: #EF5400;
}
#work ul li img {
	border: 1px solid #9C9C9C;
	margin: 0px;
	padding: 0px;
}

/*
	*************************
	***** 2.5 Impressum *****
	*************************
*/

#impressum {
	width: 847px;
	margin: 10px 0 0 0;
	padding: 24px 0 100px 0;
	float: left;
	clear: both;
	background: url(grafik/dot.gif) left top repeat-x;
}
#impressum h3 {
	width: 82px;
	font-size: 11px;
	color: #81DF2D;
	margin: 0px;
	padding: 0px;
	float: left;
}
#impressum p {
	width: 765px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#impressum p span {
	color: #9E9E9E;
	font-weight: bold;
}

/*
	***********************
	***** 3.1 Artikel *****
	***********************
*/

#foot .left {
	position: relative;
	float: left;
	width: 406px;
	margin: 0 60px 0 0;
	padding: 20px 0 0 0;
}
.content {
	position: relative;
	float: left;
	clear: both;
	width: 847px;
	margin: 0px;
	padding: 4px 0 0 0;
}
#foot .right {
	position: relative;
	float: left;
	width: 381px;
	margin: 2px 0 0 0;
	padding: 15px 0 0 0;
}
#foot .right {
	float: right;
}
#foot #sidebar {
	position: relative;
	float: left;
	width: 136px;
	margin: -21px 0 0 0;
	padding: 0px;
}
.content h2 {
	font: 32px/34px Georgia, "Times New Roman", serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 20px 0 20px 0;
	padding: 0 0 6px 0;
}
.content h3 {
	font: 20px/23px Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0px;
	width: 100%;
	display: block;
	float: left;
	clear: both;
}
.content .bigh3 {
	width: 600px;
}
.left .pagetitle {
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.content .entrytext {
	margin: 0 0 20px 0;
	float: left;
	clear: both;
}
.content .time {
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0px;
	padding: 0;
}
.content p {
	width: 600px;
	font-size: 13px;
	line-height: 21px;
	margin: 0 0 18px 0;
	padding: 0px;
}
.content blockquote {
	width: 580px;
	font-size: 15px;
	color: #6E6E6E;
	font-style: italic;
	line-height: 21px;
	margin: 0 0 18px 20px;
	padding: 0px;
}
.content .mylist {
	list-style: square;
	padding: 0 0 0 30px;
	width: 600px; /* falsch für ie 5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 570px; /* richtig */
}
.content .mylist li {
	font-size: 13px;
	line-height: 21px;
	margin: 0 0 18px 0;
	padding: 0 0 18px 0;
	width: 570px;
	float: left;
	clear: both;
	background: url(grafik/dot.gif) left bottom repeat-x;
}
.right h3 {
	width: 197px;
	font: 19px/19px Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0 0 4px 0;
}
.right #sidebar h3 {
	font: 11px/13px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #83E22E;
	font-weight: bold;
	width: 136px;
	padding: 0 0 6px 0;
}
.right ul {
	float: left;
	width: 179px;
	margin: 0 23px 10px 0;
}
.right .last5 {
	float: left;
	width: 195px;
	margin: 0 7px 10px 0;
}
.right .last5 li {
	width: 195px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 2px 0 8px 0;
	background: url(grafik/sprechblase.gif) 173px 2px no-repeat;
}
#foot .right .last5 {
	float: left;
	width: 225px;
	margin: 0 7px 10px 0;
}
#foot .right .last5 li {
	width: 225px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 2px 0 8px 0;
	background: url(grafik/sprechblase.gif) 198px 2px no-repeat;
}
#sidebar ul {
	width: 136px;
	margin: 0 0 25px 0;
	float: left;
	clear: both;
}
#sidebar ul li {
	width: 136px;
}
#sidebar .last {
	float: none;
	clear: left;
}
.right li {
	width: 166px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 2px 0;
}
.right li a {
	color: #9C9C9C;
	text-decoration: none;
	display: block;
	padding: 2px 0 4px 0;
	line-height: 14px;
}
.right li a:hover {
	color: #64BA17;
}
.right li a:active {
	color: #EF5400;
}

/*
	*********************
	***** 3.2 Liste *****
	*********************
*/


.liste h3 {
	font: 24px/30px Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.liste h3 a {
	color: #323232;
	text-decoration: none;
}
.liste h3 a:hover {
	text-decoration: underline;
}
.liste .time {
	display: block;
	font: 13px/19px Georgia, "Times New Roman", serif;
	color: #9C9C9C;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0 0 1px 0;
	background: none;
}
.liste p {
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 3px 0;
	padding: 0px;
	float: left;clear: both;
	width: 100%;
}
.liste .postmetadata {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	font-size: 11px;
	margin: 8px 0 18px 0;
	padding: 0 0 8px 0;
	background: url(grafik/dot.gif) bottom repeat-x;
}
.liste .postmetadata p {
	width: 320px;
	font-size: 11px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.liste .zumbeitrag {
	position: relative;
	top: -13px;
	right: 0px;
	float: right;
}
.right .last5 .titlelink {
	margin: 0px;
	padding: 0px;
	color: #9C9C9C;
	display: block;
	width: 152px;
	float: left;
	text-align: left;
	background: none;
}
#foot .right .last5 .titlelink {
	width: 177px;
}
.right .last5 a {
	margin: 0px;
	padding: 0 10px 0 0;
	display: inline;
	color: #81DF2D;
	display: block;
	float: left;
	text-align: right;
	background: url(grafik/sprechblase.gif) top right no-repeat;
	width: 30px; /* falsch für ie 5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 20px; /* richtig */
}
.right .last5 a:hover {
	color: #64BA17;
}
.right .last5 a img {
	margin: 0 1px 0 0;
}

/*
	**************************
	***** 3.3 Kommentare *****
	**************************
*/

.comm {
	position: relative;
	background: url(grafik/comment_stop.gif) left bottom no-repeat #323232;
	padding: 4px 20px 8px 20px;
	margin: 0px auto;
	width: 847px; /* falsch für ie 5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 807px; /* richtig */
}
.commstart {
	position: absolute;
	top: -9px;
	left: 0px;
	width: 847px;
	height: 9px;
	background: url(grafik/comment_start.gif) left top no-repeat;
}
.comm h2, 
.comm h3 {
	color: #B9B9B9;
}
.comm p {
	color: #fff;
}
.comm .left {
	position: relative;
	float: left;
	width: 386px;
	margin: 0 60px 0 0;
	padding: 0px;
}
.comm .right {
	position: relative;
	float: left;
	width: 361px;
	margin: 0px;
	padding: 0px;
}
.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.commentlist li {
	position: relative;
	background: #464646;
	padding: 11px 12px 12px 12px;
	margin: 0 0 12px 0;
	border: 1px solid #4E4E4E;
	width: 386px; /* falsch für ie 5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 360px; /* richtig */
}
.commentlist li .gravatar {
	position: absolute;
	right: 12px;
	top: 4px;
	width: 37px;
	height: 37px;
	border: 3px solid #D9D9D9;
	padding: 1px;
	background: #fff;
}
.commentlist li .author {
	font: 16px/20px Georgia, "Times New Roman", serif;
	font-style: normal;
	color: #B9B9B9;
	display: block;
	width: 310px;
}
.commentlist li .author a {
	color: #79E028;
	text-decoration: none;
}
.commentlist li .author a:hover {
	text-decoration: underline;
}
#comments {
	font-size: 11px;
}
#track {
	background: url(grafik/track.gif) top right no-repeat;
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
}
#track p {
	color: #BDBDBD;
}
#trackbacks {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
}
.commentlist li .commentmetadata {
	width: 100%;
	clear: both;
	display: block;
	font: 12px/15px Georgia, "Times New Roman", serif;
	color: #9C9C9C;
	padding: 0 0 8px 0;
	margin: 0 0 6px 0;
	background: url(grafik/dot.gif) bottom repeat-x;
}
.commentlist li p {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}
#comment {
	border: 1px solid #C9C9C9;
	outline: none;
	margin: 0px;
	padding: 4px 3px;
	font: 13px/17px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	color: #323232;
	height: 150px;
	width: 359px; /* falsch für ie 5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 353px; /* richtig */
}
#commentform #author, 
#commentform #email, 
#commentform #url {
	border: 1px solid #C9C9C9;
	outline: none;
	font: 13px/17px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	padding: 2px 4px;
	width: 150px;
}
#respond {
	width: 100% !important;
	display: block;
}
.commentlist .maggus {
	background: url(grafik/maggus.gif) top right no-repeat #626262;
	border: 1px solid #818181;
}

/* 
	************************
	***** 3.4 Diverses *****
	************************
*/

.google {
	width: 849px;
	height: 110px;
	float: left;
	clear: both;
}
.googleright {
	padding: 26px 0 0 0;
}
.empfehlungen {
	float: left;
	padding: 5px 0 0 14px;
	width: 110px;
}
.empfehlungen p {
	width: 110px !important;
	margin: 0 0 4px 0 !important;
	padding: 0px !important;
}

/* zweispaltige Liste */

.list2 li {
	width: 335px;
	float: left;
	margin: 0 20px 20px 0;
}
.list2 li p {
	padding: 10px 0 0 8px;
	margin: 0px;
	width: 335px; /* falsch für ie 5x */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 327px; /* richtig */
}
