/*  Default stylesheet use in the static template record "cSet stylesheet" */
/* TYPO3 CVS ID: $Id: defaultstylesheet.css,v 1.2 2003/10/26 17:07:43 typo3 Exp $ */

#rP_mainMenu {
	color : #333333;
	align: left;
}


a.rP_mainMenu_no:link, a.rP_mainMenu_no:active, a.rP_mainMenu_no:visited {
	background-color : transparent;
	font-size: 11px;
	color : #000000;
	text-decoration : none;
	font-weight : bold;
}

a.rP_mainMenu_no:hover {
	background-color : transparent;
	font-size: 11px;
	color : #999999;
	text-decoration : none;
	font-weight : bold;
}

a.rP_mainMenu_act:link, a.rP_mainMenu_act:active, a.rP_mainMenu_act:visited {
	background-color : transparent;
	font-size: 11px;
	color : #666666;
	text-decoration : none;
	font-weight : bold;
}

a.rP_mainMenu_act:hover {
	background-color : transparent;
	font-size: 11px;
	color : #999999;
	text-decoration : none;
	font-weight : bold;
}

a.rP_mainMenu2_no:link, a.rP_mainMenu2_no:active, a.rP_mainMenu2_no:visited {
	background-color : transparent;
	font-size: 11px;
	color : #333333;
	text-decoration : none;
	font-weight : none;
}

a.rP_mainMenu2_no:hover {
	background-color : transparent;
	font-size: 11px;
	color : #999999;
	text-decoration : none;
	font-weight : none;
}

a.rP_mainMenu2_act:link, a.rP_mainMenu2_act:active, a.rP_mainMenu2_act:visited {
	background-color : transparent;
	font-size: 11px;
	color : #666666;
	text-decoration : none;
	font-weight : none;
}

a.rP_mainMenu2_act:hover {
	background-color : transparent;
	font-size: 11px;
	color : #999999;
	text-decoration : none;
	font-weight : none;
}

#rP_topMenu {
	background-color : transparent;
	font-size: 11px;
	color : #666666;
	text-decoration : none;
	font-weight : none;
	align: justify;
	margin-top: 4px;
	margin-bottom: 4px;
}

#rP_topMenu a:link, #rP_topMenu a:active, #rP_topMenu a:visited {
	background-color : transparent;
	font-size: 11px;
	color : #666666;
	text-decoration : none;
	font-weight : none;
}

#rP_topMenu a:hover {
	background-color : transparent;
	font-size: 11px;
	color : #000000;
        font-weight : none;
	text-decoration : none;
}

#rP_rootline {
	background-color : transparent;
	font-size: 11px;
	color : #666666;
	text-decoration : none;
	font-weight : none;
	margin-top: 5px;
}

#rP_rootline a:link, #rP_rootline a:active, #rP_rootline a:visited {
	background-color : transparent;
	font-size: 11px;
	color : #666666;
	text-decoration : none;
	font-weight : none;
}

#rP_rootline a:hover {
	background-color : transparent;
	font-size: 11px;
	color : #000000;
        	font-weight : none;
	text-decoration : none;
}

#fP_topMenu {
	background-color : transparent;
	font-size: 11px;
	color : #666666;
	text-decoration : none;
	font-weight : none;
	align: justify;
	margin-top: 20px;
	margin-bottom: 10px;
}

#fP_topMenu a:link, #fP_topMenu a:active, #fP_topMenu a:visited {
	background-color : transparent;
	font-size: 11px;
	color : #666666;
	text-decoration : none;
	font-weight : none;
}

#fP_topMenu a:hover {
	background-color : transparent;
	font-size: 11px;
	color : #000000;
        	font-weight : none;
	text-decoration : none;
}

#fP_mainMenu {
	background-color : transparent;
	font-size: 11px;
	color : #666666;
	text-decoration : none;
	font-weight : none;
	align: justify;
	margin-top: 50px;
	margin-bottom: 15px;
}

#fP_mainMenu a:link, #fP_mainMenu a:active, #fP_mainMenu a:visited {
	background-color : transparent;
	font-size: 13px;
	color : #000000;
	text-decoration : none;
	font-weight : bold;
}

