@charset "utf-8";
/* css stylesheet */

/* global reset */
* {
	margin:0;
	padding:0;
	text-decoration:none;	
}
/* images */
img, a img {
	border:0;
}
.in_text {
	float:left;
	margin:5px 10px 10px 0;
}

body {
	background-color:silver;
	font-size:80%;
	text-align:center;
	line-height:1.4em;
	font-family:arial, helvetica, sans-serif;
	color:#666666;
}
h1 {
	font-size:180%;
	color:#2F00B9;
	margin-bottom:15px;	
}
h2 {
	font-size:140%;
	color:#797979;
	margin-bottom:2px;
}
h3 {
	font-weight:bold;
}
a, a:link {
	color:#8CE84F;
	color:#67D51E;
}
hr {
	width:690px;
	clear:both;
	color:white;
	border:0px #CCFFFF solid;
	border-top:1px dashed silver;
	margin:0;
	margin-top:15px;
	margin-bottom:25px;
	padding:0;
}

/* wrap container site */
#wrap {
	margin:5px auto;
	padding:0;
	background-color:white;
	width:950px;
	height:100%;
	text-align:left;
	border:solid 1px black;
}
/* header */
#header {
	width:950px;
	height:70px;
	background:#3300CC;
	color:white;
	padding:0;
	font-size:26px;
	font-family:arial, "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:right;
	border-bottom:#8CE84F 4px solid;
}
#header p {
	padding:38px 70px 0 0;
}
/* navi */
#navi {
	float:left;
	width:180px;
	min-height:440px;
	text-align:left;
	background-color:#E9E9E9;
	border-right:#3300CC 1px solid;
	border-bottom:#3300CC 1px solid;
	margin-bottom:30px;
	-moz-border-radius-bottomright:12px;
}
#tsg_logo {
	position:relative;
	top:-60px;
	left:14px;
	border:1px solid #8CE84F;
}
#navi ul {
	list-style:outside circle;
	margin-left:38px;
	position:relative;
	top:-40px;
	line-height:220%;	
}
#navi ul li a {
	color:#003399;	
}
#navi .sub_navi_2 {
	font-size:94%;
	list-style: none;
	margin-left:5px;
	line-height:160%;		
}
#navi .sub_navi_3 {
	font-size:94%;
	list-style: none;
	margin-left:14px;
	line-height:160%;		
}
#navi .sub_navi_4 {
	font-size:94%;
	list-style: none;
	margin-left:23px;
	line-height:160%;		
}

/* icons */
#icons {
	float:right;
	width:696px;
	margin:0;	
	text-align:right;
	background:white;
	height:32px;
}
#icons img {
	margin-right:1px;
}
#icons .last {
	margin-right:0;
}

/* content */
#content {
	float:left;
	padding:36px;
	text-align:left;
	background:white;
	min-height:550px;
	width: 690px;
}
#content p {
	width:600px;
	text-align:left;
}
#content .size_form {
	width:170px;
}
#content textarea {
	width:370px;
	height:170px;
}
#content ul {
	margin-left:25px;
}

/* footer */
#footer {
	clear:both;
	width:100%;
	height:20px;
	padding:10px 0px;
	text-align:center;
	border-top:solid 2px #8CE84F;
	color:white;
	background:#3300CC;
}
#footer a {
	color:white;
}
/* einzelne sites */

.login_form_txt {
	border:solid #8CE84F 1px;
	margin:1px;
	width:140px;
}
.signal {
	color:#8CE84F;
	font-weight:bold;
}

/* tabelle training */
.training {
	border-spacing:0 0;
	border-collapse: collapse;
	border:0;	
}
.training td {
	vertical-align:sub;
	margin:0;
	padding:4px;
	border:1px #E6E6E6 solid;
}
.training th {
	color:#FFFFFF;
	background:#3300CC;
	margin:0;
	padding:4px;
	font-weight:bold;
	border:1px #3300CC solid;	
	border-bottom:3px #8CE84F solid;	
}
.training tfoot td {
	color:#FFFFFF;
	text-align:right;
	font-size:80%;
	background:#3300CC;	
	border:1px #3300CC solid;	
	border-top:3px #8CE84F solid;	
}
.training_bgcolor {
	background-color:#EEEEEE;
}

