/* Basic Tags */

html {
	overflow-y: scroll;
	cursor: default;
}

body {
	margin: 0;
	padding: 0;
	cursor: default;
	background-color: #C4CCD3;
}

body, p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

div {
	display:block;
	margin:0px;
	padding:0px;
}

h1, h2, h3 {
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 8px 0 8px 0px;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
}

p {
	margin: 8px 0 20px 0;
}

a {
	text-decoration: underline;
	color: #555;
	font-weight: bold;
	cursor: pointer;
}

a:hover {
	color: #227799;
}

img {
	border: none;
	vertical-align: top;
}

table {
	border-spacing: 0;
	border: none;
}

thead td {
	font-weight: bold;
}

td {
	padding: 0 10px 10px 0;
	border: none;
	vertical-align: middle;
}

form {
	margin: 0;
}

sup {
	font-size: 9px;
}

dl {
	font-size: 13px;
}
dt {
	float: left;
	clear: left;
	margin-left: 10px;
	width: 90px;
	font-weight: bold;
}

div.portrait table {
	border: none;
}
div.portrait td {
	border-bottom: 1px dotted black;
	padding-top: 5px;
	padding-bottom: 1px;
}


/* Layout Blocks */

div.layout-wrapper {
	position: absolute;
}

div.layout-head {
	position: absolute;
	width: 900px;
	height: 122px;
	z-index:1;
}
div.layout-head a {
	display: block;
	position: absolute;
	top: 12px;
	left: 18px;
	width: 848px;
	height: 91px;
}

div.layout-body {
	background-color:#F1F1F1;
	border:8px solid #3580c0;
	left:141px;
	padding:20px 40px 20px 171px;
	margin-bottom:170px;
	position:relative;
	top:115px;
	width:495px;
	z-index:2;
	font-size: 12px;
	min-height: 400px;
}


div.layout-nav {
	position: absolute;
	top: 103px;
	left: 37px;
	z-index:3;
}


div.layout-nav ul {
	margin: 0;
	padding: 0;
}

div.layout-nav li {
	list-style: none;
}

div.layout-nav img.stroeck {
	margin: 40px 0px 0px -20px;
}

div.home-picture {
	position: absolute;
	top: -3px;
	left: 1px;
	z-index:2;
}

div.bg-picture {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:-1;
}

div.picture-portrait-small {
	position: absolute;
	top: 20px;
	right: 20px;
	border:4px solid #3580c0;
	z-index: 4;
}


/*
div.layout-teaser-block h1 {
	position: relative;
	xwidth: 373px;
	background: url(../img/layout-teaser-header.png) no-repeat;
	padding: 1px;
	height: 20px;
	font-size: 15px;
}
*/

div.layout-teaser-block h1 img {
	margin: 2px 14px 0 5px;
}

div.layout-teaser-block h1 a {
	text-decoration: none;
	color: #000;
}

div.layout-teaser-block div.layout-teaser {
	background: url(../img/layout-teaser-bg.png) right bottom no-repeat;
}

h2.underline {
	border-bottom: 2px solid #D0D5D9;
	font-size: 14px;
}

div.news-entry {
	margin:5px 0px 20px 0px !important;
}

div.news-entry h2 {
	letter-spacing: normal;
	margin: 14px 0 5px 0;
	font-size: 12px;
	border-bottom: 2px solid #D0D5D9;
}
div.news-entry h2 span.date {
	float: right;
	color: #678;
	margin-left: 10px;
}

div.layout-teaser-block div.layout-teaser h2 {
	letter-spacing: normal;
	margin: 14px 0 5px 0;
	font-size: 12px;
	border-bottom: 2px solid #D0D5D9;
}

div.layout-teaser-block div.layout-teaser h2 span.date {
	float: right;
	color: #678;
	margin-left: 10px;
}

div.layout-teaser-block div.layout-teaser div {
	margin: 0;
	font-size: 12px;
}

div.layout-teaser-block div.layout-teaser div.links {
	margin-top: 5px;
}

div.layout-teaser-block div.layout-teaser a.layout-teaser-gallery {
	position: relative;
	margin-left: 8px;
	text-decoration: none;
}
div.layout-teaser-block div.layout-teaser a.layout-teaser-gallery img {
	background: #fff;
	border: 1px solid #8b2;
	padding: 5px;
	margin-bottom: 5px;
}
div.layout-teaser-block div.layout-teaser a.layout-teaser-gallery span {
	background: transparent url(../img/layout-gallery-overlay.gif) right top no-repeat;
	width: 28px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}

