html {
  height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*word-wrap: break-word;*/
	font-size: 100.1%;
	color: #000;
	/*background-color: #0099CC;*/
	font-family: Helvetica, Arial, sans-serif;
	}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6{
	margin: 0px 0 10px;
	padding: 0px;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.2em;
}
h1 {
	margin-bottom: 18px;
	font-size: 1.2em;
	text-align: left;
	padding-top: 10px;
	color: #002D72;
}
h2, h3 {
	font-size: 1.1em;
	margin-top: 13px;
	margin-bottom: 11px;
	color: #002D72;
	font-weight: 500;
}
h3 {
	color: #000000;
}
h4 {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 9px;
	color: #002D72;
	font-weight: 700;
}

h5 {
	color: #000000;
}

ol, ul {
}/**/

#outer1 p {
	padding: 10px 10px 5px 10px;
}
.quote {
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color: #002D72;
	text-align: center;
}

#outer2 h1,
#outer2 h2, 
#outer2 h3,
#outer2 h4,
#outer2 h5,
#outer2 h6,
#outer2 p {
	margin-right: 5px;
}



#outer2 p {
	padding: 0px 0px 5px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#outer2 ul,
#outer2 ol {
	padding: 0px 0px 8px 33px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	/*background-color: #0099CC;*/
}
#outer2 ul {
	list-style-image: url(../Sprachschule_Stevens_English_Training_images/Sprachschule_Stevens_English_Training_BulletBlue.png);
}
#outer2 li {
	padding: 2px 0px;
}
.small {
	font-size: 0.8em;
}

em strong{
	font-style: normal;
	font-weight: normal;	
	}
/**************************************************************
   .iconMenu: The side bar menu
 **************************************************************/

ul.iconMenu {
	margin: 0;
	padding: 0;
}
.iconMenu li {
	display: inline;
	/* Needed since IE fails when you give it list-style: none; */  
	list-style-image: url(foo.gif);
	font: 500 0.7em Helvetica, Arial, sans-serif;
	/*background-color: #0099CC;*/
}
.icon{
	/**/float: left;
	margin: -3px -2px 0px 3px;
	border: 0px;
	
}
.iconMenu li a {
	display: block;
	margin: 0.2em 0;
	padding: 5px 0px 4px;
	text-decoration: none;
	color: #000000;

} 
.iconMenu li a .main{
	/**/
	padding-left: 10px;
	color: #002D72;
	font: 600 1.2em Helvetica, Arial, sans-serif; 
	/*background-color: #CCCC00;	*/
	border-bottom: 1px solid #000;
}

.iconMenu li a .more{
	margin-left: 10px;
}
.iconMenu li a:hover{
	background: url(../Sprachschule_Stevens_English_Training_images/Sprachschule_Stevens_English_Training_BlueBG.png) repeat;
}
.iconMenu li a:hover .main{
	color: #E20A16;
}
/* Active menu item */
.iconMenu li.here a{
	color: #E20A16;
    background: url(../Sprachschule_Stevens_English_Training_images/Sprachschule_Stevens_English_Training_BlueBG.png) repeat;
}
.iconMenu li.here a .main{
	color: #E20A16;
}
/**/
/**************************************************************
   Links
 **************************************************************/
a {
  color: #002D72;
}
a:hover {
  color: #E20A16;
}
/**************************************************************
   PDF links
 **************************************************************/
a.pdfLink {
	font-weight: bold;
	text-decoration: none;
}
a.pdfLink img {
	margin: -2px 8px 5px 0;
	float: left;
}

/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}
img.bullet {
  margin-top: 4px;
}

/**************************************************************
   Tables
 **************************************************************/
table {
	width: 100%;
	text-align: left;
	background-image: url(../Sprachschule_Stevens_English_Training_images/Sprachschule_Stevens_English_Training_White.png);
	/*border-top: 1px solid #002D72;*/
	margin: 10px 0px 10px 0px;
}
th {
	font-size: 1.1em;
	font-weight: bold;
	color: #002D72;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #002D72;
}
th h4{
	font-size: 0.85em;
	padding-left: 10px;
	padding-right: 10px;
}
td h4{
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
}
td {
	vertical-align: top;
	text-align:  left;
	border-bottom: 1px solid #002D72;
	padding-top: 4px;
}

td.cellcenter {
	text-align: center;
}

/*********layoutTable********/

table.layoutTable {
	border: 0;
	padding-left: 0px;
	background-image: none;
	/*background-color: #CCCC00;	*/
}
table.layoutTable td {
	border: 0;
	padding-left: 0px;
}
/*************FormTable********/

table.formTable {
	border-top: 0;
	background-image: none;
}
table.formTable td {
	border: 0;
}

/*************Table for new beitragLinks***************************************/

#beitragLinks {
	border-top: 0;
	background-image: none;
}
#beitragLinks td {
	border: 0;
	text-align: center;
}

#beitragLinks td a{
	font-size: 0.8em;
}


/**************************************************************
   Spaces
 **************************************************************/
.obenohne {
	margin-top: 0px;
	padding-top: 0px;	
}
.untenohne {
	margin-bottom: 0px;
	padding-bottom: 0px;	
}
.subhead {
	margin-top: 3px;
	margin-bottom: 15px;
}

/**************************************************************
   Murks
 **************************************************************/
.murks {
	color: #93C;
	font-weight: bold;
}
/**************************************************************
   Rot
 **************************************************************/
.rot {
	color: #E20A16;
}

