/* CSS Document */
.std_bilder {
  float:left;
  /*width:185px;*/
  margin:0px 0px 20px 0px;
}

.std_bilder img{
    padding-right: 10px;
    width: 240px;
}

#std_text {
  float:left;
  width:540px;
  margin:0px 0px 20px 0px;
}

form {
	width:400px;
}

label {
	float:left;
         clear:left;
	width:100px;
	height:18px;
	line-height:18px;
         text-align:left;
         padding-right:20px;
         margin-bottom:5px;
}


textarea,
.eingabe {
	height:18px;
	line-height:18px;
	width:253px;
	margin:0px;
	padding:0px;
	border:1px solid #000000;
         margin-bottom:5px;
}

select.eingabe {
	width:123px;
	margin:0px 130px 5px 0px;
}

textarea {
	height:80px;
}

.rot {
	color:#ff0000;
}

#inhalt p {
  width:540px;
}

#std_files img {
  position:relative;
  top:2px;
  margin-right:4px;
}

#std_files a,
#std_files a:hover, {
  text-decoration:none;
}
