/* 
/////
	CSS for http://www.memike.net
/////
*/

* {
	border: none;
	margin: 0;
	padding: 0;
}
	
/* HTML */
html {
	background-attachment: fixed;
	background-image: url('../gfx/html.png');
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}

body {
	color: #626264;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 100%;
	line-height: 19px;
	position: relative;
	top: -120px;
}

input.knopKlein {
	background-color: #FFFFFF;
	border: 1px solid #9A9A9A;
	color: #9A9A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 19px;
	width: 50px;
}
						
input.knopKlein:hover {
	background-color: #FFFFFF;
	border: 1px solid #F0027F;
	color: #F0027F;
}

p.story {
	border-bottom: 1px dotted #999999;
	padding: 30px 0 18px 0;
	width: 650px;
}
	
	p.story:first-line {
		font-weight: bold;
	}

	p.date {
		border-bottom: 1px solid #666666;
		color: #999999;
		font-size: 8pt;
		font-weight: 100;
		margin: 0 auto;
		padding: 3px 0 3px 0;
		text-align: right;
		text-transform: uppercase;
		width: 650px;
	}
	
p.link {
	border-bottom: 1px solid #666666;
	margin: 0 auto;
	padding: 10px 0 10px 10px;
	width: 640px;
}	
	
	p#menu a:link, p#menu a:visited {
		background-color: #000000;
		border: none;
		color: #d9ff6b;
		padding: 2px; 
	}
	
	p#menu a:hover {
		background-color: #d9ff6b;
		color: #000000;
	}

textarea {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	height: 50px;
	width: 650px;
}
			
/* template setup */
#container {
	background-color: #FFFFFF;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	margin: auto;
	position: relative;
	top: 0;
	min-height: 100%;
	width: 700px;
}

#header {
	background-image: url('../gfx/header.png');
	background-repeat: no-repeat;
	height: 44px;
	left: -28px;
	position: relative;
	top: 140px;
	width: 169px;
}

	#header h1 {
		float: left;
		width: 170px;
	}
	
	#header h1 a {
		display: block;
		height: 45px;
		width: 170px;
	}
	
	#header h1 a span {
		display: none;
	}

#content {
	padding: 10px 0 143px 0;
	left: 25px;
	position: relative;
	top: 120px;
	width: 650px;
}

	#content a:link, #content a:visited {
		color: #3DC1FF;
		xcolor: #800080;
		text-decoration: none;
	}
	
	#content a:hover {
		color: #0481b5;
		xcolor: #FF00FF;
	}
	
#navMenu {
	border-top: 1px solid #666666;
	bottom: 0px;
	height: 23px;
	left: 25px;
	line-height: 23px;
	position: absolute;
	width: 650px;
}

	#leftNav {
		float: left;
		width: 590px;
	}
	
	#rightNav {
		float: right;
		text-align: right;
		width: 50px;
	}

	#navMenu a:link, #navMenu a:visited {
		border: none;
		color: #666666;
		padding: 0 3px 0 3px;
		text-decoration: none;
	}
	
	#navMenu a:hover {
		background-color: #666666;
		color: #FFFFFF;
	}

#footer {
	background-color: #232222;
	border-top: 2px solid #b8eb3e;
	color: #d6d6d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	height: 128px;
	line-height: 14px;
	position: relative;
	width: 100%;
}

	#footer a:link, #footer a:visited {
		border-bottom: 1px dotted #CCCCCC;
		color: #d6d6d6;
		text-decoration: none;
	}
	
	#footer a:hover {
		border-bottom: 1px solid #00FB00;
	}

	#footerBox {
		height: 118px;
		margin: auto;
		position: relative;
		width: 1000px;
	}
		
		#coolLinks {
			height: 15px;
			left: 0px;
			padding: 2px 2px 0 2px;
			position: absolute;
			text-align: right;
			width: 490px;
		}
		
		#coolPeople {
			height: 15px;
			right: 0px;
			padding: 2px 2px 0 2px;
			position: absolute;
			text-align: left;
			width: 490px;
		}
		
		#aboutMe {
			height: 100px;
			margin: 0 auto;
			padding: 2px 0 0 2px;
			position: relative;
			right: 0px;
			top: 22px;
			width: 700px;
		}

/* extra id and classes */
.beginDot {
	color: #6e6e6e;
	font-weight: bold;
}

.currentPage {
	background-color: #CCCCCC;	
	color: #999999;
	padding: 0 3px 0 3px;
}

#editMenu {
	float: left;
}

	#editMenu a:link, #editMenu a:visited {
		border: none;
		color: #0033FF;
		font-size: 8pt;
		text-decoration: none;
	}
	
	#editMenu a:hover {
		background-color: #FFFFFF;
		color: #0099FF;
		text-decoration: none;
	}
	
#linkEditMenu a:link, #linkEditMenu a:visited {
		border: none;
		color: #0033FF;
		font-size: 8pt;
		text-decoration: none;
	}
	
	#linkEditMenu a:hover {
		background-color: #FFFFFF;
		color: #0099FF;
		text-decoration: none;
	}
	
.linkPost {
	color: #6e6e6e;
	font-size: 8pt;
	vertical-align: top;
}

.navPagesTitle {
	bottom: 1px;
	color: #999999;
	font-size: 8pt;
	position: relative;
}


