@charset "utf-8";

/*******************************/
/* CSS-File Bohmian-Mechanics.net
last change: 19 December 2012
Authors: Johannes Nissen-Meyer, Soeren Petrat
Copyright Johannes Nissen-Meyer, Soeren Petrat */
/*******************************/


/*******************************/
/*******Font embeddings*********/
/*******************************/
/* Unused fonts */
/*@font-face {
    font-family: 'Biolinum';
    src: url('../fonts/LinBiolinum_R.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Biolinum';
    src: url('../fonts/LinBiolinum_RI.ttf');
    font-weight: normal;
    font-style: italic;
}*/
@font-face {
    font-family: 'Biolinum';
    src: url('../fonts/LinBiolinum_RB.ttf');
    font-weight: bold;
    font-style: normal;
}


/*******************************/
/* Browser Reset, based on http://meyerweb.com/eric/tools/css/reset/ */
/*******************************/
/* taken out, because they are supposed to be used in the normal way: sub, sup, b, u, i */
/* taken out, because they are not used: applet, object, iframe, h3, h4, h5, h6, pre, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, s, samp, small, strike, tt, var, center, dl, dt, dd, fieldset, form, label, legend, tion, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video */
html, body, div, span, img, h1, h2, p, a, blockquote, q, strong, ol, ul, li, table, cap tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*******************************/
/* Gobal Settings */
/*******************************/
/*Font standard for the whole site*/
body, td, th {
	font: normal 87.5%/131% "Helvetica", "Arial";
}
/*Here you can change font-size only for the content*/
#content {
	font-size: 90%;
}
td, th {
	font-size: 100%;
}
html, body {
    color: black;
	background-color: #dedede;
}
/*Define captions*/
h1 {
    color: black;
    background-color: transparent;
    font-family: "Helvetica", "Arial";
	font-size: 1.5em;
    line-height: 1.1;
    margin: .8em 0;
}
h2 {
    color: black;
    background-color: transparent;
    font-family: "Helvetica", "Arial";
    font-size: 1.3em;
    line-height: 1.1;
    margin: 0.8em 0;
}
/*Define horizontal row*/
hr {
    border: #8e8e8e;
    background-color: #8e8e8e;
    height: 1px;
    margin-top: 0px;
	margin-bottom: 0px;
} 

p { 
    margin-top: .8em;
    text-align: justify; 
}
/*Define Links*/
a:link {
	color: #003b98;
    text-decoration: none;
    background-color:transparent;
}
a:visited {
	color: #003b98;
    text-decoration: none;
    background-color: transparent;
}
a:hover, a:focus {
	color: #6e6e6e;
    text-decoration: none;
    background-color: transparent;
}
a:active {
	color: #003b98;
    text-decoration: none;
    background-color: transparent;
}
/*Define blockquote element for quotations*/
blockquote, q {
    text-align: justify;
	padding: 15px;
	quotes: none;
}
/*Areas that should only be shown when the page is printed*/
.only_print {
    display: none;
}


/*******************************/
/* General Page Sections */
/* Here the general structure of the page is defined */
/*******************************/
#page_container{
	width:1010px;
    margin: auto;
    position: relative;
	margin-bottom: 20px;
}
#head {
    background: url(../bilder/default.png) no-repeat;
    width: 1010px;
    height: 210px;
    position: relative;
}
#main{
    background-color: #fafafa;
    width: 1010px;
    min-height: 500px;
    position: relative;
}
#sidebar{
    width: 175px;
    position: relative;
    top: 30px;
    float: left;
}
#top_bar {
	padding-top: 5px;
	font-size: 0.8em;
}
#contentcontainer{
    width: 770px;
    position: relative;
	margin-left: 175px;
	padding-left: 30px;
}
/*Special area for the index page*/
#contentcontainer_index{
	width: 990px;
    position: relative;
	margin-left: auto;
    margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 485px;
}
#content {
    min-height: 400px;
	padding-top: 8px;
	padding-bottom: 40px;
}
#footer{
    height: 30px;
    position: relative;
	font-size: 0.8em;
}


