* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
body {
	background-color: #''0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	/*text-align: center;*/
}
#page_container{
	/*margin: 0 auto;*
	text-align: left;*/
	margin-top:60px;
}	
#content{
	width:620px;
	height:450px;
	/*border:1px solid;*/
	
	/*display:block;*/
	margin: 0 auto;	
	text-align: center;
	background: url(../images/layout_images/bg.jpg) top no-repeat;
}
#content_inside{
	text-align:left;
	color:#000000;
}
#content_inside a, #content_inside a:hover{
	text-decoration:underline;
	color:#000000;
}
#left_box{
	float:left;
	margin-left:11px;
	margin-top:172px;
	width:215px;
	
	color:#59A5D7;
	font-weight:bold;
	
	border-top:1px solid #59A5D7;
	border-bottom:1px solid #59A5D7;
	padding-top:5px;
	padding-bottom:5px;
}
#vorschau_img{
	margin-top:4px;
	margin-bottom:4px;
}
#kurz_beschreibung{
	color:#000000;
	font-weight:bold;
	margin-bottom:8px;
}
#left_box a, #left_box a:hover{
	color:#59A5D7;
	font-weight:bold;
}
#right_box{
	/*float:right;		  aktivieren wenn box_left eingeblendet! */
	/*margin-right:68px;  aktivieren wenn box_left eingeblendet! */
	margin-top:178px;
	/*wenn box_left ausgeblendet: START*/
	margin-left:89px; 
	float:left;
	/*wenn box_left ausgeblendet: END*/
}