/****************************************
*
*	Standard tags
*
****************************************/
body {
	font-family: Candara, arial, verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	color: black;
	background-color: white;
}
p {
	margin: 0 0 1em 0;
}

p.caption {
	color: #686767; font-size: 0.87em; line-height: 0.778em;
}

p.quote {
	color: #626262; text-align: right; font-style: italic; margin-left: 2em;
}

h1,h2,h3,h4 {
	font-family: Corbel, helvetica, arial, verdana, sans-serif;
}
h2 {
	font-size: 1.417em;
	line-height: 1.5em;
	margin: 0 0 0.2em 0;
}

h3 {
	font-size: 14px;
	margin: 0 0 0.2em 0;
}

a { 
	color: #D16516;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted;
}
/* Bilder */
.csc-textpic-image {
	position: relative;
	left: 0;
	top: 0;
	padding-bottom: 10px;
}
.csc-textpic-caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #c2c2c2;
	font-size: 9px;
	font-style: italic;
}

.csc-textpic-clear {
	height: 0;
	line-height: 0;
	font-size: 0;
}
a[rel="lightbox"],a[rel*="lightbox"] {
	cursor: -moz-zoom-in;
}
.csc-textpic-image a {
	display: block;
}
.csc-textpic-image a:hover {
	border-bottom: none;
}
.csc-textpic-image dt {
	display: block!important;
}
.csc-textpic-imagewrap {
	margin-bottom: 1em;
}

/* Style tables inserted as content element */
.contenttable {
	width: 100%;
	margin-top: 0.5em;
}

.contenttable caption {
	background-color: #ddd;
	text-align: left;
	font-weight: bold;
	padding-left: 1em;
}

.contenttable .tr-even {
	background-color: #eee;
}
