/* Start of CMSMS style sheet 'v09' */
/*********************************************/
/* Default                                                                          */
/*********************************************/
html, body {
  margin:0;
  padding:0;
}

body {
  background-attachment: fixed;
  background-image: url(background.jpg);
  background-repeat: repeat-x;
  color: #565656;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 17px;
  margin-bottom: 106px;
}

ul {
  list-style-type: none;
}


/*********************************************/
/* Page setup                                                                   */
/*********************************************/

div#pagewrapper {
  margin: 0 auto;
  position: relative;
  width: 932px;
  text-align: left;
}

div.mainwrapper {
	border: 1px solid #9ea198;
	background-color: #FFFFFF;
}


/*********************************************/
/* Top Line                                                                        */
/*********************************************/

div#top-line {
	height:30px;
	color:#FFFFFF;
	margin-bottom:3px;
}
div#top-line a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
div#top-line a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: normal;
}
div#top-line #tl-title {
	float:left;
	margin-top:10px;
	margin-left:3px;
}
div#top-line #tl-links {
	float: right;
	margin-top:10px;
	margin-right:21px;
}
div#top-line #tl-search {
	float: right;
	margin-top: 7px;
	margin-right:3px;
}
div#top-line #tl-search input {
	background-image: url(search-bg.gif) ! important;
	font-size: 10px ! important;
	color:#FFFFFF ! important;
	border:1px solid #d2d6c8 ! important;
	width: 121px ! important;
	height: auto ! important;
	padding: 2px 0px 4px 4px ! important;
	margin-left:4px;
}

/*********************************************/
/* VenstreTV                                                                     */
/*********************************************/

div.front-flash {
	margin-bottom:0px;
	border: 1px solid #9ea198;
	margin-bottom:3px;
}
div.front-flash img.swf {
	margin:0px 3px;
}
div.sub-flash {
	margin-bottom:0px;
	border: 1px solid #9ea198;
	margin-bottom:3px;
}
div.sub-flash img.swf {
	margin:0px 3px;
}

/*********************************************/
/* Header                                                                          */
/*********************************************/

div.header-wrapper {
	position:relative;
}
div.header-row {
	margin-right: 21px;
	margin-left: 21px;
}
div.header-wrapper div#logo-row {
	margin-top:21px;
}

div.header-wrapper img#slogan {
                margin-left: 565px;
}

/**********************************************
/* MENU
/*********************************************/
div.header-wrapper div#menu {
	height: 23px;
	width: 889px;
	background-image: url(menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.header-wrapper div#menu ul {
	height:23px;
	padding: 0;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 195px;
       _margin-left: 97px;
}
div.header-wrapper div#menu ul li.menuitem {
        float: left;
        width: 95px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
        padding-left: 5px;
	background-image: url(menuitem.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.header-wrapper div#menu ul li a{
        color: #003366;
        font-size: 12px;
        font-weight: bold;
        line-height: 21px;
}
div.header-wrapper div#menu ul li.currentpage {
        float: left;
        width: 95px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
        color: #336699;
        font-size: 12px;
        font-weight: bold;
        line-height: 21px;
        padding-left: 5px;
	background-image: url(current.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
div.menuitem {
	background-image: url(menuitem.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
/**********************************************
/* Sub menu
/*********************************************/
div#content-col1 div#menu_part{
	overflow:hidden;
	width:160px;
	float:left;
}
div#content-col1 div#menu_part h1 {
	color: #003366;
        font-size: 12px;
}
div#content-col1 div#menu_part h1.kandidat {
	color: #003366;
        font-size: 12px;
        margin-left: -13px;
}
div#content-col1 #menu_part ul {
	padding-left: 13px;
        padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0;
}
div#content-col1 #menu_part li {
        margin: 0 0 10px 0;
        padding: 0;
        _padding: 0;
        _margin: 0 0 -4px 0;
}

div#content-col1 #menu_part ul li a {
	color: #003366;
	display: block; 
	text-decoration: none;
}

div#content-col1 #menu_part ul li h3 {
	color: #336699;
	display: block;
	text-decoration: none;
       margin: 0;
       padding: 0;
        _margin: 0 0 10px 0;
}
* html div.content-col1 .menu-part ul li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 150px;
}

/*********************************************/
/* Upcomming Events                                                       */
/*********************************************/

div#cal-upcominglist h1 {
	color: #003366;
        font-size: 12px;
}
div#cal-upcominglist span.calendar-date-title {
        font-weight:bold;
}

/*********************************************/
/* PAGEBAR                                                                       */
/*********************************************/
div.header-wrapper div#pagebar {
	width:889px;
	height:25px;
	background-image: url(pagebar.jpg);
	background-repeat: repeat-x;
	margin-bottom:20px;
}

/*********************************************/
/* FLICKR                                                                          */
/*********************************************/
div#flickr h1 {
	margin-top: 30px;
        margin-left: 3px;
}

div#flickr p {
        margin-left: 3px;
        margin-top: 3px;
}

/*********************************************/
/* Facebook                                                                      */
/*********************************************/
div#facebook {
	margin-top: 30px;
        margin-left: 10px;
}

/*********************************************/
/* Venstre SDK                                                                 */
/*********************************************/
div#vsdk {
	margin-top: 30px;
}

/**********************************************
/* Content 
/*********************************************/
div#contentwrapper {
	background-color: #FFFFFF;
	margin-left:21px;
	margin-right:20px;
}
div#content-col1 {
	overflow:hidden;
	width:160px;
	float:left;
}
div#content-col2 {
	overflow:hidden;
	width:400px;
	margin-left:36px;
	float:left;
}
div#content-col2 img {
	margin-left:5px;
	margin-bottom: 5px;
}
div#content-col2 hr {
        left:0;
        position:relative;
        top:0;
        color: #003366;
        height: 2px;
}
div#content-col2 div.calendar-event {
        margin-bottom: 20px;
}
div#content-col2 span.calendar-date-title {
        font-weight:bold;
}
div#content-col2 span.calendar-details-title {
        font-weight:bold;
}
div#content-col2 span.calendar-fields-title {
        font-weight:bold;
}
div#content-col2 li.content-list {
       list-style-type:disc;
       color: #505154;
}

div#content-col3 {
	overflow:hidden;
	width:257px;
	margin-left:36px;
	float:left;
}

div#medlem {
	margin-top:13px;
}

/**********************************************
/* Footer
/*********************************************/
div.footer {
	color: #7c7d7f;
	clear:left;
	width:100%;
	margin-top: 70px;
	height:40px;
	margin-bottom:3px;
}
div.footer a {
	color: #52aed5;
	text-decoration:none;
	vertical-align:middle;
	font-weight:normal;
}
div.footer img {
	margin-right:3px;
	vertical-align:middle;
	margin-bottom:2px;
}
div.footer div.hr {
	height: 15px;
	background-attachment: scroll;
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div.footer div.footer-col1 {
	float:left;
	width:160px;
	margin-left:21px;
}
div.footer div.footer-col2 {
	margin-left:36px;
	float:left;
	width:400px;
	margin-top:4px;
       padding-left: 150px;
}
div.footer div.footer-col3 {
	float:left;
	width:255px;
	margin-left:36px;
	margin-top:4px;
}




/* End of 'v09' */

