/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0px 0px 6px 0px;
    text-align: center;
}

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 955px;
}

#header {
    background: url(resources/h_background.png);
    position: relative;
    padding: 0;
    margin: 0px 0px 12px 0px;
    width: 955px;
    /*height: 114px;*/

    top: 0px;
    left: 0px;
}

#main_container {
    padding: 0;
    /*margin: -75px 20px 20px 20px;*/

    margin: 0px;
}

#layout_table {
    border-collapse: collapse;
}

#sub_nav_column {
    vertical-align: top;
}

#content_column {
    vertical-align: top;
}

#left_column_container {
    margin: 0;
    padding: 0;
    width: 0px;
}

#sub_container1 {
    margin: 0px;
    padding: 0;
    width: 0px;
}

#sub_container2 {
    margin: 0;
    padding: 1px 23px 55px 23px;
    width: 909px;
}

#sub_container3 {
    margin: 0;
    padding: 0;
    width: 955px;
}

#content_container {
    overflow: hidden;
    margin: 0px;
    padding: 0;
    width: 909px;
}

#content_container3 {
    margin: 0px;
    padding: 0;
    width: 955px;
}
#bg_submenu_b {
    width: 955px;
    height: 8px;
    font-size: 8px;
    background-repeat: no-repeat;
    clear: both;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: relative;
    top: 0;
    left: 0px;
    /*margin-left: 700px;*/

    width: 249px;
    height: 83px;
    float: right;
}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
    position: relative;
    top: 0px;
    left: 0px;
    /*margin-left: 175px;*/

    padding: 25px 25px 3px 3px;
    width: 500px;
    height: 28px;
    text-align: right;
    voice-family: "\"}\"";
    voice-family: inherit;
    float: right;
}

html>body #slogan {
    width: 500px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    background: no-repeat top right;
    width: 166px;
    height: 83px;
    position: relative;
    top: 0px;
    left: 9px;
    float: left;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    position: relative;
    top: 0px;
    left: 0px;
    line-height: 0;
    padding: 0px 0 0px 0px;
    margin: 0 0 0px 9px;
    overflow: hidden;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 525px;
    float: left;
}

html>body #main_nav_container {
    /*width: 555px;*/

}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    /*padding: 3px 19px 2px 10px;*/

    padding-left: 5px;
    padding-right: 5px;
    display: block;
    float: left;
    line-height: 27px;
    text-align: center;
    width: 65px;
    height: 27px;
    voice-family: "\"}\"";
    voice-family: inherit;
    background-position: top left;
    background-repeat: no-repeat;
}

html>body #main_nav_list a {
    height: 27px;
}

a.main_nav_item:hover {
    background: transparent;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 0px;
    padding: 0;
    width: 955px;
    /*height: 23px;*/

    overflow: hidden;
    background-repeat: repeat-y;
    clear: both;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0px 0px 0px 51px;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    margin: 0px 0 0px 0;
    padding: 0;
    float: left;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    float: left;
    text-align: left;
    line-height: 23px;
    height: 23px;
    padding: 0 15px 0 14px;
    display: block;
    /*width: 97px;*/

    voice-family: "\"}\"";
    voice-family: inherit;
    /*background-position: left;
	background-repeat: no-repeat;*/

}

html>body .sub_nav_list a {
    /*width: 97px;*/

}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 955px;
    height: 31px;
    clear: both;
}

#footer_text {
    width: 935px;
    padding: 5px 15px 5px 5px;
    margin: 0 0px 0 0px;
    text-align: right;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content table {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 0px 0px 15px 1px;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    border-left: 1px solid;
    border-top: 1px solid;
    border-collapse: collapse;
}

.content select {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.lesson_desc {
	padding: 0;
	margin: 8px 0px 8px 0px;
	font-size: 14px;
}

.lesson_desc table {
	border: 0;
	margin: 2px 0px 0px 0px;
	font-size: 11px;
	width: 100%;
	clear: both;
}

.lesson_desc table td {
	padding: 0;
	margin: 0;
	border: 0;
}

.textp {
	padding: 0;
	margin: 8px 0px 8px 0px;
	font-size: 14px;
}

.heading {
	padding: 0;
	margin: 8px 0px 8px 0px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #435986;
}

.lesson_title {
	padding: 0;
	margin: 8px 0px 8px 0px;
	font-size: 18px;
	color: #435986;
}

.lesson_icon {
	width: 100px;
	height: 100px;
	float: right;
	border: 0;
	padding: 0px 2px 0px 2px;
}

.sprt {
 width: 100px;
 height: 100px;
 float: right;
 background-image: url(resources/hpsprite.png);
 margin: 0px 2px 0px 2px;
}

.spr2 {
 width: 100px;
 height: 100px;
 float: right;
 background-image: url(resources/hpsprite2.jpg);
 margin: 0px 2px 0px 2px;
}

.lesson_level {
	width: 72px;
	height: 16px;
	border: 0;
	padding: 0px 1px 0px 1px;
}

.lline {
	font-size: 0px; 
	margin: 4px 0px 0px 0px;
	height: 1px;
	padding: 0;
	width: 800px;
	border: 0;
	vertical-align: top;
	background-color: #808080;
}

.sm {
	font-size: 0px;
	margin: 0; 
	padding: 0; 
	width: 955px; 
	height: 8px; 
	background-color: #5B73A3; 
	clear: both; 
}

.icon1 {
	margin: 0px 1px 0px 1px;
	padding: 0;
	float: left;
	background-image: url(resources/phones.png);
	width: 30px;
	height: 30px;
	cursor:pointer;
}

.icon2 {
	margin: 0px 1px 0px 1px;
	padding: 0;
	float: left;
	background-image: url(resources/download.png);
	width: 25px;
	height: 27px;
}

.icon3 {
	margin: 0px 1px 0px 1px;
	padding: 0;
	float: left;
	background-image: url(resources/guide.png);
	width: 26px;
	height: 28px;
}

.icon4 {
	margin: 0px 1px 0px 1px;
	padding: 0;
	float: left;
	background-image: url(resources/film3.png);
	width: 27px;
	height: 28px;
}

.icon5 {
	margin: 0px 1px 0px 1px;
	padding: 0;
	float: left;
	background-image: url(resources/flashcards.png);
	width: 28px;
	height: 26px;
}

.icon6 {
	margin: 0px 1px 0px 1px;
	padding: 0;
	float: left;
	background-image: url(resources/mgame.png);
	width: 31px;
	height: 30px;
}

.icon7 {
	margin: 0px 1px 0px 1px;
	padding: 0;
	float: left;
	background-image: url(resources/quiz2.png);
	width: 30px;
	height: 29px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

.content a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

/*--- tables ---------------------------------------------------------------*/

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

