/* Reset margins */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea {
	margin:0;
	padding:0;
}
/* Format basic elements */
table {	border-collapse:collapse;border-spacing:0;}
caption,th,td {text-align:left;vertical-align:top;}
abbr,acronym {font-variant:normal;border-bottom:1px dotted #666;cursor:help;}
blockquote,q {quotes:none;}
fieldset,img {border:0;}
li {list-style-type:none;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
del {text-decoration:line-through;}
ins {text-decoration:none;}

html {
    height: 105%;
}

body {
    font-family:Verdana, Arial, sans-serif;
    font-size: 70%;
    color: #555;
	background-image:url('tl_files/gfx/body_bg.gif');
	background-repeat:repeat-x;
	background-color:#B8B8B8;
}

#wrapper{
	margin-top:10px;
	border:1px solid #bbb;
	background-color:#ffffff;
}
#header {
	position:relative;
}

#header {
	background-image:url('tl_files/gfx/people.gif');
	background-repeat:no-repeat;
	background-position:0px 100px;
}	
#main .inside{
	padding:25px 25px 0px 25px;
}
#footer{
	position:relative;
	height:30px;
	font-size:75%;
	color:#888;
}
#footer .inside p.footer_notice{
	position:absolute;
	right:20px;
	top:8px;
}
/* B A C K G R O U N D   I M A G E S */
body.startseite #wrapper {
	background-image: url('tl_files/background_images/Puzzle.jpg');
	background-repeat:no-repeat;
	background-position: left bottom;
}
body.startseite #container {
	height:380px;
}

body.personalberatung #wrapper {
	background-image: url('tl_files/background_images/woman_men.jpg');
	background-repeat:no-repeat;
	background-position: left bottom;
}
body.coaching #wrapper {
	background-image: url('tl_files/background_images/finish.jpg');
	background-repeat:no-repeat;
	background-position: left bottom;
}
body.personalservice #wrapper {
	background-image: url('tl_files/background_images/Runners.jpg');
	background-repeat:no-repeat;
	background-position: right bottom;
}
body.personen #container {
	background-image: url('tl_files/background_images/personen.jpg');
	background-repeat:no-repeat;
	background-position: right bottom;
}
body.personen #container {
	height:280px;
}