/* Font settings */
body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#333;
}
input,button,textarea,select {
	font-family:inherit;
	font-size:99%;
	font-weight:inherit;
}
pre,code {
	font-family:"Lucida Console",Monaco,monospace;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

h4 {
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	margin:7px 0;
	padding:0;
	letter-spacing:0.05em;
}

h1 {
	font-size:22px;
}

h1, h2 {
	color: #a5bed8;	
}
/* h3 - allgemein, da ist immer dieser lustige hintergrund drin */
h3 {	
	padding:0;	
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	font-size:14px;	
	text-shadow: 1px 1px 1px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
	background: url('img/bg-h3.png') repeat-x;
	line-height:25px;
	padding: 0 10px;
	font-weight: bold;
}

h4 {
	color:#5A76AB;	
	background: url("img/bg-line.png") repeat-x center bottom;
	padding:5px 0;
}

table {
	font-size:inherit;
}
caption,th {
	font-weight:bold;
}


body {
	margin: 0;
	padding: 0;
	background: #1261bd url('img/bg-body.jpg') repeat-x;
}

#outer {
	background: url('img/bg-outer.jpg') top center no-repeat;
	min-height:1200px;
	padding-top: 46px;
}

#wrapper {
	background: #fff;	
	-webkit-box-shadow: 1px 1px 30px 1px #9db9d9;
	-moz-box-shadow: 1px 1px 30px 1px #9db9d9;
	box-shadow: 1px 1px 30px 1px #9db9d9;
}

#header {
	background-color: #eceaeb;
	background-repeat: no-repeat;
}

#logo {
	position:absolute;
	right:25px;
	top:-30px;
	
}

#nav-header {
	width:100%;
	background:url('img/bg-nav-header.png') no-repeat;	
	position: absolute;
	top: 237px;
	left:0;
}

#nav-top ul,
#nav-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#nav-header li {
	float:left;
	border-right:1px solid #202f4f;
	border-left: 1px solid #6583bd;	
	width:163px;
}

#nav-header li.first {
	border-left: 0;
	width:158px;
}

#nav-header li.last {
	border-right: 0;
	width:160px;
}


#nav-top a,
#nav-top span,
#nav-header a,
#nav-header span {
	display: block;
	line-height: 60px;
	text-align:center;	
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	font-size:14px;	
	text-shadow: 1px 1px 5px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
}

#nav-header a:hover,
#nav-header a.trail,
#nav-header span {
	background:url('img/bg-nav-header-hover.png') repeat-x;	
}

#nav-top {
	position: absolute;
	left:0;
	top:-30px;
}

#nav-top li {
	float:left;
	width:auto;
	
}

#nav-top a,
#nav-top span {
	line-height:8px;
	padding:2px 3px;
	font-size:12px;
	border-right:1px solid #fff;
	
}

#nav-top li.first {
	width:18px;
	border:0;
	padding-right:5px;
}
#nav-top li.first span,
#nav-top li.first a {
	background:url('img/bg-button-home.png') 0 1px no-repeat;
	border:0;
}

#nav-top li.first span span,
#nav-top li.first a span {
	visibility: hidden;
}

#nav-top li span span,
#nav-top li a span {
	border: 0;
}

#nav-top li.last span,
#nav-top li.last a {	
	border:0;
}

#nav-left {
	padding-bottom:15px;
}

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

#nav-left a,
#nav-left span {
	display:block;
	height:1%;
	background: #768fb3;
	background: -moz-linear-gradient(top, #768fb3 0%, #87a3cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#768fb3), color-stop(100%,#87a3cc));
	background: -webkit-linear-gradient(top, #768fb3 0%,#87a3cc 100%);
	background: -o-linear-gradient(top, #768fb3 0%,#87a3cc 100%);
	background: -ms-linear-gradient(top, #768fb3 0%,#87a3cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#768fb3', endColorstr='#87a3cc',GradientType=0 );
	background: linear-gradient(top, #768fb3 0%,#87a3cc 100%);		
	padding:7px 20px;
	color: #26395f;
	text-decoration: none;
	font-size:12px;
}

#nav-left a:hover,
#nav-left a.trail,
#nav-left span {
	background: #2b3f65;
	color:#fff;

	
}

#nav-left a:hover {
	-webkit-transition: color 1s ease-in;
    -moz-transition: color 1s ease-in;
    -o-transition: color 1s ease-in;
    transition: color 1s ease-in;
}
#nav-left li li a,
#nav-left li li span {
	background: #a5bed8;
	padding:4px 20px;
}

#nav-left li li a:hover,
#nav-left li li a.trail,
#nav-left li li span {
	background:#2b3f65;
	color:#fff;
}

