﻿html {
	width: 100%;
	height: 100%;
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #999 url(../images2/bg_gras.jpg) left top repeat;
	font-family: Arial, Verdana, "Sans Serif";
	font-size: 12px;
}

a { outline: none; }

#page {
	position: relative;
	float: left;
	width: 950px;
	background-color: #FFF;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#header {
	float: left;
	height: 120px;
	width: 100%;
	background: #FFF left top no-repeat;
}

#header a.logo {
	display: block;
	float: left;
	width: 155px;
	height: 92px;
	margin: 15px 0 0 15px;
	background: transparent url(../images2/esp_logo.gif) left top no-repeat;
	text-indent: -9999px;
}

#header span.claim {
	display: block;
	float: left;
	text-indent: -9999px;
}

#header div.login {
	float: right;
	display: inline;
	margin: 95px 10px 0 0;
	line-height: 1.3em;
}

#header div.login a {
	float: right;
	color: #012E7D;
	text-decoration: none;
	border-bottom: 1px dotted #AAA;
}

#header div.login a:hover,
#header div.login a:active,
#header div.login a:focus {
	color: #EF8337;
	border-bottom: 1px solid #012E7D;
}

#header div.login a.logout {
	font-weight: bold;
	border: 1px solid #EF8337;
	padding: 2px 5px 2px 5px;
	background-color: #FCE3D1;
}

#header div.login a.logout:hover,
#header div.login a.logout:active,
#header div.login a.logout:focus {
	color: #012E7D;
	border-bottom-color: #EF8337;
	background-color: #EF8337;
}

#content_body {
	float: left;
	width: 100%;
	background: transparent url(../images2/content_top_shadow.gif) left top repeat-x;
	padding-bottom: 90px;
}

/* --------------------- Navigation -------------------------------------- */

#navigation {
	float: left;
	margin: 60px 0 0 0;
	width: 160px;
	background: #012E7D url(../images2/nav_bg_bottom.jpg) left bottom no-repeat;
	padding-bottom: 25px;
	overflow: hidden;
}

#navigation .top {
	float: left;
	width: 100%;
	height: 21px;
	background: #012E7D url(../images2/nav_bg_top.jpg) left top no-repeat;
}

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

#navigation li {
	margin: 2px 0 2px 0;
	padding: 0 0 0 0;
}

#navigation li a {
	display: block;
	width: 100%;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.5em;
	padding-left: 10px;
	text-decoration: none;
}

#navigation li a:hover,
#navigation li a:active,
#navigation li a:focus {
	color: #EF8337;
	background: transparent url(../images2/nav_hover.gif) left top repeat-y;
}

#navigation li a.cur,
#navigation li a.cur:hover,
#navigation li a.cur:active,
#navigation li a.cur:focus {
	color: #012E7D;
	background: transparent url(../images2/nav_active.gif) left top repeat-y;
}

#navigation li a.act {
	color: #FFF;
	background: transparent url(../images2/nav_active.gif) left top repeat-y;
}
#navigation li a.act:hover,
#navigation li a.act:active,
#navigation li a.act:focus {
	color: #012E7D;
	background: transparent url(../images2/nav_active.gif) left top repeat-y;
}

#navigation li li a,
#navigation li li a:hover,
#navigation li li a:active,
#navigation li li a:focus {
	text-transform: none;
	padding-left: 20px;
	font-size: 0.9em;
	background-image: none;
}

#navigation li li a.act,
#navigation li li a.act:hover,
#navigation li li a.act:active,
#navigation li li a.act:focus {
	color: #EF8337;
	font-weight: bold;
	background-image: none;
}

/* --------------------- Content ----------------------------------------- */

#content {
	display: inline;
	float: left;
	width: 570px; /*730px*/
	margin: 30px 30px 0 30px;
}

#showroom {
	display: inline;
	width: 160px;
	float: right;
	margin-top: 30px;
	text-align: right;
}

#showroom img {
	margin-top: 0.5em; 
	border: none;
}

#leftcol {
	float: left;
	width: 350px;
}

#rightcol {
	float: right;
	width: 350px;
	margin: 0 0 0 30px;
}

#content h1 {
	margin: 0.5em 0 0.4em 0;
	font-size: 2em;
	font-weight: normal;
	color: #012E7D;
}

#content .csc-header h1 {
	text-indent: -9999px;
	background: transparent left top no-repeat;
}

#content h2 {
	margin: 0.5em 0 0.4em 0;
	font-size: 1.7em;
	font-weight: normal;
	color: #555;
}

#content h3 {
	margin: 0.5em 0 0.4em 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #555;
}

#content h4,
#content h5 {
	margin: 0.5em 0 0.4em 0;
	font-size: 1em;
	font-weight: bold;
	color: #555;
}

#content p {
	margin: 10px 0px 10px 0px;
	line-height: 1.3em;
}

#content a {
	color: #012E7D;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

#content a:hover,
#content a:active,
#content a:focus {
	color: #EF8337;
	text-decoration: none;
	border-bottom: 1px solid #012E7D;
}

#content img,
#content .csc-textpic a,
#content .csc-textpic a:hover,
#content .csc-textpic a:active,
#content .csc-textpic a:focus {
	border: none;
}

#content ul {
	list-style-image: url(../images2/list_icon.gif);
	margin-top: 10px;
	margin-bottom: 10px;
}

#content li {
	margin-top: 2px;
	margin-bottom: 2px;
}

