/*******************************************\
#     	 DDA - Das Download Archiv	    	#
#############################################
# Datei: sw_user_1.css				    	#
# Jahr: 2007				    			#
# Copyright: David Ausserlechner	    	#
# E-Mail: webmaster@das-download-archiv.de  #
/*******************************************/

/***** ALLGEMEINES *******/
body{
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	background-color: #83b2e2;
}
#copyright{
	font-size: 10px;
	text-align: center;
}
/***** LOGIN *******/
#browser{
	color: #990000;
	font-size: 10px;
	width: 558px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#login{
	background-image: url(../pics/sw_user_login_01.gif);
	background-repeat: no-repeat;
	width: 558px;
	height: 485px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
form{
 	background-image: url(../pics/sw_user_login_02.gif);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-left: 70px;
	padding-top: 20px;
	padding-left: 120px;
	line-height: 30px;
}
form a{
	padding-left: 23px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	color: #666666;	
}
form a:hover{
	color: #990000;
	text-decoration: underline;
}
#hersteller{
	padding-left: 310px;
	padding-top: 75px;
	font-size: 18px;
	line-height: 25px;
}

#login_email, #fehler_login_email{
	margin-left: 31px;
}
#login_passwort, #fehler_login_passwort{
	margin-left: 5px;
}
#login_email, #login_passwort{
	font-size: 10px;
	color: #666666;
	background-color: #ddeaf7;
	border: 1px dotted #999999;
}
#fehler_login_email, #fehler_login_passwort{
	font-size: 10px;
	color: #666666;
	background-color: #FFCC00;
	border: 1px dotted #FF0000;
}
#login_button{
	margin-top: 10px;
}
#faq{
	line-height: 20px;
	margin-left: 70px;
	margin-top: 33px;
}
#faq a{
	color: #000000;
	text-decoration: none;
}
#faq a:hover{
	text-decoration: underline;
}
/***** LOGIN gescheitert*******/
#login_fehler{
	margin-top: 60px;
	text-align: center;
	color: #990000;
	height: 140px;
}
#login_fehler a, cookie_fehler a{
	color: #990000;
	font-weight: bold;
}
/***** Passwort vergessen *******/
#passwort_vergessen{
	margin-top: 11px;
	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#form_passwort{
	height: 120px;
}
/***** Cookie Fehler *******/
#cookie_fehler{
	margin-top: 60px;
	text-align: center;
	color: #990000;
}
