@charset "UTF-8";
/* CSS Document */
/* radiobageriet.css */

body,p,ul,ol {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
/*	border-top:10px solid #d7d7d7;  */ 
}

#inramning {
	background-color: #FFF;
	color: grey;
	padding-top: 4%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	border: dotted 2px;
	-moz-border-radius: 2%;
}

a:link { font-weight: normal; color: #113311; text-decoration: none; background-color: inherit; }
a:visited { font-weight: normal;  color: #333311; text-decoration: none; background-color: inherit; }
a:hover { font-weight: normal;  color: #111199; text-decoration: underline; background-color: inherit; }
/* a:active	{ color: white; background-color: inherit; text-decoration: underline; font-weight: bold; } */

h1,h2,h3,h4,h5,h6 {
	font-family: "trebuchet ms", sans-serif;
	color: #333311;
#	color: #665511;
}

.navigation_left { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-color: #333;
	text-decoration: none; 
	text-align: left;
	text-transform: uppercase;
	font-weight:normal;
	margin: 0;
	padding: 0; 
}

a {color: #333;
	text-decoration: none;
	border-bottom: 0;
	}
	
a:hover {color: #333;
	border-bottom: 1px dotted #333;
	}
	

/*
h1 { 
     padding-bottom: 2%;
     border-bottom: solid 1px; }

.under {
	text-decoration: underline; }
	
.indent {
	padding-left: 10px; }

*/

/*
.fol {
 	font-family: "Trebuchet", sans-serif; 
	font-size: 10px; 
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	}

.fol_indent {
	font-family: "Trebuchet", sans-serif;
	font-size: 10px; 
	font-style: normal;
	font-weight: normal;
	color: #666666; 
	text-decoration: none;
	padding-left: 10px;
	}
*/
	

/*
.album {
	font-style: italic;
}
.song {
	font-weight: bold;
}
.artist {
	font-weight: normal;
	text-decoration: underline; 
}
.title {
	font-weight: bold;
	color: #grey;

}
.TahomaBold {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
}

.underline {text-decoration: underline; }
.author {
	font-weight: bold;
}
.comment {font-style: italic;}

*/


/* background-color: #6699FF; */

/*
#left {
  float:left;
  width:85%;
  margin-right:15px;
  padding-bottom:20px;
  padding-right:20px;
}
*/
/*   AnvÅ nds ej (?)   */

/*
#right {
  margin-top: 2%;
  margin-left: 70%;
  border: 1px dotted black;
}
*/


/* TESTER */


.GillSans {
	font-family: "Gill Sans", sans-serif;
}

.HeadingMedium {
	font-family: "Gill Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
	text-transform: uppercase;
	text-decoration: underline;
}

.HeadingSmall {
	font-family: "Gill Sans", Tahoma, Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	font-variant: small-caps;
	text-transform: uppercase;
}


/* UNDER THIS SEPARATOR NOT IMPLEMENTED (?) */


.link {
	font-family: "Gill Sans", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	font-variant: small-caps;
	text-transform: uppercase;
}
.linktext {
	font-family: "Gill Sans", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	font-variant: small-caps;
	text-transform: uppercase;
        text-decoration: underline;
}
.HeadingNotSoSmall {
	font-family: "Gill Sans", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	font-variant: small-caps;
	text-transform: uppercase;
}
.HeadingNotSoSmallBacklit {
	font-family: "Gill Sans", Tahoma, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	font-variant: small-caps;
	text-transform: uppercase;
	background-color: #000066;
}
.Underline { 
        text-decoration: underline;
} 
.Italic {
	font-style: italic;
} 
.bold {
	font-weight: bold;
}
