html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body, p, div, td, tr, ul, li, a, h1, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	line-height: 17px;
}

body {
	margin: 0px;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	background-image: url(../images/layout/hintergrund.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/** {
	padding: 0px;
	margin: 0px;
}*/

/* Seitentitel dunkelblau */
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #1C3F95;
	margin: 0 0 1em 0;
	line-height: 1em;
}

/* Seitentitel small dunkelblau */
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #1C3F95;
	margin: 0 0 1em 0;
	line-height: 1em;
}

/* Titel hellblau */
h3 {
	font-size: 20px;
	font-weight: bold;
	color: #0aa1dd;
	margin: 0 0 14px 0;
	line-height: 1em;
}

/* Titel grau */
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #464646;
	margin: 0 0 8px 0;
	line-height: 1em;
}

/* Seitentitel mini dunkelblau */
h5 {
	font-size: 14px;
	font-weight: normal;
	color: #1C3F95;
	margin: 0 0 1em 0;
	font-weight: bold;
	line-height: 1em;
}

/* Titel grau klein */
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #464646;
	margin: 0 0 8px 0;
	line-height: 1em;
}

/* Titel hellblau klein */
.h7 {
	font-size: 12px;
	font-weight: bold;
	color: #0aa1dd;
	display: block;
}

p {
	margin: 0 0 1em 0;
}

ul, li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#divContent ul {
	padding: 0 0 10px 15px;	
}

#divContent li {
	list-style-type: disc;
	padding: 0 0 0 5px;
}

img {
	border: 0px;	
}

a {
	color: #009DDC;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

.pdf {
	background-image: url(/images/icon/img_pdf.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 20px 2px 0;
}

.word{
	background-image: url(/images/icon/img_word.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 2px 20px 2px 0;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

#formerror {
	border:1px solid #FF3333;
	margin:1em 0;
	padding:10px;
}

#formerror ul {
	margin:0;
	padding-bottom:0;
}

#formerror li {
	color:#FF3333;
	font-weight:bold;
}

table.userinfo {
	margin-bottom:2em;
}

td.label {
	padding-right:10px;
}

#devicetable th {
	text-align:left;
}

#devicetable td,
#devicetable th {
	padding:2px 5px 2px 5px;
	border:1px solid #EEEEEE;
}

#devicetable {
	border-collapse:collapse;
	margin-bottom:2em;
}

.ordernote {
	margin:1em 40px 0 20px;
}

#divErrorAmount {
	display:none;
	border:1px solid #C00;
	color: #C00;
	font-weight:bold;
	padding:5px;
}

/* Diverses*/

dl.meImgLeft { float: left; margin-right: 1em; }
dl.meImgLeft dt { margin-bottom: 0; }
dl.meImgLeft dd { margin: 0; }

/* Sitemap */

ul.sitemap li {
	margin-left:1em;
}

#divQuizSolution {
	margin:20px 0;
	width:447px;
	height:129px;
	background-image:url(/images/wmquiz/background-solution.gif);
	padding:15px 20px;
}

#divQuizSolution ul {
	margin:0;
	padding:0;
	clear:both;
}

#divQuizSolution ul li {
	display:inline;
	list-style-type:none;
	padding:0;
}

#divQuizSolution ul li span {
	display:inline-block;
	border:1px solid black;
	padding:3px;
	margin:0 0px 3px 0;
	width:1em;
	font-weight:bold;
	text-align:center;
	font-size:17px;
	cursor:default;
	background-color:#79a941;
	color:white;
}

#divQuizSolution ul li.unsolved span {
	border-color:#AAAAAA;
	cursor:pointer;
}

#divQuizSolution ul li.inactive span {
	background-color:#DDDDDD;
	border-color:#AAAAAA;
}

#divQuizSolution ul li.liEmtpy span {
	border:none;
	background-color:transparent;
	color:black;
}

#imgQuizLogo {
	margin-bottom:20px;
}

#divContour {
	position:absolute;
	width: 144;
	height:131px;
	top:140px;
	left:370px;
}

#divQuizQuestion {
	background-image:url(/images/wmquiz/background-green.gif);
	width:467px;
	height:224px;
	color:white;
	font-size:16px;
	padding:20px 0 0 20px;
}

#divQuizQuestion p {
	color:white;
	font-size:16px;
	font-weight:bold;
	margin-right:120px;
}

#divQuizQuestion ul {
	margin:0;
	padding:0;
	width:100%;
}

#divQuizQuestion ul li {
	margin:0;
	padding:0 0 10px 0;
	list-style-type:none;
	color:white;
	font-size:16px;
	font-weight:bold;
}

#divQuizQuestion ul li a {
	color:white;
	font-size:16px;
	font-weight:bold;
}

#divQuizQuestion ul li a:hover {
	text-decoration:none;
}

.answerChar {
	display:inline-block;
	width:1em;
	border:1px solid black;
	padding:3px;
	text-align:center;
	background-color:white;
	color:black;
}

.hilite {
	background-color:#FF6;
}

.correct {
	color:#6C0;
	background-color:#FF6;
}

.wrong {
	color:#C00;
}

.pCongrats {
	background-image:url(/images/wmquiz/tick_32.png);
	background-repeat:no-repeat;
	line-height:24px;
	padding-left:40px;
	font-weight:bold;
	font-size:16px;
	margin:20px 20px 0 20px;;
	color:#79A941;
}

.pWrong {
	background-image:url(/images/wmquiz/delete_32.png);
	background-repeat:no-repeat;
	line-height:24px;
	padding-left:40px;
	font-weight:bold;
	font-size:16px;
	margin:20px 20px 0 20px;;
	color:#C00;
}

.pWMQuiz {
	margin:0 20px 1em 20px;
}

#dboverview {
	border-collapse:collapse;
}

#dboverview th,
#dboverview td
{
	padding:2px 5px 2px 5px;
	border:1px solid #EEEEEE;
}

#dboverview th {
	text-align:left;
}

#fldButtonsQuiz {
	text-align:right;
}

#pLoginInfo {
	font-size:smaller;
	text-align:right;
	margin-right:10px;
}

#pLoginInfo a{
	font-size:smaller;
}

/* Diverses */

.abstand {
	margin-top: 60px;
}
