
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR ON THE LEFT AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        width: 780px;
        margin: 15px auto 20px 0;
        padding: 0;
        
        text-align: left;
    }
    div#main {
        float: right;
        width: 540px;
        padding: 0 15px;
        display: inline;
    }
    div#menu_vert {
        float: left;
        width: 200px;
        display: inline;
        margin-left: 0;
    }
    div#content2 {
        display: none;
    }
    div#menu_horiz {
        display: none;
    }
/* END CONTENT */

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #3366CC;
}
a:visited {
	text-decoration: none;
	color: #3366CC;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #3366CC;
}
.text{
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.overskrift{
	color: #D02B41;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.bulletmenu
{
border: none;
background-image:
url('http://www.uefsfutsal.com/images/site/backborder.jpg');
font: 11px verdana,sans-serif;
width: 14em;
color: #000000;
}


.bulletmenu a
{
color: #FFFFFF;
}

.bulletmenu a:visited 
{
color: #FFFFFF;
}

.bulletmenu a:hover
{
background-image:
url('http://www.uefsfutsal.com/images/site/backborder2.jpg');
color: #000000;
}

