charset "utf-8";
/* CSS Document */
body{

}
.main_container{
	position:absolute;
	top:180px;
	left:0px;
	width:800px;
	height:100%;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../../img/content_top_bg.gif);
	background-repeat:no-repeat;
	padding:10px 0px 0px 40px;
	text-align:left;
}
.main_text{
	width:650px;
	padding-left:50px;
}
#FormComment input, #FormComment textarea{
	border:1px solid black;
	background-color:#CCCCCC;
	width:500px;
}
#FormComment input:focus, #FormComment textarea:focus{
	border:1px solid black;
	background-color:#FFFFCC;
	width:500px;
}
input:focus, textarea:focus{
	background-color:#FFFFCC;
}
H1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin-left:20px;
}
H3 {font-weight:bold; text-align:justify;}
.header1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin-left:20px;
}
.header1 a{
	text-decoration:none;
	color:#000000;
}
.datum {
	font-size:smaller;
	font-family:Arial, Helvetica, sans-serif;
}
.comment {
	margin:10px 5px 10px 5px;
	text-align:justify;
}
.imgComment {
	width:400px;
	border:none;
}
.content{
	width:600px;
	text-align:justify;
}
.form_filled{
	font-weight:bold;
	padding-left:20px;
	border:1px solid black;
	background-color:#CCCCCC;
}