#nav-left li li li a,
#nav-left li li li span {
	padding:2px 20px 2px 40px;
	font-size:11px;
}

#nav-left li li li a:hover,
#nav-left li li li a.trail,
#nav-left li li li span {
	background:#a5bed8;
	
}


#top-search {
	background:url('img/bg-top-search.png') no-repeat;
	width:217px;
	height:67px;
	position: absolute;
	right: 0;
	top: 170px;
}

#top-search .text {
	font-size:11px;
	padding:3px;
	width:115px;
	position: absolute;
	top:25px;
	left:20px;
	border: 1px solid #4a6a91;
	opacity: 0.7;
}

#top-search .text:focus {
	opacity: 0.9;
}

#top-search .submit {
	height:58px;
	width:60px;
	position: absolute;
	top:10px;
	right:5px;
	cursor:pointer;
	border:0;
	background: none;
	
}

#top-search .submit span {
	visibility: hidden;
	
}


#footer {
	background:url('img/bg-footer.png') no-repeat;
}

#footer, 
#footer a {
	color:#fff;
	text-decoration:none;	
	font-size:14px;	
	text-shadow: 1px 1px 5px #000;
	filter: dropshadow(color=#000, offx=1, offy=1);
	
}

#footer li a,
#footer li span {
	text-transform: uppercase;
	display: inline-block;	
	padding:0 10px;
	border-left: 1px solid #fff;
	line-height: 15px;
	
}

#footer li.first a,
#footer li.first span {
	border: 0;
}

#footer .ce_text {
	display: inline-block;
	line-height: 60px;
	padding-left:20px;
	float:left;
}

#footer p {
	display: inline;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:right;
}

#footer li {
	float:left;
	line-height: 60px;
}


/* boxen links und rechts friedlich beisammen */
#left .inside,
#right .inside {
	margin:15px;
}

#left a,
#right a {
	color: #26395F;
} 

#main .inside {
	padding-bottom: 20px;
}

#main a {
	color: #26395F;
}

#main td a {
	color: #000;
}

#main a:hover {
	color: #D42417;
}

/* eislöwen banner rechts */
#right .banner {
	margin-bottom: 7px;
}

/* downloadbox die kanns rechts wie links*/
#right .ce_downloads,
#left .ce_downloads {
	background: #d2deeb;
	margin: 7px 0 15px 0;	
	
}

.box {
	background: #d2deeb;
	margin: 7px 0;			
}

.box p {	
	margin:10px;
}

#right .ce_downloads h3,
#left .ce_downloads h3,
.box h3,
.box h3 {
	margin-top:0;	
}

.ce_downloads p {
	padding: 3px 10px 3px 30px;
	font-size:12px;
	margin:0;
}

.ce_downloads a {
	text-decoration: none;
	color:#2b3f65;
}

.ce_downloads .mime_icon {
	position:absolute;
	left:10px;
}


/* brotkrumennavigation das hänsel und gretel nach hause finden */

body.homepage .mod_breadcrumb {
	display: none;
}

body.homepage #main .inside {
	padding-top:10px;
}


.mod_breadcrumb {
	padding:22px 0 7px 0;
}

.mod_breadcrumb,
.mod_breadcrumb a {
	font-size:12px;
	text-decoration: none;
	color:#a5bed8;
}

.mod_breadcrumb .active {
	color:#26395f;
}

/* ausname startseite, schaut a little bit different aus*/
.homepage .custom {
	width:750px;
	height:315px;
	overflow:hidden;	
	position:absolute;
	background:url('img/bg-custom-inside.png') center bottom no-repeat;
}

/*
.homepage #left, 
.homepage #main {
	padding-top:310px;
}
*/

/* fancy news slider auf der startseite */
.homepage .custom .inside {
	margin:14px 0 0 14px;	
}

