/* basics */
* {
	color: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 120%;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	height: auto;
}


.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0;clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

/* instead - the terminator */
.terminator, .terminatorprint {
	clear: both;
}

/* Bugfix Firefox */
#header:after { content: "."; display: block; height: 0;clear: both; visibility: hidden; }

/* @group Typo */

h1 {
    font-family: Times New Roman;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 16px;
}

h2 {
	padding: 0 0 6px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 4px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #666;
	margin: 24px 0 6px 0;
	padding: 6px 0 0px 0;
}

h5 {
	/* over H1, H2 **/
	margin: 0 0 4px 0;
	/* color: #00693b; */
}

h6 {
	font-weight: bold;
	margin-top: -12px;
	margin-bottom: 12px;
}

/* Text elements
-------------------------------------------------------------- */

p { 
	margin: 0 0 6px 0;
}

ul {
	margin: 0 0 6px 1.5em;
	list-style-type: disc;
}

ol {
	margin: 0 0 6px 1.5em;
	list-style-type: decimal;
}

/*
ul.linklist {
	margin: 0 0 6px 0;
	list-style-type: none;
}

ol.linklist {
	margin: 0 0 6px 0;
	list-style-type: none;
}
*/

ul li, ol li {
	margin-bottom: 4px;
}

/*
ul li, ol li { margin: 0 0 4px 16px; }
*/

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a, a:hover, a:focus, a:active, a:visited,a:target {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */
table { margin-bottom: 6px; margin-top: 16px; width:100%}
th { border-bottom: 2px solid #000; font-weight: bold; text-align: left; }
td { border-bottom: 1px solid #000; 	vertical-align: top;
}
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }

/* Some default classes
-------------------------------------------------------------- */

small, .small, .mediabox, .mediabox h3, form.search label, table.picture th, .small i, small i {
	font-family: verdana, arial, helvetica sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: normal;
}
.mediabox h3 {
	font-weight: bold;
}

.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffd9bf; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }


/* @end */

img {
	border: none;
}

#main, #page, .cell {
	 /* width: 645px; */
	height: auto;
	width: auto;
	display: inline;
}

/* @group Header */

#header {
	border-top: 10px solid #000;
	margin: 4px 0 4px 0;
	height: 108px;
	width: 630px;
}

#header .headerText {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#header .headerText p {
	display: block;
	margin: 0;
	padding: 0;			
	font-family: times;
	font-weight: normal;
	font-size: 18px;
}

#header .headerLogo
{
	display: block;
	float: right;
}

/* @end */

/* hide elements */

#topNavigation, #mainNavigation, #footer, .formContainer {
	display: none;
}

#content {
	height: auto;
	width: auto;
	float: none;
	position: static;
	display: inline;
}

/* basic dimensions */

.cell {
	margin: 0 15px 50px 0;
	float: left;
	width: 200px;
	display:inline;
	height: auto;
	/*
	border-bottom: 1px solid #ccc;
	*/
}

.span-2 {
	width: 415px;
}

.span-3 {
	width: 630px;
}

.row
{
	display: inline;
	clear: both;
	height: auto;
	width: auto;
}

.row .brick
{
	border-top : 2px solid #000;
	padding: 6px 0 0 0;
	clear:both;
}


.hideprint {
	display: none;
}

.ui-tabs-hide {
	display: none;
}

ul.ui-tabs-nav li {
	display: none;
}

ul.ui-tabs-nav {
	margin: 0;
}

ul.ui-tabs-nav li.ui-tabs-selected {
	display: block;
	border-bottom: 2px solid #000;
	padding: 0 0 4px 0;
	margin: 0;
}

ul.ui-tabs-nav li.ui-tabs-selected a span {
	font-weight: bold;
}

#tabs, .tabs {
	display: inline;
	height: auto;
	width: auto;
}

.ui-tabs-panel ui-tabs-hide {
	display: none;
}

.panel-up, .panel-down {
	font-weight: bold;
	margin-top: 12px;
}

.panelhandle,
#panels .panel-closed,
#panels .panel-up,
.panels .panel-closed,
.panels .panel-up {
	display: none;
}

/* lines */

.brick {
	border-top: 2px solid #000;
	display: block; /* IE7 */
	height: auto;
	width: auto;
}

.brick.printnoborder {
	border-top: none;
}

/* My Comment */

h1, h2 {
	font-weight: normal;
}

a {
	text-decoration: none;
	font-weight: normal;
}

/* @group bilder */

table.picture {
	border: 0;
	float:right;
	width:auto;
	display: block;
	margin: 6px 0 6px 12px;
}

table.picture td, table.picture th {
	text-align: left;
}

table.picture td {
	padding: 0;
	margin: 0;
	border: 0;
}


table.picture th {
	padding: 0;
	margin: 0;
	border: 0;
	padding-top: 4px;
	text-align: left;
}

table.picture img {
	padding: 0;
	margin: 0;
	display: block;
}

table.picture.author {
	margin: 0 0 6px 0;
	float: none;	
}

table.picture.author th {
	vertical-align: bottom;
}

table.picture.author img {
	margin: 0 10px 0 0;
}

table.picture td a {
}

/*

.worldmap {
	width:496px;
	height:218px;
}


div.worldmap div {
	margin-left: -45px;
}

*/

/* @end */

.commentContainer
{
	border-top : 1px solid #000;
	padding: 6px 0 0 0;
}
