/* Globale Definitionen -------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #808080;
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
	text-align: center;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	width: 100%;
	margin-left: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	width: 100%;
}
h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AAAAAA;
	text-decoration: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
/*li {
	margin: 0px;
	padding: 2px;
	text-indent: 0pt;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
}*/
/* CMS Definitionen -------------------------------- */
.bildl {
	float: left;
	font-size: 9px;
	font-style: italic;
	text-align: left;
	color: #000000;
	margin: 3px 5px 0px 0px;
}
.bildr {
	float: right;
	font-size: 9px;
	font-style: italic;
	text-align: left;
	color: #000000;
	margin: 3px 0px 0px 5px;
}
.bildm {
	font-size: 9px;
	font-style: italic;
	text-align: left;
	color: #000000;
	margin: 0px;
}
/* Definitionen Seitenstruktur -------------------------------- */
#layout_topmenu {
	background-image: url(images/back_01.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 9px;
	margin: 5px auto 0 auto;
	padding: 21px 50px 0px 50px;
	width: 900px;
	height: 19px;
	display: block;
	text-align: left;
	clear: both;
}
#layout_banner {
	background-image: url(images/back_02.png);
	background-repeat: no-repeat;
	font-size: 9px;
	width: 900px;
	height: 80px;
	margin: 0;
	padding: 0px 50px 40px 50px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	text-align: right;
	position:relative;
}
#layout_menu {
	background-image: url(images/back_03.png);
	background-repeat: no-repeat;
	font-size: 9px;
	width: 900px;
	padding: 0px 50px 10px 50px;
	height: 20px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
	clear: both;
}
#layout_content {
 	background-image: url(images/back_04.png); 
	background-repeat: repeat-y;
	font-size: 11px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: left;
	clear: both;
}
#layout_sidemenu {
	width: 200px;
	float: left;
	display: inline;
	padding: 0;
	margin: 20px 0px 10px 20px; 
}
#layout_maintext {
	background-image: url(images/corner.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 710px;
	float: left;
	display: inline;
	margin: 18px 0px 20px 10px;
	padding: 15px 0px 0px 20px;
}
#layout_copyright {
	display:block;
	clear:both;
	margin: 0;
	padding: 5px 40px 25px 50px;
	text-align: center;
	background-image: url(images/back_05.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 9px;
	color: #999999;
}
/* Definitionen Topmenue -------------------------------- */
#layout_topmenu ul {
	margin: 0;
	padding: 0;
}
#layout_topmenu li {
	float: left;
	display: block;
	width: 80px; 
	height: 19px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#layout_topmenu a {
	display: block;
	font-weight: normal;
	height: 19px;
	color: #000;
	line-height: 19px;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
}
#layout_topmenu a:hover, #layout_topmenu a:focus, #layout_topmenu a:active {
	color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url(images/topmenuback.png);
	background-repeat: no-repeat;
}
/* Definitionen Hauptenue -------------------------------- */
#layout_menu ul {
	margin: 0;
	padding: 0;
}
#layout_menu li {
	float: left;
	display: block;
 	width: 120px; 
	margin: 0;
	padding: 0;
	height: 30px;
	list-style-type: none;
	list-style-image: none;
}
#layout_menu a {
 	display: block; 
	height: 30px;
	font-weight: normal;
	color: #000;
	line-height: 30px;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	text-transform: uppercase;
}
#layout_menu a:hover, #layout_menu a:focus, #layout_menu a:active {
	color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url(images/menuback.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
/* Definitionen Contentbereich -------------------------------- */
#layout_maintext ul {
	margin: 0;
	padding: 0;
}
#layout_maintext li {
	margin-left: 20px; 
}
#layout_maintext table th {
	font-size: 9px;
	background-color: #5200A4;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: 3px solid #999999;
	padding: 4px;
	background-image: url(images/thback.png);
	background-repeat: repeat-x;
	background-position: top;
}
#layout_maintext table th a {
	color: #FFFFFF;
	font-weight: normal;
}
#layout_maintext table tr.sumrow td {
	font-size: 9px;
	background-color: #5200A4;
	color: #FFFFFF;
	font-weight: normal;
	border-top: 1px double #000000;
	padding: 4px;
	background-image: url(images/thback.png);
	background-repeat: repeat-x;
	background-position: top;
}
#layout_maintext table td {
	font-size: 10px;
}

