@CHARSET "ISO-8859-1";
/* Hauptcontainer für die Seite */
body {
	background-color:#CAD8E8;
	margin:0px;
	padding:0px;
	font-family:calibri;
}

#main_container {
	color:#555555;
	width:900px;
	padding-left:8px;
	padding-right:20px;
	margin:0px auto;
	overflow:hidden;
	background: url(../img/shadow.png) repeat-y;
}

#header {
	height:200px;
	width:900px;
	background: url(../img/header.png);
}

#header_english {
	height:200px;
	width:900px;
	background: url(../img/header_en.png);
}

#navi_background_top {			
	height:46px;
	width:922px;
	position:absolute;
	background: url(../img/navbar_top.png);
	margin-left:-11px;
	background-repeat:no-repeat;
	z-index:2;
}
			
#navi_content_top div {
	position: absolute;
	top: -8px;
	left:6px;
	font-color:white;
}

#navi_content_top_english div {
	position: absolute;
	top: -8px;
	left:30px;
	font-color:white;
}

#navi_content_top_farsi div {
	position: absolute;
	top: -8px;
	left:30px;
	font-color:white;
}

.navi_content ul li {
	color: white;
	float: left;
	font-size: 17px;
	padding: 0px 0px 0px 0px;
	margin-right: 5px;
	list-style: none;
}

.navi_content ul li:hover {
	outline: 1px solid #fff;
}

.navi_content ul li a {
	color: white;
	text-decoration: none;
}

#memberarea {
	height:162px;
	width:255px;
	background: url(../img/memberarea.png);
	background-repeat:no-repeat;
}

#page_content {
}

#text_main {
	position:relative;
	padding:30px;
	width:580px;
}

#infobox_right {
	position:absolute;
	float:right;
	padding-top:45px;
	padding-left:637px;
	width:253px;
}

#infobox_right_language a {
	font-size:12px;
	text-decoration:none;
	color:black;
}

.infobox_right_pics {
	padding-top:10px;
}

#footer_main{ 
}

#infobox_bottom{ 
	height:200px;
	padding-bottom:40px;
}

#infobox_bottom2{ 
	height:200px;
	float:left;
	padding-left:25px;
}

#container1{
	padding-left:4px;
	float:left;
	width:573px;
	height:193px;
}

#container2{
	margin-left:35px;
	float:left;
	width:255px;
	height:193px;
	background: url(../img/infobox.png);
	background-repeat:no-repeat;	
}

#bigbox_bottom{
	position:relative;
	left:31px;
	top:-7px;
	height:104px;
	background: url(../img/bigbox_bottom.png);
	background-repeat:no-repeat;
	color: #000066;	
}

#bigbox_bottom a{
	text-decoration:none;
	color: #000066;
}

#smallbox_bottom{
	position:relative;
	left:31px;
	top:3px;
	height:100px;
	color: #000066;
}

#smallbox_bottom a{
	text-decoration:none;
	color: #000066;
}

#smallbox{
	float:left;
	width:172px;
	height:89px;
	background: url(../img/smallbox_bottom.png);
	background-repeat:no-repeat;
}

#smallbox_last{
	float:left;
	width:173px;
	height:89px;
	background: url(../img/smallbox_bottom2.png);
	background-repeat:no-repeat;
}

.infobox_title {
	font-size:22px;
	color:#000066;
}

#navi_background_bottom {
	clear:both;
	height:49px;
	width:922px;
	position:absolute;
	background: url(../img/navbar_bottom.png);
	padding-top:2px;
	margin-left:-11px;
	background-repeat:no-repeat;
	z-index:2;
}

.footer_box {
	position:relative;
	padding-top:50px;
	z-index:1;
	float:left;
	margin-top:10px;
}

.footer_text_right {
	text-align:right;
}

#footer_livezilla {
	float:right;
	padding-top:50px;
	padding-right:40px;
	width:191px;
}

.footer_text_small {
	font-size:10px;
	font-family:tahoma;
	color:#999;
}

input[type=text],input[type=file],input[type=password] {
	border-top-color:#aeaeae;
	border-left-color: #aeaeae;
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	font-size: 12px;
}

input[type=submit] {
	background-color:#ebe8d9;
	border-width: 1px;
	font-size: 13px;
}