/* CSS Document - IHK-BI - Login - Page */

/*Klassen*/

/*Das LogIn - Element*/
.login_body
{
	margin: 70px auto ;
	width:300px;
	height:200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*IHK - Logo im Header*/
.login_logo
{
	float:left;
	padding-left:10px;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

/*Der Titel des Header*/
.login_title
{
	float:right;
	padding-right:15px;
	padding-top:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/*Benutzer*/
.user
{
	float:left;
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top:3px;
	padding-left:20px;
	font-weight: bold;
}

/*Kennwort*/
.password
{
	float:left;
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left:20px;
	padding-top:3px;
	font-weight: bold;
}

/*ID's*/

/*Die gesamte LogIn - Seite*/
#login_page{
	margin: 0px auto;
	width: 1024px;
}

/*Der Header Abschnitt des LogIn - Elements*/
#login_header
{
    background-image: url('pic/login_logoHeader.jpg');
    background-repeat: no-repeat;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 26px;
    width: 300px;
}

/*Hintergrund des unteren Abschnitts des LogIn - Elements*/
#login_bottom
{
    height: 7px;
    width: 300px;
    background-image: url('pic/login_logo_bgrnd.jpg');
    background-repeat: no-repeat;
}

/*Der Main-Abschnitt des Login - Elements*/
#login_main
{
    clear: both;
    background-image: url('pic/login_backgrnd.jpg');
    background-repeat: repeat-y;
    height: 167px;
    width: 300px;
}

/*Wrapper user*/
#wrapper_user{
	height: 25px;
	width: 300px;
	position:absolute;
	top: 120px;
	clear: both;
}

/*Wrapper passwort*/
#wrapper_password{
	height: 25px;
	width: 300px;
	position:absolute;
	top: 150px;
	clear: both;
}

/*Die Textboxen für die Eingabe des user und des kennworts*/
.tb
{
    height:23px;
    width:123px;
	float:right;
	clear:right;
	padding-right:70px;
}

/*Der Login - Button*/
.button
{
    border-style: none;
    height: 24px;
    width: 120px;
    background-image: url('pic/button.png');
    background-repeat: no-repeat;
    background-color:Transparent;
    float: right;
    clear:right;
    margin-top: 100px;
    margin-right: 60px;
}

/*Error Panel mit Literal*/
#error
{
   margin-top:100px;
   float:left;
   clear:left; 
    }

/*Copyright mit Uniserve Logo*/
#Copyright
{
    float: left;
    position: absolute;
    margin-top: 145px;
    margin-left: 10px;
    height: 16px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.text_xxs
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: xx-small;
}
.text_uni
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: small;
    color: #2B2B2B;
}
.text_serve
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: small;
    color: #FF9933;
}

