@charset "utf-8";
/**
 * This is the page's default print stylesheet.
 *
 * created: 02. Nov 2007 (JR)
 * Copyright: SF Software & Friends GmbH
 * encoding: UTF-8 [Proof: Ω]
 */

/* ------------------------------------------------------
   generic definitions
   ------------------------------------------------------ */

* {
  /* Make sure that all browsers apply the same margins and paddings. */
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Arial, Helvetica, sans serif;
  font-size: 100.01%;
  font-weight: normal;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0em 0.5em;
}

/* headlines */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 145%;
}

h2 {
  font-size: 125%;
}

h3 {
  font-size: 145%;
}

h4 {
  font-size: 135%;
}


/* images */
img {
  border: 0px solid;
}

p img {
  padding: 0px;
  max-width: 100%;
}

/* positioning */
.center {
  text-align: center;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* convenience classes */
.clear {
  clear: both;
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  overflow: hidden;
}

.no-wrap {
  white-space: nowrap;
}

.bold {
  font-weight: bold;
}

/* text inline */
abbr, acronym {
  font-style: normal;
  cursor: help;
  font-size: 90%;
  letter-spacing: .07em;
}

em {
  font-style: italic;
  font-weight: inherit;
}

code, kbd, pre, samp, var {
  font-family: "Courier New", Courier, monospace;
  font-size: 110%;
  font-weight: bold;
}

q, cite {
  font-style: italic;
}

strong {
  font-style: normal;
  font-weight: bold;
}

/* text block */
address {
  display: block;
  font-style: normal;
}

blockquote {
  font-style: normal;
  margin: 1.5em 3em 0em 1em;
  padding-left: 2em;
  border-left: 5px solid #DDDDDD;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

/* lists */
ol {
  list-style-type: decimal;
}

ul {
  list-style-type: square;
}

/* forms */
fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}

legend {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

label, input, select, textarea {
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif;
}

optgroup {
  font-style: normal;
  font-weight: bold;
}

/* tables */
table {
  border-collapse: collapse;
  border-spacing: 0px;
  caption-side: top;
  empty-cells: show;
}

caption, th {
  font-weight: bold;
  text-align: left;
}

th, td {
  vertical-align: top;
}


/* ------------------------------------------------------
   contact form definitions
   ------------------------------------------------------ */

.contactForm {
  width: 480px;
  color: #363B59;
  font-family: Arial, Helvetica, sans-serif;
}

.line {
  clear: both;
  padding: 4px 0px;
}

.defwidth {
  width: 270px;
  border: 1px solid #ABADB3;
}

.formLabel {
  padding-top: 3px;
}

.formLabelLeft {
  float: left;
  width: 120px;
  padding-top: 3px;
  padding-right: 5px;
}

.formContentRight {
  float: right;
  width: 330px;
  text-align: left;
} 

.formContentComplete {
  text-align: left;
} 

textarea.defwidth {
  width: 420px;
  margin-top: 3px;
}

.formContentRight img {
  border: 1px solid #D7EBFF;
}

input.submit {
  width: 200px;
  border: 1px;
  background-color: #D7EBFF;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 10px 0 10px 0;
}


/* ------------------------------------------------------
   accessibility
   ------------------------------------------------------ */

/* not visible, if the css is turned on */
#skipNav, #skip1 a, #skip2 a, .non-accessible {
  display: none;
}

h1.non-accessible {
  display:block;}
/* ------------------------------------------------------
   links
   ------------------------------------------------------ */

a:link,
a:visited,
a:hover {
  color: #000000;
  text-decoration: underline;
  padding-left: 2px;
  padding-right: 2px;
}

/* don't format anchors */
a[name] {
  text-decoration: none;
  padding-left: 0px;
  padding-right: 0px;
}


/* ------------------------------------------------------
   main page elements
   ------------------------------------------------------ */

#page {
  width: 500px;
  margin: 1.5em auto;
}

#head {
  display: none;
}

#contentarea, #contentareaMenue {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 80%;
}

#foot {
  width: 100%;
  font-size: 70%;
}

#mp_menue {
  display: none;
}

/* ------------------------------------------------------
   breadcrumb
   ------------------------------------------------------ */

#breadcrumb {
  font-size: 80%;
  padding-bottom: 4px;
  margin-bottom: 1.75em;
  padding-top:4em;
}

#breadcrumb .breadcrumbSeparator {
  display: inline;
  white-space: nowrap;
}



/* ------------------------------------------------------
   content area
   ------------------------------------------------------ */

.leftColumn {
  display: none;
}

.rightColumn {
  width: 500px;
  float: left;
}

.rightColumn h1 {
  margin-bottom: 1em;
}

.rightColumn h2 {
  margin-bottom: 0.4em;
}

.rightColumn .paragraph {
  clear: left;
  position: relative;
  top: 0px;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
.picture,
#contentarea,
#mp_contentarea_SFslogan {
  border:1px solid #FFFFFF;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  behavior:none;
 }

.picture img {
  vertical-align: bottom; /* to fix a 1px gap below the picture if it is placed on the baseline */
  margin-left: 5px;
  margin-right: 5px;
}

.picture .subline {
  font-size: 87.5%; /* = 70% of 80% = size of the footer */
  text-align: center;
  margin-top: 4px;
}

.pictureUnfloated {
  /*margin-left: 12px;*/
  margin-bottom: 0.75em;
}

/*************************/
/**TAGs***/
/*************************/

.tags { 
	font-size:90%;
}


/* ------------------------------------------------------
   imagerow
   ------------------------------------------------------ */  
  
.imagerowWrapper {
  padding:13px;
  clear:both;
}
.rightColumn ul.imagerow,
.rightColumn ul.imagerow li  {
  list-style-type: none;
  margin:0;
  padding:0;
}
.imagerow {
  padding:0; 
  margin:0;
  list-style-type:none; 
  }
  
.imagerow li {
  float:left;
  }
  
.imagerow li a {
  display:block; 
  height:120px;
  width:160px; 
  text-decoration:none;
  border-right:5px solid #FFFFFF;
  border-bottom:5px solid #FFFFFF;
  margin:0;
  padding:0;
  }
.imagerow li a img {
  height:120px;
  width:160px;
  border:0;
  }
  
 .rightColumn h2 {
 	clear:both;}

/* ------------------------------------------------------
   lists
   ------------------------------------------------------ */

.rightColumn ul {
  margin: 0em 0em 1em;
  padding: 0px 0px 0px 2em;
}

.rightColumn ol {
  margin: 0em 0em 1em;
  padding: 0px 0px 0px 2.5em;
}

.rightColumn ul li {
  list-style: square outside;
  margin: 0.4em 0em;
}

.rightColumn ol li {
  list-style: decimal outside;
  margin: 0.4em 0em;
}


.text_explain {
  font-size:10px;
  color:#000000;
  font-weight:normal;
  line-height:14px;}

.text_highlight {
  font-size:16px;}

/* ------------------------------------------------------
   floated images in news-teaser
   ------------------------------------------------------ */

.float_left {
	float:left;
	padding-right:0.8em;
	margin-bottom:1.5em;}
	
.float_right {
	float:right;
	padding-left:0.8em;
	margin-bottom:1.5em;}
	
h2 {
	clear:both;}
	
/* ------------------------------------------------------
   footer
   ------------------------------------------------------ */
   
#footer,
#aclink h2 {
  display:none;}
  
.ac_text {
  font-size:75%;
  padding-top: 1em;
  border-top: 1px dashed #666666;
  width: 500px;
  margin: 0.5em auto;
  padding-left:0;}
   
.fon img,
.mail img {
  display:none;}

