@media screen {

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body, table, input, select, textarea {
	font-size: 12px;
	font-family: Georgia;
	line-height: 17px;
	color: #333333;
}

body {
	background-color: #ffffff;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: 1px 0px;
	padding-left: 20px;
}

h1 {
	font-weight: normal;
	color: #990000;
	font-style: italic;
	font-size: 24px;
	padding-bottom: 15px;
	line-height: 31px;
}

h1 a {
	color: #990000;
}


h2 {
	font-weight: normal;
    color: #FF6600;
    font-style: italic;
    font-size: 17px;
    padding-bottom: 5px;
	margin-bottom: 5px;
}

h2 a {
	color: #FF6600;
}

h3 {
	font-size: 12px;
	padding-bottom: 5px;
}

a {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
}

a.arrow {
	background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 0px 0px 0px 10px;
}

p {
	padding: 0px 0px 15px 0px;
}

p.date {
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma;
	color: #666666;
}

ul {
	list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

table td {
    vertical-align: top;
}

.message-warning {
	color: #0066CC;
}

img.bookmark {
	border: 1px solid #0099CC;
}

.no-javascript {
	border: 1px solid #cc0000;
	color: #cc0000;
	padding: 20px;
	margin-bottom: 10px;
	text-align: center;
}

/* Wraps */
#head {
	height: 265px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#wrap {
	width: 960px;
}

#content-wrap {
    width: 569px;	
	float: left;
}

#content {
	background-image: url(../images/content_background.jpg);
    background-repeat: repeat-y;
	padding: 10px 14px 0px 14px;
}

#abbinder {
	background-image: url(../images/abbinder.gif);
	background-repeat: no-repeat;
	line-height: 0px;
	height: 36px;
}

#marginal-wrap {
	float: left;
	margin: 50px 0px 0px 10px;
	width: 180px;
}

#marginal-wrap h2 {
	text-align: center;
	background-image: url(../images/h2_background.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#outer-wrap {
	width: 180px;
	position: absolute;
	top: 0px;
	left: 800px;
}

/* Metanavigation */
#meta-navigation {
	font-size: 11px;
	font-style: italic;
}

#meta-navigation li {
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #660000;
}

#meta-navigation li a {
	color: #660000;
}

#meta-navigation li.last {
	border: 0px;
}


/* Main-Navigation */
#main-navigation {
	font-size: 18px;
	font-style: italic;
	padding: 95px 0px 0px 15px;
}

#main-navigation li {
	display: inline;
	padding: 0px 15px 0px 0px;
}

#main-navigation li.active {
	font-weight: bold;
	background-image: url(../images/navi_arrow.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#main-navigation li a {
	color: #FF6600;
}

/* Navigator */
ul.pagenavigator {
	height: 19px;
}


ul.pagenavigator li {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	float: left;
	color: #ffffff;
	background-image: url(../images/navigator_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 7px;
	margin: 0px 3px 0px 0px;
}

ul.pagenavigator li a {
	display: block;
	color: #CC9999;
	background-image: url(../images/navigator_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 1px 7px 1px 0px;
}

ul.pagenavigator li.spacer {
	background: transparent;
	color: #999999;
}

ul.pagenavigator li.current {
	font-weight: bold;
}

ul.pagenavigator li.current a,
ul.pagenavigator li.current a:hover {
	text-decoration: underline;
	color: #ffffff;
}

ul.pagenavigator li.previous a,
ul.pagenavigator li.next a {
    color: #ffffff;
}

/* RSS */
#rss {
	position: absolute;
	z-index: 20;
	margin: 15px 0px 0px 393px;
	font-style: italic;
}

#rss a {
	color: #660000;
}

#rss img {
	vertical-align: top;
}

/* Foto */
#foto {
	position: absolute;
	width: 263px;
	height: 223px;
	z-index: 10;
	margin: 0px 0px 0px 481px;
	background-image: url(../images/foto.png);
}

/* Listen */
ul.articles {
    list-style-type: none !important;
    padding: 0px !important;
}