.homepage .custom h3 {
	margin:0;
}

#news-slider {
	position: relative;		
	height: 290px;
	overflow: auto;	
	margin: 0 35px; 
	padding:20px 0;
}

#news-slider .item { 
	display: block; 
	width: 100%; 
	height: 290px; 
}

#news-slider-controls .button-prev {
	position:absolute;
	top:100px;
	left:0;
	height:105px;
	width:22px;
	z-index:99;
}

#news-slider-controls .button-next {
	position:absolute;
	top:100px;
	right:0;
	height:105px;
	width:22px;
	z-index:99;
}

#news-slider p,
#news-slider h2 {
	margin:0;
}

#news-slider .caption,
#news-slider p.info {
	font-size:smaller;
}

#news-slider .caption {
	margin-top:5px;
}

#news-slider p.more,
#news-slider h2 {
	margin:5px 0;
}

#news-slider h2 {
	font-size:20px;
}

#news-slider a {
	color:#283b62;
}

/* newslisten  */
.layout_latest {
	padding:10px 0;
	margin:4px 0;
	background: url('img/bg-line.png') bottom repeat-x;
}

.layout_latest.last {
	background: none;
}

.layout_latest .info,
.layout_latest h2,
.layout_latest .teaser,
.layout_latest .more {
	margin:0;
	padding:0;
}

.layout_latest .caption,
.layout_latest .info {
	font-size:smaller;
}

.layout_latest .caption {
	padding:4px 0;
}

.layout_latest h2,
.layout_latest h2 a {
	text-decoration:none;
	font-size:20px;
	font-weight: normal;
	color:#333;
	padding:4px 0;
}

/* eventliste */
.mod_eventlist .header {
	font-size:smaller;
	background: url('img/bg-line.png') bottom repeat-x, url('img/bg-line.png') top repeat-x;
	padding: 5px;
}

.mod_eventlist .info,
.mod_eventlist h2,
.mod_eventlist .teaser,
.mod_eventlist .more {
	margin:0;
	padding:0;
}

.mod_eventlist h2,
.mod_eventlist h2 a {
	text-decoration:none;
	font-size:20px;
	font-weight: normal;
	color:#333;
	padding:4px 0;
}

.mod_eventlist .event {
	padding: 5px 0;
}

/* event boxen auf der linken seite der homepage */

#left .ce_image,
#left .mod_eventlist {
	margin:2px 0 13px 0;
}

#left .ce_image h3 ,
#left .mod_eventlist h3 {
	margin:0;
}

#left .mod_eventlist table {
	width:100%;
}

#left .mod_eventlist td,
#left .mod_eventlist th {
	font-size:12px;
	padding:4px 8px;
}

#left .mod_eventlist td.date {
	white-space: nowrap;
	font-weight: bold;
	
}


#left .mod_eventlist tfoot th {
	text-align: right;
	background: #26395F;
}

#left .mod_eventlist tfoot th a {
	color:#fff;
	display: block;
}

.mod_eventlist,
.mod_eventlist a {
	color: #26395F;
	text-decoration: none;
}


/* allgemeine sachen die dem albi freude machen */
table {
	border-collapse: collapse;
}

th {
	font-weight:bold;
}

.thead th,
thead th {
	text-transform: uppercase;
}

th, td {
	background:#A6BED9;
	vertical-align: top;
}

tr.even td {
	background: #D0DDEB;
}

/* galerietabellen ohne hintergrund, und das nicht ohne grund */
.ce_gallery td, .ce_gallery tr.even td {
	background: none;
}

/* main content - suche */
.mod_search p.url {
	display:none;
}

