@charset "UTF-8";

/* CSS Document */
/*************************************************************************************/
/****                              ****   CCCCCCCCCCC     SSSSSSSSSS     SSSSSSSSSS  */
/****  Webdesign, xHTMl code, css, ****  CCCCCCCCCCCC   SSSSSSSSSSSS   SSSSSSSSSSSS  */
/****  php, MYSQL database and ma- ****  CCCCC          SSSSS          SSSSS         */
/****  nagement by Franz Wilding   ****  CCCCC          SSSSSSSSSS     SSSSSSSSSS    */
/****       CMS: r e d a x o       ****  CCCCC            SSSSSSSSSS     SSSSSSSSSS  */
/****                              ****  CCCCC                 SSSSS          SSSSS  */
/****     www.franz-wilding.eu     ****  CCCCCCCCCCCC   SSSSSSSSSSSS   SSSSSSSSSSSS  */
/****                              ****   CCCCCCCCCCC   SSSSSSSSSS     SSSSSSSSSS    */
/*************************************************************************************/

/* Standardangaben *************************************************************/

body{
	margin:0;
	padding:0;
	text-align:center;
	background: #201701 url(img/bg.gif);
	font-family: Helvetica, Verdana, Arial;
	}


a {
	text-decoration:none;
	}
	
a img {
	border:none;
	}

.c {
	margin:0;
	padding:0;
	height:0;
	clear:both;
	}
.v {
	visibility:hidden;
	display:none;
	}
	
p.n {
	margin:0;
	}

em {
	visibility: hidden;
	}

p#waiting {
	width:100%;
	text-align: center;
	background: white url(img/loading.gif) no-repeat center bottom;
	color:#201701;
	font-weight: lighter;
	font-size: medium;
	padding:30px 0 30px 0;
	border-bottom: 30px solid white;
	position: absolute;
	top:500px;
	z-index: 1000;
	}

fieldset {
	border:none;
	}

/* ************ Standard Werte, die mit dem TinyMCE - Editor ausgewählt werden können ************ */

/*Rohdaten*/
pre {
	}

/*Adresse*/
adress {
	}

/*Ungeordnete Liste*/
ul {
	}

ul li {
	}

/*geordnete Liste*/
ol {
	}

ol li {
	}

/*tiefgestellt*/
sub {
	}

/*hochgestellt*/
sup {
	}

	
/* Ueberschriften *********************************************** Ueberschriften */
h1 {
	margin:30px 0 0 0;
	padding:0;
	color: #201701;
	font-size: 2.2em;
	font-weight: lighter;
	text-align: left;
	}
		
h2 {
	margin:30px 0 5px 0;
	padding:0;
	color: #201701;
	font-size: 1.7em;
	font-weight: lighter;
	text-align: left;
	}
	
h3 {
	margin:30px 0 5px 0;
	padding:0;
	color: #ff005a;
	font-size: 1.5em;
	font-weight: lighter;
	text-align: left;	}

h4 {
	margin:0;
	padding:0;
	}

h5 {
	margin:0;
	padding:0;
	}

h6 {
	margin:0;
	padding:0;
	}
	
	
	
	
	
/* header */
#head {
	width:100%;
	float:left;
	position: relative;
	}

#head a#biglogo {
	width:213px;
	height:157px;
	float:left;
	display: block;
	/*background: url(img/logo.gif) no-repeat;*/
	margin-top:12px;
	margin-bottom: 25px;
	}

#head #popart {
	position: absolute;
	right:0;
	top:0;
	width:650px;
	height:181px;
	background: url(img/popart.gif) no-repeat;
	}

#head #popart h1 {
	height:46px;
	background: #ccf102;
	text-align: left;
	color:white;
	margin: 68px 0 0 39px;
	padding: 25px 0 0 7px;
	border:2px solid white;
	border-right: none;
	}

#head #popart h1 a {
	color: white;
	font-weight: normal;
	font-size: 1.3em;
	}

/* infoleiste */
#infoleiste {
	width:100%;
	float:left;
	background:url(img/infoleiste_bg.gif) repeat-x;
	height:146px;
	}

#infoleiste ul {
	margin:0 auto;
	padding:8px 0 0 0;
	width:950px;
	list-style: none;
	}

#infoleiste ul li {
	float:left;
	background: url(img/seperator.gif) no-repeat left top;
	height:125px;
	width:250px;
	font-size: small;
	margin:0;
	padding:0 10px 6px 10px;
	text-align: left;
	}

#infoleiste ul li h4 {
	margin:5px 0 0 0;
	padding:0;
	font-weight: normal;
	font-size: 1.1em;
	}

#infoleiste ul li h4 span {
	background:#201701;
	padding:2px 3px 1px 3px;
	color:#ccf102;
	}

#infoleiste p {
	margin:7px 0 5px 6px;
	color:#201701;
	font-size: 0.8em;
	line-height: 1.3em;
	height:80px;
	}

#infoleiste a {
	display: block;
	text-align: right;
	text-decoration: none;
	color:black;
	}

#infoleiste a:hover {
	text-decoration: underline;
	}

#infoleiste li.userinfo {
	width:110px;
	color: #201701;
	padding-left:15px;
	}

#infoleiste li.userinfo h4 {
	font-size: small;
	}

#infoleiste li.userinfo form {
	margin: 6px 0 10px 0;
	padding: 0;
	}

#infoleiste li.userinfo form fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

#infoleiste li.userinfo form fieldset input.text {
	border:1px solid #201701;
	padding:1px 2px 1px 2px;
	margin:1px 0;
	height:13px;
	width:150px;
	}

