/* CSS Document */

 
#col1_content {
		background-image: url(../images/bkgrd_menuLeft.gif);
}
 body {
	background-image: url(../images/blue/bkgrd_body.gif);
	padding: 10px 0;
	background-color: #3D60CD;
	background-repeat: repeat-x;
}
 .teaserc50l {
	background-image:url(../images/blue/dark-Attention.gif);
	background-color: #3B69AD;
	height: 78px;
	width: 451px;
	float: left;
	
	}
.teaserc50r {
	background-image:url(../images/blue/middle-Attention.gif);
	background-color: #3B69AD;
	height: 78px;
	width: 451px;
	float:right;
}
#page_margins {
    border: 0 none;
    background-image:  url(../images/gfxborder/blue/border_left.gif);
    background-repeat:repeat-y;
    background-position:left;
  }

  #page {
	border: 0 none;
	margin: 0 0 0 5px;
	padding: 10px 15px 10px 10px;
	background-image:url(../images/gfxborder/blue/border_right.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color: #3B69AD;
  }


  #border-top {
    overflow:hidden;
    width: auto;
    height: 20px;
    font-size:0;
    margin-bottom: -15px;
    background-image:  url(../images/gfxborder/blue/border_top.gif);
    background-repeat:repeat-x;
    background-position:top left;
  }

  #border-bottom {
    overflow:hidden;
    width: auto;
    height: 20px;
    margin-top: -15px;
    font-size:0;
    background-image:  url(../images/gfxborder/blue/border_bottom.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
  }

  #edge-tl {
    float:left;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(../images/gfxborder/blue/corner_tl.gif);
    background-position: top left;
  }

  #edge-tr {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    font-size:0;
    background-image:  url(../images/gfxborder/blue/corner_tr.gif);
    background-position: top right;
  }

  #edge-bl {
    float:left;
    width: 20px;
    height: 20px;
    background-image:  url(../images/gfxborder/blue/corner_bl.gif);
    background-position: bottom left;
  }

  #edge-br {
    position:relative; /* IE Fix | z-index */
    float:right;
    width: 20px;
    height: 20px;
    background-image:  url(../images/gfxborder/blue/corner_br.gif);
    background-position: bottom right;
  }

 /**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

  a {color: #900; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {background-color: #fee; text-decoration:underline;}
  
  #topnav a { color: #aac; font-weight: bold; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active{ text-decoration:underline; background-color: transparent;}
  
  #footer a { color: #aac; background:transparent; font-weight: bold;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #fff; background-color: transparent; text-decoration:underline;}

  
  #main a[href^="http://www.bergfrieden.at"],
  #main a[href^="https://www.bergfrieden.at"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }

