/*-------------------------------------------------------------------------------------------------------------------*/
/*GENERAL CLASSES*/
body
{
	font-family: Arial, Helvetica, Tahoma;
	font-size: 70%;
	color: #333;
	padding: 0; 
	margin: 0;
	background-color:#FFFFFF;
}
p
{
	color: #333;
	line-height:1.3em;
	display:block;
	margin:5 0 5 0;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*EDITOR TEXT CLASSES*/
h1, .heading1
{
	font-weight: bold;
	font-family:Arial;
	font-size: 1.9em; 
	color: #333;
	margin:0 0 5 0;
	EditMenuName: Rubrik 1;
}
h2, .heading2
{
	font-weight: bold; 
	font-family:Arial;
	font-size: 1.3em; 
	color: #333;
	margin:20 0 5 0;
	EditMenuName: Rubrik 2;
}
h3, .heading3
{
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
	margin:20 0 5 0;
	EditMenuName: Rubrik 3;
}
h4, .heading4
{
	font-weight: bold;
	font-size: 1em;
	color: #333;
	margin:20 0 5 0;
	EditMenuName: Rubrik 4;
}
.introduction
{
	font-weight: bold;
	EditMenuName: Ingress;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Bild text;
}
.FooterIntro
{
	color:#336699;
	text-decoration:none;		
}
.FooterText
{
	color:#666666;
}
a.FooterText
{
	color:#3366CC;
	text-decoration:none;	
}
a.FooterText:hover
{
	color:#336699;
	text-decoration:underline;		
}
.FooterDivider
{
	background-image:url(/images/FooterDivider.gif);
	background-repeat:no-repeat;	
	background-position:3 0;
	width:10;
	height:16;
}
.hr
{
	height: 0.1em;
	margin:0em 0em 0.5em 0em;
	color: #959595;
}
hr
{
	height: 0.1em;
	margin:0em 0em 0.5em 0em;
	color: #959595;
}
hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}
.AktuelltDate
{
	color:#6699CC;
	font-size:1em;
}
a.AktuelltHead
{
	color:#000000;
	font-size:1.1em;
	font-weight:bold;
	font-family:Arial;
	text-decoration:none;	
}

a.AktuelltIntro
{
	text-decoration:none;
	color: #333333;
}

.WeeklyQ
{
	font-family:Arial;
	color:#336699;
	font-size:1em;
	font-weight:bold;
}
.WeeklyA
{
	font-family:Arial;
	color:#336699;
	font-size:0.9em;
	font-weight:normal;
	height:15;
	margin-bottom:0px;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*LINK CLASSES*/

a
{
	color:#3366CC;
	text-decoration:none;	
	/*
	text-decoration:underline;
	color: #336699;
	*/
}

a:hover
{
	color:#999999;
	text-decoration:underline;	
	/*
	color: #333;
	text-decoration:none;
	*/
}
a.ReadMoreLink:link, a.ReadMoreLink:visited, a.ReadMoreLink:active
{

	font-weight:normal;
	text-decoration:none;
	color: #333;

}
a.ReadMoreLink:hover
{
	font-weight:normal;
	text-decoration:none;
	color: #999999;

}
.RedArrow
{
	color:#993333;
	margin-left:2px;
	font-size:1em;
	font-weight:bold;	
}
.BlueArrow
{
	color:#6699CC;
	margin-left:2px;
	font-size:1em;
	font-weight:bold;	
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*GENERAL EPiSERVER CLASSES*/
/* --------- Input ----------- */
input, textarea
{
	color: #333;
}
select
{
	font-size: 1em;
}
.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
img.quicksearch
{
	height: 1.75em;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}
span.usernamelabel
{
	margin-right: 1em;
	margin-top: 0.3em;
	display: block;
	float: right;
}
/* --------- Image format ----------- */
img.shadow
{
	position: relative;
	EditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	EditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Flip horisontally;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Flip vertically;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	EditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	EditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}
/* --------- Table classes ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
/* --------- List classes ----------- */
li
{
	margin-bottom:5;
	margin-top:0;
}

/* eventcalendar */
.eventheadline
{
	display:block;
	color:#333;
	text-decoration: none;
	font-weight:bold;
	font-size:1.2em;
	padding-left:9px;
	background:url(/images/RedLinkArrow.gif) no-repeat 0px 6px;
	
}