/******************** STYLE ALUPAK ****************/

/* S C H R I F T F O R M A T I E R U N G */

/*Überschriften*/
h1, .h1
{
	font-size: 20px;
	color: #0072bd;
	line-height: 22px;
}

h2, .h2
{
	color: #0072bd;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
}


/*Links (Content)*/
div.module_site
{
	position: relative;	
}

div.video
{
	position: absolute;	
}


.module_site a:link
{
	color: #777777;
	font-weight:bold;
	text-decoration: none;
	background-image: url(/pic/system/buttons/link_normal.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 10px;

}

.module_site a:visited
{
	color: #777777;
	font-weight:bold;
	background-image: url(/pic/system/buttons/link_normal.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 10px;
}

.module_site a:hover
{
	color: #0072BD;
	text-decoration: none;
	background-image: url(/pic/system/buttons/link_mouseover.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 10px;
}

.module_site a.nopic,
.module_site a.nopic:link,
.module_site a.nopic:visited,
.module_site a.nopic:hover
{
	background-image: none;
	padding-left: 0;
}

.button a:link, .button a:visited, .button a:hover,
a.noarrow:link, a.noarrow:visited, a.noarrow:hover,
a.linkimg:link, a.linkimg:visited, a.linkimg:hover
{
	background-image: none;
	padding-left: 0px;
}



.arrow
{
	background-image: url(/pic/system/buttons/link_normal.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 10px;

}


.teaser
{
	background-image: url(/pic/system/buttons/link_teaser.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 12px;
}






/*Trennlinie*/

hr
{
	background-color: #999999;
	height: 1px;
	border: 0px;
}

/****************** abstract ********************/

/*	Randfarbe 8C2332			*/
/*	Schriftfarbe FFFFFF			*/
/*						*/
/************************************************/

.abstract
{
	border-top: #8C2332 2px solid;
	border-bottom: #8C2332 2px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 7pt;
	line-height: 140%;
	overflow: auto;
	width: 120px;
	color: #ffffff;
	font-family: Verdana, Sans-Serif, Arial, Helvetica, Switzerland;
}

.navi_admin_active
{
	background-color: #c0c0c0;
	border-bottom: #ffffff 1px solid;
}

.navi_admin_inactive
{
	border-bottom: #ffffff 1px solid;
}




