/*	Das Basis-Style einbinden:
*/
@import url(Screen.Base.css);

/*	Style-Anweisungen, die sich gegenüber dem Basis-Style unterscheiden:
*/

/******************************************************************************
 * TAGS ALLGEMEIN
 */

/******************************************************************************
 * SEITENAUFBAU
 */
#all_center	{
	width					:	846px;
	margin-top				:	30px;
	margin-left				:	auto;
	margin-right			:	auto;
}

#all_schatten	{
	background-image		:	url(/media/images/schatten.gif);
	padding					:	0 6px 6px 0;
	float					:	left;
}

#all	{
	width					:	840px;
	border					:	1px solid #000000;
	float					:	left;
	background-color		:	#FFFFFF;
}

#spalte_menu	{
	width					:	160px;
	float					:	left;
}

#spalte_content	{
	width					:	670px;
	float					:	left;
}

#head_menu	{
	width					:	670px;
	height					:	33px;
    position				:	relative;
}

#head_menu .links	{
	vertical-align			:	bottom;
    position				:	absolute;
    bottom					:	2px;
    right					:	0px;
}

#head_menu a	{
	text-decoration			:	none;
	color					:	black;
}

#head_menu a:hover	{
	color					:	#1568B0;
	text-decoration			:	none;
}

#head_keyvisual	{
	width					:	668px;
	height					:	207px;
	border					:	1px solid #000000;
}

#content, #content_wide	{
	float					:	left;
	border-left				:	1px solid #000000;
	padding					:	43px 0px 80px 11px;	
}

#content	{
	width					:	447px;
}

#content_wide	{
	width					:	649px;
}

.sub_menu	{
	float					:	left;
	width					:	176px;
	padding					:	49px 9px 49px 14px;	
}

/******************************************************************************
 * HEADLINES
 */

/******************************************************************************
 * LINKS
 */

#content a, #content_wide a	{
	background-image		:	url(/media/images/pfeil.gif);
	background-repeat		:	no-repeat;
	background-position		:	0px 3px;
	padding-left			:	8px;
}

/******************************************************************************
 * FORMULARE
 */

/******************************************************************************
 * KLASSEN
 */

