/* Basic Tags */

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

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

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, a:focus {
	color: #C1272D;
}

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;
	border-top: 1px solid #C1272D;
}
div.portrait td {
	border-bottom: 1px solid #C1272D;
	padding-top: 5px;
	padding-bottom: 1px;
}


/* Layout Blocks */

div.layout-wrapper {
	position: absolute;
	left: 50%;
	width: 771px;
	margin: 50px 0px 0px -385px;
}

div.layout-white-ground {
	display: block;
	position: absolute;
	background: #FFFFFF;
	width: 750px;
	z-index: 1;
}
* html div.layout-white-ground {
	max-width: 740px;
}
div.layout-white-ground.home {
	background: #000000;
	height: 926px;
	z-index: 3;
}
* html div.layout-white-ground.home {
	
}
div.layout-white-ground.home div.layout-body, div.layout-white-ground.home div.layout-body p {
	color: #FFFFFF;
}

div.watermark {
	display: block;
	position: absolute;
	background: url(../img/layout-content-bg.gif) no-repeat;
	left: 310px;
	top: 120px;
	width: 298px;
	height: 564px;
}

div.layout-head {
	position: absolute;
	width: 771px;
	height: 10px;
	z-index: 1;
	left:0px;
	margin-left: -10px;
}
*:first-child+html div.layout-head { /* HACK AGAINST HEADER MOVING FOR IE7 */
	margin-left: -226px;
}
div.layout-head a {
	display: block;
	position: absolute;
	width: 771px;
	height: 85px;
}

div.layout-head-shade {
	position: absolute;
	left: 226px;
	top: 85px;
	width: 567px;
	height: 16px;
	background: url(../img/layout-header-shade.gif) no-repeat;
	z-index: 2;
	margin-left: -10px;
}

div.layout-body {
	position: relative;
	margin: 125px 0px 40px 230px;
	width: 455px; /* 500px */
	z-index: 4;
	font-size: 12px;
	padding: 0px 20px 0px 25px;
}
* html div.layout-body {
	top: 125px;
	padding: 0px 10px 0px 25px;
	margin-bottom: 140px;
	min-height:700px;
}

div.layout-footer {
	position: relative;
	clear: both;
	width: 100%;
	/* background: #88ff22; */
	text-align: center;
	padding:20px 0px 30px 0px;
}
* html div.layout-footer {
	background: #CCCCCC;
}

div.layout-footer a {
	color: #C1272D;
	text-decoration: none;
	cursor: pointer;
}
div.layout-footer a:hover, div.layout-footer a:focus {
	color: #555;
}


div.layout-nav {
	position: relative;
	float: left;
	margin-top: 85px;
	z-index:5;
	margin-left: -10px;
}
* html div.layout-nav { /* HACK AGAINST CONTENT MOVING FOR IE6 */
	float:none;
	position: absolute;
	left: 0px;
}

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

div.layout-nav ul#navUL li {
	width: 226px;
	overflow: hidden;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
* html div.layout-nav ul#navUL li { /* HACK AGAINST MENU ITEM SPACING FOR IE6 */
	margin-bottom: -3px;
}
*:first-child+html div.layout-nav ul#navUL li { /* HACK AGAINST MENU ITEM SPACING FOR IE7 */
	margin-bottom: -3px;
}
div.layout-nav ul#navUL li a img{
	display: none;
	visibility: hidden;
}
div.layout-nav ul#navUL li a {
	display: block;
	background-position: left top;
	width: 226px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