div.layout-footer {
	background: url(../img/layout-footer-bg.jpg) center 30px no-repeat;
	padding-top: 40px;
	clear: both;
	text-align: center;
}

div.layout-footer div.content {
	padding: 20px 0 40px 0;
}

ul.layout-admin-menu {
	margin: 0;
	padding: 0;
	float: right;
}

ul.layout-admin-menu li {
	list-style: none;
	text-align: right;
	margin-bottom: 2px;
	padding-bottom: 4px;
}

ul.layout-admin-menu li.logout a {
	color: #227799;
}

/* Standard Blocks */

.error {
	color: #b40 !important;
	font-weight: bold !important;
	margin: 20px 0;
}

.success {
	color: #792 !important;
	font-weight: bold !important;
	margin: 20px 0;
}

input.text, textarea.text {
	width: 300px;
}

.datetime {
	background: #3580c0;
}

/* Page Based Elements */


div.agenda h2, div.layout-teaser-block h1, div.news-switch, div.gallery-switch {
	background: url(../img/layout-bar.gif) no-repeat;
	padding: 5px 10px 0px 50px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	color: #ffffff;
	margin: 0px
}

div.agenda h2 img, div.layout-teaser-block h1 img, div.news-switch img, div.gallery-switch img {
	margin: 0px 35px 0px -45px;
}

div.agenda h2 span.date {
	color: #ffffff;
	margin: 0px 10px 0px 0px;
}

div.gallery-switch span.gallery-date {
	font-weight: normal;
	font-size: 10px;
	color: #f5f5f5;
}

div.agenda-block div.selector {
	margin-bottom: 24px;
}

div.agenda div.links {
	float: right;
	margin-left: 20px;
}

div.agenda div.desc {
	padding: 10px 0px;
	margin: 0px;
}

div.agenda div.results {
	padding-bottom: 20px;
	margin-left: 40px;
}

div.agenda div.results div.images {
	margin-top: 10px;
}

div.agenda div.results div.images img {
	background: #fff;
	padding: 5px;
	border: 1px solid #8b2;
	margin: 2px 1px 3px 0;
}

/*
div.gallery-switch {
	background: url(../img/gallery-header.jpg) no-repeat;
	cursor: pointer;
	font-weight: bold;
	padding: 2px 5px 4px 2px;
	margin-bottom: 5px;
}

div.gallery-switch img {
	margin: 1px 18px 0 5px;
}

div.gallery-switch span.gallery-date {
	font-weight: normal;
	font-size: 11px;
	color: #444;
}
*/

ul.gallery-block {
	margin: 0;
	padding: 10px 0px 0px 0px;
}

ul.gallery-block li div a img {
	max-width: 135px;
	max-height: 150px;
}

ul.gallery-block li {
	float: left;
	position: relative;
	list-style: none;
	border: 1px solid #0571BA;
	margin: 0 0 0 10px;
	text-align: center;
	width: 140px;
	padding: 5px;
	background: #fff url(../img/opi-port-overlay.png) right bottom no-repeat;
}

ul.gallery-block li.clear {
	display: block;
	float: none;
	position: inherit;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	clear: left;
}

ul.gallery-block li div.down {
	position: absolute;
	bottom: 0;
	right: 0;
}

ul.gallery-block li div.title {
	font-size: 11px;
}

ul.gallery-block li div.down img {
	padding: 10px 2px 2px 13px;
	width: 8px;
	height: 12px;
}

ul.gallery-block li div.title {
	margin-top: 5px;
}

ul.gallery-block li div.desc {
	font-size: 10px;
	color: #555;
	margin-top: 5px;
}

ul.gallery-block li div.options {
	font-size: 12px;
	color: #ccc;
	margin-top: 5px;
}

ul.gallery-block li div.options a {
	color: #f00;
	text-decoration: none;
}

div.opinions-block div.opinion {
	padding: 0 14px 30px 0;
}

div.opinions-block div.opinion h1 {
	background: url(../img/opinions-header.jpg) no-repeat;
	padding: 1px;
	height: 20px;
	font-size: 15px;
}

div.opinions-block div.opinion h1 img {
	margin: 2px 18px 0 5px;
}

div.opinions-block div.opinion td.text {
	background: url(../img/opinions-bg.png) right bottom no-repeat;
	padding: 0 14px 20px 20px;
	vertical-align: top;
}