#fP_mainMenu a:hover {
	background-color : transparent;
	font-size: 13px;
	color : #666666;
        	font-weight : bold;
	text-decoration : none;
}

.linkIntern { 
        line-height: 160%; 
        font-size: 11px; 
        color: #000000;
        text-decoration: none;
        border-bottom-style: dashed; 
        border-bottom-color: #999999; 
        border-bottom-width: 1px;
}
.linkIntern:hover { 
        line-height: 160%; 
        font-size: 11px; 
        color: #666666; 
        text-decoration: none; 
        border-bottom-style: solid; 
        border-bottom-color: #666666; 
        border-bottom-width: 1px;
}

.linkExtern { 
        line-height: 160%; 
        font-size: 11px; 
        color: #000000;
        text-decoration: none;
        border-bottom-style: dashed; 
        border-bottom-color: #999999; 
        border-bottom-width: 1px;
}
.linkExtern:hover { 
        line-height: 160%; 
        font-size: 11px; 
        color: #666666; 
        text-decoration: none; 
        border-bottom-style: solid; 
        border-bottom-color: #666666; 
        border-bottom-width: 1px;
}

.linkMailto { 
        line-height: 160%; 
        font-size: 11px; 
        color: #000000;
        text-decoration: none;
        border-bottom-style: dashed; 
        border-bottom-color: #999999; 
        border-bottom-width: 1px;
}
.linkMailto:hover { 
        line-height: 160%; 
        font-size: 11px; 
        color: #666666; 
        text-decoration: none; 
        border-bottom-style: solid; 
        border-bottom-color: #666666; 
        border-bottom-width: 1px;
}

BODY {
        font-family: Verdana, Arial, Helvetica, sans-serif
}
SELECT {  
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px 
}
TEXTAREA {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px
} 
INPUT {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px 
}


H1 {
	font-family : Verdana, Arial, 'Lucida Grande', Sans-Serif;
	font-size : 18px;
	color : #000000;
	font-weight: bold;
	margin-bottom : 0px;
	margin-top : 15px;
}
H2 {
	font-family : Verdana, Arial, 'Lucida Grande', Sans-Serif;
	font-size : 15px;
	color : #000000;
	font-weight: bold;
	margin-bottom : 0px;
	margin-top : 15px;
}
H3 {
	font-family : Verdana, Arial, 'Lucida Grande', Sans-Serif;
	font-size : 12px;
	color : #588A19;
	margin-bottom : 0px;
	margin-top : 15px;
}
H4 {
	font-family : Verdana, Arial, 'Lucida Grande', Sans-Serif;
	font-size : 11px;
	color : #588A19;
	margin-bottom : 0px;
	margin-top : 15px;
}
.subhead1 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
}
.subhead2 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : green;
}
.subhead3 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : red;
}
.headerdate {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : Green;
	font-weight: normal;
}

li {
	font-size : 11px;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 0px;
	padding-bottom : 0px;
	margin-left : 0px;
}






P {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	line-height : 115%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	margin-left : 0px;
	text-align: justify;
}
.caption {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #FF9966;
}
.bulletlist {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #333333;
}
.table {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #CC3366;
}







.searchform {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #6600CC;
	font-weight : normal;
}
.searchresultpagetitle {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color : #333333;
	font-weight : bold;
}
.searchresultcontent {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #6600CC;
	font-weight : normal;
}
.searchresultheader {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #333366;
	font-weight : bolder;
}
.searchmarkup {
	color : #FF0066;
}




.loginform {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #CC0000;
	font-weight : normal;
}




.mailform {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #003366;
	font-weight : normal;
}
.mailformrequired {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #003366;
	font-weight : bolder;
}
.mailformcomment {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #CC0000;
	font-weight : bolder;
}
.mailformradio {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #003366;
	font-weight : normal;
}






.filelinks {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #990000;
}
.filelinkssize {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : Green;
}