#infoleiste li.userinfo form fieldset input.file {
	border:1px solid #201701;
	padding:1px 2px 1px 2px;
	margin:1px 0;
	height:13px;
	width:150px;
	}

#infoleiste li.userinfo form fieldset input.submit {
	background: #ff005a;
	color:white;
	border: none;
	width:70px;
	margin-left:86px;
	margin-top:2px;
	}

#infoleiste li.userinfo ul {
	width:120px;
	margin:0;
	padding:0;
	}

#infoleiste li.userinfo ul li {
	width:120px;
	margin:1px 0;
	padding:0;
	background: none;
	height: auto;
	text-align: left;
	font-size: 0.8em;
	}

#infoleiste li.userinfo ul li a {
	text-align: left;
	color:#201701;
	}

#infoleiste li.userinfo ul li strong {
	display: block;
	margin:5px 0 5px 0;
	}
	
#infoleiste li.userinfo ul li.name strong {
	font-size: small;
	margin:8px 0 4px 0;
	}

/* content */
#content {
	float:left;
	margin: 0 auto;
	width:100%;
	}

#content .inner {
	margin:0 auto;
	width:1000px;
	}

#content #nav {
	float:left;
	width:180px;
	margin:15px 0 0 0;
	padding:0;
	color:#ff005a;
	list-style: none;
	}

#content #nav li {
	margin: 0;
	padding: 0;
	text-align: right;
	}

#content #nav li h4 {
	font-size: 2em;
	font-weight:lighter;
	padding-right: 6px;
	margin:0;
	}

#content #nav li a {
	background: white;
	padding: 2px 7px 1px 10px;
	font-size: small;
	color: black;
	}

#content #nav li a:hover, #content #nav li.active a {
	background: #ff005a;
	color: white;}

#content #text {
	background:#f0eeea;
	width:648px;
	border-left:4px solid #ff005a;
	border-right:4px solid #ff005a;
	float:left;
	min-height: 350px;
	text-align: left;
	font-size: small;
	padding:0 17px 20px 17px;
	}



/* SUBNAV */	
#content #text ul#subnav {
	list-style: none;
	background: white;
	margin: 30px -17px 5px -17px;
	padding: 1px 1px 1px 17px;
	}	

#content #text ul#subnav li {
	display: inline;
	margin:0;
	padding: 0;
	color: #201701
	}

#content #text ul#subnav li a {
	color: #201701;
	text-decoration: underline;
	padding:2px 4px;
	}
	
#content #text ul#subnav li a:hover, #content #text ul#subnav li.active a {
	color:white;
	background: #ff005a;
	}	
	

#content #news {
	float:left;
	max-width:130px;
	margin:30px 0 0 0;
	padding:0;
	color:#ff005a;
	list-style: none;
	}

#content #news li {
	margin: 5px 0 10px 0;
	padding: 0;
	text-align: left;
	}

#content #news li span {
	display: block;
	}

#content #news li span.date {
	font-size: x-small;
	text-align: right;
	margin-bottom: -2px;
	}

#content #news li span.title {
	background: #ff005a;
	padding:2px 5px 1px 7px;
	color: white;
	font-size: small;
	}	

#content #news li h4 {
	font-size: 2em;
	font-weight:lighter;
	padding-left: 6px;
	margin:0;
	}

#content #news li a {
	color: white;
	}

/* footer */
#footer {
	height:125px;
	padding-top:40px;
	float:left;
	width:100%;
	background:url(img/footer.gif) repeat-x;
	}

#footer ul.menu, ul.news, ul.community, div.impressum {
	width:25%;
	margin:0;
	padding:0;
	float: left;
	font-size: x-small;
	}

#footer ul {
	list-style: none;
	}

#footer ul li {
	width: 130px;
	margin: 0 auto;
	padding: 3px 4px 1px 4px;
	text-align: left;
	color: white;
	}

#footer ul li a {
	color: white;
	}
	
#footer ul.menu li.title {
	background: #ff005a;
	color: white;
	}

#footer ul.menu li a:hover, #footer ul.menu li a.current {
	color:#ff005a;
	}

#footer ul.news li.title {
	background: #20b3ff;
	color: white;
	}

#footer ul.news li a:hover {
	color:#20b3ff;
	}

#footer ul.community li.title {
	background: #ccf102;
	color: #201701;
	}

#footer ul.community li a:hover {
	color:#ccf102;
	}



#footer div.impressum {
	color:white;
	text-align: left;
	line-height: 1.3em;
	}

#footer div.impressum div {
	width: 130px;
	margin: 0 auto;
	}

#footer div.impressum a {
	color:#ff005a;
	}

#footer div.impressum a:hover {
	text-decoration: underline;
	}
	
#footer div.impressum h6 {
	width: 130px;
	margin: 0 auto 4px auto;
	padding: 3px 4px 1px 4px;
	text-align: left;
	font-size: x-small;
	background: #f0eeea;
	color: #201701;
	}
	
	
	
	
	
	
	
	
	
	
	
	
/* USER PROFIL */
.rex-com-profile {
	float:left;
	font-weight: lighter;
	}

.rex-com-profile .left {
	float: left;
	}

.rex-com-profile .left .image {
	background:url(img/profil_image_bg.gif) no-repeat;
	padding:40px 39px 45px 27px;
	}

.rex-com-profile .left .image img {
	width:138px;
	height:138px;
	}

.rex-com-profile .left h3 {
	color:#ff005a;
	font-weight:normal;
	}
	
