/**********************************************************\
' Name     : ugglas.css
' Created  : 2008-12-02; nicklas@segerqvist.se
\**********************************************************/


body {
  padding: 0px;
  margin: 0px;
  background: #dfdd4c url(images/bg.gif) no-repeat center top;
  width: 100%;
  display: table;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.content {
	width: 534px;
	background-color: #ffffff;
	padding-left: 15px;
	margin-top: 195px;
	margin-right: auto;
	margin-left: auto;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.text_kursiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}

.text_fet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

.text_fet_kursiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.rubrik {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}


a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #DFDD4C;
}
