

#m_head			{ background: url(imgs/main_head.gif) no-repeat; }
#m_content		{ background: url(imgs/main_cont.gif) repeat-y; }
#m_foot			{ background: url(imgs/main_foot.gif) no-repeat; }
#n_head			{ background: url(imgs/nav_head.gif) no-repeat; }
#n_content		{ background: url(imgs/nav_cont.gif) repeat-y; }
#n_foot			{ background: url(imgs/nav_foot.gif) no-repeat; }


/*******************/

body {
	font: normal 12px Arial, sans-serif;
	color: #fff;
	background: url(imgs/background.jpg) repeat-x;
	background-color:#000000;
	margin: 0px;
}
div {
	position: relative; 
	margin: 0px;
}

/* LINKS */
/*********/

a {
	color: #d2874b; 
	text-decoration: none;
}
a:hover {
	color: #d2874b;
	text-decoration: line-through;
}
/* link layout fuer die navigationsleiste */
#nav {
	color: #000;
}
#nav a {
	color: #1b1e7b;
	text-decoration: underline;
}
#nav a:hover {
	color: #1b1e7b;
	
}

#m_foot_title a, #m_title a {
	color: #FFF;
}

.post h1 a {
	color: #fff;
}
.post h1 a:hover {
	color: #d2874b;
	text-decoration: none;
}

/* TEXT */
/********/

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
h1, h2, h3 {
	font: normal 17px Georgia, serif;
	margin: 0 0 15px 0;
}
p {
	margin-bottom: 15px;
}

.post h1 {
	margin: 0px;
}
.post div.entry {
	margin-top: 15px;
}

/* GRAFics */
/************/

/* max-width wird nich vom ie6 interpretiert, deshalb trotzdem auf max 450px bilder-breite achten */
a img, img {
	border: 0px;
	max-width: 100%;
}
.post img {
	margin: 0 10px 10px 0;
}
/* als extra-klasse fuer lustige kleine bildchen */
.postimg {
	float: left;
}

/* DIVS */
/********/

div.post { 
	margin-bottom: 15px;
	text-align: justify;
}
div.meta, small {
	font-size: 10px;
	text-align: right;
}
div.center {
	text-align: center;
}
div.line {
	height: 0px;
	font-size: 0px; /* IE bug */
	width: 100px;
	margin: 20px 0 20px 0;
	border-bottom: 1px dashed #000;
}

/* FORMULARE */
/*************/

#commentform input, #commentform textarea, #searchform input {
	font: normal 12px Arial, sans-serif;
	background: white;
	border: 1px solid #000;
}
#commentform textarea {
	width: 450px;
	height: 200px;
}

/* NAVIGATIONSLISTEN */
/*********************/

#nav ul, #nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li ul {
	padding-bottom: 10px;
	padding-left: 5px;
}
#nav h1, #nav h2, #nav h3 {
	margin: 0px;
	color: #000000;
}

/* KOMMENTARLISTEN */
/*******************/

#main ol li {
	margin: 0 20px 10px 0;
}

/* NAVIGATION IM ARCHIV */
/************************/

.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* DAS EIGENTLICHE DESIGN, BABY */
/********************************/
#container {
	width: 770px;
	margin: 0 auto 20px auto;
}
/* die m_-divs, der inhalt auf der linken seite */
#m_container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 596px;
}
#m_head {
	width: 596px;
	height: 157px;
}
#m_title {
	font: normal 16px Courier New, monospace;
	text-align: center;
	color: #FFF;
	left: 250px;
	top: 10px;
	width: 350px;
	z-index: 2;
}
#m_content {
	width: 596px;
	padding-bottom: 40px;
}
#m_foot {
	margin: 0px;
	width: 596px;
	height: 140px;
	z-index: 1;
}
#m_foot_title {
	font: normal 12px Courier New, monospace;
	text-align: center;
	left: 86px;
	top: 30px;
	width: 90px;
	z-index: 2;
}
/* hier kommt letztendlich alles rein */
#main {
	text-align: justify;
	margin-bottom: 10px;
	width: 450px;
	left: 70px;
	top: 0px;
}		
/* und die n_-divs, die navigation auf der rechten seite */
#n_container {
	position: absolute;
	top: 0px;
	left: 597px;
	width: 169px;
}
#n_head {
	width: 169px;
	height: 145px;
}
#n_content {
	width: 169px;
	padding-bottom: 20px;
}
#n_foot {
	width: 169px;
	height: 136px;
}
/* hier kommt letztendlich die navigation (sidebar) rein */
#nav {
	
	width: 129px;
	top: 10px;
	left: 16px;
}



