/* Staatliche Berufsschule Pfarrkrichen */


/* Inhaltsboxen
----------------------------------------------*/

body {
	background-color: #339999;
	margin: 0;
	padding:0;
/*	height: 100%;
*/	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bilder/layout/hg_body.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#wrapper_box {
/*	height: 100%;
*/	width: 950px;
	margin:0;
	padding:0;
}

/* Header-Box
----------------------------------------------*/

#header_box {
	background-color: #FFFFFF;
	height: 86px;
	width: 950px;
	border-right: 1px solid #fff;
	border-bottom: 20px solid #7BC0C5;
}

#header_box_navi {
	color:#999999;
	font-size: 65%;
	top: 3px;
	padding: 0 0 0 460px;
	margin: 0;
	position:absolute;
}

#header_box_navi ul li {
	list-style: none;
	display: inline;
	padding: 0;
	margin:0;
	color:#999999;
}

#header_box_navi ul li.navi_box_hi a {
	color:#339999;
	text-decoration: underline;
}

#header_box_navi ul li.navi_box_lo a {
	color:#999999;
}

#header_box_logo {
	position:absolute;
	left: 40px;
	top: 6px;
}

#header_box_bild {
	width: 258px;
	height: 85px;
	margin: 0 0 0 692px;
	padding: 1px 0 0 0;
}


/* Main-Box (Inhaltsbox)
----------------------------------------------*/

#main_box { /* Dieser Inhalt wird nur vom IE-Browser dargestellt  - für transparenten mainbox_schatten*/
	position: absolute;
	z-index: 3;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bilder/layout/mainbox_middle.png',sizingMethod='scale'); 
	width: 503px;
/*	height: 100%;
*/	left: 195px;
	padding: 0 0 19px 0;
	margin: 0;
	top: 87px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#main_box[id]{ /* Browserweiche - dieser Ihnhalt wird nur von NICHT-IE-Browsern gesehen - für transparenten mainbox_schatten*/
	background-image:url(bilder/layout/mainbox_middle.png);
	background-repeat: repeat-y;
	background-position: top;
}

#main_box_top { /* Hintergrundgrafik oberer Rand */ 
	background-image:url(bilder/layout/mainbox_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 503px;
	height: 19px;
	margin: 0;
	padding: 0;
}

#main_box_picbox {
	padding: 0 0 8px 7px;
	margin: -12px 0 0 0;
}

#main_box_content {
	padding: 0 30px 20px 30px;
}

#main_box_content p {
	text-align:justify;
	line-height: 135%;
}

#main_box_content table tr.header {
	background-color: #7BC0C5;
}

.header{
	color:#666666;
	border-left: 7px solid #7BC0C5;
	font-weight:bold;
	padding: 0 0 0 3px;
	margin: -5px;
}

#main_box_navi_text {
	background-color:#EFEFEF;
	height: 30px;
	width: 300px;
	padding: 8px 0 8px 10px;
	margin: -12px 0 0 7px;
	color:#979797;
	font-size: 160%;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

#main_box_sub_navi_text {
	background-color: #F7F7F7;
	height: auto;
	width: 300px;
	padding: 5px 0 10px 10px;
	margin: 1px 0 25px 7px;
	background-image: url(bilder/layout/arrow_r_green.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	color: #339999;
	font-size: 130%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* Sitemap Auflistung Formatierung
----------------------------------------------*/

#sitemap_uebersicht ul {
	list-style: none;
	background-color: #F7F7F7;
	margin: 5px;
	padding: 5px;
}

#sitemap_uebersicht ul li a{
	color:#666666;
}

#sitemap_uebersicht ul li a:hover {
	color:#339999;
}

/* Hauptnavigations-Box
----------------------------------------------*/

#navi_box {
	width: 195px;
	height: 100%;
	margin: 0;
	float:left;
	color: #FFFFFF;
	font-size: 80%;
}

#navi_box ul {
	list-style-type: none;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
}

#navi_box ul li.navi_box_lo {
	border-bottom: 1px solid #6AB5B5;
	padding: 4px 0 2px 10px;
}

#navi_box ul li.navi_box_hi {
	background-image: url(bilder/layout/arrow_r.gif);
	background-repeat:no-repeat;
	background-position: left;
	padding: 4px 0 2px 10px;
	border-bottom: 1px solid #BDDEDE;
	font-weight:bold;
}