ul.articles li.articleitem {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.links {
	padding: 0px 0px 15px 0px;
}

ul.links li {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 0px 0px 0px 10px;
}

ul.default {
	padding: 0px 0px 15px 17px;
	list-style-type: disc;
}

ul.default li {
	padding: 0px 0px 3px 0px;	
}


ol.default {
    padding: 0px 0px 15px 17px;
}

ol.default li {
    padding: 0px 0px 3px 0px;
}


/* Ticker */
#ticker {
	border-bottom: 1px solid #DBE7EE;
	padding: 0px 0px 7px 0px;
	margin-bottom: 15px;
	font-style: italic;
}

/* Formulare */
form {
	display: inline;
}

label {
	font-size: 12px;
	font-style: italic;
	color: #990000;
}

input.text,
textarea,
input.box,
input.halfbox,
input.ezcc-user,
select {
	background: #F8F8F8;
	border: 1px solid #BBBBBB;
	font-size: 11px;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 300px;
	display: block;
	margin-bottom: 7px;
}

input.submit,
input.button,
input.defaultbutton {
	background-color: #0066CC;
	color: #FFFFFF;
	padding: 2px 3px 2px 3px;
	border: 1px solid #ebebeb;
}

select {
	width: auto;
}
select>option {
	padding-right: 5px;
}

.recommend-page-node-content {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

/* Tabellen */
table.table-wrap {
	width: 100%;
}

table.register td {
	padding: 0px 10px 10px 0px;
}

table.columns {
    width: 90%;
}
table.columns td {
    width: 50%;
    padding: 0px 20px 0px 0px;
}

table.renderedtable {
	margin-bottom: 15px;
}

table.renderedtable td {
	padding: 5px;
	border: 1px solid #BBBBBB;
}

table.renderedtable p {
	padding: 0px;
}

table.list {
	margin-bottom: 15px;
	width: 100%;
}

table.list .imagecenter,
table.list .imageleft,
table.list .imageright {
	border: 0px;
}

table.list td {
	border-bottom: 1px dotted #84A0BB;
	padding: 15px 0px 0px 0px;
}

/* Bilder */
td .imageleft,
td .imageright,
td .imagecenter {
	margin-right: 10px;
	margin-bottom: 0px;
}

.imageleft,
.imageright,
.imagecenter {
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

.imageleft img,
.imageright img,
.imagecenter img {
	display: block;
}

.imagecenter {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.imageleft {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
}

.imageright {
	float: right;
	margin-top: 3px;
	margin-left: 15px;
}

.image-caption {
	font-size: 10px;
	padding: 5px 5px 0px 5px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #990000;
	color: #FFFFFF;
	margin-top: 1px;
}

.image-caption p {
	padding-bottom: 10px;
}

#gallery-image {
	display: block;
	border: 1px solid #aaaaaa;
}

#gallery-name {
	font-size: 10px;
	font-style: italic;
	border-bottom: 1px solid #EEEEEE;
	padding: 3px 0px 3px 0px;
	margin-bottom: 5px;
}

#gallery-prev {
	float: left;
	padding: 3px 0px 0px 10px;
}

#gallery-next {
	float: right;
	padding: 3px 10px 0px 0px;
}

#gallery h2 {
	margin-bottom: 0px;
}

/* Footer */
#footer {
	clear: both;
	color: #AAAAAA;
	font-size: 11px;
	padding: 0px 10px 30px 10px;
}


/* Banner */
#supersize {
	width: 728px;
	height: 90px;
	margin-bottom: 10px;
}

.banner-content-right {
	margin: -11px 0px 10px 10px;
	float: right;
}

#temp-banner {
	display: none;
}

#main-article #temp-banner,
.articleitem #temp-banner {
	display: block;
}

.banner-center {
	text-align: center;
}


.ad-info {
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
}

/* Highslide */
.highslide-caption {
		display: none;
}

.highslide-caption .description {
	background-color: #990000;
	color: #FFFFFF;
	padding: 10px 10px 0px 10px;
}

.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}



}

@media print {

#foto,
#meta-navigation,
#main-navigation,
#marginal-wrap,
#outer-wrap,
#footer,
.ad-info,
.banner-center,
.banner-content,
.highslide-caption,
#ticker,
#rss {
	display: none;
}

body {
    font-family: Georgia, serif;
    font-size: 11px;
}

a {
    color: #000000;
}


}
