/*

#head_area
+----------------------------------+-----------------------+
| #head_area_title                 | #head_area_sidebar    |
|                                  |                       |
+-----------------+----------------+                       |
| #head_area_desc | #head_area_img |                       |
|                 |                |                       |
|                 |                |                       |
|                 |                |                       |
+-----------------+----------------+-----------------------+
hr#inner
+----------------------------------------------------------+
| (contains only the horizontal line                       |
+----------------------------------------------------------+
#content_area
+----------------------------------+-----------------------+
| #content_area_title              | #content_area_sidebar |
|                                  |                       |
| #content_area_comments           |                       |
|                                  |                       |
|                                  |                       |
|                                  |                       |
|                                  |                       |
|                                  |                       |
+----------------------------------+-----------------------+

*/

#head_area {
	width: 866px;
	height: 239px;	
	padding-left: 34px;
}

	#head_area_title {
		width: 595px;
		height: 24px;
		float: left;
		margin-bottom: 20px;
		font: 36px/36px 'MisoBold', Arial, sans-serif;
	}
	
	#head_area_title_date {
		font: 36px/36px 'MisoRegular', Arial, sans-serif;
	}
	
	#head_area_desc {
		width: 393px;
		height: 195px;
		float: left;
		font-style: italic;
		line-height: 20px;
	}
	
	.head_area_desc_text {

	}
	
	#head_area_img {
		width: 196px;
		height: 195px;
		float: left;
		max-width: 196px;
		max-height: 195px;
		margin-left: 40px;
	}
	
	#head_area_img img {
		max-width: 196px;
		max-height: 195px;
	}
	
	#head_area_sidebar {
		width: 196px;
		height: 100%;
		float: right;
		background-image: url("../img/events/Pixelbild.png");
		background-color: white;
	}
	
hr#inner { /* inherits margins and color from mobilegamelab.generic.css */
	width: 664px;
}

#content_area {
	width: 866px;
	padding-left: 34px;
	/*background-color: yellow;*/
}
	
		#content_area_title {
			width: 595px;
			float: left;
			margin-bottom: 20px;
			font: 22px/22px 'MisoBold', Arial, sans-serif;
		}
		
		#content_area_comments {
			width: 595px;
			float: left;
			/*background-color: blue;*/
		}
		
		#content_area_sidebar {
		    width: 166px;
			height: 85px;
			float: right;
			/*margin: 20px 0 0 40px;*/
		    padding: 15px;
			background-color: #E6E6E6;
		}
		
			#EventcommentText {
				width: 166px;
				height: 66px;
				background-color: #ffffff;
				font-size: 10px;
				font-family: "Trebuchet MS",sans-serif;
			}
			
			#content_area_sidebar input[type="submit"] {
			    left: -6px !important;
			    margin-bottom: 6px;
			    position: relative;		    
				background-color: transparent;
			    border: 0 none;
				cursor: pointer;
			    font-family: "Trebuchet MS",sans-serif;
			    font-size: 11px !important;
			    font-style: italic !important;
			}