﻿/* 
	Vanilla color: #fef6e1
	Dark blue: #445480
	Dark Vanilla (puff bg color): #fdefc2
	Mörk orange: #c25d47
*/

a {
	color: #c25d47;
	text-decoration: none;
	font-weight: bold;	
}

#site {
	width: 805px;
	margin-left:auto;
	margin-right:auto;	
}

.blueBorder {
	border: 1px solid #445480;
}

body {
	background-color: White;
	background-image: url(grafik/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	color: #445480;	
}

p {
	margin-top:6px;
	margin-bottom:12px;
}

.footerMenu {
	background-color:#fef6e1;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Garamond, Serif;
	font-weight:bold;
	font-size: 14px;
	color: #445480;
}

.topLeftPuffBG, .topRightPuffBG, .bottomLeftPuffBG, .bottomRightPuffBG {
	background-repeat:no-repeat;
	height:18px;
	width:18px;
	overflow:hidden;	
}

.topLeftPuffBG {
	background-image:url(grafik/puff_bg_top_left.gif);
	background-position: center left;	
}

.topRightPuffBG {
	background-image:url(grafik/puff_bg_top_right.gif);
	background-position: center right;
}

.bottomLeftPuffBG {
	background-image:url(grafik/puff_bg_bottom_left.gif);
	background-position: center left;
}

.bottomRightPuffBG {
	background-image:url(grafik/puff_bg_bottom_right.gif);
	background-position: center right;
}

.puffTable {
	width:307px;
	overflow:hidden;	
	background-color:#fdefc2;
	margin:0 0 20px 0;	
}

.puffTable a {
	color: #c25d47;
	text-decoration: none;
	font-weight: bold;
}

.puffTable p {
	margin:0 0 6px 0;
}