/* STYLE SHEET FOR ALL PAGE TYPES */

/****************************************************************/
/* Global styles for standard elements
/****************************************************************/

body {
  font-size: 11pt; 
  font-family:serif; 
  color:black;
}

a{
  color: black;
  text-decoration:none;
}
/*
a:visited {color:#aa44aa;}
a:hover {
  color:#55ff55;
  text-decoration:underline;
}
*/
table, th, tr, td {
  color:black;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
th, tr, td {
  padding: 0.1em;
}
th{
  background-color:#e0e0e0;
}

h1,h2,h3{
  background-color:#eeeeee;
/*  border-width:1px;*/
/*  border-style:solid;*/
  border-color:#666666;
  background-color:#e0e0e0;
  padding:4px;
  font-family: sans-serif;
}

h1 {
		  font-size: 16pt;
}

h2 {
		  font-size: 14pt;
}

h3 {
		  font-size: 12pt;
}


/****************************************************************/
/* Main frames
/****************************************************************/

.headerrow{
  margin-bottom: 2em;
  padding-bottom: 3em;
}

.headerleftlogo{
  text-align: left;
  vertical-align: middle;
  margin-left:20px;
  margin-right:1em;
  border:0px;
}

.headerrightlogo{
  text-align: right;
  vertical-align: middle;
  margin-left:1em;
  margin-right:20px;
  border:0px;
}

.headercontent{
  padding-top:1em;
}

.headertext, h1.headertext, h2.headertext, h3.headertext{
  color: black;
  background-color:#ffffff; 
  text-align:center;
  border:0px;
  border-collapse:collapse;
}
h1.headertext {
  color: black;
  font-size: 130%;
}
h1 a.headertext, h1 a.headertext:visited {
  color: black;
}

h2.headertext {
  color: black;
  font-size: 110%;
}
h2 a.headertext, h2 a.headertext:visited {
  color: black;
}

a.headertext:hover {
  text-decoration:underline;
}

.headerspacer{
  height: 1em;
}

.ausschreibung p a.aushang {
		  font-size: 0pt;
}

.ausschreibung p a.aushang:before {
		  content: "http://www.mnm-team.org/mnmteam/jobs/";
		  font-size: medium;
}

.ausschreibung p a.aushang:after {
		  content: attr(href);
		  font-size: medium;
}


/****************************************************************/
/* Navigation Path: project>>myprojects>>details
/****************************************************************/

.pathbar-main {
  color: black;
  font-size: 66%;
  font-weight: bold;
}


/****************************************************************/
/* Content
/****************************************************************/

.main-main{
  background-color:#ffffff; 
  color:#000000;
  border:0px;
  margin:0px;
/*  font-size: 12pt; */
  text-align: justify;	
}

/****************************************************************/
/* Footer
/****************************************************************/

.footer-main {
  font-size:66%;
  font-weight: bold;
  color:#ffffff;
}

a.footer-main{
  font-size:100%;
  padding: 0pt;
  text-decoration:none;
  color:#ffffff;
}