#navi_box ul li.navi_box_lo a {
	color: #FFFFFF;
}

#navi_box ul li.navi_box_hi a {
	color: #FFFFFF;
}


/* Unternavigations-Box
----------------------------------------------*/

#sub_navi_box {
	border-bottom: 1px dotted #A9A9A9;
	color: #999999;
	font-size: 85%;
	padding: 10px 0 5px 5px;
	margin: 0 0 20px 20px;
	width: 450px;
}

#sub_navi_box ul{
	margin:0;
	padding:0;
}

#sub_navi_box li{
	padding: 0 10px 0 0;
	margin:0; 
	display:inline;
}

#sub_navi_box ul li.sub_navi_box_lo {
	color: #999999;
	text-decoration: none;
}

#sub_navi_box ul li.sub_navi_box_hi {
	color: #339999;
	text-decoration: underline;
}


#sub_navi_box ul li.sub_navi_box_lo a {
	color: #999999;
}

#sub_navi_box ul li.sub_navi_box_hi a {
	color: #339999;
	text-decoration: underline;
}


/* Infobox
----------------------------------------------*/

#info_box {
	position:absolute;
	width: 255px;
	height: 100%;
	top: 106px;
	left: 695px;
}

#info_box_content {
	padding: 1px 5px 5px 10px;
	font-size: 75%;
}

#info_box_content select {
	color: #666666;
	width: 225px;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#berufe_az {
	margin: 0;
	padding:0;
}

#info_box_content ul {
	list-style: none;
	margin: 0;
	padding:0;
}

#info_box_content ul li{
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#info_box_content ul ul li{
	font-weight:normal;
	padding: 0 0 3px 15px;
	margin: -10px 0 10px 0;
}


/* EnEm-Box
----------------------------------------------*/

#enem_box {
	position:absolute;
	top: 600px;
	left: 20px;
	color: #99CCCC;
	font-size: 70%;
}

#enem_box a{
	color: #99CCCC;
	text-decoration: none;
}

#enem_box a:hover {
	color: #fff;
	text-decoration: underline;
}

/* mehr, zurück, top Buttons
----------------------------------------------*/

.mehr_button {
	color: #339999;
	font-size: 80%;
	padding-left: 7px;
	background-image: url(bilder/layout/arrow_r_klein.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}



.zurück_button { /*wie auf Bilderseite- grüner Pfeil*/
	color:#339999;
	font-size: 80%;
	padding-left: 10px;
	background-image: url(bilder/layout/arrow_l_klein.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}



#zurück_button_grau {
	text-decoration: none;
	font-size: 75%;
	color: #999;
	margin: 25px 0px 10px 25px;
	padding-left:10px;
	width: 165px;
	border-bottom: 1px solid #ddd;
	background-image: url(bilder/layout/pfeil_bottom_grau.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

#zurück_button_grau a {
	padding: 0 8px 0 0;
	text-decoration: none;
	color: #999;
}

#zurück_button_grau a:hover{
	text-decoration: underline;
	color: #333;
}



#top_button {
	text-decoration: none;
	font-size: 75%;
	color: #999;
	margin: 25px 0px 10px 0px;
	padding-left:3px;
	width: 30px;
	border-top: 1px solid #ddd;
}

#top_button a.top {
	background-image: url(bilder/layout/pfeil_top.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 8px 0 12px;
	text-decoration: none;
	color: #999;
}

#top_button a:hover{
	text-decoration: underline;
	color: #333;
}


/* Überschriften
----------------------------------------------*/

h1 {
	color:#979797;
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #979797;
}

#main_box_content h2 {
	font-size: 100%;
	margin:0;
	padding:0;
}

#info_box h2 {
	background-image: url(bilder/layout/arrow_r_green.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 120%;
	color:#979797;
	margin: 10px 0 6px 0;
	padding: 0 0 0 10px;
	text-decoration: underline;
	font-family:  Arial, Helvetica, sans-serif;
}

h2.tickernews{
	font-size: 100%;
	margin:0;
	padding:0;
	text-align:left;
	color: #026065;
	float:left;
	text-decoration:underline;
}

