html,body {     
	height:100%;
	text-align:center;
	font-size: 12px;
	font-family: Arial;
	margin: 0;
	color: #757776;
	background-color: #ebecee;
}

#container {
 	background-image: url(img/bgmork2.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	position:relative;
	min-width:600px;
	max-width:70em;
	position:relative;
	margin:0 auto;
	padding:0px 0px 0;
	min-height:100%; 
}

#header{
	margin-left:7px;
	margin-right:7px;
	position:relative;
	height:229px;
	background:#450200 url(img/headerflex3.jpg) no-repeat 0 0px;
}
#header img {
	position:absolute;
	bottom:0;
	left:10px;
	color:#fff;
}

#main {
	text-align:left;
	margin-top: 60px;
	margin-left: 55px;
	margin-right: 55px;
}

#belowthebottom {
	height:88px; 
	clear:both;
}

#bottom{
	min-width:600px;
	max-width:70em;
	position:relative;
	height: 88px;
	margin:-88px auto;
	text-align: center;

}
#bottomimg {
	height: 88px;
	margin-left: 7px;
	margin-right: 7px;
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	text-align: center;
}

a.button {
	display: block;
	background-color: transparent;
	background-image: url(img/buttonBackground.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 28px;
	margin: auto 5px;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;

}
a.button:link, a.button:visited {
	color: #5F5F5F;
}
a.button:hover, a.button:active {
	color: #5F5F5F;
}
.icon {
	background-repeat: no-repeat;
	padding: 0 0 5px 18px; 
}

#buttonStart .icon {
	background-image: url(img/house.png);
}
#buttonPage .icon {
	background-image: url(img/layout.png);
}
#buttonLogout .icon {
	background-image: url(img/delete.png);
}
#buttonImage .icon {
	background-image: url(img/photo.png);
}

.rubrik {
	margin-bottom: 20px;
	color: #ff9191;
	font-size: 14px;
	font-weight: bold;
}
.ingress {
	font-size: 12px;
	font-weight: bold;
}

.text {
	font-family: Arial;
	font-size: 12px;
	color: #757776;
	font-weight: normal;
}	
A:link {
	text-decoration: none;
	color: #4ecdc4;
}
A:visited {
	text-decoration: none;
	color: #4ecdc4;
}
A:active {
	text-decoration: none;
	color: #4ecdc4;
}
A:hover {
	text-decoration: none;
	color: #4ecdc4;
}