/**************************************************************
   #content: Sets the width of the site. 
 **************************************************************/
#content{
	position: relative;
	z-index: 10;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background-image: url(../Sprachschule_Stevens_English_Training_images/Sprachschule_Stevens_English_Training_ShadowRCornerLong.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*background-color: #99ff00;*/
}
#content,
#width {
	min-width: 950px;
	max-width: 1300px;
	/* max-width hack for IE*/
	width:expression(document.body.clientWidth > 1300 ? "1300px" : "100%"); 
	margin: 0 auto 0px;
}
#marginRight{
	background-color: #99FF00;

}

#content[id],
#width[id] {
	width: 100%;
	/**/height: auto;
}

#world{
	float: left;
	clear: both;
	height: 100%;
	min-height: 380px;
	background-image: url(../Sprachschule_Stevens_English_Training_images/Sprachschule_Stevens_English_Training_World.png);
	background-repeat: no-repeat;
	background-position: center 40px;	
	margin-right: 20px;	
	padding: 0px;
	/*background-color: #FF5544;*/
}

/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	position: relative;
	/**/background: #fff url(../Sprachschule_Stevens_English_Training_images/Sprachschule_Stevens_English_Training_HeadBG.gif) repeat-x 0 15px;
}

/* Sets where the header images will go */
#header img.left {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

/*Can't just position the right header pic or IE6 shifts it*/
.RHead {
	position: relative;
	z-index: 3;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	height: 130px;
	text-align: center;
	background-image: url(../Sprachschule_Stevens_English_Training_images/Sprachschule_Stevens_English_Training_HeadR.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	width: 100%;
	padding-top: 5px;
	/*background-color: #FFCC00;*/
}

/**************************************************************
   #footer: sticks to the bottom if not enough content.
 **************************************************************/

#footer {
	position: relative;
	z-index: 3;
	float: left;
	width: 100%;
	clear: both;
}

/* Sets the width of the footer content */
#footer #width {
	position: relative;
	z-index: 3;
	font-size: 0.85em;
	margin-top: -381px;
	height: 370px;  
	background-image: url(../Sprachschule_Stevens_English_Training_images/Sprachschule_Stevens_English_Training_FootGrauwelle.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	/*background-color: #FFF888;*/
	}
	#width p{
	padding-top: 328px;
	}
#width img.floatLeft, #width img.floatRight {
	position: relative;
	top: 333px;
}
/**************************************************************
   Column definitions
 **************************************************************/

#outer1 {
	float:left;
	height: 100%;
	min-height: 300px;
	width:193px;
	padding:0px;
	background-image: url(../Sprachschule_Stevens_English_Training_images/Sprachschule_Stevens_English_Training_BlueBG.png);
	background-repeat: repeat;
/*background:#e0d0d0;*/
}
#outer1[id] {
	height: auto;
}
#outer1,
#outer3 { 
	padding-bottom:10px; 
	/*background:#ccb0b0;*/
}
#outer2 {
	margin:0px 210px 0px 193px;
	background-repeat: no-repeat;		/*background:#e0e0e0;*/
	padding: 5px 0px 30px 15px;
}
#outer3 {
	float:right; 
	width:190px; 
	padding-right:12px; 
	padding-top:10px;
	/*background:#ccb0b0;*/
}
/**************************************************************
   Spalten in der Mitte
 **************************************************************/
 .rightColumn {
	float:left;
	padding-left:12px;
/*	width:50%;
background:#e0d0d0;*/
}
/**************************************************************
   videoDiv
 **************************************************************/
 .videoDiv {
	margin: 10px 0 5px 0;
	text-align: center;
}
 .videoDiv div{
	 margin:auto;
	 text-align:center;
 }
/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.clear {
  clear: both;
}