h3 {
	background-color:#EFEFEF;
	font-size: 100%;
	padding: 5px;
	margin: 0 0 5px 0;
	color: #666666;
}

h4.titel_ee a {
	font-size: 100%;
	padding: 10px 0 0 0;
	margin: 0 0 3px 0;
	color: #026065;
	text-decoration: underline;
}

h4.titel_ee {
	font-size: 100%;
	padding: 5px 0 0 0;
	margin: 0;
	color:#026065;
	text-align: left;
}


/* 'Ausbildungsabteilungen Auslistung
----------------------------------------------*/

.abteilungen_ubersicht {
	padding: 5px;
	background-color:#F7F7F7;
	margin: 0 0 5px 0;
	border-left: 8px solid #A2D0D5;
	width: 270px;
}

.abteilungen_ubersicht a{
	color: #666666;
}

#main_box_content ul .abteilungen_ubersicht {
	list-style-type:none;
}

/* Linkformatierung
----------------------------------------------*/

a {
	text-decoration: none;
	color:#666666;
}

a:hover{
	text-decoration: underline;
}


/* easy-edit
----------------------------------------------*/
#info_box_content .body_ee {
	padding: 0;
	margin: 0;
}

.body_ee {
	padding: 0 5px 15px 10px;
	margin: 0 0 6px 0;
}

.body_ee ul li {
	list-style-type: disc;
	background-color: none;
	margin: 0;
	padding: 0;
}

.body_ee_list {
	padding: 0 5px 15px 10px;
	background-color:#F5F5F5;
	margin: 0 0 5px 0;
	height:auto;
}

.body_ee_list ul {
	padding: 0;
	margin: 0;
}

.body_ee_list ul li{
	list-style-type:circle;
	padding: 0;
	margin: 0 0 0 25px;
}

.body_ee_list a {
	color:#339999;
}

.body_ee a {
	color:#339999;
}

.date_ee {
	font-weight: bold;
	font-size: 95%;
	background-color:#FFFFFF;
	display: inline;
	padding: 0 5px 0 4px;
	margin-left: -18px;
	border-left: 8px solid #7BC0C5;
}

#info_box_content .body_ee .titel_ee {
	font-size: 95%;
	padding: 0 0 0 15px;
	margin: 0;
	color:#026065;
	text-decoration: none;
	font-weight:bold;
	background-image: url(bilder/layout/hacken_gruen.gif);
	background-position:left top;
	background-repeat: no-repeat;
}

#info_box_content .body_ee .titel_ee a{
	color:#026065;
	text-decoration: none;
}

.teaser_ee {
	font-weight: bold;
	font-size: 95%;
}

.text_ee {
	font-size: 85%;
	margin: 0;
	padding: 0;
}

.link {
	font-size: 95%;
	padding-left: 8px;
	background-image:url(bilder/layout/quadrat_gruen.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.downloadlink {
	display: block;
	background-image: url(bilder/layout/pdf_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0 5px 20px;
	margin: 10px 0 -10px -5px;
	color: #666666;
}

.body_ee .picbox {
	float: right;
	padding: 5px;
	width: 150px;
	text-align: center;
	background-color: #FFFFFF;
}

.body_ee_list .picbox {
	float: right;
	padding: 5px;
	width: 150px;
	text-align: center;
}

.picbox_pic {
	text-align: center;
}

.picbox_pic_text {
	font-size: 80%;
	text-align: center;
}

.picbox_pic_text a {
	color:#666666;
}

div.picbox_pic img {
	margin: 5px 0 0 0;
	border: 1px solid #979797;
}

#lehrerteam_foto { 
	padding: 5px;
	width: 420px;
	text-align: center;
}

.symbol_lehrer {
	font-size: 100%;
	padding: 5px 0 0 0;
	margin: 0;
	color:#026065;
	text-align: left;
	font-weight:bold;
	padding: 0 5px 0 4px;
	margin-left: -18px;
	border-left: 8px solid #7BC0C5;
}

/* Bilderseite Formatierung
----------------------------------------------*/

.bilderseite {
	margin: 50px 0 0 0;
	padding: 0;
	width: 450px;
	text-align: center;
}

.bilderseite img {
	border: 1px solid #979797;
}