/*
////////////////////////////////////////////////////////////////
//
// Styles fuer das Layout
//
// WeblicationŽ CMS Strukturdesign Version 4.7
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit WeblicationŽ Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/



/* Formatierung von HTML-Elementen */

* 							{
							margin:				0;
							padding:			0;
							}
							
body 						{
							font-family:		verdana, arial, sans-serif; 
							font-size:			12px;
							color: 				#fff;
							background:			#1a3045;
							line-height:		150%;
							}

h1							{color:#51779B;font-weight:normal;font-size:26px;}

img {
	behavior: url("/de/wLayout/design/style/pngbehavior.htc");
}
	
/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Startseite START
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
							
div#start-wrapper 			{
							position:absolute;
							top:50%;
							left:50%;
							width:				970px;
							height:				517px;
							margin:				-258px auto auto -485px;
							background:			url('/de/wLayout/design/img/bg-start.jpg');
							}
					
ul#logo-block				{
							margin: 			65px -50px 0 0;
							float:				right;
							list-style:			none;
							text-decoration:	none;
							}
							
ul#logo-block li				{
							padding:			0 97px 5px 0;
							}
							
ul#text-block				{
							margin: 			83px 0 0 0;
							float:				right;
							list-style:			none;
							text-decoration:	none;
							}

ul#text-block li				{
							padding:			 0 103px 5px 0;
							}

