@charset "utf-8"; 
body {
	background-color: #52545C;
	background-image: url(../images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	color: #47331D;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

h1 {
	color: #47331D;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #47331D;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	padding: 17px 0 0 0;
	margin: 0;
}

p {
	margin: 0;
}


a {
	color: #5187B4;
	text-decoration: none;
}

a:hover {
	color: #5187B4;
	text-decoration: underline;
}

img {
	border: 0;
}

td {
	vertical-align: top;
}


/* HEADER */
.header {
	height: 100px;
	width: 100%;
	background-image: url(../images/menubg.gif);
	background-position: top;
	background-repeat: repeat-x;
}


/* BOOK STRUCTURE */
.book {
	width: 900px;
	margin: 0 auto;
	z-index: 5;
}

.bookheader {
	width: 100%;
	height: 68px;
	margin: 0px;
	background-image: url(../images/booktop.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.bookcontent {
	width: 100%;
	min-height: 400px;
	margin: 0px;
	background-image: url(../images/bookcontent.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.bookfoot {
	position: relative;
	width: 900px;
	height: 78px;
	margin: 0px;
	clear: both;
	background-image: url(../images/bookfoot.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	overflow: visible;
} 

.bookcontent_whole {
	width: 100%;
	height: 500px;
	position: relative;
	margin: 0px;
	background-image: url(../images/bookcontent_whole.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 10;
}

.lefttabspace {
	position: relative;
	z-index: 10;
	width: 80px;
	float: left;
}

.leftpage {
	width: 330px;
	float: left;
	margin: 0 30px 0 10px;
}

.leftpage p {
	padding: 0 0 20px 0;
	line-height: 1.4em;
}

.rightpage {
	width: 340px;
	float: right;
	margin: 0 80px 0 30px;
}

.rightpage p {
	padding: 0 0 20px 0;
	line-height: 1.4em;
}

.floatclear {
	clear: both;
}

/* SUB MENU */

.submenu {
/*	border: 1px solid #d2c0b3; */
	margin: 0 0 25px 0;
}

.submenu ul {
	width: auto;
	list-style-type: none;
	margin: 0;
	padding: 3px 10px 3px 10px;
}

.submenu li {
	padding: 0 3px;
	margin: 0;
	display: inline;
}

.printcss {
	display: none;
}


/* LEFTPAGE */
.leftheader {
	height: 100px;
}

.anfangdiv {
	margin: 0 auto;
	min-height: 80px;
	background-repeat: no-repeat;
	background-position: top left;
}

.anfang {
	padding: 20px 0 0 77px;
	font-size: 20px;
	font-weight: bold;
}

.anfang h1.namn {
	margin: 5px 0 0 0;
	font-size: 20px;
	padding: 0;
	line-height: 1.2em;
}

.anfang h1.namn .subtitle {
	font-weight: normal;
	font-size: 14px;
}

.anfang p.subanfang {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	margin: 2px 0 0 3px;
	padding: 0;
}

.printAnfang {
	display: none;
}


/* PAPER STRUCTURE */
.paper {
	float: left;
	z-index: 11;
	left: 0;
	top: 0;
}

.paper table.outline {
	border-collapse: collapse;
	margin-left: 30px;
}

.paperLT {
	width: 43px;
	height: 78px;
	background-image: url(../images/paperLT.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.paperTop {
	width: 600px;
	height: 78px;
	background-image: url(../images/papertop.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	vertical-align: bottom;
}

.paperRT {
	width: 60px;
	height: 78px;
	background-image: url(../images/paperRT.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.paperleft {
	background-image: url(../images/paperLeft.png);
	background-repeat: repeat-y;
	background-position: center right;
}

.papercontent {
	background-color: #DBCCBF;
}

.paperright {
	background-image: url(../images/paperRight.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.paperLB {
	height: 50px;
	width: 43px;
	background-image: url(../images/paperLB.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.paperbottom {
	height: 50px;
	background-image: url(../images/paperbottom.png);
	background-repeat: repeat-x;
	background-position: top center;

}

.paperRB {
	background-image: url(../images/paperRB.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* search div */
#searchdiv {
	position: absolute;
	z-index: 200;
	top: 300px;
	left: 200px;
	padding: 20px 30px;
	width: 400px;
	background-color: #E2D8CE;
	border: 2px solid #47331D;
	background-image: url(../images/images/searchbg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

table.changetable {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table.changetable td {
	vertical-align: top;
}

table.changetable img {
	margin: 17px 7px 0 0;
}

/* definitions */

h3 .subheader {
	font-weight: normal;
	font-size: 9px;
}

.divider {
	margin: 20px 60px;
}

ul.shorthand {
	list-style-type: none;
	margin: 0 30px 7px 30px;
	padding: 0;
}

.shorthand li {
	line-height: 1.3em;
}

.shorthand .label {
	font-style: italic;
}

.xx {
	vertical-align: super;
	line-height: 0px;
	font-size: 0.7em;
}

.stbnr {
	font-size: 0.6em;
}

.delim {
	color: #CFA478;
	font-weight: bold;
	font-size: 1.2em;
}

#authtable {
	background-color: #FFFFFF;
	width: 100%;
	border: 2px solid #47331D;
}

#authtable td {
	text-align: center;
}

.err {
	color: #990000;
	font-weight: bold;
}

.alias {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

p.infoStmt {
	margin: 0 0 5px 15px;
	padding: 0;	
}

.right {
	text-align: right;
}

a.hastnamn {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #52545c;
}

.subinfo {
	font-size: 9px;
	font-style: italic;
}

.shadebg {
	background-color: #D6C7B7;	
}

a img.tinypic {
	border: 4px solid #FFFFFF;
	margin: 3px;
}

li.listheader {
	margin: 0 0 -5px -10px;
	padding: 0;
	
	font-style: italic;
}

ul.competitionres li {
	list-style: none;
	padding-bottom: 10px;
}

#alphabeticlist div {
	width: 15px;
	height: 15px;
	font-size: 8px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border-radius: 3px;
	background-color: #8A6656;
	color: #E2D8CE;
	text-align: center;
	cursor: pointer;
}

#alphabeticlist div a:hover {
	color: #E2D8CE;
	text-decoration: none;
}

#alphabeticlist div.inactive {
	background-color: #E2D8CE;
	color: #CCC;
	border: 1px solid #CCC;
	cursor: default;
}

#alphabeticlist div.active {
	background-color: #6A97B9;	
}
