*{
	margin:0;
	padding:0;
}
html{
	height:100%;

}
body{
	background:url(../images/bg.jpg) no-repeat fixed center top;
	text-align:center;
	font:12px Verdana,sans-serif;
	color:url(../images/ball-bullet.jpg);
	background-color: #000000;
	
}
#container{
	text-align:left;
	margin:0 auto;
	width:900px;
	padding: 0px;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}

/* FooterStickAlt */
#nonfooter{
	position:relative;
	height: 100%;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
* html #nonfooter{
	height:100%;
}
#footer{
	position:relative;
	margin-top:0px;
	height:100%;
	background-color: #333333;
}

/* Header */
#header{
	height:170px;
	background:url(../images/SSA-Header.jpg) no-repeat center top;
	border: 2px solid #000000;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#header h1{
	font:36px "Trebuchet MS",Verdana,sans-serif;
	color:#fff;
	display:block;
	padding:50px 0 0 35px;
}
#header h1 span{
	color:#b3c879;
}

/* Footer */
#footer{
	color:#eee;
	text-align:center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer p{
	padding-top:7px;
	line-height:18px;
}
#footer p a{
	text-decoration:none;
	color:#aec275;
}
#footer p a:hover{
	color:#d5e88f;
}

#footer #footright img {
	margin: 10px;
}
/* Content */
#content{
	padding:0;
}
#cleft{
	width:540px;
	float:left;
	padding:5px 10px 0 15px;
	overflow: auto;
}
#cright{
	width:315px;
	float:left;
	padding:15px 10px;
	height: 100%;
	list-style-position: inside;
}
.clearboth{
	clear:both;
	height: 10px;
}

/* Left Column / Main Content Area */
/* Headers and Paragraphs */
#cleft h1{
	font:26px Verdana,sans-serif;
	color:#4e4b44;
	margin:15px 0 5px 0;
}
#cleft h2{
	font:23px Verdana,sans-serif;
	color:#000000;
	margin:15px 0 5px 0;
}
#cleft h3{
	font:21px Verdana,sans-serif;
	color:#333333;
	margin:5px 0 10px 0;
	text-align: center;
	border-bottom: solid thin #666;
}
#cleft h4{
	font:19px "Lucida Sans Unicode",Verdana,sans-serif;
	color:#A16512;
	margin:0px 0 10px 0;
}
#cleft h5{
	font:14px "Lucida Sans Unicode",sans-serif;
	color:#333333;
	line-height: 18px;
}
#cleft h6{
	font:13px Verdana,sans-serif;
	font-weight:bold;
	color:#4e4b44;
	margin:10px 0 5px 0;
}
#cleft p{
	line-height:20px;
	text-align:justify;
}
#cleft .post {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-bottom: 15px;
}

/* Links, Acronyms, Special, etc. */
#cleft a{
	color:#879a41;
}
#cleft a:hover{
	text-decoration:none;
}
#cleft acronym{
	cursor:help;
}
#cleft del{
	color:#bbb;
}
#cleft .highlight{
	color:#718b29;
	font-weight:bold;
}

/* Blockquotes */
#cleft blockquote{
	background:transparent url(../images/blockquotebg.gif) no-repeat 3px 3px;
	padding:10px 0 0 20px;
	font-size:11px;
	color:#888;
	line-height:20px;
}
#cleft blockquote p{
	margin:0;
	text-align:left;
}
#cleft blockquote span{
	display:block;
	color:#aaa;
}

/* Code Blocks */
#cleft code{
	display:block;
	margin:15px 5px;
	padding:5px 10px;
	line-height:17px;
	background-color:#f9f9f9;
	border:1px dashed #ccc;
	color:#666;
}

/* Lists */
#cleft ul{
}
#cleft ul li{
	
}
#cleft ol{
	margin:10px 0 15px 24px;
	color:#B05800;
}
#cleft ol.nostyle,
#cleft ol.nostyle ol{
	color:#4e4b44;
}
* html #cleft ol{
	margin-left:29px;
}
#cleft ol span{
	color:#4e4b44;
}
#cleft ol li{
	margin-top:6px;
}
#cleft ol li ol{
	margin:6px 0 8px 20px;
}
#cleft dl{
	margin:15px 5px;
}
#cleft dl dt{
	font-weight:bold;
	color:#908a7e;
}
#cleft dl dd{
	margin:5px 0 10px 15px;
}

/* Forms */
#cleft form label{
	display:block;
	color:#98a66c;
	margin-bottom:5px;
}
#cleft form input{
	border:1px dashed #aaa;
	background-color:#f9f9f9;
	font:12px Verdana,sans-serif;
	color:#4e4b44;
	padding:2px 3px;
}
#cleft form textarea{
	width:327px;
	border:1px dashed #aaa;
	background-color:#f9f9f9;
	font:12px Verdana,sans-serif;
	color:#4e4b44;
	padding:2px 3px;
}
#cleft form input.button{
	cursor:pointer;
	border:1px solid #aaa;
}

/* Floated Images */
#cleft .floatright{
	float:right;
	padding:10px 0 10px 10px;
}
#cleft .floatleft{
	float:left;
	padding:10px 10px 10px 0;
}

