@media print {

div.ubermir a {
  color: black;
  text-decoration: none;
}

div.picone {
	
	width: 240px;
	height: auto;
}
div.picone img {
	width: 240px;
	height: auto;
	border-radius: 0em 0em 2em 2em;
	}
#contenthead {
	 font-family: Calibri, sans-serif;
    font-size: 10pt;	
    color: #00CED1;
    border:0px none;
    background-color: white;
    text-align: left;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}
#contentbody {
	 font-family: Calibri, sans-serif;
    font-size: 13pt;	
    color: #000000;
    border:0px none;
    background-color: #FFFFFF;
    text-align: left;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
}

#brigantis {
	 font-family: Calibri, sans-serif;	
    color: #FFFFFF;
    border:0px none;
    font-size: 12pt;
    background-color: #A4A4A4;
    text-align: left;
    font-weight: normal;
    position: relative;
    width:200px;
    height 400px;
    right: 0px;
    top: 0px;
    float: right;
}

#brigantishead {
	 font-family: Calibri, sans-serif;	
    font-size: 18pt;
    font-weight: bold;	
	 color: #FFFFFF;
    border:0px none;
    background-color: #A4A4A4;
    text-align: left;
    font-weight: normal;
}

#headheadleft {
	display: none;
}
#headheadright {
	display: none;
}

#bodybody {
	display: none;
}

.modal-window {
	display: none;
}

#bodybodybottom {
	display: none;
}

#drucken {
	display: none;
}
}