body {
	margin: 25px 0 0 0;
	background: #ffffff;
	font: 0.75em/1.25em arial, helvetica, lucida, sans-serif;
	/* text-align: center; */
	color: #767a7c;
	margin-top: 0px;
}
a:link {
	text-decoration: underline;
	color: #767a7c;
}
a:visited {
	text-decoration: underline;
	color: #767a7c;
}
a:hover {
	text-decoration: none;
	color: #767a7c;
}


#index_title {
	background-color: #0019ff;
	color: white;
	width: 100%;	
}
#back_index_login {
	width: 400px;
	position: absolute;
	left: 50%;
	padding-top: 200px;
	margin-left: -200px; /* negative HŠlfte von width:400px */
	}
#back_main {
	width: 800px;
	position: absolute;
	left: 50%;
	padding-top: 200px;
	margin-left: -400px; /* negative HŠlfte von width:800px */
}
.login_h1 {

	font-weight: bold;

	font-size: 1.8em;

	font-family: "Lucida Grande", Verdana, Arial, sans-serif;

	color: #F57E20;

}
.CMSF td {
	border: 1px solid #bfbfbf;
	background: url(none) no-repeat #ffffff;
	padding: 5px;
}
.CMSF tr {
	border: 1px solid #bfbfbf;
	background: url(none) no-repeat #f0f0f0;
	padding: 5px;
}


/* ------------------------------------- ab hier altes css ---------------------------------- */
#back {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px; /* negative HŠlfte von width:600px */
	}
#top {
		background-image: url(../images/head.png);
		background-repeat: no-repeat;
		height: 195px;
}
#bottom {
		background-image: url(../images/boden.png);
		background-repeat: no-repeat;
		height: 55px;
}
#content{
	padding-left: 10px;
	padding-right: 10px;
}
#content_bestell{
	padding-left: 80px;
	padding-right: 10px;
}
/** 
* Generated by www.formstylegenerator.com 
**/
#loginform {
	border: 1px solid #bfbfbf;
	/** remember to change image path **/
	background: url(none) no-repeat #f0f0f0;
	padding: 5px;
}
/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
input {
	border: 1px solid #bfbfbf;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
}
textarea {
	border: 1px solid #bfbfbf;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
}
/** You can use this style for your LABEL elements **/
label {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
input:hover {
	border: 1px solid #ff995b;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
input:focus {
	border: 1px solid #ff995b;
	/** remember to change image path **/
	background: url(none) no-repeat #FFFFFF;
	color: #454743;
}


