*
{
	margin: 0;
	padding: 0;
}


/*---- layout ----*/

body 
{
	background-color: #75AADB;
    text-align: center;
    font-size: 100%;	
}

#container
{
    background-color: #75AADB;
	text-align: left;
    margin: 0px auto;
	position: relative;
	width: 780px;
	height:100%;
	min-height:100%;
}



html,body{height:100%}

html>body #container{height:auto; min-height:100%;}

td.logga
{
	padding-right: 40px;
	width: 260px;
	vertical-align: top;
}

td.content
{
	width: 420px;
	text-align: left;
	vertical-align: top;
	font: 75%/1.4  Arial, sans-serif;
	padding-top: 40px;
	border-left: 2px;
	padding-left: 40px;
}

#content_border_index
{
	background: url(../images/dot.jpg) repeat-y;
	height: 780px;
}
#content_border_about
{
	background: url(../images/dot.jpg) repeat-y;
	height: 900px;
}
#content_border_member
{
	background: url(../images/dot.jpg) repeat-y;
	height: 850px;
}
#content_border_links
{
	background: url(../images/dot.jpg) repeat-y;
	height: 1250px;
}

#content_border_publications
{
	background: url(../images/dot.jpg) repeat-y;
	height: 800px;
}

#content_border_articles
{
	background: url(../images/dot.jpg) repeat-y;
	height: 3500px;
}

#content_border_news
{
	background: url(../images/dot.jpg) repeat-y;
	height: 4600px;
}
#content_border_calendar
{
	background: url(../images/dot.jpg) repeat-y;
	height: 350px;
}

.menu_list
{
	padding-top: 15px;
	list-style: square;
	color: #FFFF00
}

.about_list_bw
{
	margin-left: 20px;
	list-style: url(../images/botswana-flag.jpg) outside;	
}

.about_list_swe
{
	margin-left: 20px;
	list-style: url(../images/Sweden-flag.jpg) outside;	
}

.about_li
{
	margin-bottom: 2px;
}


.website
{
	color: #fff;
}
h3
{
	font: 200% arial;
	font-weight: bold;
	color: #fff;
}

h2
{
	font: 125% arial;
}

a:link, a:visited, a:active
{
	text-decoration: none; 
	color: #000; 
}

a:hover 
{
	text-decoration: underline; 
	color: #fff;font: 
}



a:link.menu, a:visited.menu, a:active.menu 
{
	text-decoration: none; 
	color: #000; 
	font: 80% verdana;
}

a:hover.menu 
{
	text-decoration: none; 
	color: #fff;font: 
	80% verdana;
}

.logo
{
	border: none;
}

img
{
	border: 5px solid #fff;
}
