/* css stylesheet
*
* this stylesheet contains the main layout structure
*
* @author stephan schaerli
* @since 30.8.2004
*/
#header {
	margin: 0px;
	padding: 0px;
	position: relative;
/*	display: block; */
/*	overflow: hidden; */
	
	height: 110px;

	/*border-bottom: 1px #9c9c9c solid;*/
	/*background-color: #9c9c9c;*/
	/*background-image: url("img/bg.jpg");*/
	background-repeat: no-repeat;
	vertical-align: top;
}

#container {
	width: 100%;
	/*height: 100%;*/
		
 	width: 1004px;
	/*min-width:1024px;*/
	/*max-width:1024px;*/
	
	/* better for ie, because auto is not supported
	margin-left: 5px;
	margin-right: 5px;
	*/
	
	/*margin-left: auto;*/
	margin-left: 0px;
	margin-right: auto;

	border-left: 1px #0000e0 solid;
	border-right: 1px #0000e0 solid;
	border-bottom: 1px #0000e0 solid;
}

#error_container {
	margin: 50px;
}

#admin_container {
	margin: 50px;
}

#lang_menu {
	color:#0099FF;

}

/*part of header */
#menu {
/*
	position: absolute;
	top: 85px;
	left: 10px;
*/
	padding: 3px;
	background-color: #99CCFF;
	/*border: thin solid #FFFFFF;*/
}


#breadcrumb {
	position: relative;
	margin-top: 2px;
	height: 15px;
    font-size: 11px;
	border: 1px #9c9c9c solid;
	padding: 2px 10px 2px 13px;
	margin-right: 10px;
}

#content {
	position: relative;
	
	font-size: 12px;
	/*height: 400px;*/
	min-height: 400px;	
	padding: 0px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	
	background-color: #ffffff;
	background-image: url("/img/bg.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

#submenu {
	display: block;	
/*	line-height: 160%; */
/*	border-right: 1px #9c9c9c solid; */
	border-bottom: 1px #9c9c9c solid;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #333399;
}
#submenu br {
	display: none;	
}

#submenu a {
	display: block;
	padding:3px;
	color: #cccccc;
	text-decoration: none;
}


#submenu .sub0 {
	padding-left: 0px;
}
#submenu .sub0 a {
}
#submenu .sub0 a:hover {
	color: #ffffff;
	background-color: #9c9c9c;	
	border-top: 1px #eeeeee solid;
	padding-top: 2px;
}
#submenu .sub0 a.selected {
	color: white;
	font-weight: normal;	
	border-top: 1px #eeeeee solid;
	padding-top: 2px;	
	background-color: #9c9c9c;
}

#submenu .sub1 {
	display: block;
	
	margin-left: 15px;
	/*border-left: 1px #9c9c9c dashed;*/
}

#submenu .sub1 a {
}
#submenu .sub1 a.selected {
}


/* ------------ footer ------------- */

#footer {
	padding: 0px;
	color: #cccccc;
	font-size: 11px;
	border-top: 1px #9c9c9c solid;
	background-color: #333399;
}