/***** Waldorfschule CSS *****/

/*** Objects ***/
body {
	background: url(../img/bg_body.jpg) 0px 0px repeat-x #f3e9c7;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
}

a {
	text-decoration: underline;
	color: #875b7f;
}

a:hover, a:active {
	text-decoration: none;
}

#bottom a {
	color: #ffe9c4;
	text-decoration: none;
}

#bottom a:hover, #bottom a:active {
	text-decoration: underline;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 20px;
}

#content ul {
	margin-left: 15px;
	margin-right: 15px;
}

#content ul li {
	background: url(../img/icn_list.gif) 0px 7px no-repeat;
	margin: 10px 0px;
	padding-left: 15px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #875980;
	margin-bottom: 18px;
}

.csc-firstHeader {
	font-size: 14px;
}

/*** ID's ***/
#page {
	background: #fef3e1;
	width: 800px;
	margin: 0px auto;
	-moz-box-shadow: 0px 0px 10px #aba897;
	-webkit-box-shadow: 0px 0px 10px #aba897;
	box-shadow: 0px 0px 10px #aba897;
	border-left: 1px solid #aba897;
	border-right: 1px solid #aba897;
}

#top {
	height: 237px;
}

#middle {
	background: url(../img/bg_middle.gif) left repeat-y ;
}

#left {
	float:left;
	width: 216px;
}

#right {
	float:right;
	width: 508px;
}

#content {
	padding: 42px 30px 20px 0px;
}

#bottom {
	background: url(../img/bg_bottom.gif) top left repeat-x #875b7f;
	padding: 25px;
	color: #ffe9c4;
}

#footer {
	display: block;
	text-align: center;
}

#footer li.act a {
	text-decoration: underline;
}

#footer li {
	display: inline;
	background: url(../img/icn_sep.gif) right no-repeat;
	padding-right: 7px;
	padding-left: 6px;
}

#footer li.last {
	background: transparent;
}

/*** Mainmenu ***/
#mainmenu {
	padding: 35px 0px 35px 47px;
}

#mainmenu li {
	background: url(../img/border-dotted.gif) bottom left repeat-x;
}

#mainmenu li a {
	background: url(../img/icn_list.gif) 0px 9px no-repeat;
	display: block;
	height: 1%;
	padding: 4px 0px 5px 15px;
	text-decoration: none;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

#mainmenu li a:hover,
#mainmenu li.act a {
	text-decoration: underline;
}

/*** Rahmen ***/
.frame-1 {
	border-bottom: 2px solid #875B7F;
	margin-bottom: 20px;
}

.frame-2 {
	border: 2px solid #875B7F;
	margin-bottom: 20px;
	padding: 20px 20px 0px;
	background: #FEE8C3;
}

/*** MISC ***/
.csc-textpic-caption {
	font-size: 10px;
	color: #875B7F;
	padding: 2px 1px;
}

