@CHARSET "UTF-8";

form{
  padding:0px;
  margin:0px;
}
.main-cont {
	position:relative;
	padding:0px;
	width:711px;
	height:590px;
	margin-top: -16px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#inhalt{
  position:absolute;
  left:200px;
  width:315px;
  font-size:12px;
  font-family:"Times New Roman", serif;
  text-align:justify;
}
#textbox {
	/* Typical fixed height and fixed width example */
    width: 335px;
	height: 200px;
	/* IE overflow fix, position must be relative or absolute*/
    position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: rgb(89, 57, 46);
	padding-right: 0px;
	left: 190px;
	top: 212px;
}
#textbox-creator {	/* Typical fixed height and fixed width example */
	width: 335px;
	height: 200px;
	/* IE overflow fix, position must be relative or absolute*/
    position: absolute;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: rgb(89, 57, 46);
	padding-right: 0px;
	left: 190px;
	top: 225px;
}

#links{
  position:absolute;
  left:305px;
  top:468px;
  width:105px;
  font-size:12px;
  font-family:"Times New Roman", serif;
}
#inhalt p{
  padding:0px;
  margin-top:10px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
}
#inhalt a{
  text-decoration:underline;
  color:rgb(89, 57, 46);
}
#links a{
  text-decoration:none;
  color:rgb(89, 57, 46);
  font-weight:bold;
  font-size:15px;
}
label{
  float:left;
  width:70px;
}
input, textarea{
  background-color:transparent;
  border:1px solid rgb(89, 57, 46);
  margin-bottom:4px;
  margin-top:0px;
  width:200px;
  font-size:12px;
  font-family:"Times New Roman", serif;
  color:rgb(89, 57, 46);
}
.iframe {
	position:absolute;
	left: 200px;
	margin: 0px;
	padding: 0px;
	top: 205px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.iframe-projekte {
	position:absolute;
	left: 200px;
	margin: 0px;
	padding: 0px;
	top: 225px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.iframe-ws {
	position:absolute;
	left: 50px;
	margin: 0px;
	padding: 0px;
	top: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.iframe-ws-neu {
	position:absolute;
	left: 50px;
	margin: 0px;
	padding: 0px;
	top: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}
.iframe-ws-anfaenger {
	position:absolute;
	left: 50px;
	margin: 0px;
	padding: 0px;
	top: 150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: rgb(89, 57, 46);
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: rgb(89, 57, 46);
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(89, 57, 46);
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(89, 57, 46);
}

