/* CSS Document */
@import url("reset.css");

* {
	font-size: 100%;
	}
	
html,
body {
	width: 100%;
	height: 100%;
	line-height: 1.2em;
	}
	
body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background: #f1fbf3;
	color: #25352c;
	}	
	
h1 {
	font-size: 130%;
	color: #4d7d5c;
	padding-bottom: 10px;
	}

h2,
h3 {
	font-size: 106%;
	color: #4d7d5c;
	padding-bottom: 7px;
	}
	
h4 {
	padding: 10px 0;
	}	
	
h5 {
	font-size: 120%;
	color: #4d7d5c;
	padding: 5px 0;
	}	
	
h6 {
	color: #4d7d5c;
	font: 110%;
	padding: 3px 0;
	}	
	
a {
	color: #4d7d5c;
	}	
	
#topnav a {
	color: #FFFFFF;
	}	
	
a:hover,
#topnav a:hover {
	color: #fff799;
	}		

#topnav,
#cap,
#footer {
	min-width: 700px;
	max-width: 1200px;
	}

#cap {
	height: 108px;
	background: url(../img/head-bg.jpg) top left repeat-x;
	}

#citation {
	position: absolute;
	left: 470px;
	top: 18px;
	min-width: 280px;
	max-width: 540px;
	text-align: right;
	}	
	
#topnav {
	height: 37px;
	background: url(../img/topnav-bg.jpg) left top repeat-x;
	}
		
#topnav p {
	float: left;
	margin: 11px 0;
	padding-left: 25px;
	color: #BDCFC3;
	}
			
#topnav a {
	text-decoration: none;
	font-size: 92%;
	}
	
#letter {
	text-align: right;
	color: #cbd8ce;
	padding: 5px 0;
	margin-right: 20px;
	}	
	
#main {
	width: 580px;
	max-width: 700px;
	}

#main div,
#news div {
	float: left;
	margin: 30px 10px 10px 22px;
	}	

#headings {
	min-width: 120px;
	max-width: 200px;
	padding: 15px 5px;
	}

#headings ul,
#themås ul {
	color: #4d7d5c;
	padding: 10px 0;
	}
	
#headings li,
#themås li {
	padding: 8px 0;
	}
	
#welcome {
	min-width: 220px;
	max-width: 300px;
	padding-left: 20px;
	}	
	
#content {
	width: 350px;
	padding-left: 20px;
	}	
	
#content p {
	padding: 10px 10px;
	font-size: 92%;
	}
#content h3 {
	padding-top: 15px;
	padding-bottom: 0;
	}
	
#welcome p {
	padding: 10px 0;
	}	

#news {
	clear: both;
	}	
		
#news p {
	padding: 5px 0;
	}	
	
#clauses {
	font-size: 90%;
	width: 300px;
	padding-right: 20px;}

#discussions {
	font-size: 90%;
	width: 150px;
	padding-right: 20px;
	}	
	
#search {	
	font-size: 90%;
	width: 100px;
	padding-right: 20px;
	}
	
div#search {
	text-align: center;
	float: right;
	padding-right: 0;
	margin-right: 0;
	}
	
#discussions ul {
	padding-bottom: 10px;
	}

li {
	list-style: disc inside;
	}


#registr,
#calendar {
	clear: right;		
	}
	
table,
#calendar,
#col {
	width: 150px;	
	float: right;
	margin: 30px 20px;
	}

table {
	font-size: 90%;
	}			
	
td.right {
	text-align: right;
	}		

dt {
	padding-top: 12px;
	}
	
dd {
	padding: 5px 0;
	}	
	
#footer {
	background: url(../img/footer-bg.jpg) left bottom repeat-x;
	clear: both;
	height: 27px;
	}
	
#footer p {
	color: #BDCFC3;
	text-align: right;
	font: bold small Arial, Helvetica, sans-serif;
	padding: 5px 35px;
	}	
	
#col {
	width: 100px;
	padding: 0;
	margin-top: 0;
	}	
	
#small {	
	font-size: 80%;
	}

#bothnav {
	clear:both;
	font-size: 80%;
	margin-left: 200px;
	margin-bottom: 5px;
	padding-top: 20px;
	}
	
#content img {
	float: left;
	padding: 3px 10px;
	}	
	
#content h4 {
	padding-left: 10px;
	font-size: 90%;
	}	

