body {
	background-color	: rgb(0,0,0);	
	font-family			: "Times New Roman", Times, serif;
	font-size			: 14px;
	color				: rgb(0,0,0);
}

div, span {
	font-family			: "Times New Roman", Times, serif;
	font-size			: 14px;
	color				: rgb(0,0,0);	
}

input, select {
	font-family			: "Times New Roman", Times, serif;
	font-size			: 14px;
	color				: rgb(0,0,0);	
}

button {
	cursor				: pointer;
}

#ibau_formular {
	background-color	: rgb(255,255,255);
	position			: absolute; 
	top					: 0px; 
	left				: 251px; 
	width				: 725px; 
	height				: 100%;
	overflow			: auto;
}

.main {
	padding				: 5px;
	}
	
.main a {
	color				: blue ! important;
}

.headline {
	background-color	: rgb(255,0,0);
	color				: rgb(255,255,255);	
}

.schild {
	color				: rgb(255,255,255);
}

.label {
	font-size			: 16px;	
}

.partlist th {
	font-family			: "Times New Roman", Times, serif;
	font-size			: 14px;
	font-weight			: bold;
	color				: rgb(255,255,255);
	background-color	: rgb(80,80,80);
	border				: 1px solid rgb(200,200,200);
}

.partlist td {
	font-family			: "Times New Roman", Times, serif;
	font-size			: 14px;
	color				: rgb(0,0,0);
	border				: 1px solid rgb(100,100,100);
}

.shoppingheader {
	font-family			: "Times New Roman", Times, serif;
	font-size			: 14px;
	font-weight			: bold;
	color				: rgb(255,255,255);
	background-color	: rgb(60,60,60);
	margin-bottom		: 10px;
	text-align			: center;
}

/*-------------registration/forgot password------------*/

.rg_headline {
	margin-top			: 15px;
	padding-bottom		: 2px;
	width				: 120px;
	height				: 15px;
	padding-left		: 5px;
	background-color	: rgb(255,0,0);
	color				: rgb(255,255,255);	
}

.rg_contact {
	clear				: both;
	float				: left;
	background-color	: rgb(255,0,0);
	color				: rgb(255,255,255);
	margin-top			: 25px;
	padding-bottom		: 2px;
	padding-left		: 5px;
	margin-right		: 300px;
	width				: 120px;
	height				: 15px;	
}

.rg_input,
.pw_input {
	float				: left;
	width				: 320px;
	heigth				: 15px;
	font-family			: "Times New Roman", Times, serif;
	font-size			: 14px;
	color				: rgb(0,0,0);
	margin-top			: 8px; 	
}

.rg_label,
.pw_label {
	clear				: both;
	float				: left;
	margin-top			: 10px;
	width				: 130px;
	heigth				: 15px;
	font-size			: 16px;	
}

.rg_button,
.pw_button {
	clear				: both;
	float				: left;
	margin-top			: 25px;
}

.rg_back,
.pw_back {
	clear				: both;
	float				: right;
	padding-right		: 20px;
}

.rg_input,
.pw_input {
	cursor				: pointer;
}

.rg_error_message {
	margin				: 8px 0;
	color				: red;
	font-weight			: bold;
}

