#mainwrapper {
	margin:0 auto;
	width:100%;
	min-width:1000px;
}




/*
-------------side bar------------
 */

#lang {
	margin:14px auto auto 20px;
}

#sidebar {
	width:265px;
	position:fixed;
	height:100%;
	float:left;
	z-index:8;
	overflow:hidden;
	background-repeat:repeat;
}



#side_image {
	position:fixed;
	height:100%;
	width:265px;
	background-repeat:no-repeat;
	background-position:top left;
}

#line {
	position:fixed;
	left:185px;
	width:80px;
	height:100%;
}

#main_logo {
	top:162px;
	position:absolute;
	margin-left:5px;
	left:0px;
}


/*
------------wrappers------------
*/

#header, #footer {
	padding:2px 15px 2px 15px;
}
#header {
	height:150px;
	position:relative;
	z-index:7;
}

#container {
	margin:15px 10px 15px 10px;
}

#container.fixedwidth {
	margin:20px 20px 15px 20px;
	width:705px;
	min-height:230px;
}

#containermaincontent {
	float:left;
	padding-right:15px;
	width:483px;

}

#containersidebar {
	vertical-align:middle;
	float:left;
	padding:0px 5px 0px 5px;
	overflow:hidden;
	width:190px;
}
#containersidebar ul {
		margin-left:10px;
}



#footer {
	height:auto;
}

#footerlink {
	width:705px;
}

table.footer {
	margin:10px 0px 10px 0px;
	width:100%;
}
table.footer td {
width:20%;
}
table.footer th {
text-align:left;
padding-bottom:5px;
}

#sponsors {
width:705px;
padding-top:10px;
padding-bottom:5px;
}


#wrapper{
	margin-left:265px;
	height:100%;
}

/*-----------------------------------*/
/*------------ HEADER-----------------



/*
-------------- Menu ------------------
*/




#menu {
	position:absolute;
	bottom:0;
	margin-bottom:0px;

}

#menu ul {
	padding-bottom:0px;	
}

#menu li {
	float:left;
	margin:0 5px 0px 5px;
	padding:5px 5px 5px 5px;
	margin-top:1px;
}

#menu li.selected {
	margin-bottom:-2px;
	margin-top:auto;
	border-bottom:2px;
}

/*------------ breadcrumbs --------------*/

#breadcrumbs {
	margin-top:12px;
}
#breadcrumbs {
	width:530px;
}

#breadcrumbs h1 {
	margin-top:5px;
	line-height:1;
	height:3em;
	overflow:hidden;
}

/*------------ calendar -----------------*/

#calendar {
	text-align:center;
	height:100%;
}

#calendar table table td{
	margin:50px;
	padding:0 2px 0 2px;
}

#calendar table {
	margin:10px 0px 0px 0px;
	width:150px;
	height:auto;
}

#calendar table table {
	border:0;
	border-collapse:collapse;
	text-align:center;
}

#calendar table table th {
	border-bottom:1px solid;
	margin-bottom:2px;
}



/*----------------------------------------
-------------------------------------------
--------------- END-HEADER ---------------------*/


/*------------- CONTAINER ----------------------*/


#containersidebar p {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:7px;
	padding-top:7px;
	padding-left:3px;
	
}

#containermaincontent p {
	margin-top:7px;
	margin-bottom:7px;

}



/*
-------------SEARCH-BAR---------------
*/
#searchbar {
	position:relative;
}
#searchbartitle {
	position:absolute;
	font-weight:bolder;
	left:110px;
	top:0px;
	padding-top:3px;
	color:rgb(237,237,237)
}
/*
---------------POP-UP-----------------
*/
#popup_wrapper {
	width:100%;
	height:100%;
	
	position:fixed;
	display:none;
	text-align:center;
}

.popup_cover {
	width:100%;
	position:fixed;
	height:100%;
	top:0;
	left:0;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	background-color:#FFFFFF;
	
}

#popup_container {
	padding:0;
	margin:150px auto;
	width:0px;
	height:0px;
	overflow:hidden;
	position:relative;
	background-color:#EDEDED;
	background-image:url(/images/border.png),url(/images/border.png),url(/images/border.png),url(/images/border.png);
	background-position:top left,top left,bottom right,top right;
	background-repeat:repeat-x,repeat-y,repeat-x,repeat-y;
}

table.popup_border {
	width:inherit;
	height:inherit;
	border-style:solid;
	border-width:5px;
	position:absolute;
}


.popup_content {
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	text-align:center;
}

/*-----------------------------------*/



/* -------- images -------- */
a.expand {
	background:url(../images/plus.png) no-repeat center;
	cursor:pointer;
}

a:hover.expand {
	background:url(../images/plus_over.png) no-repeat center;
	text-decoration:none;
	cursor:pointer;
}
a.collapse {
	background:url(../images/min.png) no-repeat center;
	cursor:pointer;
}

a:hover.collapse {
	background:url(../images/min_over.png) no-repeat center;
	text-decoration:none;
	cursor:pointer;
}

a.delete {
	background:url(/images/delete.png) no-repeat center;
}
a.delete:hover {
	background:url(/images/delete_over.png) center no-repeat;
	text-decoration:none;
}
a.uparrow {
	background:url(/images/uparrow.png) no-repeat center;
}
a.uparrow:hover {
	background:url(/images/uparrow_over.png) center no-repeat;
text-decoration:none;
}


img.expandimg {
cursor:pointer;
position:relative;
top:1px;
margin-left:2px;
margin-right:5px;
}

.counter {
	width:450px;
	padding-bottom:2px;
	padding-top:2px;
}
.page_selector {
	float:left;
	width:15px;
}
.pages {
	float:left;
}
