/* CSS template for the GUI kund.php */

body {
	margin-top: 50px;
	margin-left: 100px;
	background-color: #009ee0;
	font-family: Georgia;
	font-size: 17px;
	color: #000000;
	line-height: 1.5em;
}

h1 {
	font-size: 16px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a.customer:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.customer:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.customer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#wrapper {
	width: 905px;
}

#menu {
	width: 700px;
	display: block;
	margin-bottom: 20px;
}

#container {
	width: 680px;
	float: left;
}

#rightcol {
	width: 180px;
	margin-top: 85px;
	padding-left: 20px;
	float: right;
	border-left: 1px solid #ffffff;
	color: #ffffff;
}

#description {
	color: #ffffff;
}

#dimout {
	color: #6ac6ed;
}

#foot {
	width: 100%;
	display: block;
	clear: both;
	font-size: 70%;
	color: #000000;
	margin-top: 80px;
	line-height: 1.5em;
}
