/* Allgemeines */
* 			{font-family: sans-serif}
body 		{padding-left: 200px; padding-top: 90px; font-size: 90%; margin: 0px}
.disclaimer	{font-size: 95%; color: #777777}

/* Ueberschrift */
div.caption {position: absolute; left: 10px; top: 10px; height: 60px; width: 550px;
			 background-image: url(images/caption.gif); background-repeat: no-repeat}

h1			{font-weight: bold; font-size: 130%; margin-bottom: 30px;}
h2			{font-weight: bold; font-size: 110%; margin-bottom: 5px; margin-top: 40px}
h3			{font-weight: bold; font-size: 100%; margin-bottom: 5px; margin-top: 10px}
h4			{font-weight: bold; font-size: 100%; margin-bottom: 0px; margin-top: 5px; color: #666666}

/* Navigation */
div.nav 			{position: absolute; left: 0px; top: 90px; width: 180px; font-size: 100%}
.nav div.top 		{width: 187px; height: 16px; background-image: url(images/nav_top.gif); background-repeat: no-repeat}
.nav div.bottom 	{width: 187px; height: 14px; background-color: white; background-image: url(images/nav_bottom.gif); background-repeat: no-repeat}
.nav li 			{list-style-type:none;}
.nav li.current 	{list-style-type:disc !important; color: #379BFF}
.nav .current a 	{color: #379BFF !important;}
.nav * 				{font-weight: bold;}
.nav a:link, .nav a:visited {text-decoration: none; border: none; color: #365794}
.nav a:active, .nav a:hover {text-decoration: none; border-bottom: 1px solid #379BFF; color: #379BFF}
.nav ul				{padding-left: 30px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; padding-bottom: 2px}
.nav li.navlevel0 	{margin-top: 10px;}
.nav li.navlevel1 	{margin-top: 2px; margin-left: 20px; font-size: 95%}
.nav li.navlevel2 	{margin-top: 0px; margin-left: 40px; font-size: 90%}


a:link, a:visited 	{text-decoration: none; border-bottom: 1px solid #AAAAAA; color: #365794}
a:active, a:hover 	{text-decoration: none; border-bottom: 1px solid #379BFF; color: #379BFF}

a img			{border: none}

/* Tabellen */
table.list th		{padding-right: 30px; text-align: left; font-weight: bold}
table.list td		{padding-right: 30px; text-align: left}
.list .confirmed	{color: green; font-weight: bold}
.list .supposed		{color: yellowgreen; font-weight: bold}
.list .error		{color: red; font-weight: bold}