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

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

h1 {
	font-family: Georgia;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.5em;
}

h2 {
	margin-top: -5px;
	padding: 0 0 0 20px;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.2em;
}

h5 {
	padding: 0 0 0 20px;
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 2em;
}

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

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

a.history:link { 
	color: #5c5c5c;
}

a.history:visited {
	color: #5c5c5c;
}

a.thinking:link { 
	color: #ffed00;
}

a.thinking:visited {
	color: #ffed00;
}

a.job:link { 
	color: #e2007a;
}

a.job:visited {
	color: #e2007a;
}

a.we:link { 
	color: #44a12b;
}

a.we:visited {
	color: #44a12b;
}

a.customer:link { 
	color: #009ee0;
}

a.customer:visited {
	color: #009ee0;
}

#wrapper {
	
}

#container {
	width: 670px;
	float: left;
}
.attention {
	font-family: Georgia;
	font-size: 25px;
	color: #44a12b;
}
	

#projektledare {
	font-family: Georgia;
	font-size: 17px;
	color: #ffffff;
	line-height: 1.5em;
}

.green-link a {
	color: #44a12b;
}

#foot {
	width: 100%;
	float: left;
	font-size: 45%;
	color: #ffffff;
	margin-top: 80px;
	line-height: 1.5em;
}
