/* Sonntagszeichner - ein IllustrationsBlog von Arno Grabolle*/

/* Allgemeines */

/*	div {border: solid 1px #f00;}*/

	/*html { height: 100%; margin-bottom: 1px; }*/

	*{
		padding: 0;
		margin: 0;
	}

	img {
		border-style: none;
	}

	a {
		text-decoration: none;
		/*border: solid 1px #f00;*/
	}
	
	h1, h2, h3, h4, h5, h6, p {
		margin: 0px;
	}


/* Popup Kommentar Seite */	

	body {
		background: none;
		text-align: left;
		padding-left: 35px;
		margin-bottom: 40px;
		font-size: 90%;
#	}

	#name, #nhn_name, #email, #web, #message, #nhn_message {
		border: solid 1px #CDCDCD;
		background-color: #ffffff;
		padding: 2px;
padding-left: 5px;
		font-family: Georgia;
		font-size: 90%;
width: 313px;
	}

	.k_label {
		margin-top: 20px;
	}

	.k_dots {
		display: block;
		font-size: 0%;
	}
	

  #name_l,  #email_l, #web_l , #message_l {
		display: block;
		height: 16px;
		width: 100px;
		text-indent: -5000px;
margin-top: 5px;
	}


  #name_l {
		background: url(/images/k_name.gif) no-repeat;
	}

  #email_l {
		background: url(/images/k_email.gif) no-repeat;
	}

  #web_l {
		background: url(/images/k_web.gif) no-repeat;
	}

  #message_l {
		background: url(/images/k_nachricht.gif) no-repeat;
	}
  #message, #nhn_message {
		height: 140px;
	}

	.k_comment {
		width: 320px;
		margin-top: 20px;
	}

	.k_comment a {
		color: #DCB700;
	}
	
	.k_name, .author {
		display: inline;
		color: #DCB700;
		font-weight: bold;
	}
	
	.k_name a, .author a {
		color: #DCB700;
		font-weight: bold;
	}
	
	.k_date {
		display: inline;
		color: #BFBFBF;
	}


	.arno_comment {
		margin-left: -20px;
		padding-left: 20px;
		background: url(/images/icon.gif) no-repeat 0px 1px;
		color: #DCB700;
	}

	/*.arno_comment .k_date {
		color: #DCB700;
	}*/


/*#spamc {
float: left;
margin-top: 5px;
font-size: 90%;
}
#k_foot {
float: right;
margin-right: 25px;
padding-bottom: 20px;
}*/

	#k_foot {
		width: 320px;
		text-align: right;
	}	


.button {
		font-family: Georgia;
		font-weight: normal;
		font-size: 80%;
		border: none;
		background-color: #ffffff;
padding: 0px;
margin-top: 5px;
}


#txpCommentInputForm {
margin-top: 30px;
}

	#txpCommentHelpLink {
color: #000000;
		font-size: 90%;
margin-top: 5px;
	}



.v_comment {
		width: 320px;
		margin-top: 10px;
}

div#k_comments>p {
padding: 40px 0px 0px 0px;
font-style: italic;
}

