@charset "utf-8";
/* Frontend-Design bss-it */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:150%;
	background-color: #f2f3ed;
	color:#000;
}

/* Login Layout */

#login_container {
	position: absolute;
	width: 100%;
	height: 400px;
	margin-top: -220px;
	top: 50%;
	background-image:url(../img/loginframe.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
}

textarea {
	border: 1px solid #abadb3;
	background-color:#FFF;
	height: 90px;
	width: 200px;
	padding: 1px 1px 1px 1px; /* oben, rechts, unten, links */
}

#spacer_1 {
	position: absolute;
	width: 200px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-left: 265px;
	margin-top: 265px;	
	text-align: right;
}

#spacer_1 a, #spacer_1 a:active, #spacer_1 a:link, #spacer_1 a:visited {
	color: #808080;
	font-size: 10px;
	text-decoration: none;
}

#spacer_1 a:hover {
	color: #000;
	text-decoration: underline;
}

#login_main {
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:800px;
}

#login_container_1 {
	width:800px;
	height:100px;
}

#login_container_1 #login_left {
	float:left;
	margin:45px 50px 0px 0px;
}

#login_container_1  a.utp_link {
	background-image:url(../img/utp_link.gif);
	background-repeat:no-repeat;
	background-position:left center;
	color:#666666;
	padding: 2px 0px 2px 28px;
	text-decoration:none;
}

#login_container_1 #login_right {
	margin: 30px 0px 0px 0px;
	float:right;
}

#login_container_2 {
	width:800px;
	height:200px;
	margin-top:5px;
}

#login_container_3 {
	display: none;
}

#login_content {
	position:absolute;
	top:0;
	width:100%;
	background-color:#ccc;
	margin-top:110px;
	z-index:5;
}

#login_content_1,#login_content_2,#login_content_3 {
	width: 498px;
	max-height: 328px;
	background-image:url(../img/login_bg.png);
	border: 1px solid #CCC;
	display: none;
	overflow: auto;
	padding: 10px;
}

#login_footer {
	width: 800px;
	height: 400px;
	overflow: hidden;
	padding: 10px;
	overflow: hidden;
}

#login_footer_1 {
	width: 300px;
	height: 100px;
	float: left;
}

#login_footer_2 {
	height: 70px;
	margin-left: 20px;
	margin-top:50px;
	padding: 5px 0px 5px 15px; /* oben, rechts, unten, links */
    float: right;
}

#login_footer_2 div.label {
	float: left;
	width: 110px;
	height: 16px;
	text-align: left;
	margin: 4px 0px 2px 0px; /* oben, rechts, unten, links */
	overflow: hidden;
	position:absolute;
	padding:0px 0px 6px 0px;
}

#login_footer_2 #form_shop_login div.input .code {
	width:166px;
	height:18px;
	padding:2px;
	background-image:url(../img/input_login.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	color:#666666;
}

#login_footer_2 .input_password {
	float:left;
	margin-left:140px;
}

#login_footer_2 .password {
	float:right;
	padding-top:2px;
}

#login_footer_2 .password a.password {
	text-decoration:none;
	font-size:10px;
	color:#fff;
}

#login_footer_3 { /* Inhalt */
	width: 254px;
	height: 110px;
	padding: 0px 10px 0px 10px; /* oben, rechts, unten, links */
    clear:both;
}

#login_footer_3 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#login_footer_3 ul li {
	list-style: none;
	margin: 0px;
}

#login_footer_3 ul li a, #login_footer_3 ul li a:link, #login_footer_3 ul li a:active, #login_footer_3 ul li a:focus {
	display: block;
	padding: 4px 5px 4px 5px; /* oben, rechts, unten, links */
	text-decoration: none;
}

#login_footer_3 ul li a:hover {
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 3px 5px 3px 5px; /* oben, rechts, unten, links */
}
