/* changelog:
2007-01-15 Bodo Eichstädt  Alle Dateipfade angepasst
*/

html { width:100%; height:100%; margin:0; padding:0;}
body {
	margin:0; padding:0;
	background-color:white;
	text-align:left; /* align of #boxAlignLayout FOR IE*/
}


/* Box-enclosing- and Guillotine-Hack. */
.clearfix:after {content: "."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	#boxAlignLayout {
		position:relative; /* allows to display all child elements relative to (even outside of) this box */
		text-align:left; /* setting "left" for content */
		/*margin:0 auto;*/ /* uncomment this for center in gecko */
		padding:0;
		width:100%;
	}
		#boxHeader {
			text-align:right;
			margin:0; padding:0;
			min-width:860px;
			height:66px;
			background:url("/schulportraets/fileadmin/template/images/header-background.gif") left no-repeat;
		}
			#box_logoFloat {
				float:right;
				width:860px; height:53px;
			}
				#box_logo {
					width:860px; height:53px;
				}
					#box_logo img {
						margin-right:10px;
					}

		#boxBluebar {
			margin:0; padding:0;
			
			height:21px;
			background-color:#0a57d0;
		}
			#boxServiceMenu {
				margin-left:184px;
				height:21px;
			}

		#boxLogo2 {
			position:absolute;
			top:66px; left:0px;
			width:163px; height:103;
			background-color:#0a57d0;
		}
		#boxMenu01 {
			position:absolute;
			top:172px; left:0px;
			width:163px;
		}
		#boxContent {
			/*border:1px solid #ccc;*/
			margin:0;
			padding:0;
			padding-top:15px;
			padding-bottom:15px;
			width:598px;
		}
			.boxPageTitle {
				/*width:471px;*/
				width:598px;
			}
			.boxNormal {
				/*width:471px;*/
				width:598px;
			}
			.boxRight {
				position:absolute;
				top:98px;
				left:671px;
				width:125px;
			}
		#boxBottomSpace {
			margin:0; padding:0;
			margin-left:163px;
			padding-left:220px; padding-top:13px;
			height:39px;
			border-top:1px solid #6e93d7;
		}