.rex-com-profile .left .rex-com-profile-bearbeiten {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.rex-com-profile .left .rex-com-profile-bearbeiten li {
	margin: 0;
	padding: 0 0 0 5px;
	}	

.rex-com-profile .left .rex-com-profile-bearbeiten li a {
	color:#201701;
	}

.rex-com-profile .left .rex-com-profile-bearbeiten li a:hover {
	font-weight: bold;
	text-decoration: underline;
	}
	
.rex-com-profile .text {
	float:left;
	margin-left:4px;
	width:430px;
	}	

.rex-com-profile .text h2 {
	font-size: xx-large;
	color:#ff005a;
	float: left;
	width:440px;
	margin-top: 50px;
	}

.rex-com-profile .text ul.navi {
	padding:4px 1px;
	margin:0;
	background:url(img/profil_navi_bg.gif);
	float: left;
	width:455px;
	margin-right:-25px;
	list-style: none;
	}

.rex-com-profile .text ul.navi li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	}
	
.rex-com-profile .text ul.navi li a {
	display: block;
	background: white;
	padding:4px 7px 2px 7px;
	margin:0 3px;
	color:#ff005a;
	width: auto;
	float: left;
	}	
	
.rex-com-profile .text ul.navi li a:hover, .rex-com-profile .text ul.navi li.active a {
	font-weight: bold;
	padding:4px 5px 2px 4px;
	}

.rex-com-profile .text .stammdaten {
	background: url(img/profile_data_arrow.gif) no-repeat 30px 0px;
	padding-top:24px;
	width: 100%;
	float:left;
	}

.rex-com-profile .text .kontaktdaten {
	background: url(img/profile_data_arrow.gif) no-repeat 120px 0px;
	padding-top:24px;
	width: 100%;
	float:left;
	}

.rex-com-profile .text .persoenliches {
	background: url(img/profile_data_arrow.gif) no-repeat 220px 0px;
	padding-top:24px;
	width: 100%;
	float: left;
	}

.rex-com-profile .text .guestbook {
	background: url(img/profile_data_arrow.gif) no-repeat 300px 0px;
	padding-top:24px;
	width: 100%;
	float: left;
	}

.rex-com-profile .text .guestbook p.com-whitebox, .rex-com-profile .text .guestbook p.warning {
	margin-top:0;
	padding:20px;
	color:#201701;
	background: white;
	}
	
.rex-com-profile .text table.profiledata {
	background: white;
	float: left;
	width: 100%;
	padding:10px 0;
	}	

.rex-com-profile .text table.profiledata tr {
	display: block;
	padding:2px 16px;
	text-align: left;
	}

.rex-com-profile .text table.profiledata td {
	border: 1px dotted #201701;
	height:20px;
	padding:5px 5px 5px 5px;
	font-size: small;
	color: #201701;
	}

.rex-com-profile .text table.profiledata td em {
	visibility: visible;
	}

.rex-com-profile .text table.profiledata td.label {
	border: none;
	text-align: right;
	padding: 0;
	}

.rex-com-profile .text table.profiledata td.label span {
	background: #ff005a;
	color: white;
	height:12px;
	padding:2px 3px;
	font-size: small;
	text-align: right;
	display: block;
	width:100px;
	}
	

/* guestbook */
.guestinner {
	background: white;
	float: left;
	width: 100%;
	padding:15px 0;
	}
	
.com-guestbook {
	margin:15px 15px 15px -11px;
	float: left;
	padding: 0;
	list-style: none;
	}

.com-guestbook li {
	margin: 10px 0;
	padding: 0;
	float: left;
	width:430px;
	}

.com-guestbook .image {
	background:url(img/guestbook_img_bg.gif) no-repeat;
	padding:5px 5px 6px 6px;
	float:left;
	}	
	
	
	
		
.com-guestbook img.flLeft {
	width: 86px;
	height: 86px;
	}	
	
.com-guestbook div.com-content {
	float: left;
	width:327px;
	border-bottom: 1px dotted #ff005a;
	min-height: 100px;
	padding-left:60px;
	padding-top: 5px;
	margin-left:-65px;
	}	

.com-guestbook div.com-content div.com-content-name {
	font-size: x-small;
	color:#ff005a;
	margin-left:-15px;
	}
	
.com-guestbook div.com-content div.com-content-name span.color {
	background: #ff005a;
	color: white;
	font-size: small;
	padding: 2px 5px 1px 8px;
	border-right: 3px solid white;
	}

.com-guestbook div.com-content div.com-content-name span.color a {
	color: white;
	}

.com-guestbook div.com-content div.com-content-2 {
	padding-left:15px;
	font-weight: lighter;
	}	

.com-guestbook div.com-content div.com-content-2 p.link-button, p.delete {
	text-align: right;
	margin-bottom: 4px;
	padding-bottom: 0;
	}
	
.com-guestbook div.com-content div.com-content-2 a, p.delete a {
	color:#ff005a;
	}

.com-guestbook div.com-content div.com-content-2 a:hover, p.delete a:hover {
	color: white;
	background:#ff005a;
	padding: 0 3px;
	}
	
div.newguestbookentry {
	margin:80px 0 0 0;
	padding:0 20px 0 20px;
	color:#201701;
	background: white;
	float: left;
	width:390px;
	}
	
form#guestbookform {
	float: left;
	margin: 0;
	padding: 0;
	}	

form#guestbookform h3 {
	color:white;
	background: #ff005a;
	padding: 4px 4px 1px 5px;
	float: left;
	margin: -8px 0 10px 2px;
	font-weight: lighter;
	}

form#guestbookform label {
	display: none;
	}

form#guestbookform textarea {
	border:1px dotted #201701;
	height:114px;
	margin-left:2px;
	width:379px;
	padding:3px;
	font-family: Helvetica, Verdana;
	font-weight: lighter;
	font-size: small;
	color: #201701;
	}

form#guestbookform p.formtextarea {
	margin:0;
	}

