@charset "UTF-8";
@import url(core/base.css);
/* import screen layout | Screen-Layout einbinden */
@import url(navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/system.css);
@import url(screen/content.css);


.notes_message {
-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #bde5f8;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #00529b;
    padding: 5px;
    margin-bottom:10px;
  }

.aTag
	{
		background-color: #fd9002;
	    border-radius: 5px;
	    color: #fff;
	    font-weight: bold;
	    outline: medium none;
	    padding: 5px 15px;
	    text-decoration: none;
   }
.aTag:hover
	{
		background-color: #fd9002;
	    border-radius: 5px;
	    color: #fff;
	    font-weight: bold;
	    outline: medium none;
	    padding: 5px 15px;
	    text-decoration: none;
   }
