body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #FFFFFF url(../img/background_main02.jpg) repeat-x;
}
.accessibility{
	display: none;
}
.hidden{
	display: none;
}
.clear{
	clear: both;
	height: 0;
	overflow: hidden;
	content: ' ';
}
img{
	border: none;
}
a{
	color: #888888;
}
a:hover{
	color: #EF751D;
	text-decoration: none;
}
form{
	margin: 0px;
}
.input_text{
	padding: 1px 3px 1px 3px;
	background: #D9D8D8 url(../img/background_input.jpg) repeat-x;
	border: 1px solid #A7A7A7;
	color: #6B6969;
	font-size: 80%;
}
.input_button{
	background-color: #CDCDCD;
	border: 1px solid #A7A7A7;
	color: #6B6969;
	font-size: 70%;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}

#container{
	position: relative;
	width: 808px;
	margin: 0 auto;
}

/* --- HEADER --- */
#header{
	position: relative;
	width: 100%;
}
#titles{
	width: 100%;
	height: 125px;
	background: url(../img/header_admin.jpg) no-repeat;
}
#languages{
	position: absolute;
	width: 20px;
	font-size: 1px;
	position: absolute;
	top: 157px;
	left: 797px;
	width: 20px;
	font-size: 1px;
}
#languages a{
	display: block;
	margin-top: 6px;
	width: 16px;
	height: 11px;
	border: 2px solid #DDDDDD;
}
#languages a:hover{
	border: 2px solid #FFFFFF;
	border-right: 2px solid #555555;
	border-bottom: 2px solid #555555;
}
#de{
	background: url(../img/flag_de.jpg) no-repeat;
}
#en{
	background: url(../img/flag_en.jpg) no-repeat;
}
#fr{
	background: url(../img/flag_fr.jpg) no-repeat;
}
#jp{
	background: url(../img/flag_jp.jpg) no-repeat;
}
#pr{
	background: url(../img/flag_pr.jpg) no-repeat;
}
#sp{
	background: url(../img/flag_sp.jpg) no-repeat;
}
#sw{
	background: url(../img/flag_sw.jpg) no-repeat;
}
#photo{
	position: absolute;
	top: 151px;
	left: 27px;
}

/* --- end: HEADER --- */

#main{
	background-color: #708090;	
	width: 302px;
	margin: 0 auto;
	padding: 1px;
	margin-top: 15px;
}


/* --- CONTENT ---*/
#content{
	border: 2px solid #FFFFFF;
	background: url(../img/background_login.jpg) repeat-x;
	width: 298px;
}
fieldset{
	border: none;
	margin-left: 10px;
}
legend{
	font-size: 35px;
	color: #FFFFFF;
	padding: 10px 0px 20px 0px;
}
label{
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
input{
	width: 250px;
	font-size: 20px;
}
input.button{
	width: 60px;
	font-size: 12px;
	float: right;
	margin: 20px 10px 10px 0px;
}

/* --- end: CONTENT---*/

