/* ergaenzende Stylesheets Hueber.de Einstufungstests und Online-Uebungen */
/* Version 000.003 */


body#oet {
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, Swiss, SunSans-Regular, sans-serif; 
	font-size: 12px;
	margin: 0; 
	padding: 0;
}

#oet h1 {
	color: black;
	font-family: Helvetica, Arial, Verdana, sans; 
	font-size: 14px; 
	line-height: 1.1; 
	margin: 10px 0 6px 0;

}



/* Online-Einstufungstests */

.oetcontenttop {
	background: url(/shared/images/oetbackgr-top.gif) center no-repeat;
    height: 11px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 12px;
    width: 982px;
}

.oetcontentbottom {
	background: url(/shared/images/oetbackgr-bottom.gif) center no-repeat;
    height: 11px;
	margin-left: auto; 
	margin-right: auto; 
    width: 982px;
}

#oetcontent {
	background: url(/shared/images/oetbackgr-middle.gif) center repeat-y;
	empty-cells: show;
	margin-left: auto; 
	margin-right: auto; 
    padding-left: 11px;
    padding-right: 11px; 
	width: 960px;
}

#oetcontent, #oubcontent table
 {
	text-align: left;
}

#oetcontentblock
 {
	background-color: white;
	margin: 0;
	padding: 0;
	width: 960px;
}

#oetfooterblock {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	width: 960px;
}



/* Online-Uebungen */

body#oub {
	background-color: #f9f7ec;
	font-family: Verdana, Tahoma, Geneva, Helvetica, Arial, Swiss, SunSans-Regular, sans-serif; 
	font-size: 12px;
	margin: 0; 
	padding: 0;
}

.oubcontenttop {
	background: url(/shared/images/oubbackgr-top.gif) center no-repeat;
    height: 11px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 12px;
    width: 1012px;
}

.oubcontentbottom {
	background: url(/shared/images/oubbackgr-bottom.gif) center no-repeat;
    height: 11px;
	margin-left: auto; 
	margin-right: auto; 
    width: 1012px;
}

#oubcontent {
	background: url(/shared/images/oubbackgr-middle.gif) center repeat-y;
	empty-cells: show;
	margin-left: auto; 
	margin-right: auto; 
    padding-left: 11px;
    padding-right: 11px; 
	width: 990px;
}

#oubcontentblock
 {
	background-color: white;
	margin: 0;
	padding: 0;
	width: 990px;
}

#oubfooterblock {
	font-size: 10px;
	margin: 6px auto;
	padding: 0;
	position: relative;
	width: 990px;
}

table.oub, table.oub2 {
	background-color: white;
	border: 1px solid #cccccc; 
	border-collapse: collapse; 
	margin: 0 auto 16px auto; 
	width: 100%;
}

table.oub tr, table.oub2 tr {
	border: 1px solid #cccccc;
	vertical-align: top; 
}

table.oub tr.oubcapt, table.oub2 tr.oubcapt {
	background: #777777;
	color: white; 
	font-weight: bold;
}

table.oub tr td, table.oub2 tr td {
	padding: 4px 2px; 
}

table.oub2 tr td {
	border: 1px solid #cccccc;
}

#struktur {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Tahoma, sans-serif;
	margin-top: 22px;
	margin-left: 120px;
	margin-right: 120px;
	margin-bottom: 20px;	
}

#struktur ul.level1 {
	color: #777777;
	font-size: 20px;
	list-style-type: none;
	padding-left: 0;
}

#struktur ul.level1 li {
	margin-top: 16px;
}

#struktur ul.level2 {
	border-top: 1px dotted #444444;
	color: black;
	font-size: 14px;
	font-weight: bold;
	list-style-type: square;
	padding: 4px 0 0 16px;
}

#struktur ul.level2 li {
	margin-top: 8px;
}

#struktur ul.level3 {
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
}

#struktur ul.level3 li {
	margin-top: 6px;
}

#struktur ol.exlevel {
	font-size: 12px;
	padding-left: 20px;
}

#struktur ol.exlevel li {
	border-top: 1px dotted #999999;
	margin: 6px 0 0 0;
	padding: 3px 0 0 0;
}

.oubbutton, .oubbuttonactive {
	border: 1px solid black;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	margin: 1px 3px 1px 0px;
	padding: 2px 5px;
}

.oubbutton {
	background-color: white;
	color: black;
}

.oubbuttonactive {
	background-color: black;
	color: white;
}

a.oubbutton {
	color: black;
	text-decoration: none;
}

a.oubbutton:hover {
	background-color: #fee586;
	border: 2px solid black;
	padding: 1px 4px;
}

.oubbuttoninactive {
	background: none;
	border: 1px solid #999999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	margin: 1px 3px 1px 0px;
	padding: 2px 5px;
}