.sitemap1 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #CC6600;
}
.sitemap2 {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #990000;
	margin-left : 20px;
}
.sitemap3 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #333399;
	margin-left : 40px;	
}
.sitemap4 {
	font-family : Verdana, sans-serif;
	font-size : 9px;
	color : #003333;
	margin-left : 60px;
}




.celmenu {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : olive;
	margin-top : 10px;
}
.celsubmenu {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #666699;
	margin-left : 20px;
	margin-top : 3px;
}

/* custom css */
.copyright {
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color : #666666;
}

#bottomschooladdress td.schooladdress {
	font-size : 11px;
	color : #666666;
}
#bottomschooladdress td.schooladdress:hover {
	font-size : 11px;
	color : #999999;
}

#fP_schooladdressphone {
	font-size : 11px;
	color : #666666;
	margin-top : 10px;
	margin-bottom: 20px;
}

#fP_schooladdressphone .addressphone {
	text-align: justify;
}
.csc-bulletlist-0 {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #333333;
}
.csc-bulletlist-1 {
	font-family : Verdana, Arial, sans-serif;
	font-size : 11px;
	color : #333333;
}
#li {
	font-size: 11px;
}



.contenttable-0 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-spacing:0px;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
}


#fp_news {
	padding: 5px;
	margin: 0px;
}

#fp_news .date {
	font-size : 10px;
	color : #666666;
	font-weight: none;
	text-decoration: none;
}

#fp_news a:link, #fp_news a:visited, #fp_news a:active {
	font-size : 10px;
	color : #000000;
	font-weight: none;
	text-decoration: none;
}

#fp_news a:hover {
	font-size : 10px;
	color : #666666;
	font-weight: none;
	text-decoration: none;
}

#fp_news tr.newsrow {
	background: transparent;
}

#fp_news tr.newsrow:hover {
	background: #efefef;
}

#rp_newslist {
}

#rp_newslist .date {
	font-size : 11px;
	color : #666666;
	font-weight: none;
	text-decoration: none;
}

#rp_newslist .title a:link, #rp_newslist .title a:visited, #rp_newslist .title a:active {
	font-size : 13px;
	color : #588A19;
	font-weight: none;
	text-decoration: none;
}

#rp_newslist .title a:hover {
	font-size : 13px;
	color : #666666;
	font-weight: none;
	text-decoration: none;
}

#rp_newslist tr.newsrow {
	background: transparent;

}

#rp_newslist tr.newsrow:hover {
	background: #efefef;
}

#rp_newssingle {
}

#rp_newssingle .subheader {
	font-size : 11px;
	color : #666666;
	font-weight: none;
	text-decoration: italic;
}

#rp_newssingle .title {
	font-size : 14px;
	color : #588A19;
	font-weight: bold;
	text-decoration: none;
}

#rp_newssingle .more a:link, #rp_newssingle .more a:visited, #rp_newssingle .more a:active {
	font-size : 11px;
	color : #588A19;
	font-weight: none;
	text-decoration: none;
}

#rp_newssingle .more a:hover {
	font-size : 11px;
	color : #666666;
	font-weight: none;
	text-decoration: none;
}


dd.csc-textpic-caption {
	font-size : 10px;
	color : #999999;
	font-weight: none;
	text-decoration: none;
	text-align: justify;
}



