 /* Extension Style Sheets */
@import url(format.css);
@import url(menu.css);
@import url(rte.css);

/*colors*/

/* font (nearly black): #6c6e70; */
/* grey (border): #6c6e70; */
/* blue light (background menu1): #c8d5e2; */
/* blue (logo): #1f4a9a; */
/* blue (font): #204898; */
/* red: #ee2d27; */


html {
	overflow-y: scroll;
}


body { 
	background: #fff;
	color: #6c6e70;
	font: 1.01em arial, helvetica, freesans, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

 
 
/* START TOP ROW */ 
#gfitTop {
 	width: 766px;
 	height: 10px;
 	margin: 5px auto 0px auto;
	font-size: 0em;
	background: url('../layout/frame/gfit_frame_top.png') no-repeat;
}
/* END TOP ROW */ 


/* START MAIN ROW */ 

/* Box with Shadow */
#gfitMain {
 	width: 766px;
 	height: auto;
 	margin: 0px auto 0px auto;
	background: #fff url('../layout/frame/gfit_frame_main.png') repeat-y;
}

/* Box with grey frame */
#gfitBox {
 	width: 738px;
 	margin: 0px auto 0px auto;
	font-size: 0.75em;
	border: 1px solid #6c6e70;
	background: #fff;
	text-align: left;
}


/* start row with logo and topic image */
#A0 {
	width: 716px;
	height: 103px;
	margin: 10px;
	border: 1px solid #6c6e70;
}

#A1 {
	position: relative;
	width: 716px;
	height: 103px;
}

#logo {
	position: absolute;
	width: 180px;
	height: 77px;
	left: 72px;
	top: 13px;
	z-index: 40;
}

#topic {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
}

/* end row with logo and topic image */

/* start row with slogan */

#B0{
	width: 716px;
	height: 66px;
	margin: 10px 10px 0px 10px;
	padding: 0;
	border-top: 1px solid #6c6e70;
	border-right: 1px solid #6c6e70;
	border-left: 1px solid #6c6e70;
}

#startSlogan {
	width: 281px;
	height: 28px;
	margin: 19px auto auto 248px;
}

#contentSlogan {
	width: 314px;
	height: 34px;
	margin: 17px auto auto 390px;
}


/* end row with slogan */

/* start row with menu (1st layer) */

#C0 {
	width: 716px;
	height: 20px;
	margin: 0px 10px 0px 10px;
	padding: 0;
	border-right: 1px solid #6c6e70;
	border-left: 1px solid #6c6e70;
	background: #c8d5e2;
}



/* end row with menu (1st layer) */

/* start row with menu (2nd layer) of content pages */

#D0 {
	width: 716px;
	height: 130px;
	margin: 0px 10px 0px 10px;
	border-right: 1px solid #6c6e70;
	border-left: 1px solid #6c6e70;
}

/* end row with menu (2nd layer) of content pages */

/* start row with main content of homepage */

#DStart {
	clear: both;
	width: 716px;
	margin: 0px 10px 0px 10px;
	border-right: 1px solid #6c6e70;
	border-bottom: 1px solid #6c6e70;
	border-left: 1px solid #6c6e70;
}

#startContent {
	margin-left: 79px;
	padding: 13px 0px;
}

#startContent img.startText {
	margin: 0px 0px 0px 170px;
}

#startContent img.startImage {
	width: 622px;
	height: 232px;
	margin: 10px 0px 14px 2px;
	border: 1px solid #6c6e70;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding : 0;
	font-size: 0;
}

/* end row with main content of homepage */


/* start row with main content of content pages */

#E0 {
	clear: both;
	width: 716px;
	margin: 0px 10px 0px 10px;
	border-right: 1px solid #6c6e70;
	border-bottom: 1px solid #6c6e70;
	border-left: 1px solid #6c6e70;
}

#E0Left {
	float: left;
	width: 156px;
	margin-left: 75px;
}

/* IE6 */
* html #E0Left {
	margin-left: 37px;
}

#E0Left img {
	/*border: 1px solid #6c6e70;*/
}

#E0Right {
	float: right;
	width: 454px;
	margin-right: 13px;
}

/* IE6 */
* html #E0Right {
	margin-right: 6px;
}

.clear13 {
	clear: both;
	height: 13px;
	margin: 0;
	padding : 0;
	font-size: 0;
}

/* end row with main content of content pages */

/* start row with menu bottom = impressum */

#F0 {
	width: 716px;
	height: 20px;
	margin: 0px 10px 0px 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: right;
}

/* start row with menu bottom = impressum */


/* END MAIN ROW */ 


/* START BOTTOM ROW */ 

#gfitBottom {
	clear: both;
 	width: 766px;
 	height: 15px;
 	margin: 0px auto 0px auto;
	font-size: 0em;
	background: url('../layout/frame/gfit_frame_bottom.png') no-repeat;
}

/* END BOTTOM ROW */ 

/* START MISC */

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}

/* END MISC */