form#guestbookform p.link-save {
	text-align: right;
	margin:0;
	padding:5px 0 20px 0;
	}

form#guestbookform p.link-save a {
	color: white;
	background:#ff005a;
	padding: 3px 6px 1px 6px;
	font-size: small;
	}
	
	
/* PROFIL BEARBEITEN */
.tabnavi {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
	}

.tabnavi	li {
	background:#ff005a;
	padding:2px 5px;
	float: left;
	margin:0 2px;
	color:white;
	font-weight: lighter;
	}

.tabnavi	li a {
	color: white;
	}
	
.tabnavi	li.active {
	margin-top:5px;
	}

div.editprofile {
	float:left;
	padding:24px 0 0 0;
	}

.edit_tabBasisdaten {
	background: url(img/profile_data_arrow.gif) no-repeat 25px 0px;
	}

.edit_tabKontaktdaten {
	background: url(img/profile_data_arrow.gif) no-repeat 110px 0px;
	}

.edit_tabPersönliches {
	background: url(img/profile_data_arrow.gif) no-repeat 200px 0px;
	}

.edit_tabPasswort {
	background: url(img/profile_data_arrow.gif) no-repeat 277px 0px;
	}

.edit_tabBlackBoard {
	background: url(img/profile_data_arrow.gif) no-repeat 400px 0px;
	}

.edit_tabGalerien {
	background: url(img/profile_data_arrow.gif) no-repeat 500px 0px;
	}

#content div.editprofile .inner {
	background: white;
	float: left;
	padding:20px;
	width:607px;
	}

#content div.editprofile .inner form, form#form_formular {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#content div.editprofile .inner form p, #content div.editprofile .inner form div.formmediapool {
	width:600px;
	float: left;
	margin:5px 0;
	padding:0;
	font-weight: lighter;
	}

#content div.editprofile .inner form label, div.sendemail form label  {
	background: #ff005a;
	color: white;
	padding:2px 3px;
	font-size: small;
	text-align: right;
	display: block;
	width:100px;
	float: left;
	margin-top:2px;
	margin-right:5px;
	}

#content div.editprofile .inner form input, form#form_formular input {
	width:400px;
	border:1px dotted #201701;
	float: left;
	padding:3px;
	font-family: Helvetica, Verdana;
	font-weight: lighter;
	font-size: small;
	color: #201701;
	}

#content div.editprofile .inner form textarea, form#form_formular textarea {
	border:1px dotted #201701;
	height:114px;
	width:400px;
	padding:3px;
	font-family: Helvetica, Verdana;
	font-weight: lighter;
	font-size: small;
	color: #201701;
	}

#content div.editprofile .inner .mediapoolelements {
	float: left;
	width:400px;
	margin:0;
	padding:0;
	}

#content div.editprofile .inner .mediapoolelements img.thumb {
	border:1px solid #ff005a;
	float:left;
	margin:10px 6px 0 0;
	padding:1px;
	}

#content div.editprofile .inner .mediapoolelements input {
	margin-top:5px;
	}	
	
#content div.editprofile .inner .mediapoolelements p.formmcheckbox {
	float: left;
	width: auto;
	margin-top:70px;
	}

#content div.editprofile .inner .mediapoolelements p.formmcheckbox label {
	width:77px;
	padding-right:5px;
	margin-left:1px;
	margin-top:4px;
	}	

#content div.editprofile .inner p.formsubmit label, form#form_formular p.formsubmit label {
	display: none;
	}
	
#content div.editprofile .inner p.formsubmit input {
	margin-left:368px;
	background: #ff005a;
	color:white;
	border: none;
	width:150px;
	padding:5px 0;
	font-size: medium;
	}

#content div.editprofile .inner p.formcheckbox input {
	margin-left:93px;
	}

#content div.editprofile .inner p.formcheckbox label {
	width:auto;
	}	
	
	
	
/******** REGISTRIEREN **********/
form#form_formular {
	margin-left:40px;
	}

form#form_formular legend {
	visibility: hidden;
	width:0px;
	height:0px;
	overflow: hidden;
	}

form#form_formular fieldset {
	margin:0;
	padding:0;
	}

form#form_formular p.formtext, form#form_formular p.formpassword {
	margin:6px 0;
	float:left;
	width:580px;
	}

form#form_formular label {
	background: #ff005a;
	color: white;
	padding:2px 3px;
	font-size: small;
	text-align: right;
	display: block;
	width:140px;
	float: left;
	margin-top:2px;
	margin-right:5px;
	}

form#form_formular p.formsubmit input {
	margin-left:407px;
	background: #ff005a;
	color:white;
	border: none;
	width:150px;
	padding:5px 0;
	font-size: medium;
	}

p.answertext {
	background:#ff005a;
	font-weight:lighter;
	font-size: medium;
	color:white;
	width:600px;
	padding:6px 0 2px 6px;
	}	
	
	
/************* SCHULE - AUSGABE *****************/

p.warning {
	background:#ff005a;
	font-weight:lighter;
	font-size: medium;
	color:white;
	width:400px;
	padding:6px 0 2px 6px;
	}

p.noaccess {
	background:#ff005a;
	font-weight:lighter;
	font-size: medium;
	color:white;
	padding:6px 6px 2px 6px;
	float:left;
	margin-top:20px;
	}

p.edit {
	}

p.edit a {
	background:#ff005a;
	font-weight:lighter;
	font-size: small;
	color:white;
	padding:4px 6px 2px 6px;
	}

.rex-com-schul-profile {
	float: left;
	}

.rex-com-schul-profile h2 {
	font-size: xx-large;
	color:#ff005a;
	float: left;
	width:600px;
	margin-top: 50px;
	}

