/* Start of CMSMS style sheet 'RIF Main CSS' */
/* CSS Document */

/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END GLOBAL RESET */

body {
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px;
}
li {
        list-style:disc;
        margin-left:20px;
}
#Wrapper {
	width:912px;
	margin:10px auto;
}
#TopContainer {
	padding-left:12px;
}
#TopLogo {
	float:left;
	padding:10px 0 0 15px;
}
#TopMenu {
	float:right;
}
#Search {
	float:right;
        width:230px;
        clear:right;
}
#Search input {
        border:1px solid #8A0A14;
        vertical-align:middle;
}
#Search input.no_border {
        border:none;
}
#ContentContainer {
	clear:both;
}
#HomepageBanner {
	position:relative;
	margin-left:12px;
        height:200px;
}
#HomeBannerFrame {
	background:url(./images/site/HomeBannerFrame.gif) no-repeat top left;
	position:absolute;
	height:200px;
	width:900px;
	top:0;
	left:0;
}
#LeftMenu {
	width:254px;
	float:left;
}
#LeftMenu h2 {
	background:url(./images/site/BGSectionBar.jpg) no-repeat top left;
	font-size:18px;
	width:229px;
	height:44px;
	padding:25px 0 0 25px;
}
#LeftMenu ul {
	padding-left:25px;
}
#LeftMenu ul ul {
        padding-top:5px;
}
#LeftMenu li {
	padding-bottom:10px;
        margin-left:0px;
        list-style:none;
}
#LeftMenu a {
	background:url(./images/site/BulletDoubleWhite.gif) no-repeat 0 3px;
	padding-left:15px;
	color:#fff;
	font-size:13px;
	text-decoration:none;
}
#LeftMenu a:hover {
	text-decoration:underline;
}
#Content {
	width:650px;
	float:left;
	padding:25px 0 0 5px;
}
#InsideContent {
	width:650px;
	float:left;
        line-height:150%;
	padding:12px 0 0 5px;
}
#InsideContent #TopImage {
        padding-bottom:15px;
}
#TwoColumnWrapper {
        clear:both;
}
#LeftColumn {
        width:460px;
        float:left;
}
#RightColumn {
        background:url(./images/site/BGBoxWhiteMain.gif) repeat-y;
        width:186px;
        float:left;
        font-size:10px;
        color:#333;
}
.SidePadding {
        padding:0 20px;
}
#RightColumn h2 {
        font-family:Trebuchet MS, Helvetica, Arial, sans-serif;
        color:#8A0A14;
        font-size:14px;
        padding-bottom:5px;
        margin-bottom:5px;
        border-bottom:1px solid #8A0A14;
}
#Content h1, #InsideContent h1 {
	font-family:Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#8A0A14;
	font-size:20px;
	padding-bottom:10px;
}
#Content a, #InsideContent a {
	color:#8a0a14;
	text-decoration:none;
}
#Content a:hover, #InsideContent a:hover {
	text-decoration:underline;
}
#Footer {
	font-size:10px;
	clear:both;
	padding-top:30px;
	color:#8a0a14;
	text-align:center;
}
#Footer a {
	color:#8a0a14;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:underline;
}
/* TOP MENU */

#GlobalNav { width: 364px; height: 52px; margin: 0; position: relative; }
#GlobalNav li { display: inline;  margin:0;}
#GlobalNav li a { float: left; width: 52px; height: 0; padding-top: 52px; overflow: hidden; }
#GlobalNav li a,
#GlobalNav {background-image:url(./images/site/HomeMenu.png); background-repeat: no-repeat; }
 
/* BUTTONS */
#GlobalNav li#Forside a { background-position: 0 0; }
#GlobalNav li#Motion a { background-position: -52px 0; }
#GlobalNav li#Gymnastik a { background-position: -104px 0; }
#GlobalNav li#Haandbold a { background-position: -156px 0; }
#GlobalNav li#Fodbold a { background-position: -208px 0; }
#GlobalNav li#Bordtennis a { background-position: -260px 0; }
#GlobalNav li#Badminton a { background-position: -312px 0; }
 
/* OVER STATES */
#GlobalNav li#Forside a:hover { background-position: 0 -52px; }
#GlobalNav li#Motion a:hover { background-position: -52px -52px; }
#GlobalNav li#Gymnastik a:hover { background-position: -104px -52px; }
#GlobalNav li#Haandbold a:hover { background-position: -156px -52px; }
#GlobalNav li#Fodbold a:hover { background-position: -208px -52px; }
#GlobalNav li#Bordtennis a { background-position: -260px -52px; }
#GlobalNav li#Badminton a:hover { background-position: -312px -52px; }

/* END TOP MENU */

/* WYSIWYG STYLES */
.headline {
	font-family:Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#8A0A14;
	font-size:20px;
	padding-bottom:10px;
}
.subheadline {
	font-family:Trebuchet MS, Helvetica, Arial, sans-serif;
	color:#8A0A14;
	font-size:13px;
        padding-bottom:5px;
}
.regulartext {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
}
.link {
	color:#8a0a14;
	text-decoration:none;
}
/* End of 'RIF Main CSS' */

