/* $Id: screen.css 32 2010-02-05 17:30:57Z hweber $ */

/*----------------------------------------------------------*/
/*                 Standard-Definitionen                    */
/*----------------------------------------------------------*/

/* Allgemeine und Dokument-Definitionen */
*				{	margin:0; padding:0; }
html			{	width:100%; height:100%; }
body			{	font-family:Verdana, Arial, Helvetica, sans-serif; color:#000; font-size:100%;
					width:100%; height:100%; position:relative;
					margin:0; padding:0; }
/* Typografie */
h1, h2, h3, h4, h5, h6, p, li
				{	font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal;
					text-align:left; }
h1,  h3, h4, h5, h6
				{	font-weight:bold; }
h1				{	color:#FFF; font-size:1.8em;
					margin:0.0em 0 0.3em 10.0em; padding-top:50px; }
h2				{	color:#FFF; font-size:1.2em;
					margin:0 0 0.5em 9.99em; }
h3				{	color:#58585A; font-size:0.85em;
					margin:0.2em 0 0.4em 0; }
p				{	font-size:0.9em;
					margin:0 0 0.8em 0;
					line-height:1.3em;
					color:#58585A; } 
ul				{	margin-left:1.0em; }
ol				{	margin-left:1.5em; }
li				{	font-size:0.8em;
					line-height:1.3em; }
input,
select			{	color:#000; font-size:12px; font-weight:normal;
					margin:1px; }
dfn				{   color:#900;
					cursor:help; }

/* Hyperlinks */
a,
a:link,
a:active,
a:visited,
a:hover			{	color:#FFF; text-decoration:underline; }

/* Weitere HTML-ELemente */
img				{	vertical-align:top;
					border:none; }

/*----------------------------------------------------------*/
/*                Gestaltungs-Grundgerüst                   */
/*----------------------------------------------------------*/
/* Mittig zentrierte Box */
div.box			{	width:980px;
					position:absolute; top:50px; left:50%;
					margin-left:-490px; }


/* Kopf-Bereich */
div.head		{	height:150px;
					padding-left:50px; }
					
/* Inhalt-Bereich */
div.content		{	height:150px;
					padding-left:280px;	padding-top:40px; }
					
div.content p	{	float:left; color:#FFF; }

/* Fuß-Bereich */					
div.foot		{	width:980px; height:180px; }

/*----------------------------------------------------------*/
/*                  Klassen-Definitionen                    */
/*----------------------------------------------------------*/

/* Hintergrundbild der gesamten Seite */

img.hintergrund	{	width:100%; height:350px;

					position:absolute; top:198px; left:0; }


/* Logo */
img.logo		{	width:655px; height:46px;
					margin-top:35px; }

/* Lobmüller Mänchen */
img.lobmueller	{	position:absolute;
					top:164px; left:50px; }

/* Anweisung für die Textblöcke im Content */
.small			{	width:200px; margin-right:50px; }
.large			{	width:350px; padding-top:15px; }

/* Beschriftung für die Adresse */
label			{	float:left; }
label.adress	{	width:4.5em; }
label.manager	{	width:9.3em; }
