html {   padding:0px;  margin:0px;}body {  background-color: #636042;  font-size: 16px;  font-family: Courier,Verdana, Arial, SunSans-Regular, Sans-Serif;  color:#564b47;    text-align:center;  margin:0px;  padding:0px;}#container {	backgrouand: url("../images/planschloss.jpg") no-repeat #564b47 top left scroll;	width: 100%;	height: 100%;	}p, h1, a {margin:20px;color: #fff;text-align: left;text-decoration:none;}a, a:link {text-decoration:none;}a:hover {text-decoration:underline;}.link {color: #63425f;background-color: #fff;padding-left: 10px;padding-right: 10px;}a.link:hover{background-color: #63425f;color: #fff;padding-left: 10px;padding-right: 10px;text-decoration: none;}h1 {font-size: 22px;}#content {width: 400px;float: left;position: relative;}/*Full Sized Background*/#bg{ position: fixed; top: 0; left: 0; }.bgwidth { width: 100%; }.bgheight { height: 100%; }#breadcrumb {   font-size: 14px;   margin-top: 15px;   text-align: left;   color: #fff;}#breadcrumb a {   color: #000;   margin: 0;}#content {position: relative;}#content #sublink img {z-index: 2;position: absolute;top: 150px;left: 20px;}h1#title {font-size: 22px;text-align: center;font-weight: normal;position: absolute;top: 300px;left: 70px;z-index: 1;}#content a{text-decoration: none;}#link1 a, #link2 a, #link3 a, #link4 a, #link5 a {	text-decoration: none;	font-size: 24px;	color: #000;}#link1 a img, #link2 a img, #link3 a img, #link4 a img {border: 0;}#link1 {   position: relative;   top: 20px;   left:30px;   float: left;}#link2 {   position: relative;      top: 360px;      left:40px;      float: left;}#link3 {   position: relative;      top: 240px;      left:20px;      float: left;}	#link4 {   position: relative;      top: 310px;      left:30px;      float: left;}#link5 {   position: relative;      top: 200px;      left:40px;      float: left;}#btn {margin: 10px;float:left;}.clear {clear: left;}

/*Formular*/

input.text-input {
    background: none repeat scroll 0 0 #FFFFC7;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    float: right;
    font-size: 13px;
    padding: 8px;
    width: 200px;
    margin-left: 15px;
}

label {
    float: left;
    line-height: 14px;
    padding: 8px;
    width: 70px;
}

#login {
	margin-top: 50px;
	margin-left: 165px;
	text-align: left;
	position: absolute;
	width: 360px;
	}
	
	
	input.button {
    background-color: #f59213;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 6px 10px;

}