/* Fuer die Druckausgabe ueberfluessiges abschalten */
#contentfunctions, #jump, #topmenue, #leftmenue, #features, #headermenu, #headerlanguage, .hidden, #skip, #Fusszeile {
  display: none;
}

hr {
  display: none;
}

.hide {
	display: none;
}

#headercontent{
float: left;
}

#headertext{
float: left;
}

.contentbottomimage{
  display: none;
}

.text {
width: 500px;
}

.contenttopimage{
  display: none;
}


/* -------------- LAYOUT -------------- */

html, body {
margin: 0;
padding: 0;
}


body {
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Helvetica, sans-serif;
font-size: 70%;
text-align: center;
}


#rahmen {
position: relative;
margin: 0 0 0 0;
padding: 0;
width: 802px;
background-color: #FFFFFF;
color: #000000;
text-align: left;
}






	
h1, h2, h3, h4, h5, h6 {
  font-family:Verdana; 
  font-weight: bold;
  margin: .75em 0 .5em 0;
  page-break-after: avoid;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 12px;
  color: #005CAB;
}

h3 {
  font-size: 11px;
}

h4 {
  font-size: 11px;
}
	
h5 {
  font-size: 11px;
}
	
h6 {
  font-size: 11px;
}
	
ol, ul, li {
  font-size: 11px;
  margin-top: .2em;
  margin-bottom: .1em;
}
	
p {
  font-size: 11px;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

div {
  font-size: 11px;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

code {
  font-size: 11px;
  font-family: Verdana;
  color: #333;
  background: transparent;
}

a, a:visited, a:hover, a:visited:hover {
  color: #005CAB;
  background: transparent;
  text-decoration: underline;
}

img {
  border: none;
}


/* Diese Regel fuegt in CSS2-Browsern die Link-Adresse hinter Links ein. */ 
a:link:after, a:link:visited:after {

  content: " (Link auf <" attr(href) ">) ";

  font-size: 76%;
  color: #999;

  background: transparent;
}


/* Bei internen Links muss noch die eigene Domain ausgegeben werden */

a[href^="/"]:link:after {

  content: " (Link auf <http://www.bmsg.gv.at/ " attr(href) ">) ";

}

/* Innerhalb von Beispielen sind ausgedruckte URLs unerwuenscht */
.beispiel a:link:after,
.beispiel a:link:visited:after {
  content: "";
}

