body
{
	/*font-family: georgia, times, "times new roman", serif;*/
	font-family: helvetica, arial;
	font-size: 100%;
	background-color: #FFFFCC;
	color: #000000;
}

a:link, a:visited
{
	color: #993333;
}

a:hover, a:active
{
	color: #CC6600;
}

ul
{
	list-style-type: none
}

div#container
{
	background-image:  url(/mymedia/contbackground.png);
	background-repeat: repeat-y;
	margin-right: 0;
	margin-left: 4%;
	display: block;
}

div#map
{
	margin-top: 50px;
	width: 300px;
	height: 300px;
}

div#calicon
{
	float: right;
}

div#calicon img
{
	border: none;
	vertical-align: -95%;
}

img.konsertsted
{
	float: right;
	width: 45%;
}

div#konsertstedtekst
{
	border-right: solid 1px;
	width: 50%;
}

tr.row1
{
	background : #c9cccf; /* was c3cacf */
}

tr.row2
{
	background : #d6dadd; /* was #d0d7dd */
}

div#corner
{
	float: left;
	width: 250px
}

div#logo
{
	width: 700px;
	margin-left: 275px;
	margin-right: 25px;
	padding-top: 25px;
}

div#logo h1
{
	font-size: 200%;
	color: #336666;
}

div#clearit
{
	clear: both
}

#top_menu
{
	margin : 0 auto;
	padding : 5px;
	/*width : 740px;*/
	height : 20px;
	font-weight : bold;
	letter-spacing: 3px;
	background : #336666;/*#57642f;*/
	color : #b3b3ad;
}

#top_menu_list
{
	margin : 0;
	padding : 0;
	text-align : left;
}

#top_menu_list li
{
	margin : 0;
	padding : 0 5px 0 0;
	display : inline;
}

#top_menu_list a
{
	font-size : 14px;;
	text-decoration : none;
	background : inherit;
	color : #fff;
}

#top_menu_list a:hover
{
	font-size : 14px;
	background : inherit;
	color : #000;
}

div#main
{
	display: inline
}

div#sidebar
{
	float: left;
	width: 250px;
}

div#content
{
	width: 700px;
	margin-left: 275px;
	margin-right: 25px;
}

div#footer
{
	margin-top: 25px;
	border-top: 2px solid;
}

form p
{
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
}

form p label
{
	width: 40%;
	font: bold 0.9em;
	margin-right: 1em;
}

div#profil
{
	display: inline
}

div#profilvisning h3
{
	border-bottom: 0.1em solid;
}

div#personaliavalg
{
	float: right;
	clear: none;
}

div#epostvalg
{
	float: right;
	clear: none;
}

#djangoForumBody {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

#djangoForumList,
#djangoForumThreadList,
#djangoForumThreadPosts {
    border-collapse: collapse;
    width: 100%;
}

#djangoForumList td,
#djangoForumThreadList td,
#djangoForumThreadPosts td {
    border: solid #777 1px;
    padding: 6px;
}

#djangoForumList .djangoForumListDetails {
    width: 70%;
}

#djangoForumList .djangoForumListDetails strong {
    font-size: 120%;
}

#djangoForumList .djangoForumListDetails .djangoForumStats {
    font-size: 80%;
}

.djangoForumListLastPost,
.djangoForumThreadLastPost {
    background-color: #ccc;
    border-bottom: solid #777 1px;
}

#djangoForumList th,
#djangoForumThreadList th,
#djangoForumThreadPosts th {
    background-color: #336666;
    border: solid #777 1px;
    color: #fff;
    text-align: left;
    padding: 4px;
}

#djangoForumThreadPosts th {
    width: 20%;
}

#djangoForumBreadcrumbs {
    padding: 20px;
}

#djangoForumBody label {
    font-size: 110%;
    font-weight: bold;
    display: block;
    padding: 4px;
}

#djangoForumThreadPostDetail {
    width: 20%;
}
.djangoForumPagination {
    display: inline;
}
