/* CSS Document */

* {	
	margin: 0; 
	padding: 0;
}

body
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

a img /*Ränder um Bildlinks entfernen */
{
	border:none;
	border-width:0px;
}




/*********************************************************/
/* Grundgerüst                                           */
/*********************************************************/

#pop_left,
#pop_right
{
	float:left;
	overflow:hidden;
	height: 630px;
}

#pop_left
{
	width:170px;
}

#pop_right
{
	width:450px;
	padding-left:30px;
}



/*********************************************************/
/* rechte Spalte                                         */
/*********************************************************/


#pop_head
{
	height:87px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-right:30px;
	padding-top: 30px;
}

#pop_navi
{
	height:87px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-right:30px;
}

#pop_content
{
	height:410px;
	padding-top:10px;
	overflow:auto;
	margin-right:10px;
	text-align: justify;
}


/*********************************************************/
/* Inhalte                                              */
/*********************************************************/

#pop_content .box
{
	clear:left;
	float:left;
	display:block;
	width:350px;
	padding: 10px;
	background-color:#f1f1f1;
	margin-bottom:10px;
}

#pop_content .box p
{
	margin-bottom:12px;
}


#pop_content h1,
#pop_content h2
{
	padding:0; margin:0;
}

#pop_content h1
{
	font-size:30px;
	line-height: 32px;
	font-weight: bold;
	color: #960328;
}

#pop_content h2
{
	font-size:20px;
	line-height: 24px;
	color:#000000;
	margin-bottom: 6px;
	font-weight: normal;
	margin-bottom:8px;
}


/*********************************************************/
/* H1 / H2                                               */
/*********************************************************/



#pop_head h1,
#pop_head h2
{
	padding:0; margin:0;
}

#pop_head h1
{
	font-size:30px;
	line-height: 32px;
	font-weight: bold;
	color: #960328;
}

#pop_head h2
{
	font-size:20px;
	line-height: 24px;
	color:#000000;
	margin-bottom: 6px;
	font-weight: normal;
	margin-bottom:8px;
}



/*********************************************************/
/* Navigation                                            */
/*********************************************************/


#pop_navi .prevnext
{
	float:left;
	height:87px;
	width:140px;
}

#pop_navi .page
{
	margin-top:36px;
	float:left;
	width:88px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	line-height:14px;
	color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

#pop_navi .page span.number
{
	font-weight:bold;
	color:#000000;
}

#pop_navi .close
{
	text-align:left;
}

/***********************************/
/* Content-Styles                                        */
/***********************************/

#pop_content p
{
	padding-bottom: 8px;
}

#pop_content a
{
	color: #990000;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	background-image: url($CMS_VALUE(cms.reference.absolutelink.prefix)$$CMS_REF(media:tpl_arrow,abs:2)$);
	background-repeat: no-repeat;
	background-position: left 3px;
	line-height:14px;
}
 
#pop_content a:hover
{
	color:#F06200;
}
 
#pop_content a.inline
{
	color: #990000;
	text-decoration: none;
	display: inline;
	padding-left:0;
	background:none;
}
 
#pop_content a.inline:hover
{
	color:#F06200;
}
