/* CSS Document */


body {
	font-size: 83.33%;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	background:#f1f1f1;
	background: transparent url(http://www.mentaltraining-beckers.com/templates/Tempteria_blueT0101/img/design/bodybackground.gif);
}
h2 {
	font-size:1.5em;
}
.stress {
	font-size:1.5em;
	border-left:20px solid #64f864;
	padding:5px;
}
.gewicht {
	font-size:1.5em;
	border-left:20px solid #e7817c;
	padding:5px;
}
.raucher {
	font-size:1.5em;
	border-left:20px solid #4086e6;
	padding:5px;
}
.positiv {
	font-size:1.5em;
	border-left:20px solid #f42c12;
	padding:5px;
}
.schlafen {
	font-size:1.5em;
	border-left:20px solid #2d5c18;
	padding:5px;
}
#page {
	background:#fff;
	border:10px solid #fff;
	padding:5px;
	width:960px;
	height:auto;
	margin: auto;
	overflow:hidden;
}
#logo {
}
#content {
	background:#f1f1f1;
	border:0px solid #000;
	padding:10px;
	width:940px;
}
#footer {
	background:#eee;
	border-top:2px solid #fff;
	
	padding:10px;
	text-align:center;
	width:940px;
}
.img {
	float:right;
	border:1px solid #ccc;
	margin-left:0px;
}
/* Beginn Navigation */

#navigation {
	background:#ddd;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	overflow:hidden;
	width:960px;
}
#navigation ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1em;
}
#navigation ul li {
	float: left;
	margin: 0;
	padding-left: 0;
	font-size: 1.0em;
	line-height: 1em;
	list-style-type: none;
	border-left: 1px #fff solid;
	border-right: 1px #aaa solid;
}
#navigation ul li#first {
	border-right: 1px #aaa solid;
	border-left: none;
	padding: 0.5em 0em 0.5em 0em;
	width:48px;
}
#navigation ul li#last {
	border-left: 1px #fff solid;
	border-right: none;
	padding: 0.5em 0em 0.5em 0em;
}
#navigation ul li a {
	display:block;
	width: auto;
	font-size: 1em;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
}
#navigation ul li a:hover {
	background: #cccccc;
	color: #174f82;
	text-decoration: none;
}
#navigation ul li#current {
	border-left: 1px #444 solid;
	border-right: 1px #888 solid;
	background: transparent url(../../img/shiny_buttons/background_active.gif) repeat-x center right;
}
#navigation ul li#current a, #navigation ul li#current a:hover {
	color: #fff;
	background: transparent;
	text-decoration: none;
}