#content dd.csc-textpic-caption {
	font-size: 0.9em;
	color: #999;
}

/* --------------------- Footer ------------------------------------------ */

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	font-size: 0.9em;
}

#footer div.box {
	display: inline;
	float: left;
	width: 910px;
	margin: 0 15px 0 15px;
	padding: 7px 0 8px 10px;
	background-color: #EF8337;
}

#footer div.box span {
	float: left;
}

#footer div.box a {
	float: left;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #012E7D;
}

#footer div.box a:hover,
#footer div.box a:active,
#footer div.box a:focus {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#footer dl {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer dt,
#footer dd {
	float: left;
	margin: 0 10px 0 0;
}

#footer ul {
	display: block;
	margin: 0 15px 0 15px;
	padding: 0 0 0 0;
	list-style-type: none;
}

#footer li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
}

#footer li.right {
	float: right;
	margin: 0 0 0 10px;
}

#footer li a {
	display: block;
	float: left;
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}

#footer li a:hover,
#footer li a:active,
#footer li a:focus {
	color: #000;
	border-bottom: 1px solid #999;
}

/* ----------------------------- General Classes ------------------------------- */

.hidden {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

#content .left {
	float: left;
	width: 270px;
}

#content .right {
	float: right;
	width: 270px;
	margin-left: 30px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom: 0px;
	padding-bottom: 5px;
	display: block;
}

/* ----------------------------- News ------------------------------------------ */

#rightcol .news-latest-container {
	border: 1px solid #EF8337;
	padding: 10px 10px 10px 10px;
	background-color: #FCE3D1;
	font-size: 0.9em;
}

.news-latest-container .newsdate,
.news-list-container .newsdate,
.news-single-item .news-single-timedata {
	font-size: 0.9em;
	color: #999;
}

.news-list-container .newsdate { float: left; margin-right: 10px; }

#content .news-latest-container h3,
#content .news-list-container h3 {
	margin: 0.1em 0 0.25em 0;
	font-size: 1.1em;
	font-weight: bold;
}

#content .news-single-item h2 {
	margin: 0.1em 0 0.25em 0;
}

.news-list-container .news-list-category,
.news-single-item .news-single-category {
	font-size: 0.8em;
	color: #BBB;
}

#content .news-latest-container .newsimage a,
#content .news-list-container .newsimage a,
#content .news-single-item .news-single-img a {
	border: none;
	float: left;
}

#content .newsimage img {
	margin: 5px 5px 5px 0px
}

#content .news-single-item .news-single-img a { float: right; }

#content .news-single-item .news-single-img img {margin: 10px 0px 10px 10px; }

#content .news-latest-container .news p {
	margin: 5px 0 5px 0;
}

.news-latest-container hr,
.news-list-container hr,
.news-single-item hr {
	clear: both;
	color: #AAA;
	background-color: #AAA;
	height: 1px;
	border: none;
	overflow: hidden;
}

.news-latest-container .more-link,
.news-list-container .more-link {
	clear: both;
	padding-bottom: 10px;
}

#content div.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell a {
	color: #012E7D;
	font-weight: bold;
	border: 1px solid #EF8337;
	padding: 2px 2px 2px 2px;
	background-color: #FCE3D1;
	cursor: default;
}

/* ------------------------------ Standard Formular ------------------------------------- */

#content fieldset {
	border: none;
}

#content .csc-mailform-field label {
	display: block;
	float: left;
	width: 100px;
	cursor: pointer;
}

#content .csc-mailform-field input,
#content .csc-mailform-field select,
#content .csc-mailform-field textarea {
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #EF8337;
	background-color: #FCE3D1;
}

#content .csc-mailform-field textarea {
	width: 400px;
}



#content .csc-mailform-field input#mailformformtype_mail {
	width: 100px;
	margin-left: 150px;
	margin-top: 15px;
	border-style: outset;
	background-color: #EF8337;
}

/* --------------------- Player Profile ---------------------------------- */

#content .user-profiles-pi1 table {
	border-collapse: collapse;
}

#content .user-profiles-pi1 tr.profiles_header {
	background-color: #EF8337;
	font-weight: bold;
}

#content .user-profiles-pi1 tr.tr-odd td {
	border-top: 1px solid #EF8337;
	border-bottom: 1px solid #EF8337;
	background-color: #FCE3D1;
}

#content .user-profiles-pi1 tr.profiles_header td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#content .user-profiles-pi1 tr.profiles_header td a:hover,
#content .user-profiles-pi1 tr.profiles_header td a:active,
#content .user-profiles-pi1 tr.profiles_header td a:focus {
	color: #FCE3D1;
}

#content .user-profiles-pi1 td {
	padding:  5px 20px 5px 5px;
}

#content .user-profiles-pi1 .profile_left {
	float: left;
}

#content .user-profiles-pi1 .profile_right {
	float: left;
	margin-left: 30px;
}

#content .user-profiles-pi1 .profile_left a {
	border: none;
}

#content .user-profiles-pi1 hr {
	clear: both;
	color: #AAA;
	background-color: #AAA;
	height: 1px;
	border: none;
	overflow: hidden;
}

/* ---------------------------- Google Maps ----------------------------- */

#content .tx-lumogooglemaps-pi1 div {
	border: 1px solid #012E7D;
}

#content .tx-lumogooglemaps-pi1 div div {
	border: none;
}

#content .tx-lumogooglemaps-pi1 div a {
	border-bottom: none;
}