@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Open+Sans:400,700);

body, table, td, div, a { font-family: 'Roboto Condensed', arial, helvetica, sansserif; font-size: 13px; line-height: 18px; }
.titel { font-weight: bold; font-size: 18px; line-height: 24px; margin-top: 16px; text-transform: uppercase; color: #B7926C; }
.eintrag { font-size: 15px; line-height: 20px; color: #C7C8CE; }
.pic { width: 120px; height: 120px; border-radius: 25px; -moz-transition:-moz-transform 0.5s ease-in; -webkit-transition:-webkit-transform 0.5s ease-in; -o-transition:-o-transform 0.5s ease-in; transition:transform 0.5s ease-in;}
.pic:hover { -moz-transform:scale(2); -webkit-transform:scale(2); -o-transform:scale(2); transform:scale(2); }
.pic-bu { background-color: silver; background-color: hsla(0, 0%, 100%, 0.5); position: relative; bottom: 30; left: 122; width: 120px; line-height: 2em; text-align: center; border-bottom-left-radius: 25px;border-bottom-right-radius: 25px; }
