/* piaristen.at Styles       */
/* (c) 2007 Christian Kohout */
/* ------------------------- */

@import url(table.css);
@import url(teaser.css);
@import url(calendar.css);

/* 

Farbdefinitionen:
- #66f (hellblau)
- #339 (blau)
- #5143ac (graublau)

*/

#wrapper {
	position: relative;
	width: 740px;
	margin: 0px auto;
}



/* Allgemeine Definitionen / Voreinstellungen */

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

body {
	background: #ffd url(images/wrapper.gif) repeat-y top center;
/*	margin-top: 361px;
	margin-left: 185px;*/
}

a img {
	border: 0px;
}

a { border: 0px; }

/* Tabs */

#tabs {
	position: absolute;
	top: 3px;
	left: 10px;
}

#tabs div {
	float: left;
	display: block;
	width: 120px;
	text-align: center;
	padding: 2px;
	padding-top: 4px;
}

#tabs div.selected {
	background: #339;
}

#tabs div.selected a {
	color: #fff;
}

#tabs div a {
	text-decoration: none;
}

#tabs div a:hover {
	text-decoration: underline;
}
/* BEREICH: Header */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 740px;
	height: 145px;
	background: url(images/header.png) no-repeat;
}

#topmenu {
	float: right;
}

#topmenu span {
	display: block;
	margin-right: 10px;
	margin-top: 3px;
}

#logo {
	position: absolute;
	left: 50px;
	top: 24px;
}

#logo a img {
	border: 0px;
}

#mainmenu {
	position: absolute;
	left: 100px;
	top: 123px;
	width: 640px;
	height: 22px;
}

#mainmenu ul {
	list-style: none;
}

#mainmenu li {
	display: inline;
}

#mainmenu li a {
	display: block;
	float: left;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #fff;
}

#mainmenu li a:hover,
#mainmenu li.selected a {
	background: url(images/mainmenu-selected.gif) no-repeat top center;
	text-decoration: underline;
	color: #ffffb2;
}

/* BEREICH: Motiv */

#motiv {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 740px;
	height: 184px;
	background: url(images/motiv.png) no-repeat;
}

/* BEREICH: Breadcrumb */

#breadcrumb {
	position: absolute;
	top: 329px;
	left: 0px;
	height: 22px;
	width: 740px;
	background: #4949c5;
}

#breadcrumb span {
	position: absolute;
	top: 3px;
	left: 175px;
	color: #fff;
	font-size: 11px;
}

#breadcrumb span a {
	color: #fff;
	font-size: 11px;	
	text-decoration: none;
}

#breadcrumb span a:hover {
	text-decoration: underline;
}

/* BEREICH: content */

#content {
	position: absolute;
	top: 361px;
	left: 185px;
	width: 545px;
}

#content h1 {
	font-size: 24px;
	color: #336;
	font-weight: normal;
	letter-spacing: 0.06em;
	word-spacing: 0.1em;
	margin-bottom: 10px;
}

#content p {
	line-height: 150%;
	margin-bottom: 10px;
}

#content ul {
	margin-left: 10px;
	padding: 0px;
}

#content li {
	list-style: none;
	background: url(images/listitem.gif) no-repeat;
	padding-left: 8px;
	margin-bottom: 15px;
	line-height: 150%;
}

/* BEREICH: leftmenu */

#leftmenu {
	position: absolute;
	left: 0px;
	top: 351px;
	width: 172px;
	height: 500px;
	background: url(images/background-left.png) repeat-x;
}

#leftmenu ul {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 174px;
}

#leftmenu li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#leftmenu li a {
	display: block;
	position: relative;
	margin: 0px;
	padding: 4px;
	text-decoration: none;
	color: #fff;
}

#leftmenu li.selected ul {
	position: static;
	background: #5143ac url(images/submenu.png) repeat-x;
}

#leftmenu li.selected li a {
	background: none;
	color: #fff;
	padding-left: 15px;
	font-size: 11px;
}

#leftmenu li.selected li.selected a {
	background: none;
	color: #ffffb2;
	font-weight: bold;
}

#leftmenu li.selected a,
#leftmenu li.selected a:hover,
#leftmenu li a:hover,
#leftmenu li.selected li a:hover,
#leftmenu li.selected li.selected a:hover {
	color: #ffffb2;
	background: url(images/menuitem-selected.png) no-repeat;
}

/* BEREICH: Calendar-Teaser */

#calendar-teaser {
	position: absolute;
	left: 530px;
	top: 12px;
	background: url(images/coming-up.png) no-repeat;
	width: 200px;
	height: 160px;
}

#calendar-teaser ul {
	margin-top: 45px;
	margin-left: 10px;
	padding: 0px;
}

#calendar-teaser li {
	list-style: none;
	background: url(images/item.gif) no-repeat;
	margin-bottom: 4px;
	padding-left: 8px;
	font-size: 11px;
	color: #fff;
}

#calendar-teaser .date {
	font-size: 11px;
	color: #ffffb2;
	font-weight: bold;
}

/* BEREICH: Footer */

#footer {
	font-size: 10px;
	border-top: 1px solid #66f;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-top: 30px;
	clear: both;
}

.csc-textpic-caption {
	font-size: 10px;
}
