	/* Nur Erweiterungen/Änderungen des Standardstylesheets */
	/* Body für Farben, Schrift und Margins */
body {
	margin:				5px;
	padding:			0;
	color:				#cccccc;
	background-color:	#666666;
	text-align:			left;
	font-family:		Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size:			13px; 
	line-height:		20px;
	font-weight:		normal;
	word-spacing:		normal;
	letter-spacing:		normal;
	text-transform:		none;
}

#center {
	width:				750px;
	margin:				0 auto 0 auto;
	padding:			0;
}

#header {
	color:				#cccccc;
	background-color:	#444444;
	margin:				0px 0 3px 0;
	padding:			6px 5px 3px 5px;
}
#header #logo {
	float:				left;
	font-weight:		bold;
}
#header #nav {
	color:				#999999;
	background-color:	transparent;
	text-align:			right;
/*  text-transform:   lowercase;*/
}
#header #nav a, #footer a, #title a {
	color:				#999999;
	background-color:	transparent;
	font-weight:		normal;
	text-decoration:	underline;
}

#title strong a {
	color:				#cccc00;
	font-weight:		bold;
}
#title strong a:hover, #title strong a:active {
	color:				#cccccc;
}


#titleimg {
	margin:				3px 0;
}


#title {
	position:			relative;
	color:				#cccccc;
	background-color:	#444444;
	text-align:			right;
	margin:				3px 0;
	padding:			50px 100px 50px 100px;
}

#title.condensed {
	padding:			30px 100px 15px 100px;
}

#title h1 {
	font-weight:		normal;
	font-size:			24px;
	margin:				0;
	padding:			0;
/*  text-transform:   lowercase;*/
}

#tabs {
  position: absolute;
  left: 50px;
  top: -35px;
  height: 35px;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

#tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#tabs ul li {
  float: left;
  background-color: #666666;
  width: 120px;
  height: 35px;
  margin: 0 5px 0 0;
  padding: 0 auto;
  border: 0px solid #666666;
  line-height: 35px; /* if line-height = height, centers text vertically (only works for one-line text) */
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

#tabs ul li.active {
  color: #ffffff;
  background-color: #595959;
}

#tabs ul li.active span {
  
}

#tabs ul li a {
  text-decoration: none;
}

#tabs ul li a:active, #tabs ul li a:hover {
  color: #F60;
}


#content {
	margin:				0;
	padding:			0;
	position: relative;
}

#content h1 {
	font-size:			17px;
}

table.layout {
	margin:				0;
	padding:			0;
	border-spacing:		0;
	border-collapse:	collapse;
	clear:				both;
}

table.layout td {
	padding:			10px 15px;
	color:				#cccccc;
	background-color:	#595959;
	vertical-align:		top;
	border-right:		5px solid #666666;
	border-bottom:		5px solid #666666;
}
table.layout td.highlight {
	background-color:	#444444;
}
table.layout td.middle {
	vertical-align:		middle;
}
table.layout td.narrow {
	padding:			10px 40px;
}
table.layout td.onecol {
	width:				185px;
}
table.layout td.twocol {
	width:				50%;
}
table.layout td.threecol {
	width:				560px;
}
table.layout td.last {
	border-right:		none;
}
table.layout td.twothirds {
	width:				500px;
}
table.layout td.onethird {
	width:				250px;
}
table.layout tr {
}
table.layout tr.noborder {
	border:				none;
}


div.content {
	padding:			10px 15px;
	color:				#cccccc;
	background-color:	#595959;
}

.content_transp {
	padding:			10px 15px;
	color:				#cccccc;
	background-color:	transparent;
}

div.article {
	padding:			40px 40px 40px 120px;
	width:				400px;
}
div.articlewide {
	padding:			40px 40px 40px 80px;
	width:				500px;
}


table.data {
	margin:				0;
	padding:			0;
	border-spacing:		1px;
	border-collapse:	separate;
	width:				100%;
}
table.data caption {
	display:			none;
}
table.data td {
	color:				#cccccc;
	background-color:	#666666;
	font-weight:		normal;
	padding:			1px 50px 1px 5px;
	margin:				1px;
}
table.data th {
	color:				white;
	background-color:	#444444;
	font-weight:		bold;
	padding:			1px 50px 1px 5px;
	margin:				1px;
}






#footer {
	clear:				both;
	color:				#999999;
	background-color:	#595959;
	font-size:			11px;
	margin:				3px 0;
	padding:			5px 15px;
}
#footer .left {
	float:				left;
}



small, .small {
	font-size:			11px;
	line-height:		15px;
}
.condensed {
	line-height:		16px;
}
blockquote {
	line-height:		15px;
}
a img {
	border:				none;
}
.unimportant {
	color:				#999999;
	background-color:	transparent;
}
.unimportant a {
	color:				#999999;
}
.unimportant a:hover {
	color:				#cccccc;
}
.highlight {
	color:				white;
	background-color:	transparent;
}
.alert {
	color:				red;
	background-color:	transparent;
}
.inline {
	display:			inline;
}
.left {
	text-align:			left;
}
.center {
	text-align:			center;
}
.right {
	text-align:			right;
}
acronym {
	cursor:				help;
	border-bottom:		1px dotted #cccccc;
}
a {
	color:				#cccc00;
	background-color:	transparent;
/*	font-weight:		bold;
	text-decoration:	none; */
	text-decoration:	underline;
}
a:hover, a:active {
	color:				#cccccc;
	background-color:	transparent;
}

hr {
	background-color:	#666666;
	height:				1px;
	border:				none;
	margin:				20px 0;
}

