/* Lars: I took Jan's mobilegamelab.home.css as template to have some continuity' */

#research_container {
	margin:			0;
        padding:		0;
	width:			900px;
	height:			auto !important; 	/* Important Regel fuer moderne Browser */
	height:			100%; 			/* Mindesthoehe fuer den IE */
}

#research_content_container {
	float:			left;
	clear:			both;
	width:			664px;
	height:			auto !important; 	/* Important Regel fuer moderne Browser */
	height:			100%; 			/* Mindesthoehe fuer den IE */
}

#research_content_header {
    	/*float:			        left; */
        
        padding-left:           30px;
        padding-top:            25px;
        width:                  636px;
        height:					211px;
        background-image:       url("../img/research/research.png");
}

#research_content_header_inline_title {
		padding: 				9px 14px 6px;
    	display: 				inline-block;
        background-color:       white;
}

#research_content_header_inline_text {
        width:			450px;
        margin-top:             5px;
        padding:                10px;
        font-size:              12px;
        font-style:             italic;
        line-height:            20px;
        background-color:       white;
}

#research_content_entry {
	float:			left;
	width:			100%;
	height:			auto !important; 	/* Important Regel fuer moderne Browser */
	height:			119px; 			/* Mindesthoehe fuer den IE */
}

.research_content_entry_headline {
        padding-bottom:         10px;
}

.research_content_entry_icon {
   	float:			left;
        clear:			both;
        padding-right:          5px;
}

.research_content_entry_text {
        line-height:            20px;
}

#research_sidebar_container {
	/*
        border:			1px dashed #000;
	*/
	padding-left:           40px;
	float:			left;
	width:			196px;
	height:			auto !important; 	/* Important Regel fuer moderne Browser */
	height:			100%; 			/* Mindesthoehe fuer den IE */
}

#research_sidebar_linklist {
	height:			406px;
}

#research_sidebar_linklist a {
	display:		block;
	margin-bottom:	5px;
}