/* IMPORTANT:

	frame-width = left-width + content-width + right-width

*/



body {
	/*background-image: url(pics/bgr.jpg);*/
	background-repeat: repeat;
	text-align: center;
	background: #e4e4e4;
}



* {

    margin: 0px;

    padding: 0px;

	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	 font-size: 10pt;

}



div#frame {

    text-align: left;

    margin-left: auto;

    margin-right: auto;

    width: 900px; /* set your desired page width here */

    /*background-color: #E5EAEF;*/
	background: url(pics/Funkyou_middle.jpg) repeat-y;
}



/* DIV CONTAINING THE HEADER */

div#header {

    width: 100%;

    height: 200px; /* set your desired header height here */

    background-image: url(pics/Funkyou_top2.jpg);

            }



/* DIV CONTAINING THE LEFT SIDE PANEL */

div#left {

    width: 150px; /* set the desired left panel width here */

    float: left;
         /*   background: url(pics/background_left2.jpg);*/
            }



/* Menü Link normal */

div#left div a {

	text-decoration: none;

	color: #111111;

}



div#left div a:visited {

	text-decoration: none;

	color: #111111;

}



/* Menü Level 1 Normal */

div#left div.menu1-level1-no {

	border-bottom: 1px solid #666666;

	padding-top: 5px;

	padding-left: 10px;

}



/* Menü Level 1 aktiviert */

div#left div.menu1-level1-act {

	border-bottom: 1px dotted #666666;

	padding-top: 5px;

	padding-left: 10px;

	font-weight: bold;

}



/* Menü Level 2 Normal */

div#left div.menu1-level2-no {

	padding-left: 40px;

	font-size: 10px;

}



/* Menü Level 2 aktiviert */

div#left div.menu1-level2-act {

	padding-left: 40px;

	font-size: 10px;

	font-weight: bold;

}



/* DIV CONTAINING THE MAIN CONTENT */

div#content {

    float: left;

    width: 595px; /* set the desired content width here */

    padding-top: 5px;
	 padding-left: 5px;
	 
    /*background-color: #CCCCCC;*/
	
    }



div#content a{

	 text-decoration: none;

	 color: #666666;

}



/* DIV CONTAININT THE RIGHT SIDE PANEL */

div#right {

    float: left;

    width: 141px; /* set the desired right panel width here */

	 padding-top: 5px;

	 color: #990099;
	padding-left: 9px;
	}



div#right a {
	text-decoration: none;
	color: #ff9900;
}



div#right a:visited {
	text-decoration: none;
	color: #633c05;
}



div#footer {

	width: 100%;

	height: 100px;

	background-color: #555555;

	background-image: url(pics/Funkyou_bottom.jpg);

}

.cl {

	clear: both;

}