.mod_search h3 a ,
.mod_search h3 {
	background:none;
	color: #333;	
	text-shadow: 1px 1px 1px #ccc;
	filter: dropshadow(color=#ccc, offx=1, offy=1);	
	text-decoration: none;
}

.mod_search h3,
.mod_search p {
	padding:0;
	margin:0;	
}

.mod_search .even,
.mod_search .odd {   
	margin: 10px 0;
	padding: 10px 0;
	background: url("img/bg-line.png") repeat-x top;	
}

/* bilder im contentbereich */

.ce_text .image_container.float_left {
	padding: 0 10px 10px 0;
}

.ce_text .image_container.float_right {
	padding: 0 0 10px 10px;
}

.image_container .caption {
	font-size: smaller;
}

/* formulare */

.ce_form {
}

.ce_form.tableless label {
	display: block;
	font-weight: bold;
	padding: 5px 0;
}

.ce_form.tableless .text,
.ce_form.tableless .select,
.ce_form.tableless .textarea {
	width:80%;
}

.ce_form .text,
.ce_form .select,
.ce_form .textarea,
.ce_form .captcha {
	border: 1px solid #c7d8e5;
	padding:5px 10px;
	background: #c7d8e5; /* Old browsers */
	background: -moz-linear-gradient(top, #c7d8e5 0%, #fcfcfc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7d8e5), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c7d8e5 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c7d8e5 0%,#fcfcfc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c7d8e5 0%,#fcfcfc 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d8e5', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c7d8e5 0%,#fcfcfc 100%); /* W3C */
} 

.ce_form .select {
	padding:0 0 0 10px;
}

.ce_form .text:focus,
.ce_form .select:focus,
.ce_form .textarea:focus,
.ce_form .captcha:focus {
	border-color: #184886
}

.ce_form .text.error,
.ce_form .select.error,
.ce_form .textarea.error,
.ce_form .captcha.error {
	border-color: #C12C28;
}

.ce_form .submit_container {
	margin: 20px 0 10px 0;
}

.ce_form .submit {
	background:transparent  url("img/bg-h3.png") repeat-x;
	border:0;
	color: #fff;
	font-size:16px;
	height: 25px;
}

.ce_form .submit:hover {	
	background: #1162BB;
}

.ce_form p.error {
	margin: 0 0 5px 0;
	padding: 0;
	color: #C12C28;
}

/* tabellen im inhaltsbereich */
.ce_table table {
	width:auto;
	font-size:12px;
}

.ce_table th,
.ce_table td {
	padding:5px 8px;
}

.ce_table .thead th,
.ce_table tfoot td,
.ce_table thead th {
	color:#fff;
	background: transparent url("img/bg-h3.png") repeat-x;
	padding:3px 5px;
}

.ce_table .thead th,
.ce_table thead th {
	text-transform: none;
}

.match_short.odd, 
.ce_table tr.odd td {
	background:#B7CCE2;
}

.ce_table td {
	border-top: 1px solid #fff;
}

.ce_table tr:hover td {
	background:#2C4679;
	color:#fff;
}

/* Ligamanager - Anpassungen */

/* box nächstes Spiel */
#left .match,
#right .match {
	padding:5px 0;
	display: table;
}

#left .match span,
#right .match span {
	display: table-cell;
	vertical-align: bottom;
	width:95px;
	text-align: center;
	font-size: smaller;
}

#left .match span img,
#right .match span img {
	margin-bottom:5px;
}

#left .match span.versus,
#right .match span.versus {
	width:auto;
	font-weight: bold;
	font-size:12px;
}

#left div.info,
#right div.info {
	font-weight: bold;
}

/* ligatabellen allgemein */
tr.own td.teamname {
	font-weight:bold;
	
}

/* next own matches */
.lm_matches_own_next {
	font-size:12px;
}

.ce_lm_matchreader_own_next h3 {
	margin-bottom: 0;
}

.match_short {
	padding:5px 5px;
}

.match_short a {
	text-decoration: none;
}

.match_short .match {	
	padding: 0 !important;
}

.mod_backlink {
	padding:20px 0;
	text-align: right;
}

/* pagination */
.pagination {
	padding: 10px 0;
	background: url(img/bg-line.png) top repeat-x;
	font-size:12px;
}

.pagination p {
	font-weight: bold;
	margin:0;
}

.pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pagination li {
	float: left;
}

.pagination span, .pagination a {
	display: inline-block;
	padding:5px 10px;
	margin:5px 5px 5px 0;
	border: 1px solid #ccc;	
}

.pagination a:hover,
.pagination span {
	color: #D42417;
	font-weight:bold;
	background: #D0DDEB;
}

.ce_lm_teamreader_nextmatch.box .text,
.ce_lm_teamreader_nextmatch.box .info {
	padding:2px 8px;
}

#right .matchinfo {
	padding:2px 7px 8px 7px;
	font-size: 12px;
}