/* global */
html {
	height: 100%;
}

body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
}

p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}

h1 {
	font-family: arial, sans-serif;
	letter-spacing: .1em;
}

h2 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
}

img {
	border: 0px;
}

a {
	outline: none;
	text-decoration: none
}

/* image positioning - left, right and center */
.left {
	float: left;
	padding: 0px 8px 0px 0px;
}

.right {
	float: right;
	padding: 0px 0px 0px 8px;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
}

/* unordered list */
ul {
	margin: 8px 0px 0px 16px;
	padding: 0px;
}

/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}

ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}

/* main container */
#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding: 10px 20px;
}

#header h1 {
	background: #fff url('../img/Logo_klein.jpg') no-repeat left;
	color: #003d4c;
	padding: 0px 30px;
	border: 3px solid #003d4c;
}

#header h1 a {
	font-weight: normal;
	text-decoration: none;
}

#JavaScript {
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 3em;
	background-color: #FED8D8;
}

#JavaScript h2 {
	font-size: 110%;
}

#JavaScript div {
	margin-left: 10em;
}

#JavaScript h3 {
	text-decoration: underline;
	font-size: 100%;
}

/* links above the logo / footer */
#links,#footer {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 21px 0px 19px;
	width: 720px;
	height: 26px;
	font-size: 94%;
	text-transform: uppercase;
}

#links {
	text-align: right;
}

#footer {
	text-align: center;
}

#links a,#footer a,.actions a {
	text-decoration: none;
}

#links a:hover,#footer a:hover,.actions a:hover {
	text-decoration: underline;
}

#footerAdmin {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* logo */
#logo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 155px;
	text-align: left;
}

#logo h1 {
	margin: 0px;
	padding: 41px 0px 0px 19px;
	font-size: 150%;
	letter-spacing: .2em;
}

/******** --------------------------*/
#menu {
	width: 100%;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 10em;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a {
	display: block;
	margin: 0;
	padding: 3px 19px 22px 19px;
	text-decoration: none;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 15em;
}

#menu ul li ul li a {
	display: block;
	height: 0.25em; /*border-bottom: 1px solid #C9C9C9;*/
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,div#menu ul li:hover ul ul,div#menu ul ul li:hover ul ul
	{
	display: none;
}

div#menu ul li:hover ul,div#menu ul ul li:hover ul,div#menu ul ul ul li:hover ul
	{
	display: block;
}

/* main content */
#content {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: auto;
	padding: 0px;
	overflow: hidden;
}

#home {
	margin-bottom: 2.5em;
}

/* main content */
#contentAdmin {
	margin-left: auto;
	margin-right: auto;
	width: 95.3%;
	height: auto;
	padding: 10px;
	overflow: hidden;
}

/* column 1 - contains sidebar items */
#column1 {
	width: 207px;
	float: right;
	padding: 16px 0px 15px 0px;
}

.sidebaritem {
	text-align: left;
	width: 188px;
	float: left;
	margin: 0px 0px 25px 0px;
}

.sbihead {
	height: 14px;
	width: 188px;
	padding: 5px 0px 5px 19px;
	text-transform: uppercase;
}

.sbihead h1 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 112%;
}

.sbicontent {
	padding: 14px 8px 8px 19px;
}

.sbicontent p {
	line-height: 14px;
	padding: 0px 0px 8px 0px;
}

.sbilinks {
	padding: 0px;
}

.sbilinks ul {
	margin: 0px auto;
}

.sbilinks li {
	margin: 0px;
	float: left;
	list-style: none;
}

.sbilinks li a,.sbilinks li a:hover {
	float: left;
	height: 16px;
	text-decoration: none;
	padding: 5px 0px 4px 19px;
	width: 188px;
	border: 0px;
}

#banner {
	margin-top: 3em;	
	text-align: left;
}

/* column 2 - page content */
#column2 {
	text-align: justify;
	width: 512px;
	float: left;
	padding: 12px 3px 15px 17px;
}

#column2 h1 {
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
}

#column2 p {
	clear: both;
}

#column2 a {
	font-weight: bold;
}

.sidebaritem a,#column2 a,.sidebaritem a:hover,#column2 a:hover {
	padding: 0px 0px 2px 0px;
	text-decoration: none;
	/* border-bottom: 1px dashed;*/
}

.sidebaritem a:hover,#column2 a:hover {
	border-bottom: 1px solid;
}

/* contact page - form layout */
form {
	margin-top: 0px;
}