.rex-com-schul-profile ul.navi {
	padding:4px 1px;
	margin:0;
	background:url(img/profil_navi_bg.gif);
	float: left;
	width:645px;
	margin-right:-25px;
	list-style: none;
	}

.rex-com-schul-profile ul.navi li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	}
	
.rex-com-schul-profile ul.navi li a {
	display: block;
	background: white;
	padding:4px 7px 2px 7px;
	margin:0 3px;
	color:#ff005a;
	width: auto;
	float: left;
	}	
	
.rex-com-schul-profile ul.navi li a:hover, .rex-com-schul-profile ul.navi li.active a {
	font-weight: bold;
	padding:4px 5px 2px 4px;
	}

#content .rex-com-schul-profile .text {
	padding-top:24px;
	width: 100%;
	float:left;
	}

#content .rex-com-schul-profile .text .inner {
	background: white;
	float: left;
	padding: 20px;
	width:605px;
	}

.rex-com-schul-profile .show0 { background: url(img/profile_data_arrow.gif) no-repeat 12px 0px; }
.rex-com-schul-profile .show1 { background: url(img/profile_data_arrow.gif) no-repeat 64px 0px; }
.rex-com-schul-profile .show2 { background: url(img/profile_data_arrow.gif) no-repeat 115px 0px; }
.rex-com-schul-profile .show3 { background: url(img/profile_data_arrow.gif) no-repeat 220px 0px; }
.rex-com-schul-profile .show4 { background: url(img/profile_data_arrow.gif) no-repeat 340px 0px; }
.rex-com-schul-profile .show5 { background: url(img/profile_data_arrow.gif) no-repeat 413px 0px; }
	
	
	
	
	
	
	
	
/****************** SCHULE BEARBEITEN ******************/	
.edit_tabNewsartikel {
	background: url(img/profile_data_arrow.gif) no-repeat 25px 0px;
	}

.edit_tabTeamseite {
	background: url(img/profile_data_arrow.gif) no-repeat 102px 0px;
	}
	
.edit_tabSGA-Seite {
	background: url(img/profile_data_arrow.gif) no-repeat 175px 0px;
	}
		
.edit_tabKlassensprecherInnen {
	background: url(img/profile_data_arrow.gif) no-repeat 283px 0px;
	}	





/***** SCHUL _ NEWS ******/
ul.schul-news {
	margin:0;
	padding:0;
	list-style: none;
	float: left;
	}

ul.schul-news li {
	float:left;
	padding:5px;
	font-weight: lighter;
	border-bottom: 1px dotted #201701;
	}

ul.schul-news li .date {
	background: #ff005a;
	color:white;
	padding:4px 4px 2px 10px;
	font-size: medium;
	text-align: right;
	float:left;
	margin-top:30px;
	width:150px;
	}

ul.schul-news li .right {
	float:left;
	background: url(img/profil_navi_bg.gif);
	color: white;
	padding:5px;
	width:400px;
	}

ul.schul-news li .right h4 {
	background: white;
	color:#ff005a;
	padding:10px 6px 3px 15px;
	float:left;
	width:379px;
	font-size: large;
	font-weight: lighter;
	}

ul.schul-news li .right p {
	background: white;
	color:#201701;
	float: left;
	width:380px;
	margin:0;
	padding:10px 10px 7px 10px;
	}

ul.schul-news li .right p.readItAll {
	text-align: right;
	width:398px;
	padding:1px;
	background: white;
	}

ul.schul-news li .right p.readItAll a {
	background: #ff005a;
	color:white;
	padding:4px 6px 3px 6px;
	font-size: medium;
	}

ul.schul-news li .right p.readItAll a:hover {
	padding-left:30px;
	}

.newsarticleDetails {
	font-weight: lighter;
	}
	
.newsarticleDetails p.date {
	margin-bottom:1px;
	color: #ff005a;
	font-size: medium;
	}

.newsarticleDetails h3 {
	margin-bottom:16px;
	color: #ff005a;
	font-size: x-large;
	font-weight: lighter;
	}

p.back {
	text-align: right;
	margin:15px 0 0 0;
	border-bottom:1px dotted #ff005a;
	}

p.back a {
	background: #ff005a;
	color:white;
	padding:4px 4px 2px 4px;
	font-size: medium;
	}

p.back a:hover {
	padding-left:30px;
	}


/********** SCHULE _ KLASSENSPRECHERiNNEN ************/

ul.kslist {
	list-style: none;
	margin:0;
	padding:0;
	}

ul.kslist li {
	float:left;
	margin:10px;
	}


ul.kslist li h4 a {
	font-weight: lighter;
	color:#ff005a;
	font-size: medium;
	background: none;
	display:block;
	width:170px;
	text-align: center;
	}

ul.kslist li h4 a span {
	font-size: x-small;
	}

ul.kslist li a {
	display: block;
	margin:0 auto;
	background: url(img/guestbook_img_bg.gif) no-repeat;
	padding:6px 5px 6px 6px;
	width:86px;
	}

ul.kslist li img {
	width:86px;
	height:86px;
	}

ul.kslist li p.delete {
	margin:0;
	text-align: center;
	}

ul.kslist li p.delete a {
	background: none;
	color:#ff005a;
	text-decoration: underline;
	}

/**************** Galerien ****************/
ul.mediacats {
	list-style: none;
	margin:0;
	padding:0;
	}

ul.mediacats li {
	float:left;
	margin:25px;
	}

ul.mediacats li a {
	display: block;
	margin:0 auto;
	background: url(img/guestbook_img_bg.gif) no-repeat top center;
	padding:6px 5px 6px 6px;
	width:86px;
	text-align: center;
	font-weight: lighter;
	color:#ff005a;
	font-size: medium;
	}

