  .ingame_container {
        width: 100%;
        border: none;
    }

    .ingame_container_header {
        font-weight: bold;
        width: 100%;
    }

.ingame_container_header, .ingame_container_header_links {
	text-align: center;
	font-family: 'Poiret One', cursive;
	font-size: 16px;

}

    .ingame_forum_container {
        width: 400px;
        padding: 15px;
        margin: auto;
        background: url('images/themes/freiheit/ingame_background.png')
    }


    .ingame_scene_container:first-of-type {
        border-top: 3px double #D5D5E0;
    }

    .ingame_scene_container:last-of-type {
        border-bottom: 3px double #D5D5E0;
    }

    .ingame_scene_container {
        box-sizing: border-box;
        padding: 10px;
        width: 390px;
        margin: auto;
        background-color: rgba(239, 239, 250, 0.8);
        border-left: 3px double #D5D5E0;
        border-right: 3px double #D5D5E0;
    }

    .ingame_scene_title {
        box-sizing: border-box;
        text-align: left;
        font-family: 'Poiret One', cursive;
        font-size: 16px;
        color: #000000;
        font-weight: bold;
        text-decoration: underline;
    }

    .ingame_scene_headline {
        float: left;
        box-sizing: border-box;
        text-align: left;
        margin-top: 5px;
        font-family: 'Arial', 'Calibri';
        font-size: 12px;
        color: #000000;
        font-weight: bold;
		clear: both;
    }

    .ingame_scene_text {
        box-sizing: border-box;
        text-align: justify;
        margin-top: 5px;
        font-family: 'Arial', 'Calibri';
        font-size: 12px;
        color: #000000;
        font-weight: normal;
    }

    .ingame_divider {
        clear: both;
        box-sizing: border-box;
        width: 100%;
        height: 35px;
		padding-top: 10px;
        margin: 10px auto 0 -10px;
        background: url('images/themes/freiheit/ingame_divider.png');
    }
		
		
		
		
		
		
		
		
		