/* CSS Document */

body {
	font-family: Verdana, Arial, serif;
	font-size: 13px;
	line-height: 140%;
	margin: 0px;
	background: #CCCEFB url(hintergrund.jpg) repeat-y;
}

#header {
	width: 970px;
	height: 703px;
	position: absolute;
	top: 30px;
	left: 60px;
	background: url(header.jpg) no-repeat;
}

#logo {
	width: 970px;
	height: 119px;
	background: url(matrixarts_logo.jpg) no-repeat;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	z-index: 200;
}

#navigation {
	position: absolute;
	top: 170px;
	left: 60px;
	width: 180px;
	background-color: #7fd4d4;
	background: url(box_left.jpg) repeat-y;
	font-size: 12px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

#navigation ul {
	padding: 0px 0px 5px 10px;
}

#navigation ul ul {
	padding: 0px 0px 0px 30px;
}

#navigation li {
	list-style-type: none;
	padding: 1px;
}

#navigation ul ul li {
	list-style-type: square;
	padding: 0px;
}

#navigation a {
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	padding: 2px;
}

#navigation a:hover {
	color: #6e0a90;
	background-color: #FFD84B;
	text-decoration: none;
}

#navigation a.selected {
	text-decoration: none;
	font-weight: bold;
}

#content {
	position: absolute;
	width: 550px;
	top:  157px;
	left: 260px;
}

#content a {
	text-decoration: underline;
	color: #005555;
	font-weight: bold;
	padding: 1px;
}

#content a:hover {
	background-color: #7fd4d4;
}

#content ul {
	margin: 0px 0px 0px 20px;
	padding: 5px;
}

#content li {
	line-height: 160%;
	background: url(star.jpg) 0px 4px no-repeat;
	list-style-type: none;
	padding: 0px 0px 0px 30px;
}

#content h1, #content h2, #content h3 {
	line-height: 130%;
}

#content h1 {
	color: #444444;
	font-size: 20px;
	background: url(header_bg.jpg) repeat-y;
	padding: 2px 0px 2px 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

#content h2 {
	color: #6e0a90;
	font-size: 16px;
}

#content h3 {
	color: #444444;
	font-size: 13px;
	background: url(header_bg.jpg) repeat-y;
	padding: 10px 0px 2px 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

#sidebar {
	color: #FFFFFF;
	position: absolute;
	top: 170px;
	left: 829px;
	width: 200px;
	background: url(box_right.jpg) repeat-y;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

#sidebar p, #sidebar h1, #sidebar h2, #sidebar h3 {
	margin: 5px;
}

#sidebar p {
	font-size: 12px;
}

#sidebar h1 {
	color: #FFD84B;
	font-size: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFD84B;
}

#sidebar h2 {
	font-size: 13px;
}


#sidebar h3 {
	font-size: 13px;
}

#sidebar a {
	text-decoration: underline;
	color: #FFD84B;
	font-weight: bold;
}

#sidebar a:hover {
	color: #FFFFFF;
}


#footer {
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	background: url(header_bg.jpg) repeat-y;
	padding: 2px 10px 2px 10px;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

#content #footer a {
	background: none;
}

#content #footer a:hover {
	background: none;
}

img {
	margin: 2px 10px 2px 10px;
}

