/* Predefined tags - Start */
html {
	/*
	overflow-y: scroll;
	overflow-X: hidden;
	*/
	height: 100%;
}
body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial,verdana,geneva,helvetica,serif;
	color: #000000;
	background-color: #cccccc;
	background-image: url(http://www.diskografi.se/bilder/bakgrund.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
h1{
	font-size: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: arial,verdana,geneva,helvetica,serif;
}
h2{
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: arial,verdana,geneva,helvetica,serif;
}
h3{
	display: inline;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
hr{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 1px;
	border: 0px;
	color: #ffffff;
	background-color: #000000;
}
a:link, a:visited, a:active, a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}
ul{
	margin-top: 0px;
	list-style-type: square;
	padding-left: 20px;
}
ol{
	margin-top: 0px;
	list-style-type: decimal-leading-zero;
	//padding-left: 30px;
}
/* Predefined tags - End */

#page{
	width: 760px;
	margin: 0 auto;
	min-height: 100%;
}
#nonFooter{
	position: relative;
	min-height: 100%;
	padding-bottom: 50px;
}
* html #nonFooter{
	height: 100%;
}
#content{
	padding-left: 20px;
	padding-right: 20px;
}
#header{
	width: 740px;
	color: #000000;
	background-color: #e8e8e8;
	top: 0px;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: arial,verdana,geneva,helvetica,serif;
	text-decoration: none;
}
/* Letters - Start */
#letters_ar {
	position: relative;
	width: 740px;
	color: #000000;
	background-color: #e8e8e8;
	margin: 0px auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 11px;
	font-family: arial,verdana,geneva,helvetica,serif;
	text-decoration: none;
}
#letters_ar a:link, #letters_ar a:visited, #letters_ar a:active {
	color: #000000;
	background-color: #e8e8e8;
	text-decoration: none;
}
#letters_ar a:hover{
	color: #000000;
	background-color: #e8e8e8;
	text-decoration: underline;
}
#letters_al{
	position: relative;
	width: 740px;
	color: #000000;
	background-color: #e8e8e8;
	margin: 0px auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 11px;
	font-family: arial,verdana,geneva,helvetica,serif;
	text-decoration: none;
}
#letters_al a:link, #letters_al a:visited, #letters_al a:active{
	color: #000000;
	background-color: #e8e8e8;
	text-decoration: none;
}
#letters_al a:hover{
	color: #000000;
	background-color: #e8e8e8;
	text-decoration: underline;
}
/* Letters - End*/

a.diskografi {
	font-size: 28px;
	font-weight: bold;
}
a.diskografi:link, a.diskografi:visited, a.diskografi:hover, a.diskografi:active {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
.tagline {
	font-size: 11px;
	font-style: italic;
}
/* Footer - Start */
/* http://www.themaninblue.com/experiment/footerStickAlt/ */
#footer {
	position: relative;
	margin: -31px auto 0 auto; /* margin: -7.5em auto 0 auto; */
	height: 30px;
	color: #000000;
	background-color: #cccccc;
	border-top: 1px solid #000000;
	font-size: 10px;
	line-height: 3em;
	width: 760px;
}
#footer a:link, #footer a:visited, #footer a:active{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}
* html #footer{
	margin-top: -31px; /* margin-top: -7.4em; */
}
/* Footer - End */

/* Status codes - Start */
.ok{
	color: #009933;
}
.error{
	text-decoration: bold;
	color: #ff0000;
}
/* Status codes - End */
/* http://www.w3schools.com/css/css_colorsfull.asp */