p {
	text-indent:		0;
}
.nomargin {
	margin:				0;
}
.nomargin p {
	margin:				0;
/*	text-indent:		10px; */
}
.nomargin p:first-child {
	text-indent:		0;
}
.bottommargin {
	margin-bottom:		30px;
}
h2 + p, h3 + p, h2 + div.image, h2 + div.image, h2 + table, h3 + table,
h2 + ul, h3 + ul, h2 + h3 {
	padding:			0;
	margin:				4px 0;
}

h2 {
	font-size:			15px;
	padding:			0;
	margin:				30px 0 0 0;
}
h3 {
	font-size:			13px;
	padding:			0;
	margin:				30px 0 0 0;
}

h2:first-child, h3:first-child {
	margin-top:			10px;
}

ul {
	list-style:			square outside;
}
ul.margin li {
	margin-bottom:		15px;
}
ul.twisty {
	list-style:			square inside;
	padding-left:		0;
	margin-left:		0;
}
ul.simple {
	list-style:			none outside;
	padding-left:		0;
	margin-left:		0;
}

ol.simple {
	list-style:			none outside;
}

form label {
	font-size:			11px;
	color:				#999999;
	background-color:	transparent;
}
form input, form textarea {
	color:				white;
	background-color:	transparent;
	border:				1px solid #cccccc;
	font-size:			13px;
}
form input.button {
	padding:			3px 10px;
}

pre, code {
	font-family:		"Lucida Console", "Courier New", Courier, monospace;
}

table.calendar {
	text-align:			center;
	border:				none;
	border-spacing:		1px;
	border-collapse:	separate;
}
table.calendar caption {
	font-weight:		bold;
}
table.calendar th {
	font-weight:		bold;
	color:				white;
	background-color:	#444444;
	padding:			1px 4px;
	border:				none;
}
table.calendar td {
	padding:			1px 4px;
	border:				none;
	color:				#cccccc;
	background-color:	#666666;
	font-weight:		normal;
}

.bildunterschrift {
	font-size:			11px;
	color:				white;
	text-align:			center;
	line-height:		14px;
}

.images {
	clear:				both;
	text-align:			center;
	padding:			0px;
	margin:				0 auto;
}

.images img {
	padding:			1px;
}

img.border {
	border:				1px solid black;
}

img.whiteborder {
	border:				10px solid white;
}

img.whiteborderthin {
	border:				3px solid white;
}

.float-left {
	clear:				left;
	float:				left;
	padding-right:		8px;
	padding-bottom:		4px;
}

.update {
	color:				#00ff33;
}


div.imagelist {
	text-align:			center;
	float:				left;
	width:				170px;
	color:				#cccccc;
	background-color:	#666666;
	font-weight:		normal;
	padding:			20px;
	margin:				10px;
	border:				1px solid black;
}

#headerimage {
	position:			absolute;
	width: 				150px;
	height:				150px;
	left:				40px;
	top:				15px;
	margin:				0;
	padding:			0;
}


#image_title {
	padding:			10px 20px 10px 20px;
	margin:				0 auto;
	margin-bottom:		20px;
	width:				500px;
	text-align:			center;
	border:				1px solid #444444;
}

#image_title h2 {
	color:				#ffffff;
	font-size:			15px;
	margin:				0;
	padding:			0;
}
#image_title p {
	margin:				5px 0 0 0;
	padding:			0;
}

div.arrow_left {
	float:				left;
}

div.arrow_right {
	float:				right;
}

div.column-right {
	float:				right;
	width:				155px;
	margin:				10px 0px 0px 10px;
	padding:			0;
}

div.column-right150 {
	float:				right;
	width:				185px;
	margin:				10px 0px 0px 10px;
	padding:			0;
}

div.column-right180 {
	float:				right;
	width:				215px;
	margin:				10px 0px 0px 10px;
	padding:			0;
}

div.boxinbox {
	color:				#cccccc;
	background-color:	#444444;
	border:				1px solid black;
	margin-bottom:		10px;
	padding:			10px 10px 15px 15px;
}

p.image-left {
	clear:				left;
	float:				left;
	color:				#cccccc;
	background-color:	#444444;
	padding:			10px;
	margin:				10px 10px 0 0;
}

.clear {
	clear:				both;
}

div.relatedinfo {
	margin:				10px 0 10px 0;
	padding:			10px 10px 15px 15px;
	color:				#cccccc;
	background-color:	#444444;
	border:				1px solid black;
}

body.iceland {
}

body.iceland h2 {
  color: #ffffff;
}

body.iceland h3 {
  margin-top: 10px;
}

body.iceland ul {
  padding-left: 2em;
}

body.iceland h2.button {
  width: 400px;
  padding: 0;
  background-color: #444444;
  text-align: center;
  margin: 1em 0;
}

body.iceland h2.button a {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #cccc00;
  border: 2px solid #999999;
  border-style: outset;
}

body.iceland h2.button a:hover {
  color: #ffffff;
  background-color: #f60;
  border-style: inset;
}

body.iceland .articlewide {
 	padding:			25px 25px 40px 40px;
	width:				600px;
}

body.iceland p.image-left {
	padding:			10px;
	margin:				10px 10px 0 -40px;
}

body.iceland p.image-right {
	clear:				right;
	float:				right;
	color:				#cccccc;
	background-color:	#444444;
	padding:			10px;
	margin:				10px -80px 0 0;
}

body.iceland blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: .5em;

  background-image: url(/img/quotes.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 1em;
  padding-left: 3em;
  min-height: 45px;
}