#content        { width:680px; color:#fff; display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between; align-content:flex-start; }
#left1          { width:135px; height:150px; border-top:1px solid #800; display:flex; flex-direction:row; flex-wrap:wrap; align-content:space-between; }
#left1
.item, .left    { width:135px; font:12px/15px sans; letter-spacing:2px; text-transform:uppercase; color:#ef8107; }
#rite1          { width:500px; height:150px; border-top:1px solid #800; display:flex; flex-direction:row; justify-content:space-between; }
#rite1
.cont           { width:350px; display:flex; flex-direction:row; flex-wrap:wrap; align-content:space-between; }
.cont .item     { font:13px/15px sans; letter-spacing:1px; width:350px; }
#rite1
.bild           { width:120px; }
.rite           { width:500px; font:13px/15px sans; letter-spacing:1px; text-align:justify; display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between; align-content:space-between; }
.rite .item img { height:31px; }

.item a         { text-decoration:none; }
.item a:link, .item a:visited,
.item a:active  { color:#00bfff; font:13px/15px sans; letter-spacing:1px; }
.item a:hover   { color:#ef8107; text-decoration:underline; }

.m5             { margin:5px; }
.mt10           { margin-top:10px; }