/* ---------- base styles ------------- */
@charset "utf-8";

* {
	padding:0;
	margin: 0;
	}
	
body {
	background-color: #9DB6C8;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
#wrapper {
	position:relative;
	margin: 0 auto;
	text-align: left;
	background-color: #C6D0D2;
	border: thick ridge #C6D0D2;
	width: 950px;
	background-image: url(../images/backgroundright.png);
	}
#clear {
	clear:both;
	}
	
/* ----------------- header styles ---------------*/
#header {
	position: relative;
	height: 194px;
	background-image: url(../images/Artebannerheaderneu.jpg);
	background-repeat: no-repeat;
	width: 950px;
}
#navi {
	background-image: url(../images/Artebannernavineu.jpg);
	height: 25px;
	text-decoration: none;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #C6D0D2;
	padding-left: 60px;
}
#centercontent {
	width: 470px;
	margin-left: 250px;
	padding-left: 15px;
	padding-right: 15px;
}
#centercontent a {
	color: #000033;
	text-decoration: underline;
}
#content{
	}
#rightcontent {
	float: left;
	width: 225px;
	background-color: #C6D0D2;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 15px;
}
#content h1 {
	color: #C6D0D2;
	font-size: large;
	margin-top: 15px;
	text-align: left;
	background-color: #3274AE;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 12px;
	text-align: left;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000033;
	text-align: justify;
}
#content img {
	float: left;
	border: thick ridge #C6D0D2;
	margin-bottom: 29px;
	overflow: auto;
}
	
/* --------------------- sidebar styles ------------------------ */
#sidebar {
	width: 165px;
	float: right;
	background-color: #3274AE;
	padding-top: 17px;
	padding-left: 20px;
	padding-right: 15px;
	}
#sidebar img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 15px;
}
#sidebar h1{
	color: #3274AE;
	text-align: right;
	background-color: #C6D0D2;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: small;
	line-height: 1.8em;
	}
#sidebar h2.show {
	background: url(../_images/easel.gif) no-repeat .5em -.05em;
	}
#sidebar h2.music {
	background: url(../_images/note.gif) no-repeat .5em 0.1em;
	}
#sidebar h2.class {
	background: url(../_images/palette.gif) no-repeat .3em 0.2em;
	}

#sidebar h2{
	font: 1.2em "Trebuchet MS", Helvetica, sans-serif;
	color: #028925;
	padding: 0 0 0.5em 2em;
	margin-top: .5em;
	}
#sidebar p{
	margin-bottom: 2em;
	color: #C6D0D2;
	text-align: right;
	font-size: x-small;
	}
#sidebar p.event {
	font: .9em Georgia, "Times New Roman", Times, serif;
	color: #561216;
	margin-top: -0.5em;
	margin-bottom: 0;
	}
#sidebar a{
	color:#333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
	}
#sidebar a:hover {
	border-bottom-style: solid;
	}
/* ----- sidebar navigation styles -------*/

#sidebar ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}
	/* resets size of nav links relative to this size */
#sidebar ul#secondNav{
	font-size:1.2em;
	font-weight:bold;
	}
#sidebar ul#secondNav li{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color: #6f5044;
	}
#sidebar ul#secondNav li.section{
	padding: .5em 0 .5em 1.4em;
	}
#sidebar ul#secondNav a{
	color: #561216;
	text-decoration: none;
	padding: .2em 0 .2em 1.4em;
	display:block;
	width: 200px;
	border:none;
	}
#sidebar ul#secondNav .nested a{
	font-size:.85em;
	}
#sidebar ul#secondNav li a.heading{
	color: #fcfae2;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	display:block;
	width: 230px;
	border:none;
	background-color:#561216;
	}
#sidebar ul#secondNav a:hover{
	color:#e25a25;
	}
#sidebar ul#secondNav a.current{
	color: #028925;
	}
#sidebar ul#secondNav a.current:hover{
	color:#028925;
	cursor: default;
	}
	
	
/* -------------------- footer styles -------------------------------- */
#footer {
	color: #000033;
	font: .8em "Trebuchet MS", Helvetica, sans-serif;
	padding: 2em;
	clear: both;
	background-color: #3274AE;
	}

#sectionLinks {
	position: relative;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font-size: small;
	font-weight: bold;
	background-color: #3274AE;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 39px;
	color: #3274AE;
}

#sectionLinks li { list-style-type: none; }
#sectionLinks ul { margin-bottom: -8px; }

#sectionLinks a:link {
	display: block;
	height: 20px;
	padding: 5px 10px 1px 10px;
	color: #3274AE;
	text-decoration: none;
	background-color: #C6D0D2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}

#sectionLinks a:visited {
	display: block;
	height: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px 1px 10px;
	color: #3274AE;
	text-decoration: none;
	background-color: #C6D0D2;
}

#sectionLinks a:hover {
	text-decoration: none;
	background-image: url(../images/sidabar_hoverarte.png);
	background-repeat: no-repeat;
	background-color: #C6D0D2;
}
#footer a{
	color: #663333;
	text-decoration: none;
	}


/* Sidebar Left */
.twoColHybLtHdr #sidebar1 {
	float: left;													/* Elemente ausserhalb der Ebene werden rechts davon platziert */
	width: 10.5em;
	background: #000000;
	padding: 0;
	border-right-color: #990000;									/* Randfarbe rechts */
	overflow: hidden;
}

.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px;												/* Innenabstand links für Texte, wenn in ein <p> Tag eingeschlossen */
	margin-right: 10px;
	color: #C6D0D2;											/* Innenabstand rechts für Texte, wenn in ein <p> Tag eingeschlossen */
}

.twoColHybLtHdr #sidebar1 h3 {
	font-size: 0.9em;
}
