/************************************************************************************************************
 *	Stylesheet der Musikschule OSL																			*
 *																											*
 *																											*
 *																											*
 *																											*
 ************************************************************************************************************/

* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Times, serif;
	}
	
body {
	background: #fcd298 url(../img/head.png) top repeat-x;
	}
	
/************************************************************************************************
 *	Divbox - Wrapper																			*
 ************************************************************************************************/
	
#wrapper {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	}
	
/************************************************************************************************
 *	Divbox - Pagebox																			*
 ************************************************************************************************/
	
#page {
	margin-top: 185px;
	float: left;
	width: 100%;
	}
	
#main_top {
	background-image: url(../img/bg_main_top.gif);
	float: left;
	height: 80px;
	width: 100%;
	}
	
#main {
	background-image: url(../img/bg_main.gif);
	float: left;
	width: 100%;
	}
	
#main_footer {
	background-image: url(../img/bg_main_footer.gif);
	background-position: top;
	float: left;
	height: 60px;
	width: 100%;
	}
	
#footer {
	float: left;
	padding: 15px 0px 0px 40px;
	font-size: 90%;
	}
	
#footer a {
	padding: 0px 3px 0px 3px;
	}
		
#menu {
	float: left;
	width: 740px;
	height: 42px;
	padding: 38px 0px 0px 40px;
	}
	
#menu ol li {
	display: inline;
	}
	
#menu ol li a {
	color: #c2b5a1;
	font-weight: bold;
	font-size: 120%;
	float: left;
	padding: 0px 8px 0px 8px;
	}
	
#menu ol li a:hover {
	color: #968c7c;
	text-decoration: none;
	}
	
#content {
	width: 500px;
	padding: 0px 10px 0px 40px;
	float: left;
	}
	
#sidebar {
	padding: 20px 0px 0px 0px;
	width: 220px;
	float: right;
	}
	
.sidebox {
	width: 220px;
	float: right;
	}
	
.sidebox_top {
	hight: 20px;
	width: 220px;
	float: right;
	background-image: url(../img/bg_sidebar_top.gif);
	background-repeat: no-repeat;
	}
	
.sidebox_main {
	width: 170px;
	padding: 0px 30px 0px 20px;
	float: right;
	background-image: url(../img/bg_sidebar_main.gif);
	background-repeat: repeat-y;
	}
	
.sidebox_footer {
	hight: 20px;
	width: 220px;
	float: right;
	background-image: url(../img/bg_sidebar_footer.gif);
	background-repeat: no-repeat;
	}
	
#content_main {
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat-y;
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	}
	
.border a {
	border-right: 1px solid #c2b5a1;
	}
	
.box_bild_rows {
	float: left;
	}
	
.box_bild {
	float: left;
	width: 160px;
	background-color: #ededed;
	border: 1px solid #dddddd;
	padding: 5px 0px 0px 0px;
	margin: 2px 2px 2px 2px;
	}

.box_bild_bild {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	}
	
.box_bild img {
	padding: auto;
	}
	
/*******************************************************************************************************************************************************/

.outer {
	border-left-width: 160px;  /* left column width */
	border-left-color: #333333;   /* left column colour */
	
	border-right-width: 160px; /* right column width */
	border-right-color: #333333;  /* right column colour */
	
	background-color: #fefefe; /* center column colour */
}

.left {
	width: 150px;              /* left column width */
	margin-left: -150px;       /* _negative_ left column width */
}

.right {
	width: 100px;              /* right column width */
	margin-right: -100px;      /* _negative_ right column width */
}

/* Main code */

.outer { width: auto; border-left-style: solid; border-right-style: solid; }
.inner { margin: 0; width: 100%; }

.left { float: left; position: relative; z-index: 10; }
.right { float: left; position: relative; z-index: 11; }
.center { float: left; width: 100%; position: relative; z-index: 12; }

.clear { clear: both; }

/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; }
.right { margin-left: 1px; }
.center { margin: 0 -3px 0 -2px; }