/*
SkateNite 2005-2009

Schrift blau / Schuh: 00b8e6 link: 00ccff
*2014: Schrift blau / Schuh: 0076B7 link: 0086C7
Hintergrundblau: 001E3A
Hintergrund Sponsoren normal: BBE1ED
Daraus abgewandelt, etwas dunkler: AAD9EA
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #AAD9EA;
	background-color: #001E3A;
	scrollbar-base-color: #001E3A;
	scrollbar-3dlight-color: #001E3A;
	scrollbar-arrow-color: #00b8e6;
	scrollbar-darkshadow-color: #001E3A;
	scrollbar-face-color: #001E3A;
	scrollbar-highlight-color: #00b8e6;
	scrollbar-shadow-color: #00b8e6;
	scrollbar-track-color: #001E3A;
}

html, body, input, textarea, th, td {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 15px;
	line-height: 1.45;
}

body.backend {
	padding: 10px;
}

body.inhalte {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 40px;
	text-align: left;
}

a, a:link {
	font-weight: bold;
	color: #00b8e6;
	text-decoration: none;
}

a:visited {
	color: #00b8e6;
	text-decoration: none;
}

a:hover, a:focus {
	color: #00ccff;
	text-decoration: underline;
	outline: none;
}

a:focus {
	text-decoration: none;
}

a img {
	outline: none;
	border: 0px;
	transition: all 0.2s;
}

a:hover img {
	transition: all 0.1s;
	transform: scale(1.1);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}

img {
	border-radius: 3px;
}

.coloredBg {
	background: #00b8e6;
}

/* Formate f�r nicht-sichtbare Tabellen: */
table, td, th {
	border-color: #777;
	border-collapse: collapse;
}

table.layout, .layout>td, .layout>th, .layout>tbody>td, .layout>thead>th
	{
	border: 0px;
	padding: 0px;
}

table {
	padding: 0px;
}

td, th {
	color: #AAD9EA;
	padding: 0.2em 0.3em;
	vertical-align: top;
}

th {
	font-weight: bold;
	font-size: 1.0em;
}

.counter {
	vertical-align: top;
}

/* f�r sichtbare Tabellen, z.B. Statistik: */
td.linksunten {
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00b8e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00b8e6;
}

td.rechts {
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00b8e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00b8e6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00b8e6;
}

td.ueberschrift {
	font-weight: bold;
	background-color: #00b8e6;
	color: #ffffff;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #00b8e6;
}

/* �berschriften, Textabs�tze: */
h1, h2, h3, h4, h5, p {
	max-width: 80em;
}

h1 {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 1.563em;
	color: #00b8e6;
	margin-top: 3em;
	padding-top: 0px;
}

h1.oben {
	color: #00b8e6;
	margin-top: 0px;
	padding-top: 0px;
}

h1.rot {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #ffffff;
}

h1.gruen {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #00ff00;
}

h2 {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 1.25em;
	color: #00b8e6;
	margin-top: 2.5em;
	padding-top: 0px;
}

p {
	color: #AAD9EA;
	margin-top: 0.5em; margin-bottom : 0.5em;
	padding-top: 0px;
	margin-bottom: 0.5em;
}

p.oben {
	margin-top: 0px;
	padding-top: 0px;
}

p.stopp {
	font-style: italic;
	margin-top: 1em; margin-left : 3em;
	padding-top: 0px;
	margin-left: 3em;
}

ul {
	padding-top: 0;
	padding-bottom: 0;
}

li {
	padding-top: 0;
	padding-bottom: 0.4em;
}

fieldset {
	border: 1px solid #777;
}

fieldset legend {
	font-size: 1.2em;
}

input, textarea, select {
	border-radius: 2px;
	padding: 0.1em 0.25em;
}

input[type="file"], input[type="submit"], input[type="button"] {
	background: #306E9A;
	color: #fff;
	border: 1px outset #000;
	padding: 0.15em;
	margin: 2px;
	border-radius: 4px;
}

input[type="file"]:active, input[type="submit"]:active, input[type="button"]:active
	{
	border-style: inset;
}

@media ( min-width : 80em) { /*body.inhalte {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 3em;
		-webkit-column-gap: 3em;
		column-gap: 3em;
	}
	
	h1, h2 {
		-webkit-column-span: all;
		column-span: all;
	}*/
}

/*******/
.frameKopfli, .frameMenu {
	padding-left: 20px;
}

.mainmenu * a {
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
	padding: 0.3em 0.8em;
	background: transparent;
	border-radius: 5px;
	transition: all 0.15s;
}

.mainmenu * a:hover, .mainmenu * a:active {
	transition: all 0.05s;
	background: #203E6A;
	background: rgba(100, 150, 255, 0.2);
	text-decoration: none;
}

.mainmenu * td {
	text-align: right;
	width: 155px;
	box-sizing: border-box;
}

table.sponsoren {
	margin-bottom: 5px;
}

.statusMessagePreview {
	cursor: zoom-in;
	min-height: 2.5em;
	max-height: 2.5em;
	display: block;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.statusMessagePreview:hover {
	cursor: auto;
	max-height: 500em;
	display: block;
	
	transition: all 4s ease-in-out;
}

.sponsorBlock {
	height: 130px;
	width: 255px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	}
	
.sponsorBlock a {
	color: #AAD9EA;
	}

.sponsorBlock .imageTitle {
	display: block;
}


ul.team-members {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.team-members li {
	display: inline-block;
	height: 200px;
	min-width: 90px;
	width: 12em;
	margin-right: 30px;
	vertical-align: top;
}

ul.team-members li img {
	display: block;
}

#map_current {
	margin: 2em 0em;
}

#map_current.show {
	width: auto; height: 400px;
}

#map_current.show .map_init_link {
	display: none;
}

.icon_constructionInfo {
	color: #444;
	font-size: 10px;
	line-height: 1em;
	background: rgba(255,255,255,0.7);
	border-radius: 3px;
}