div.layout-nav ul#navUL li#nav0 a {
	background: url(../img/nav-0-news.jpg) no-repeat;
	height: 57px;
	width: 226px;
}
div.layout-nav ul#navUL li#nav1 a {
	background: url(../img/nav-1-portrait-presse.jpg) no-repeat;
	height: 56px;
	width: 226px;
}
div.layout-nav ul#navUL li#nav2 a {
	background: url(../img/nav-2-sponsoren.jpg) no-repeat;
	height: 57px;
	width: 226px;
}
div.layout-nav ul#navUL li#nav3 a {
	background: url(../img/nav-3-spielergebnisse.jpg) no-repeat;
	height: 56px;
	width: 226px;
}
div.layout-nav ul#navUL li#nav4 a {
	background: url(../img/nav-4-termine.jpg) no-repeat;
	height: 56px;
	width: 226px;
}
div.layout-nav ul#navUL li#nav5 a {
	background: url(../img/nav-5-fotogalerie.jpg) no-repeat;
	height: 57px;
	width: 226px;
}
div.layout-nav ul#navUL li#nav6 a {
	background: url(../img/nav-6-kontakt.jpg) no-repeat;
	height: 56px;
	width: 226px;
}
div.layout-nav ul#navUL.home li#nav0 a {
	background: url(../img/nav-0-news-home.jpg) no-repeat;
}
div.layout-nav ul#navUL.home li#nav1 a {
	background: url(../img/nav-1-portrait-presse-home.jpg) no-repeat;
}
div.layout-nav ul#navUL.home li#nav2 a {
	background: url(../img/nav-2-sponsoren-home.jpg) no-repeat;
}
div.layout-nav ul#navUL.home li#nav3 a {
	background: url(../img/nav-3-spielergebnisse-home.jpg) no-repeat;
}
div.layout-nav ul#navUL.home li#nav4 a {
	background: url(../img/nav-4-termine-home.jpg) no-repeat;
}
div.layout-nav ul#navUL.home li#nav5 a {
	background: url(../img/nav-5-fotogalerie-home.jpg) no-repeat;
}
div.layout-nav ul#navUL.home li#nav6 a {
	background: url(../img/nav-6-kontakt-home.jpg) no-repeat;
}
div.layout-nav ul#navUL li#nav0 a:hover, div.layout-nav ul#navUL li#nav0 a:focus,
div.layout-nav ul#navUL li#nav1 a:hover, div.layout-nav ul#navUL li#nav1 a:focus,
div.layout-nav ul#navUL li#nav2 a:hover, div.layout-nav ul#navUL li#nav2 a:focus,
div.layout-nav ul#navUL li#nav3 a:hover, div.layout-nav ul#navUL li#nav3 a:focus,
div.layout-nav ul#navUL li#nav4 a:hover, div.layout-nav ul#navUL li#nav4 a:focus,
div.layout-nav ul#navUL li#nav5 a:hover, div.layout-nav ul#navUL li#nav5 a:focus,
div.layout-nav ul#navUL li#nav6 a:hover, div.layout-nav ul#navUL li#nav6 a:focus {
	background-position: right top;
}

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

div.picture-portrait-small {
	position: absolute;
	top: 25px;
	right: 10px;
	z-index: 4;
	width: 180px;
	margin: 5px;
}
div.picture-portrait-small img{
	width:180px;
}


div.layout-teaser-block h1 img {
	margin: 0px 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.layout-teaser-block h2 {
	letter-spacing: normal;
	margin: 14px 0 -6px 0;
	font-size: 15px;
	font-weight: normal;
	color: #C1272D;
}

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

div.news-entry h2 {
	letter-spacing: normal;
	margin: 14px 0 5px 0;
	font-size: 14px;
	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 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;
}

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: #C1272D;
}

/* 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.layout-teaser-block div.layout-teaser div.news-switch, div.news-switch, div.gallery-switch {
	background: url(../img/layout-bar.gif) no-repeat;
	padding: 3px 10px 0px 0px;
	height: 19px;	
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	color: #ffffff;
	margin-left: -25px;
	width: 500px;
}
div.layout-teaser-block h1.nobar {
	background-image: none !important;
	padding: 0px;
	height: 25px;	
	font-size: 16px;
	font-weight: bold;
	color: #C1272D;
	margin-left: -25px;
	width: 500px;
}

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

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;
	margin-top:10px;
}

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 {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
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;
	margin-left: -9px;
}

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

ul.gallery-block li {
	float: left;
	position: relative;
	list-style: none;
	border: 1px solid #C1272D;
	margin: 0 0 0 10px;
	text-align: center;
	width: 130px;
	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.down img {
	padding: 10px 2px 2px 13px;
	width: 8px;
	height: 12px;
}

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

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

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;
}


table.success {
	font-weight: normal;
}
table.success tbody{
	border-top: 1px solid #C1272D;
}
table.success td{
	border-bottom: 1px solid #C1272D;
	padding: 2px;
}

table.calendar {
	border-collapse: separate;
	border-spacing: 1px;
}
table.calendar th {
	font-size: 12px;
	background: #C1272D;
	padding: 1px;
	color: #FFFFFF;
}
table.calendar td {
	font-size: 12px;
	background: #EEEEEE;
	padding: 1px;
}
table.calendar img {
	display: none;
}

span.formerror {
	color: #F12413;
	font-weight: bold;
}
input.formerror, textarea.formerror {
	border: 2px solid #F12413;
}
