/*********** LAYOUT ***********/ 

html, body {
	margin:0;
	padding:0;
	text-align:center;
	background: #ffffff url(../images/page_bkg.jpg) repeat-x left top;
	font: 90%/135% Arial, Helvetica, sans-serif;
	color: #333333;
}
#pagewidth {
	width:840px;
	text-align:left;
	margin:0 auto;
}
#header {
	position:relative;
	height:200px;
	width:100%;
}

#header h1{
	margin:0;
	padding:0;
}
#wrapper {
	background:url(../images/content_top_bkg.jpg) no-repeat 0 0;
	padding-top:29px;
}
#leftcol {
	width:240px;
	float:left;
	position:relative;
}
#maincol {
	float: right;
	display:inline;
	position: relative;
	width:600px;
	background:#FFFFFF;
	margin-bottom:20px;

}
#footer {
	height:60px;
	margin-top:10px;
	background:#FFFFFF url(../images/footer_bkg.png) no-repeat 0 0;
	clear:both;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
#leftcol {
	display:none;
}
#twocols, #maincol {
	width:100%;
	float:none;
}
}


/*********** TOP MENU ***********/ 

div.moduletable_topmenu { 
	padding:6px 0; 
	text-align:right;
	color:#FFFFFF;
}

ul.menu_topmenu{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu_topmenu li{
	display: inline;
	list-style-type: none;
	padding:0 20px;
	border-right:1px solid white;
}

ul.menu_topmenu li a:link, ul.menu_topmenu li a:active, ul.menu_topmenu li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
}

ul.menu_topmenu li a:hover{
	color:#0099FF;
}


/*********** LOGO ***********/ 
#logo {
	background:#FFFFFF url(../images/header.jpg) no-repeat 0 0;
	text-indent: -10000em;
	padding: 0;
	margin: 0;
	width: 840px;
	height: 200px;
}
/*********** LEFT MODULES ***********/ 

/* LEFT MENU */ 

.moduletable_menu {
	padding-bottom: 74px;
	margin-bottom: 10px;
	background: url(../images/left_menu_bottom.jpg) no-repeat left bottom;
	margin: 0px;
	height: auto;
	width: 239px;
}
ul.menu_leftmenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.menu_leftmenu li {
	background:url(../images/left_menu_bkg.jpg);
	border-bottom: 1px solid #ffffff;
}
ul.menu_leftmenu a, ul.menu_leftmenu a:link, ul.menu_leftmenu a:visited, ul.menu_leftmenu a:active {
	display: block;
	padding: 5px 5px 5px 30px;
	color: #ffffff;
	text-decoration: none;
	background:url(../images/left_menu_bullet.png) no-repeat 5px center;
}
ul.menu_leftmenu a:hover {
	background:#013567 url(../images/left_menu_bullet_on.png) no-repeat 5px center;
	color: #fff;
}

/*********** MAIN MODULES ***********/ 


/* NEWS SCROLLER */ 


/* CALENDAR */ 
#calendar{
	background:url(../images/moduletable_bkg.png) no-repeat 0 bottom;
	width:221px;
	padding-bottom:10px;
}

#calendar h3{
	background:url(../images/h3_moduletable.png) no-repeat 0 0;
	width:221px;
	height:28px;
	margin:0;
	padding:.2em 0 0;
	font: 1.2em "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
}

td.buttonheading a{display:none;}

/*********** FOOTER MODULES ***********/ 


/* Footer Info */ 

.moduletable-footinfo {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	text-align: left;
	width: 90%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.moduletable-footinfo p{
	margin: 0;
	padding:0 40px 0 0;
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float:left;
	width:auto;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #FFFFFF;
}

#unibe{
	display:block;
	width:151px;
	height:38px;
	text-indent:10000em;
	background:url(../images/logo_unibe_footer.png) no-repeat 15px 5px;
	padding: 0 30px 0 0;
}

/*********** CONTACT PAGE ***********/ 

.contact{
	background:none;
	padding: 20px;
	margin:0;
}
.category {
	font-size: 12px;
}
.category tr {
	padding-top: 2px;
	padding-bottom: 2px;
}
.category td {
	margin: 4px;
	padding: 4px;
}
div.contact p {
	padding:0;
	margin:0 0 10px;
	font-weight:bold;
}
div.contact_address {
	margin:0 0 10px;
}
div.contact_address p {
	padding: 0;
	margin:0;
	font-weight:normal;
}
#emailForm label {
	display:block;
	margin:10px 0 4px;
}
button {
	font-size: 0.9em;
	color: #FFFFFF;
	background: #003366;
	padding: 2px;
	margin:10px;
}
div.contact form {
	border-top: 1px dashed #305513;
	padding: 10px 0;
}
#contact_name, #contact_email, #contact_subject, #contact_text {
	font-size: 0.9em;
	color: #003366;
	background: #ECF6FB;
	padding: 2px;
	border: 1px inset #305513;
}
#contact_text {
	width:400px;
	height:150px;
}

