/* CSS Document */
/* Layout */

*						{ margin:0; padding:0; }
html, body				{ width:100%; height:100%; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
body					{ background:url(layout/bodyBack.jpg) top repeat-x; overflow:visible; text-align:center; }

div#container			{ background:url(layout/bodyBack2.png) center repeat-y; margin:0 auto; }
div#layout				{ background:url(layout/bodyLayout.jpg) top center no-repeat; margin:0 auto; height:465px; }
div#inside				{ width:960px; margin:0 auto; }
div#header				{ height:90px; width:100%; }
div#flash				{ height:336px; width:100%; background-image:url(layout/flashKompetenzen.png); }
div#content				{ background:url(layout/textDiv.jpg) bottom left no-repeat;  width:720px; min-height:250px; }
div#footer				{ background:url(layout/footerFoot.jpg) center no-repeat; margin:0 auto; height:50px; clear:both; }

span.cnx_naviselected { padding:0; margin:0; color:#739301; }
