/* www.feldauge.de - ein Foto-Blog von Stefan Michalski*/

/* Allgemeines */

/*div {border: solid 1px #f00;}*/
	

	*{ padding: 0; margin: 0; border: 0; white-space: ignore; }
	img {	border-style: none; }
	a { text-decoration: none; color: #808080; }
	
	h1, h2, h3, h4, h5, h6, p { margin: 0px; }


/* KOMMENTARE POPUP*/

	body#pop_comment {
		background: none;
		background-color: #E6E6E6;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
		font-family: Verdana, Tahoma, Arial;
		font-weight: normal;
		font-size: 70%;
		color:#393939;
	}

.comments_img {
		margin-left: 26px;
		margin-bottom: 5px;
		}

	.k_comment {
		width: 350px;
		padding-left: 30px;
		margin-bottom: 20px;
	}
	
	.k_name {
		display: inline;
		color: #FF6C00;
		font-weight: bold;
	}
	
	.k_name a {
		color: #FF6C00;
		font-weight: bold;
	}
	
	.k_date {
		display: inline;
		color: #B2B2B2;
	}

#k_form {
position: relative;
margin-left:  30px;
width: 350px;
height: 230px;
}


	#name, #email, #web, #message {
position: absolute;
		border: solid 1px #B2B2B2;
		background-color: #E6E6E6;
		font-family: Verdana, Tahoma, Arial;
		font-weight: normal;
		font-size: 100%;
width: 288px;
height: 16px;
left: 50px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 0px;

	}

  #name_l,  #email_l, #web_l , #message_l {
position: absolute;
		font-weight: bold;
color: #B2B2B2;
}

  #name, #name_l {
		top: 0px;
	}

  #email, #email_l {
		top: 25px;
	}

  #web, #web_l {
		top: 50px;
	}

  #message, #message_l {
		top: 75px;
	}
  #message {
		height: 150px;
	}

	#k_foot {
margin-left: 30px;
		width: 350px;
		text-align: right;
		font-weight: normal;
color: #393939;
	}
#k_foot a {
		font-weight: normal;
color: #393939;
}	

.button {
		font-family: Verdana, Tahoma, Arial;
		font-weight: normal;
		font-size: 100%;
		border: none;
color: #393939;
		background-color: #E6E6E6;
padding: 0px;
}


	.feldauge_comment {
		width: 350px;
		padding-left: 30px;
		margin-bottom: 20px;
		background: url(/images/augenicon.gif) no-repeat 7px 3px;
	}

body>p { margin-left: 30px; }


/* POPUPNEWS */

	body#news {
		background: none;
		background-color: #E6E6E6;
		text-align: left;
		margin-top: 10px;
		padding-bottom: 10px;
		font-family: Verdana, Tahoma, Arial;
		font-weight: normal;
		font-size: 11px;
		line-height: 16px;
		color:#393939;
	}

	.news_img {
		margin-left: 26px;
		margin-bottom: 10px;
		}

	.news_message {
		width: 350px;
		padding-left: 30px;
		margin-bottom: 20px;
		background: url(/images/augenicon.gif) no-repeat 7px 3px;
	}
	
	.news_line {
		display: inline;
		font-weight: bold;
                color:#FF6C00;
	}
	
	.news_date {
		display: inline;
                color:#B2B2B2
	}

	#news_schliessen {
		float: right;
		margin-right: 20px;
		margin-top: 20px;
		color:#393939;
	}



/* POPUP IMPRESSUM */	

	body#impressum {
		background: none;
		background-color: #E6E6E6;
		text-align: left;
		margin-top: 30px;
		margin-bottom: 20px;
		font-family: Verdana, Tahoma, Arial;
		font-weight: normal;
		font-size: 70%;
		color:#393939;
	}

         .impressum_img {
		margin-left: 26px;

		}

#impressum div {
		width: 350px;
		margin-top: 20px;
		margin-left: 30px;
}

#i_title {
		font-weight: bold;
}


#i_schliessen {
	float: right;
margin-right: 20px;
margin-top: 20px;
		font-weight: normal;
}

	#impressum a {
		color:#393939;
	}


	.k_label {
		margin-top: 20px;
	}

	.k_dots {
		display: block;
		font-size: 0%;
	}