ul.mediacats li p.delete, ul.mediacatpics li p.delete, p.galeriedelete {
	margin:-2px 0 0 0 ;
	padding:0;
	text-align: center;
	}

ul.mediacats li p.delete a, ul.mediacatpics li p.delete a {
	background: #ff005a;
	color:white;
	font-size: small;
	display: inline;
	margin: 0;
	padding:2px 2px 1px 2px;
	}

ul.mediacats li a:hover {
	text-decoration: underline;
	}

ul.mediacats li a img {
	width:86px;
	height:86px;
	margin-bottom:8px;
	}

button.mediacat-button {
	font-weight: lighter;
	background:#ff005a;
	color:white;
	padding:2px 3px;
	font-size: small;
	border:none;
	float:left;
	margin: 3px 0 0 446px;
	}

button.mediaupload-button {
	font-weight: lighter;
	background:#ff005a;
	color:white;
	padding:2px 3px;
	font-size: small;
	border:none;
	float:left;
	margin: 0 0 0 440px;
	}
	

ul.mediacatpics {
	list-style: none;
	margin:0;
	padding:0;
	float:left;
	}

ul.mediacatpics li {
	float:left;
	margin:10px;
	padding: 0;
	}
	
ul.mediacatpics li img {
	display: block;
	margin:0;
	background: url(img/guestbook_img_bg.gif) no-repeat top center;
	padding:6px 5px 6px 6px;
	width:86px;
	height:87px;
	text-align: center;
	font-weight: lighter;
	color:#ff005a;
	font-size: medium;
	}	
	
	

.show5 h3 {
	font-size: x-large;
	font-weight: lighter;
	color:#ff005a;
	margin:15px 0 20px 0;
	}

ul.mediacat {
	list-style: none;
	margin:0;
	padding:0;
	float:left;
	}
	
ul.mediacat li {
	margin:5px 0;
	padding:0;
	float:left;
	width:100%;
	}	

ul.mediacat .left {
	float:left;
	}

ul.mediacat li a.makebig {
	display: block;
	border:1px solid #ff005a;
	border-right-width: 3px;
	border-bottom:none;
	padding:8px 8px 5px 8px;
	margin-left:40px;
	width:502px;
	}

ul.mediacat li a.makebig img {
	border:1px solid #333333;
	width:500px;
	}

ul.mediacat h4 {
	margin:0 0 0 40px;
	border-left:1px solid #ff005a;
	border-right:3px solid #ff005a;
	width:500px;
	padding:0 9px 5px 9px;
	font-weight: lighter;
	color:#ff005a;
	font-size: large;
	}

ul.mediacat p.desc {
	border-left:1px solid #ff005a;
	border-right:3px solid #ff005a;
	border-bottom:3px solid #ff005a;
	width:500px;
	margin:0 0 0 40px;
	padding:3px 9px 10px 9px;
	font-weight: lighter;
	color:#201701;
	}
	
	
label.textarea {
	float:left;
	}	
	
	
ul.addnachhilfe {
	list-style: none;
	margin:0;
	padding:0;
	float: left;
	}	

ul.addnachhilfe li {
	margin:3px 0;
	padding:0;
	float:left;
	}
	
	
	
	
/******** BLACKBOARD LIST *********/	
ul.blackboardlist {
	margin:0 0 40px 0;
	padding:0;
	list-style: none;
	float:left;
	width: 100%;
	}	
	
ul.blackboardlist li {
	margin:10px;
	padding:0;
	float:left;
	width:190px;
	}	

ul.blackboardlist li p.userlink {
	margin: 0;
	padding:0 0 2px 5px;
	float: left;
	width: 180px;
	}

ul.blackboardlist li p.userlink a {
	color:#ff005a;
	}
	
ul.blackboardlist li img {
	width:46px;
	height:46px;
	border:1px solid #201701;
	float:left;
	}

ul.blackboardlist li p.desc {
	float: left;
	border:1px solid #201707;
	border-left:none;
	padding:2px 4px;
	height:42px;
	margin:0;
	width:130px;
	overflow: hidden;
	}	

ul.blackboardlist li p.delete {
	margin-right:3px;
	}
	
ul.blackboardlist li p.desc a {
	color:#201707;
	}	

ul.blackboardlist li p.desc a span.color {
	color:#ff005a;
	}	
	
/* DETAILS */	
.bbdetails {
	float: left;
	width: 100%;
	}

.bbdetails img {
	border:1px solid #201701;
	float:left;
	}

.bbdetails p.meta {
	float:left;
	margin:0;
	padding:1px 0 0 7px;
	line-height: 1.2em;
	}

.bbdetails p.meta a {
	color:#201701;
	text-decoration: underline;
	}

.bbdetails p.meta span {
	color:#ff005a;
	}

.bbdetails p.desc {
	float:left;
	width:100%;
	}
	

/* GAERLIE _ KOMMENTARE */

ul.mediacat h5 {
	float:left;
	width: 100%;
	margin:20px 0 0 0;
	padding:0;
	color:#ff005a;
	font-size: medium;
	font-weight: lighter;
	}

ul.komments{
	float:left;
	list-style: none;
	margin:10px 0 0 ;
	padding:0 10px;
	width:580px;
	}

ul.komments li {
	float:left;
	margin:0 0 8px 0;
	padding:0 0 7px 0;
	}

ul.komments li p.user {
	float:left;
	margin:0;
	padding:0;
	}

ul.komments li p.user a {
	display: block;
	margin:0 auto;
	background: url(img/guestbook_img_bg.gif) no-repeat top center;
	padding:6px 5px 6px 6px;
	width:86px;
	text-align: right;
	font-weight: lighter;
	color:#ff005a;
	font-size: small;
	}