div.row {
	clear: both;
	width: 448px;
}

div.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
}

div.row span.forminput {
	float: right;
	text-align: right;
}

div.spacer {
	clear: both;
	width: 80px;
}

/*.submit
{ font-family: verdana, arial, sans-serif;
border: 1px solid;
width: auto;
  cursor: pointer;
  font-size: 1em;
}
*/ /* Tables */
table {
	background: #fff;
	border: 0px solid #ccc;
	border-right: 0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

th {
	background: #f2f2f2;
	border: 1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}

th a {
	background: #f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 0px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}

.cake-sql-log table {
	background: #f4f4f4;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* ==================== Leaguetables ================*/
	/* Table for matchday */
table.matchday {
	background: transparent;
	border: 0px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}

#matchday_headline, #table_league_headline {
	background-color: #7DA8CA;
	border: 0;
	}
table.matchday tr td {
	background: transparent;
	border-right: 0px solid #ccc;
	padding: 1px;
	text-align: center;
	vertical-align: top;
}

table.matchday tr th, table.league tr th{
	background: transparent;
	color: #fff;
}

/* Table for league */
table.league {
	background-color: transparent;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}

table.league tr td {
	background: transparent;
	border-bottom: 1px dashed #ccc;
	padding: 2px;
	text-align: center;
	vertical-align: top;
}

table.league tr td.team {
	text-align: left;
}

/* ==================== Tabelle für Formularanordung */

table.formular {
	border: none;
	width: auto;
}

table.formular tr td { 
	text-align: left;
	width: auto;
	vertical-align: top;
	border: none;
}

.formularButton {
	height: 1.8em;
	width: auto;

}
/* ==================== Formularelemente ==========================*/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 50%;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}

fieldset legend {
	color: #e32;
	font-size: 1.3em;
	font-weight: bold;
}

label {
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding-right: 20px;
}

input,textarea {
	clear: both;
	font-size: 1em;
	font-family: "frutiger linotype", "lucida grande", verdana, sans-serif;
	padding: 1px;
	width: 50%;
	border: 1px solid;
}

fieldset input,fieldset textarea {
	clear: both;
	font-size: 1em;
	font-family: "frutiger linotype", "lucida grande", verdana, sans-serif;
	padding: 2px;
	width: 80%;
	border: 1px solid;
	margin: 2px;
}

#textareaTermin {
	width: 155px;
}

select {
	clear: both;
	font-size: 1.2em;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 1.1em;
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}

input[type=radio] {
	float: left;
	width: auto;
	margin: 0 3px 7px 0;
}

input[type=submit]{
	font-size: 1em;
	width: auto;
	vertical-align: text-bottom;
}

.view {
	width: 50em;
	margin-bottom: 5em;
}

.index a {
	text-decoration: none;
}

.index a:hover {
	text-decoration: underline;
}

/*  Actions  */
div.actions ul {
	margin: 0 0 2em 1em;
	padding: 0;
}

div.actions li {
	list-style-type: square;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}

div.actions ul li a {
	text-decoration: none;
	font-weight: bold;
}

div.actions ul li a:hover {
	text-decoration: underline;
}

.appointment {
	margin-top: 5px;
	text-align: right;
}



.tab_hover {
border:0px;
text-align:center;
font-family:verdana;

font-weight:bold;
}

.tab {
border:0px;
text-align:center;
font-family:verdana;
}


/***** 	editor *****/

#cpcontainer { height:56px; padding:5px; }

  #colorpicker       { border:2px ridge #dddddd; margin:auto; }
  #colorpicker td  { width:10px; height:10px; cursor:pointer; }
  #colorpicker td:hover  { width:8px; border:1px solid white; }
  
  #beitrag
  { width:700px;
    overflow:visible;
    padding:5px;
    background:#f8f8f8;
    position:relative;
  }
  #beitrag button
  { padding:1px 4px;
    border:1px solid #aaaaaa;
    cursor:pointer;
  }
  #beitrag select        { margin:0px 3px; }
  #beitrag textarea      { display:block; margin:5px auto; width:100%; }
  #beitrag div.center    { text-align:center; }
  #beitrag img           { border:none; }
  #beitrag #buttonleiste { white-space:nowrap; }
  #beitrag #smilies      { position:absolute; right:5px; }

  /* Speziell für den IE < 7 */
  * html #beitrag #schriftbutton { width:10em; }
  * html #beitrag button     { margin:0px 1px; }
  * html #beitrag select  { margin-bottom:0px; }