#emailForm label.copy{
	display:inline;
	margin:0;
	padding:0 5px;
}
/*********** TYPOGRAPHY ***********/ 

/* Headings */ 

h3 {
	font-size: 18px;
	color: #0599CC;
	margin: 15px 0px;
}
h4 {
	font-size: 14px;
	color: #676F76;
}
h5, h6 {
	font-size: 12px;
	color: #000033;
}
h4, h5, h6 {
	font-weight: bold;
	font-style: italic;
	margin: 15px 0px;
	list-style: square;
	padding-left: 15px;
}
/* Links */ 

a:link, a:active, a:visited {
	color: #3369B0;
}
a:hover {
	color: #003366;
}
/* Lists */ 

#page ul {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin-top: 6px;
	margin-bottom: 6px;
}
#page ul li {
	color: #006699;
	list-style: square;
	font-size: 95%;
	margin-top: 9px;
	margin-bottom: 9px;
}
#maincontent p {
	text-align: justify;
	color: #333333;
}


/*********** HOME CONTENT ***********/ 

.blog, .blog-home, .blog-news{
	padding:20px;
}

.blog-home h2 {
	color: #003377;
	margin: 20px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #003377;
	font: italic 2em "Times New Roman", Times, serif;
}

#intro{
	float:left;
	width:57%
}

#intro p{
	background:url(../images/foto_intro.jpg) no-repeat 0 0;
	padding-left: 100px;
}

#calendar{
	float:right;
	width:40%
}
a.readon-home{
	display:block;
	float:left;
	position:relative;
	text-align:left;
	background:url(../images/readon_bullet.png) no-repeat 0 center;
	padding:.2em 0 .2em 2em;
	left: 100px;
}

/*********** CONTENT ***********/ 

#page, #jevents_header, .componentheading{
	background:url(../images/mainheading_bkg.png) no-repeat right 0;
	padding:0 20px;
	margin:0;
}
#login{
	padding:0 20px;
	margin:0;
}

#page h2.contentheading, #jevents_header h1, .componentheading h1, .componentheading h2, #page h2.contentheading-news, #page h2.contentheading-home {
	color: #003377;
	margin: 0 0 2em 0;
	padding: 17px 0 0 50px;
	border-bottom: none;
	font: italic 1.8em "Times New Roman", Times, serif;
	background:none;
}

h2.componentheading-login {
	color: #003377;
	margin: 0 0 2em 0;
	padding: 17px 0 0 50px;
	border-bottom: none;
	font: italic 1.8em "Times New Roman", Times, serif;
	background:url(../images/mainheading_bkg.png) no-repeat right 0;
}

.componentheading, .componentheading h1, td.contentheading h1{ 
	height:50px;
	text-indent:-20px;
}
h1.componentheading, h1.componentheading-news{
	background:url(../images/mainheading_bkg.png) no-repeat right 0;
	color: #003377;
	margin: 0;
	padding: 17px 0 0 50px;
	border-bottom: none;
	font: italic 1.8em "Times New Roman", Times, serif;
	height:63px;
}

caption{display:none;}

/*********** BLOG NEWS ***********/ 

h2.contentheading-news {
	color: #003377;
	margin: 0;
	padding-left:22px;
	border-bottom: none;
	font: bold normal 1.4em Arial, Helvetica, sans-serif;
	background:url(../images/blog_news_bullet.png) no-repeat left center;
	height:30px;
}

h2.contentheading-news a{
	text-decoration: none;
}

a.readon-news{
	display:block;
	float:right;
	text-indent:-10000em;
	overflow: hidden;
	position:relative;
	text-align:left;
	background:url(../images/readon_bullet.gif) no-repeat 0 center;
	padding:1px;
	margin:0;
	height:15px;
	width:15px;
}

/*********** LOGIN PAGE ***********/ 

#login .name, #login .pass {
	padding:5px 0;
}
#login label{
float: left;
width: 130px;
font-weight: bold;
}

#login input{
width: 180px;
margin-bottom: 5px;
}

/*********** PHOCA DOWNLOAD ***********/ 

.pdtop, .pd-category h3{display:none;}