ul.komments li p.user {
	text-align: right;
	color:#ff005a;
	font-size: small;
	font-weight: lighter;
	}

ul.komments li p.user img {
	width:86px;
	height:86px;
	margin-bottom:5px;
	}
	
ul.komments li p.kommentar {
	float:left;
	border:1px dotted #201701;
	padding:5px;
	margin:0 0 0 5px;
	font-weight: lighter;
	min-height:100px;
	width:465px;
	overflow-x: hidden;
	}

p.date {
	margin:0 0 0 -10px;
	font-size: small;
	font-weight: lighter;
	}

p.date span {
	background: #ff005a;
	color:white;
	padding:3px 2px 1px 6px;
	}

p.navigation {
	border-bottom: 1px dotted #ff005a;
	float:left;
	width:100%;
	}

p.navigation .last {
	display: block;
	margin-right:255px;
	width:200px;
	float:left;
	}

p.navigation span a {
	background: #ff005a;
	color:white;
	padding:3px 3px 1px 3px;
	font-weight: lighter;
	}

p.navigation .next {
	display: block;
	float:left;
	width:150px;
	text-align: right;
	}

/* KOMMENTAR SCHREIBEN */
div.writekommentar {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	}

div.writekommentar form {
	float:left;
	}

div.writekommentar form fieldset {
	border:none;
	}

div.writekommentar form fieldset textarea {
	border:1px dotted #201701;
	height:114px;
	width:450px;
	padding:3px;
	margin-left:22px;
	font-family: Helvetica, Verdana;
	font-weight: lighter;
	font-size: small;
	color: #201701;
	float:left;
	}

div.sendemail {
	margin-top:30px;
	}

div.sendemail h4 	{
	float:left;
	width: 100%;
	margin:20px 0 0 0;
	padding:0;
	color:#ff005a;
	font-size: medium;
	font-weight: lighter;
	}

div.sendemail form {
	padding:10px 0 40px 0;
	}

div.sendemail form fieldset textarea  {
	border:1px dotted #201701;
	height:114px;
	width:380px;
	padding:3px;
	margin-left:-3px;
	font-family: Helvetica, Verdana;
	font-weight: lighter;
	font-size: small;
	color: #201701;
	float:left;
	}

div.writekommentar form fieldset button, div.sendemail form fieldset button  {
	font-weight: lighter;
	background:#ff005a;
	color:white;
	padding:2px 3px;
	font-size: small;
	border:none;
	float:left;
	margin-top:101px;
	}
	
	
	
	
/******** KALENDAR **********/
table.kalendar {
	width:649px;
	margin:0;
	padding:10px;
	background: white;
	font-weight: lighter;
	float: left;
	}	

table.kalendar tr {
	margin:0;
	padding:0;
	}

table.kalendar tr th {
	background:#ff005a;
	color:white;
	text-align: center;
	font-weight: lighter;
	padding:6px 0;
	}
	
table.kalendar tr td {
	border:1px dotted #201701;
	width:40px;
	padding:0;
	margin:0;
	height:80px;
	overflow: hidden;
	vertical-align: top;
	}	

table.kalendar tr td.none {
	border:none;
	}
	
table.kalendar tr td span.day {
	text-align: left;
	background: #201701;
	color:white;
	display:block;
	margin:-1px -1px 4px -1px;
	padding:4px;
	width:79px;
	text-align: center;
	}

table.kalendar tr td a {
	color:white;
	background: #ff005a;
	padding:1px 2px 0 2px;
	display: block;
	margin:2px 2px;
	font-size: 0.8em;
	/*width:76px;*/
	}

p.cal .next {
	width:160px;
	margin-left:33px;
	}

p.eventdate {
	margin:0 0 0 15px;
	padding:0;
	font-weight: lighter;
	}

p.eventtext {
	background: white;
	padding:10px;
	font-weight: lighter;
	}
	
	
/******* Schul Übersicht *******/
ul.schoolmap {
	position: relative;
	width:552px;
	height:480px;
	float:left;
	list-style: none;
	margin:40px;
	padding:0;
	background: url(img/oberoe.gif) no-repeat;
	}

ul.schoolmap li {
	margin:0;
	padding:0;
	position: absolute;
	float:left;
	}

ul.schoolmap li a {
	color:white;
	background: url(img/pin.gif) no-repeat left top;
	display: block;
	float:left;
	height:27px;
	}

ul.schoolmap li a span {
	background:#ff005a;
	display: block;
	padding:1px 4px 0 2px;
	font-weight: lighter;
	margin-left:7px;
	float:left;
	}
		
