
/* ========= Globale Formate ======== */

body	{
		margin: 0; padding: 5% 0;
		background: #EFEAE0;
		font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif; font-size: 83%; color: #000;
		text-align: center;  line-height: 165%;
		} 
		
body div {margin: 0; padding: 0;}

a:link		{color: #1899C6; text-decoration: underline; line-height: 165%;}
a:visited 	{color: #1899C6; text-decoration: underline; }
a:hover, a:active, a:focus, a:focus .sffocus	{color: #000; text-decoration: underline;}


/* DIVS */
		
#center-div-start {
				width: 540px; 
				margin: 0 auto 0 auto;
				}						
		
/* Box */		
.box-ro {background: url("../img/layout-box-ro.gif") top right no-repeat;}
.box-lo {background: url("../img/layout-box-lo.gif") top left no-repeat;}
.box-ru {background: url("../img/layout-box-ru.gif") bottom right no-repeat;}
.box-lu {background: url("../img/layout-box-lu.gif") bottom left no-repeat;}
.box-content {width: 500px; margin: 11px auto 5px auto; text-align: center;}

#logo {height: 212px; width: 212px; margin: 0 auto 0 auto;}		
/* Schriften */

h1	{font-family: Arial, Helvetica, Verdana, Sans-Serif; font-size: 120%; font-weight: 600; color: #529DEA; line-height: 110%; margin: 1em 0 0.5em 0;}
p	{font-family:Verdana,  Tahoma, Arial, Helvetica, Sans-Serif; color: #1899C6; line-height: 155%; margin: 2em 0 3em 0; font-size: 80%;}
strong {font-size: 110%;}