/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	line-height:1.3em;
	margin:0;
	padding:0;
	text-align:center;
	
	
}

body.printBody 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	line-height:1.3em;
	margin:0;
	padding:0;
	text-align:left;
	background-color:#FFFFFF;
}

div, font, table, tr, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	line-height:1.3em;
	color:#000;
}

a, a:link, a:active, a:visited, a:hover {color:#000000;	text-decoration:underline;}

a img {	border:none;}

input, select, submit {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.8em; margin:0;}
form {margin:0;}
.button {background-color:#ddde8e; border:solid 1px #a2b981;}
.bildtext {font-size:0.9em;}

.errortext {font-size: 0.9em; color: Red;}



h1, .heading1 {
	color: #a03500;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 0.4em 0;
	line-height: 1.25em;
	EditMenuName: Heading 1;
}
div#Winter h1,
div#Winter .heading {color:#07748c}

h2, .heading2 {
	color: #333;
	font-size:1.0em;
	font-weight:bold;
	margin:0 0 0.5em 0;
	line-height: 1.25em;
	EditMenuName: Heading 2;
}

h3, .heading3 {
	color: #333;
	font-size:1.0em;
	font-weight:normal;
	margin:0 0 0.4em 0;
	line-height: 1.25em;
	EditMenuName: Heading 3;
}


.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearBoth {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}


/* --------- Image format ----------- */
img.topleftfloatingimage
{
    margin: 0px 20px 10px 0px;
    EditMenuName: Top left;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 6px;
    EditMenuName: Top right;
}

img.bottomrightfloatingimage
{
    margin: 5px 0 0 0;
    position: relative;
    top: 20px;
    float: right;
    EditMenuName: Bottom right;
    vertical-align: text-bottom;   
}

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 format ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	EditMenuName: Classic;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #95632F;
	EditMenuName: Color;
}
table.color th
{
	border: solid 0.1em #95632F;
	background-color: #E1CC9D;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #95632F;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
	EditMenuName: Highlighted;
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #95632F;
}
table.color td.highlighted
{
	background-color: #F0E5CE;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}
