/*
* Allgemeine Formatdefinitionen
* Webseite: mysbh.de
* Entwickler: Sven Gak
*/

body
{
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	background-color: #F8F6F1;

	font-size: 62.5%;
	color: #565656;
	padding: 0px;
	margin: 0px;
}

h1
{
	font-size:  1.6em;
	color: #565656;
}

h2
{
	font-size:  1.6em;
	color: #565656;
}

h2.view
{
	font-size:  1.3em;
	color: #565656;
}

p
{
	color: #565656;
}

td
{
	color: #565656;
}

input
{
	width: 260px;
	border: 1px solid #A0A0A0;
}

textarea
{
	width: 260px;
	border: 1px solid #A0A0A0;
	height: 50px;
	vertical-align: bottom;
}

select
{
	width: 264px;
	border: 1px solid #A0A0A0;
}

form
{
	padding: 0px;
	margin: 0px;
}

img
{
	border: 0px;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #FF4700;
}

a:hover
{
	text-decoration: underline;
}

/* -------------- LIST ---------------- */
/* ============== CLASSES ============= */

.list_first
{
	margin-top: 10px;
	vertical-align: middle;
}

.list_last
{
	margin-top: 4px;
	margin-bottom: 20px;
	vertical-align: middle;
}

/* ============== ID ================== */

#list_table
{
	padding: 0px;
	margin: 0px;
	border-colpace: colpace;
}

#list_table td
{
	padding: 0px;
	margin: 0px;
	border-colpace: colpace;
	vertical-align: top;
}



/* -------------- REGISTRATION -------- */
/* ============== CLASSES ============= */


/* ============== ID ================== */

#registration table
{
	padding: 0px;
	margin: 0px;
	border-colpace: colpace;
}

#registration td
{
	padding: 2px 20px 0 0;
	margin: 0px;
	border-colpace: colpace;
	vertical-align: top;
}

/* -------------- CORE ---------------- */
/* ============== CLASSES ============= */

.core_nav_on
{
	background-color: #FF4700;
}

/* ============== ID ================== */

#core_container
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;

	background-color: white;

}

#core_content
{
	padding: 0 20px 0 20px;
}

#core_nav
{
	font-size: 1.1em;
	background-color: #565656;
	height: 24px;
}

#core_nav table
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-colspace: colspace;
}

#core_nav td
{
	border-colspace: colspace;
	padding: 0 20px 0 20px;
	margin: 0px;
	border: 0px;
	height: 24px;
	border-right: 1px solid white;
}

a.nav:link, a.nav:visited, a.nav:active
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

a.nav:hover
{
	text-decoration: none;
}

#core_logout
{
	position: absolute;
	text-align: left;
	margin-left: 20px;
	margin-top: -30px;
}

#core_footer
{
	margin: 20px;
	margin-bottom: 0px;
	border-top: 4px solid #565656;
	height: 24px;
	text-align: right;
	padding: 4px;
}

/* -------------- LOGIN --------------- */
/* ============== CLASSES ============= */

.login
{
    font-weight: normal;
    font-family: Arial Black, Arial, Helvetica;
    color: #565656;
}

.login_submit_btn
{
    background-color: #F8F9F4;
    border: 1px solid #BABBAF;
    width: 90px;
}

/* =============== ID's =============== */

#login_pwd, #login_uid
{
	width: 160px;
}

#login_menu_div
{
	background-image: url(../images/bg_login.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
	position: absolute;

	width: 451px;
	height: 391px;

	left: 50%;
	top: 15%;

	margin-left: -225px;
}

div#login_form_div
{
	position: absolute;
	z-index: 1;

	width: 451px;
	height: 391px;

	left: 0%;
	top: 0%;
}

div#login_form_div_II
{
	position: absolute;

	z-index: 2;
	width: 390px;
	height: 210px;

	left: 50px;
	top: 150px;

	padding-top: 10px;
	text-align: center;
}

#login_no_js
{
	position: absolute;

	width: 451px;
	height: 231px;

	left: 0px;
	top: 160px;

	text-align: center;

	font-size: 1.2em;
	font-family: Arial, Helvetica;
	color: #565656;
}

#login_info
{
	position: absolute;

	width: 451px;
	height: 391px;

	left: 0%;
	top: 0%;
}

#login_info_text
{
	z-index: 3;
	position: absolute;
  padding: 20px;

	width: 390px;
	height: 200px;

	left: 10px;
	top: 110px;

	font-size: 1.2em;
	font-family: Arial, Helvetica;
	color: #565656;

}

#login_info_matoma
{
	position: absolute;

	width: 200px;
	height: 25px;

	top: 360px;
	left: 25px;

	padding-top: 5px;
}

#login_info_btn
{
	position: absolute;

	width: 79px;
	height: 17px;

	top: 360px;
	left: 350px;

	padding-top: 5px;
}

#login_info_back
{
    cursor: hand;
    border: 0px;
}

#login_credits_div
{
	position: absolute;

	width: 79px;
	height: 17px;

	top: 360px;
	left: 350px;

	padding-top: 5px;
}

#login_credits_btn
{
    cursor: hand;
    border: 0px;
}

#login_icon_div
{
	position: absolute;

	width: 24px;
	height: 22px;

	top: 122px;
	left: 50px;
}

#login_text
{
	position: absolute;

	width: 100px;
	height: 22px;

	top: 120px;
	left: 74px;

	padding-top: 5px;
}

#login_form_error
{
  font-size: 1.1em;
	font-family: Arial, Helvetica;
	color: red;
	font-weight: bold;
	margin-bottom: 6px;
}

#login_neu_laden_div
{
	position: absolute;

	width: 79px;
	height: 17px;

	bottom: 7px;
	right: 10px;
}

#login_neu_laden_btn
{
	cursor: hand;
	border: 0px;
}

#login_register
{

	text-align: left;
	width: 344px;

	margin-top: 20px;

}

#login_forgot
{
	text-align: left;
	width: 344px;

	margin-top: 4px;
}
