@charset "utf-8";
	body {
		margin: 1em auto 0 auto;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:996px;
		background:#fff;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family: Arial, Helvetica, sans-serif;
	}
	a {
		color:#36c;
		text-decoration:none;
	}
	a:hover {
		color:#fff;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		/*margin:.4em 0 .8em 0;*/
		margin: 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */


	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 1 column full page settings */
	.fullpage {
	    background:#fff;
	}
	.fullpage .col1 {
        margin:0 15px;
	}

	/* Footer styles */

	/* --> */
	
/* Background-Image of the starting page */
#backgroundimage{
	height: 600px;
	width: 980px;
	position: relative;
	top: -600px;
	/*background-image: url(../img/allgemein/hg_startsite.jpg);*/
}

#hg img{
	width: 980px;
	height: 600px;
} 

#hg div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image{
	margin: 0;
	padding: 0;
}

#text-banner{
	padding: 85px 0 0 85px;
	visibility: hidden;
}

/* Buttons */
#buttons{
	margin: 238px 0 0 0;
}

#coachbutton, #trainerbutton, #speakerbutton, #toolboxbutton{
	float: left;
	margin: 0 0 0 0;
	width: 230px;
	height: 138px;
	max-height: 138px;
	background-image: url(../img/allgemein/button_start_inactive.png);
	cursor: pointer;
}

#trainerbutton, #speakerbutton, #toolboxbutton{
	margin-left: 20px;
}

#coachbutton:hover, #trainerbutton:hover, 
#speakerbutton:hover, #toolboxbutton:hover{
	background-image: url(../img/allgemein/button_start_active.png);
	cursor: pointer;
}

#buttons .buttonheadline{
	margin: 15px 0 0 10px;
	font-size: 23px;
	color: #3366cc;
	width: 210px;
}

#buttons .buttontext_coach, 
#buttons .buttontext_trainerin,
#buttons .buttontext_speakerin,
#buttons .buttontext_toolbox{
	margin: 5px 10px 0 10px;
	font-size: 9px;
	color: #000;
	height: 80px;
	background-image: url(../img/allgemein/icon_trainerin.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#buttons .buttontext_coach {background-image: url(../img/allgemein/icon_coach.png);}
#buttons .buttontext_trainerin {background-image: url(../img/allgemein/icon_trainerin.png);}
#buttons .buttontext_speakerin {background-image: url(../img/allgemein/icon_speakerin.png);}
#buttons .buttontext_toolbox {background-image: url(../img/allgemein/icon_toolbox.png);}


/* Small Buttons */
#smallbuttons{
	margin: 385px 0 0 0;
}

#smallbuttons #blog,  #smallbuttons #shop{
	background-image: url(../img/allgemein/button_small_inactive.png);
	float: left;
	width: 111px;
	height: 38px;
	margin-right: 5px;
}

#smallbuttons #blog:hover, #smallbuttons #shop:hover{
	background-image: url(../img/allgemein/button_small_active.png);
	cursor: pointer;
}

#smallbuttons .smallbuttonsheader{
	color: #3366cc;
	width: 60px;
	height: 28px;
	padding: 10px 0 0 10px;
	float: left;
}

#smallbuttons .smallbuttonsimg_blog,
#smallbuttons .smallbuttonsimg_shop{
	float: left;
	background-position: right;
	background-repeat: no-repeat;
	padding: 10px 10px 0 0;
	width: 25px;
	height: 28px;
}

#smallbuttons .smallbuttonsimg_blog{background-image: url(../img/allgemein/icon_blog.png);}
#smallbuttons .smallbuttonsimg_shop{background-image: url(../img/allgemein/icon_shop.png);}


/* service menu */
#servicemenu ul{
	float: right;
	margin: 0;
	padding: 0;
}

#servicemenu ul li
{
	float: left;
	list-style-type: none;
	margin: 10px 10px 0 0;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

#servicemenu ul li a{
	color: #fff;
}