.newsdate_list {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 11px;color: #333333;}
.newstitle_list {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 11px;color: #333333; font-weight: bold;}
.newsmore_list {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 11px;color: #333333;}

.newsheader_latest {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 11px;color: #333333; font-weight: bolder;}
.newsdate_latest {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 11px;color: #333333;}

.newsback_single {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 11px;color: #666666;}
.newsdate_single {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 11px;color: #666666;}
.newstitle_single {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px;color: #666666; font-weight: bold; font-stretch: wider;}
.newsheader_single {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 11px;color: #666666; font-style: italic; }
.newscontent_single {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 11px;color: #666666;}

.extendedLatestNewsView {font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 10px;color: #999999; margin-left : 3px;}


.sitedate { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;}


.tx-veguestbook-pi1 .date {
	background: transparent;
	color: #999999;
	font-size: 14px;
	font-weight: 100;
}

.tx-veguestbook-pi1 .headerfirstname {
	background: transparent;
	color: #588A19;
	font-size: 14px;
	font-weight: 900;
}

.tx-veguestbook-pi1 .commenttable {
	margin-top: 8px;
	margin-bottom: 8px;
}

.tx-veguestbook-pi1 .comment {
	background: transparent;
	color: #666666;
	font-size: 11px;
	font-weight: none;
	line-height : 120%;
	text-align: justify;
}

.tx-veguestbook-pi1 .meta {
	background-image: url('/fileadmin/bsparchim/design/images/guestbookmetabackground.jpg'); 
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	height: 50px;
}

.tx-veguestbook-pi1 .metatext {
	background: transparent;
	color: #666666;
	font-size: 11px;
	font-weight: 100;
}

.tx-veguestbook-pi1 .metatext_link a {
	background: transparent;
	color: #666666;
	font-size: 11px;
	font-weight: 100;
	text-decoration: none;
}	

.tx_veguestbook_pi1-captcha .instruction {
	background: transparent;
	color: #666666;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	text-align: justify;
}

.tx_veguestbook_pi1-captcha .tx-srfreecap-pi2-cant-read {
	background: transparent;
	color: #666666;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	text-align: justify;
}

.tx_veguestbook_pi1-captcha .tx-srfreecap-pi2-cant-read a:link,
.tx_veguestbook_pi1-captcha .tx-srfreecap-pi2-cant-read a:active,
.tx_veguestbook_pi1-captcha .tx-srfreecap-pi2-cant-read a:visited {
	background: transparent;
	color: #588A19;
	font-size: 11px;
	font-weight: 200;
	text-decoration: none;
}
.tx_veguestbook_pi1-captcha .tx-srfreecap-pi2-cant-read a:hover {
	background: transparent;
	color: #999999;
	font-size: 11px;
	font-weight: 200;
	text-decoration: none;
}


.tx-veguestbook-pi1-browsebox TD { font-size: 10px; color: #666666; }
.tx-veguestbook-pi1-browsebox TD a { color: #666666; text-decoration : none;}
.tx-veguestbook-pi1-browsebox-strong, .tx-veguestbook-pi1-browsebox-SCell{ font-weight: bold; }
.tx-veguestbook-pi1-browsebox-SCell p a { background-color: transparent; color: #588A19; font-weight: bold; text-decoration : none;}
.tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#666666; font-size:12; color:#333333; width:170; height:20; }
.tx-guestbook-form-inputfield-med_light { border-style: solid; border-width: 1pt; border-color:#999999; font-size:12; color:#333333; width:170; height:20; }
.tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#666666; font-size:12; color:#333333; width:170; height:20; }
.tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#666666; font-size:12; color:#333333; width:450px; height: 85px;}
.tx-guestbook-form-inputheader { color: #588A19; font-weight:bold; font-size: 11px; font-family: Verdana,Arial,sans-serif; }
.tx-guestbook-form-inputheader_light { color: #999999; font-weight:none; font-size: 11px; font-family: Verdana,Arial,sans-serif; }
.tx-guestbook-form-obligationfield { color: #588A19; font-weight:none; font-size: 11px; font-family: Verdana,Arial,sans-serif; }
.tx-guestbook-form-error { font-size: 11px; font-family: Verdana,Arial,sans-serif; color: #333333;  }
.tx-guestbook-form-inputfield-med:focus,
.tx-guestbook-form-textarea:focus {background:#FBFFD9;} 
.tx-guestbook-form-inputfield-med_light:focus {background:#F2F2F2;} 
.tx-ttnews-browsebox TD { font-size: 10px; }
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
.tx-ttnews-browsebox-SCell { background-color: #ffffff; }

.ferienregelung { color : #333333; font-size: 11px; margin-top:5px; margin-right: 5px; text-align: left; }
table.ferienregelung tbody td.td-0 { font-weight: 400; color : #333333; }
table.ferienregelung thead th { color : #222222; }