/* Right Column */

#navcontainer
{
	height: 30px;
	width: 900px;
	background-position: center;
	margin-top: 10px;
}

#navlist li
{
	display: inline;
	background-repeat: no-repeat;
	font-size: 16px;
	font-family: Verdana, sans-serif;
}
#navcontainer  ul {
}

#navlist a
{
	padding-left: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
	padding-left: 25px;
	color: #000000;
}

#navlist a:hover
{
	color: #FFFFFF;
	padding-left: 25px;
} 


/* Sidebar */

#sidebar a{
	text-decoration:underline;
	border-color: none;
	color: #03C;
}

#sidebar a:hover{
	/*text-decoration:underline;*/
}
#cright h1{
	font:18px "Trebuchet MS",Verdana,sans-serif;
	color:#A16512;
	margin:15px 0 5px 0;
}
#sidebar ul{
	margin:0px;
	list-style-type:none;
}
#sidebar ul li{
	margin-top:8px;
	padding-right: 5px;
	margin-right: 5px;
	padding-left: 5px;
}
#sidebar ul li a{
	background:transparent url(../images/list-style.gif) no-repeat 0 4px;
	padding-left:12px;
}
#sidebar ul li a:hover{
	background-image:url(../images/list-style_dark.gif);
	color:#636a4c;
}
#sidebar p{
	color:#4e4b44;
	margin:0 3px 10px;
	line-height:20px;
}
#sidebar p a{
	color:#9aa776;
}
#sidebar p a:hover{
	color:#647b24;

}
#thumbs img {
	margin:10px;
	border: 2px solid #333;
	}

#coach {
	height: 300px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
#coach  h2 {
	font:23px Verdana,sans-serif;
	color:#000000;
	padding: 5px 10px 0 15px;
	margin-bottom: 10px;
}
#sidebar h3 {
	font:18px Verdana,sans-serif;
	color:#333333;
	margin:15px 0 15px 0;
	text-align: center;
	border-bottom: solid thin #666;
	
}
#sidebar #regbutton {
	position: absolute;
	left: 709px;
	top: 52px;
}
#cleft #Mulitimedia ul li {
	padding-left: 10px;
}
tr.tr td {
}
tr.trred td {
	background-color:#CCCCCC;
}

#discount {
	margin-top: 5px;
	margin-bottom: 15px;
}
#video {
	z-index: 0;
}
.videobottom {
	z-index: -1;
}
.day {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../images/ball-bullet.gif);
	text-align: justify;
	line-height: 25px;
}
#compare {
	margin-top: 15px;
	margin-bottom: 15px;
}
table 
{
	text-align: left;
	border-spacing: 0px;
	border: 1px solid #aeb3b6;
	border-collapse: collapse;
	
}


table a, table, tbody, tfoot, tr, th, td 
{
   font-family: Arial, Helvetica, sans-serif;
	line-height: 2.0em;
	font-size: 13px;
	color: #55595c;
}
tbody td{
}

table caption
{
	padding: .4em 0 ;
	font-size: 240%;
	font-style: normal;
	color: #FB7E00;
}

table a
{
	display: block;
	text-decoration: none;
	color: #FF8E53;
	padding-right: 1.5em;
	
}

table a:hover, table a:focus
{
text-decoration: underline;
}

table th a
{
	color: #666666;
	text-align: right;
}
table .odd th a,table .odd td a,table .odd td{
	color: #666;
	padding-right: 1.0 em;
}
/* Lists 
table th a:hover, table th a:focus, tbody tr:hover th
{
	background-color: #666666;
	 !important;
}*/
table .odd th,table .odd td{
	background-color: #DDDDDD;
}

thead th
{
	font-weight: bold;
	letter-spacing: 1px;
	color: #4e4b44;
	font: 13px Verdana,sans-serif;
	
}
tfoot{
	background-image: url(verlauf_schwarz.gif);
	border-top: 1px solid #fff;
	
	
}
tfoot th,tfoot td{
	color: #fff;
}

tbody th
{
   padding-right: 1.0em;
	color: #25c1e2;
	font-style: normal;
	background-color: #fff;
	border-bottom: 1px dotted #aeb3b6;
}

td
{
	color: #333333;
	border-bottom: 1px dotted #aeb3b6;
	padding-right: 0.5em;
	
}

tbody tr.odd
{
	border-bottom: 1px dotted #aeb3b6;
}

tbody tr:hover td
{
  background-color: #FFCC99;
}

tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	color: !important;
}
#contact {
	background-color: #FFF;
	text-align: center;
	height: 22px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
}#content #notice {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-style: italic;
}
#notice p strong {
	color: #900;
	text-decoration: underline;
}
#sidebar #packets {
	height: 50px;
	padding-bottom: 15px;
}

#packet-info {
	float:left;
	
}
#packet-icon {
	height:47px;
	width:40px;
	background-image: url(/images/packet_Icon_single.gif);
	background-repeat: no-repeat;
	float:left;
}
.underline {
	text-decoration:underline;
}