#layout_copyright a {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
#layout_maintext a {
	text-decoration: none;
}
#layout_maintext a:hover {
	text-decoration: underline;
}
/* Definitionen Seitenmenue -------------------------------- */
#layout_sidemenu h2 {
	display: block;
	width: 192px; 
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 35px 3px 5px 5px;
	background-image: url(images/h2back.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000000;
}
#layout_sidemenu h2.training {
	background-image: url(images/h2training.png);
}
#layout_sidemenu h2.glossar {
	background-image: url(images/h2glossar.png);
}
#layout_sidemenu h2.search {
	background-image: url(images/h2search.png);
}
#layout_sidemenu h2.training2 {
	background-image: url(images/h2training2.png);
}
#layout_sidemenu h2.fitness {
	background-image: url(images/h2fitness.png);
}
#layout_sidemenu h2.notizen {
	background-image: url(images/h2notizen.png);
}
#layout_sidemenu h2.kraft {
	background-image: url(images/h2kraft.png);
}
#layout_sidemenu a {
	text-decoration: none;
	font-weight: bold;
	color: #004040;
}
#layout_sidemenu a:hover {
	text-decoration: underline;
}
#layout_sidemenu ul {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	border-top: 0;
}
#layout_sidemenu li {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#layout_sidemenu li a {
	padding: 4px;
	display: block;
	height: 1%;
	font-weight: bold;
	text-decoration: none;
	color: #004040;
}
#layout_sidemenu li a small {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#layout_sidemenu li a:hover, #layout_sidemenu li a:focus, #layout_sidemenu li a:active {
	text-decoration: none;
	background-color: #DDDDDD;
}
#layout_sidemenu li.selected {
	background-color: #EEEEEE;
}
#layout_sidemenu h2 a {
	text-decoration: none;
	color: #FFFFFF;
}
#layout_sidemenu h2 a:hover {
	text-decoration: none;
}
#layout_sidemenu p {
	background-color: #FFFFFF;
	margin: 0;
	padding: 3px;
	color: #666666;
	border: 1px solid #000000;
	border-top: 0;
}
#layout_sidemenu table.calbox {
	background-color: #FFFFFF;
	margin: 0;
	padding: 3px;
	border: 1px solid #000000;
	border-top: 0;
	color: #666666;
	width: 100%;
}
#layout_sidemenu table.calbox td {
	padding: 0px;
	margin: 0px;
	width: 14%;
}
#layout_sidemenu table.calbox td.day a {
	display: block;
	background-color: #EEEEEE;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}
#layout_sidemenu table.calbox td.today a {
	display: block;
	background-color: #84E921;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}
#layout_sidemenu table.calbox td.selected a {
	display: block;
	background-color: #B5F178;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}
#layout_sidemenu table.calbox td.trained a {
	display: block;
	background-color: #FFB76F;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}
#layout_sidemenu table.calbox td.noted a {
	display: block;
	background-color: #FF8C8F;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}
#layout_sidemenu table.calbox td.fitness a {
	display: block;
	background-color: #8CA6FF;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}