/* Positionen der Schulen auf der Karte */
ul.schoolmap li.schule-Braunau { left:63px; top:178px; }
ul.schoolmap li.schule-Bogenhofen { left:88px; top:200px; }
ul.schoolmap li.schule-Mattighofen { left:40px; top:230px; }
ul.schoolmap li.schule-Ried { left:173px; top:183px; }
ul.schoolmap li.schule-Andorf { left:179px; top:117px; }
ul.schoolmap li.schule-Schrding { left:171px; top:87px; }
ul.schoolmap li.schule-Rohrbach { left:282px; top:45px; }
ul.schoolmap li.schule-Haslach { left:336px; top:54px; }
ul.schoolmap li.schule-Neufelden { left:296px; top:80px; }
ul.schoolmap li.schule-BadLeonfelden { left:370px; top:72px; }
ul.schoolmap li.schule-Freistadt { left:438px; top:59px; }
ul.schoolmap li.schule-Lambach { left:216px; top:235px; }
ul.schoolmap li.schule-Attnang { left:190px; top:255px; }
ul.schoolmap li.schule-Vcklabruck { left:188px; top:279px; }
ul.schoolmap li.schule-Gmunden { left:256px; top:295px; }
ul.schoolmap li.schule-Altmnster { left:230px; top:323px; }
ul.schoolmap li.schule-Ebensee { left:246px; top:341px; }
ul.schoolmap li.schule-BadIschl { left:220px; top:385px; }
ul.schoolmap li.schule-Hallstatt { left:211px; top:427px; }
ul.schoolmap li.schule-Kremsmnster { left:336px; top:256px; }
ul.schoolmap li.schule-Steyr { left:408px; top:240px; }
ul.schoolmap li.schule-Schlierbach { left:349px; top:277px; }
ul.schoolmap li.schule-Kirchdorf { left:345px; top:300px; }
ul.schoolmap li.schule-Weyer { left:473px; top:318px; }
ul.schoolmap li.schule-Linz { left:380px; top:167px; }
ul.schoolmap li.schule-Leonding { left:416px; top:162px; }
ul.schoolmap li.schule-Eferding { left:296px; top:141px; }
ul.schoolmap li.schule-Dachsberg { left:270px; top:163px; }
ul.schoolmap li.schule-Grieskirchen { left:250px; top:187px; }
ul.schoolmap li.schule-Wels { left:310px; top:201px; }
ul.schoolmap li.schule-Wilhering { left:363px; top:144px; }
ul.schoolmap li.schule-Traun { left:371px; top:188px; }
ul.schoolmap li.schule-Enns { left:416px; top:187px; }
ul.schoolmap li.schule-Perg { left:466px; top:177px; }
ul.schoolmap li.schule-Baumgartenberg { left:471px; top:201px; }


ul.showschools {
	list-style: none;
	}

ul.showschools li a {
	color:#201701;
	font-weight: lighter;
	display: block;
	margin-left:10px;
	padding:1px 0;
	}

ul.showschools li a:hover {
	text-decoration: underline;
	}


ul.teaser {
	list-style: none;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	}

ul.teaser li {
	background: white;
	margin:20px;
	padding:20px;
	font-weight: lighter;
	}

ul.teaser li h2 {
	margin:15px 0 10px 0;
	}	

ul.teaser li p.alleslesen {
	text-align: right;
	clear: both;
	margin:20px 0 0 0;
	}
	
ul.teaser li p.alleslesen a {
	background: #ff005a;
	color:white;
	font-weight: lighter;
	padding:3px 3px 1px 3px;
	}

div.newsdate {
	margin:0;
	padding:0 0 3px 0;
	font-size: small;
	text-align: right;
	border-bottom:1px dotted #201701;
	}

img.news-image {
	float:left;
	border:1px solid #201701;
	margin:0 10px 10px 0;
	}

div#newscontent {
	background: white;
	margin:20px;
	padding:20px;
	}
	
/* NEWSARCHIV */	
	
ul.newsarchiv {
	list-style: none;
	margin:5px 0 0 15px;
	padding:0;
	}

ul.newsarchiv li {
	margin:2px 0;
	padding:0;
	}

ul.newsarchiv li a {
	color:#ff005a;
	}

ul.newsarchiv li a:hover {
	text-decoration: underline;
	}
	
	
/* DOWNLOAD-MODUL */

.download {
	border:1px dotted #201701;
	clear: both;
	padding:5px;
	margin:0 50px;
	background: white;
	}

.download p {
	margin:0;
	padding:0;
	}
	
.download p.title {
	margin-bottom:6px;
	padding:3px;
	color:white;
	background: #ff005a;
	}
	
	
	
	
/** USER SUCHEN **/
form#searchform {
	background: white;
	padding:3px 20px 3px 20px;
	margin:15px 0 10px 0;
	}
form#searchform label {
	font-weight: lighter;
	font-size: 1.3em;
	color: #201701;
	padding-right:5px;
	padding-top:1px;
	}
	
form#searchform input {
	border: 1px dotted #201701;
	font-weight: lighter;
	padding:3px;
	}

form#searchform button {
	padding:3px;
	color:white;
	border: none;
	font-size: 0.9em;
	background: #ff005a;	
	}

div.com-navi {
	background: #ff005a;
	color:white;
	float: left;
	width:100%;
	margin:20px 0 0 0;
	}

ul.com-navi-letters, ul.com-navi-paginate {
	list-style: none;
	margin:10px;
	padding: 0;
	float: left;
	}

ul.com-navi-paginate {
	float: right;
	}

ul.com-navi-letters li, ul.com-navi-paginate li {
	display: inline;
	background: white;
	padding:2px 4px;
	}

ul.com-navi-letters li.all a {
	font-weight: bold;
	}

ul.com-navi-letters li a, ul.com-navi-paginate li a {
	color: #ff005a;
	}

ul.com-userlist {
	float: left;
	width: 100%;
	list-style: none;
	margin:0 0 0 0;
	padding:0;
	}

ul.com-userlist li {
	border-bottom: 1px dotted #201701;
	padding:10px 0;
	margin:10px 0;
	float: left;
	width: 100%;
	background: white;
	}

ul.com-userlist li img {
	background:url(img/guestbook_img_bg.gif) no-repeat;
	padding:5px 5px 6px 6px;
	float:left;
	margin:0 10px 0 20px;
	width:86px;
	height: 86px;
	}

ul.com-userlist li p.user {
	float: left;
	display: block;
	padding-top:58px;
	}

ul.com-userlist li p.user a {
	font-size: 1.6em;
	color: #201701;
	text-decoration: underline;
	font-weight: lighter;
	}

ul.com-userlist li p.user span a {
	font-size: 1em;
	text-decoration: none;
	}

	