/*******************************/
/* Special Settings */
/* Here all the settings for the different divs are defined */
/*******************************/
/*******************************/
/* HEAD AREA */
/*******************************/
#head ul{
	text-align: center;
	position: absolute;
	left: 0px;
    right: 0px;
	top: 174px;
	font-family: "Biolinum", "Helvetica", "Arial";
	font-weight: bold;
	font-size: 18px;
    color: white;
}
#head ul li{
	margin-left:0px;
	display: inline;
}
#head ul a:link{
    color: white;
    margin-left: 12px;
    margin-right: 12px;
}
#head ul a:visited{
    color: white;
    margin-left: 12px;
    margin-right: 12px;
}
#head ul strong{
    color: #b1b1b1;
	/*Change Soeren*/
    /*margin-left: 10px;
    margin-right: 10px;*/
}
#head ul a:hover,
#head ul a:focus,
#head ul a:active{
    color: #b1b1b1;
 } 
/*Defines a link area in the header*/
#homelink {
	position: relative;
	top: 24px; 
	width: 628px;
	height: 127px;
}
#homelink a {
	display:block;
	height:100%;
}

/*******************************/
/* SIDEBAR AREA */
/*******************************/
#sidebar ul li{
    display: block;
	width: 175px;
	margin-left: auto;
    margin-right: auto;
    margin-top: -1px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
}
#sidebar ul a {
    display: block;
    width: auto;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 4px;
}
.selected  {
	background: #e1e1e1;
}
#sidebar ul a:link, 
#sidebar ul a:visited { 
    color: black;
    text-decoration: none;
    background-color: transparent;
}
#sidebar ul a:hover,
#sidebar ul a:focus,
#sidebar ul a:active{
	color: black;
    /*color: #19478c;*/
    text-decoration: none;
    background-color:transparent;
}

/*******************************/
/* TOP BAR AREA */
/*******************************/
#top_bar ul li {
    color: #6e6e6e;
    background-color: transparent;
    float: left;
}
#top_bar ul a:link,
#top_bar ul a:visited,
#top_bar ul a:hover,
#top_bar ul a:focus,
#top_bar ul a:active{ 
    color: #6e6e6e;
    text-decoration: underline;
    background-color:transparent;
}
#top_bar ul li a:after{
    content: url(../bilder/sprite_arrw.png);
	padding-right: 4px;
    padding-left: 4px;
}
#top_bar p{
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}
#top_bar p a:link,
#top_bar p a:visited,
#top_bar p a:hover,
#top_bar p a:focus,
#top_bar p a:active{ 
    color: #6e6e6e;
    text-decoration: none;
    background-color:transparent;
}
#top_bar img{
    vertical-align: bottom;    
}

/*******************************/
/* FOOTER AREA */
/*******************************/
#footer p{
	padding-top: 6px;
	margin-top:0px;
	margin-bottom:0px;
    color: #808080;
    font-size: 1em;
	display: inline;
}
.contact_element {
	float:right;
}
.top_element {
	float:left;
}
#footer a{
    color: inherit;
}

/*******************************/
/* CONTENT AREA */
/*******************************/
/*Define list style for content*/
#content ul{
	list-style: none;
    padding-left: 14px;
	/*margin-left: 14px;*/  /*old, because it caused problems with the videos from LMUcast*/
}
.small {
    font-size: 0.7em;
	font-weight: normal;
}
.red {
	color: #aa1111;
}
/* Settings for paper listing */
.paper_title{
    font-size: 1em;
	font-weight:bold;
}
.paper_author{
    font-size: 1em;
}
.paper_publisher{
    font-size: 1em;
	font-style:italic;
}
/* Settings for general listings */
.article_author {
	font-size: 1em;
	font-weight: bold;
}
.article_title{
	font-size: 1em;
	font-weight: bold;
}
.article_publisher {
    font-size: 1em;
	font-style:italic;
	margin-left: 10px;
	display: inline-block;
}
.article_description {
    font-size: 1em;
	margin-left: 10px;
	display: inline-block;
}
/* Settings for single listings */
.listing_single {
    font-size: 1em;
}
/* Settings pictures */
.picture_gallery {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.picturetable {    
	border-collapse: collapse;
	border: 10px solid transparent;
}
.picture_history { 
    float: right; 
    margin:15px; 
}
.member_pictures {
	vertical-align: middle;
	margin-right: 10px;
}

/*******************************/
/* INDEX PAGE */
/*******************************/
#contentcontainer_index h1{
	font-size: 2em;
}
#index_text_area {
	float: left;
	text-align: justify;
	width: 600px;
	margin-left: 60px;
	margin-top: 15px;
}
#index_picture_area {
	float: right;
	margin-right: 30px;
	width: 250px;
	text-align: center;
	margin-top: 88px;
}
#index_uni_logos_area {
	float: left;
	position: absolute;
	bottom: 15px;
	width: 990px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.uni_logos {
	vertical-align:middle;
	margin: 7px;
}