#layout_sidemenu table.calbox td.kraft a {
	display: block;
	background-color: #999999;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
}
#layout_sidemenu table.calbox td a:hover {
	background-color: #CCCCCC;
}
#layout_sidemenu table.calbox th {
	background-color: #888888;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 2px;
}
#layout_sidemenu form {
	margin: 0;
	padding: 3px;
	border: 1px solid #000000;
	border-top: 0;
	color: #999999;
	background-color: #EEEEEE;
	font-weight:bold;
}
.searchfield {
	width: 90%;
	background-color: #EEEEEE;
	color: #666666;
	font-weight: bold;
	border: 0;
	padding: 0;
	margin: 0;
}
.searchfield:focus {
	background-color: #FFFFFF;
	color: #000000;
}
.searchbutton {
	float: right;
	border: 0;
	padding-top: 2px;
}
/* Sonstige Definitionen -------------------------------- */
.row1 {
	background-color: #DDDDDD;
}
.row2 {
	background-color: #EEEEEE;
}
.rowhilite {
	background-color: #B5F178;
}
acronym {
	font-style: italic;
	border-bottom: 1px solid #DDDDDD;
	text-decoration: none;
	cursor: help;
}
.barscroll {
	border: 1px solid #000000;
	overflow: auto;
	height: 220px;
	width: 710px;
	margin: 10px 0 10px 0;
}
.options {
	display: inline;
	font-weight: bold;
	padding: 2px;	
}
.options a {
	border: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	font-weight: normal;
	color: #000000;
	padding: 2px;
}
.options a.checked {
	background-color: #84E921;
}
li.cloudlink {
	font-size: 9px;
	color: #AAAAAA;
}
li.cloudlink a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
li.cloudlink a:hover {
	text-decoration: none;
	color: #54D300;
}
div.quickbox {
	float: left;
	width: 300px;
	height: 210px;
	padding: 10px;
	border: 2px dotted #CCCCCC;
	margin: 10px;
}
div.quickbox a img {
	border: 0;
	margin-bottom: 5px;
}
div.warning {
	padding: 10px;
	border: 2px dotted #CC0000;
	margin: 10px 0 10px 0;
	color: #900000;
}
div.result {
	font-size: 11px;
	margin-bottom: 8px;
}
div.result a {
	font-weight: bold;
}

/* Dropdown Menüs ------------------------------------------------------ */
#layout_sidemenu .calbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	}
#layout_sidemenu .calbox ul li {
	position: relative;
	float: left;
/*	width: 92px; */
	height: 20px;
	}
#layout_sidemenu li ul {
	position: absolute;
	top: 20px;
	display: none;
	background-color: #FFFFFF;
	color: #000000;
	}
#layout_sidemenu .calbox ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 0px 5px 0 5px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	background-color: #EEEEEE;
	text-align: center;
	}
#layout_sidemenu .calbox a small {
	text-decoration: none;
	font-weight: normal;
	}
#layout_sidemenu .calbox li:hover ul, li.over ul { 
	display: block;
	}
#layout_sidemenu .calbox ul li a:hover {
	color: #000000;
	background: #CCCCCC;
	font-weight: normal;
	}

/* JavaScript TPlan Editor ------------------------------------------------------ */
#layout_content .js_box {
	float: left;
	width: 290px;
	border: 1px solid #999999;
	margin-right: 10px;
}
#layout_content .js_box h2,
#layout_content #trash_box h2 {
	margin: 2px;
	padding: 0;
	color: #AAAAAA;
}
#trash_box {
	float: left;
	border: 1px solid #999999;
	margin-left: 10px;
}

#auswahl {
/*	position: relative; */
	padding: 0;
	margin: 0;
}
#plan {
/*	position: relative; */
	margin: 0;
	padding: 0 0 40px 0;
	min-height: 400px;
	height: auto;
}
#auswahl .draggable .planedit {
	display:none;
}
#plan .draggable .planedit {
	text-align: right;
	position:relative;
	display:block;
}
.planedit input {
	border: 1px solid #666666;
	width: 35px;
	padding: 1px;
	margin: 1px 5px 1px 2px;
}
#trash {
	width: 60px;
	height: 50px;
	z-index: 0;
}
	
#auswahl .draggable,
#plan .draggable {
	color: #666666;
	border: 1px solid #666666;
	background-color: #EEEEEE;
	list-style: none;
	margin: 1px;
	cursor: move;
	padding: 2px;
}
#auswahl .draggable {
	margin-left: 10px;
}
.group {
}
.group a {
	display: block;
	color: #000000;
	padding: 3px;
	margin: 1px;
	border: 1px solid #666666;
	background-color: #DDDDDD;
	font-weight: bold;
}
/* Fix MSIE */
* html #layout_sidemenu .calbox ul li { float: left; height: 1%; }
* html #layout_sidemenu .calbox ul li a { height: 1%; } 
* html #plan { height: 400px };
}
/* End */
