/* Start of CMSMS style sheet 'wildsau_stylesheet' */
@charset "utf-8";
/* CSS Document */


/*body definitionen*/
body
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px; /* Standart schriftart in den Bildern ist Hobo std */
	background-image:url(images/konfetti_HG.jpg);
	background-repeat:repeat;
	color:#000000;
}

/*high div*/
#highdiv
{
	width:1000px;
	height:700px;
	margin:20px auto;
}
/* navigation */
.navbar
{
	width:200px;
	height:400px;
	margin-top:50px;
	margin-left:10px;
	float:left;
}

/* Logo links oben */
#logo
{
	width:220px;
	height:210px;
	float:left;
	margin:0px -30px 0px -35px;
}
/* Main mit Background */
#main
{
	width:750px;
	height:700px;
	padding:5px;
	float:right;
	background-repeat:no-repeat;
}

/* Content */
#cont
{
	width:730px;
	height:680px;
	margin:20px 5px auto;
}
/* End of 'wildsau_stylesheet' */

