﻿*
{
    margin: 0;
    padding: 0;
}

html, body
{
    text-align: center;
    height: auto; /*für Vertical-Center nur für IE5 Mac*/
    height: 100%; /*für Vertical-Center alle anderen Browser*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #2f3946;
}
body
{
    overflow: -moz-scrollbars-vertical;
}

#divPrint
{
    text-align: left;
    margin-left: 40px;
    width: 414px;
}


#container
{
    text-align: left;
    margin: 0px auto;
    width: 769px;
    padding: 0px;
    background-image: url(../App_IMG/MainSiteImg/container-bg.gif);
    background-repeat: repeat-y;
    min-height: 100%;
}

#logo
{
    float: left;
    background-image: url(../App_IMG/MainSiteImg/fs-piregg-logo.gif);
    background-repeat: no-repeat;
    height: 132px;
    width: 202px;
    position: absolute;
}
#header
{
    background-image: url(../App_IMG/MainSiteImg/header-bg.gif);
    background-repeat: repeat-x;
    height: 132px;
    width: 768px;
    text-align: right;
    overflow: hidden;
}



.headerOverlay
{
    position: absolute;
    margin-left: -566px;
}



#header img
{
    margin-top: 42px;
}



/*************************** Content */
#ContentLeft
{
    float: left;
    width: 162px;
    padding: 40px 20px;
}


#ContentRight
{
    float: right;
    width: 414px;
    padding: 60px 80px 60px 0px;
}




/********************************  *****/
/************************** FORMAT *****/
/********************************  *****/


.error
{
    font-size: small;
    color: Red;
}
.zurueck
{
    font-size: 11px;
}
.small
{
    font-size: 11px;
}
.paddingTop
{
    padding-top: 4px;
}
.colorRed
{
    color: Red;
}
.colorSmall
{
    color: Gray;
    font-size: 10px;
}
.lineheight
{
    font-size: 11px;
    line-height: 20px;
}

.space12
{
    line-height: 12px;
}
.space20
{
    line-height: 20px;
}
.space40
{
    line-height: 40px;
}

.line
{
    border-top: dotted 1px #2785b4;
}

ul
{
    list-style-type: disc;
    padding-left: 35px;
    padding-top: 4px;
    padding-bottom: 20px;
}
li
{
    padding: 2px;
}

.Info
{
    background: url(../App_IMG/MainSiteImg/icon_info.gif) no-repeat scroll 12px 12px;
    color: #92B6E7;
    padding: 11px 12px 11px 32px;
    line-height: 1.4;
}

.Alert
{
    background: #FFFFCC url(../App_IMG/MainSiteImg/icon_alert.gif) no-repeat scroll 12px 10px;
    color: #BDAB45;
    padding: 11px 12px 11px 32px;
    line-height: 1.4;
}
.drucken
{
    padding: 3px 20px;
    background: transparent url(../App_IMG/MainSiteImg/print.png) no-repeat;
    font-size: 10px;
}


#GBEntry textarea, #GBEntry input
{
    font-size: 13px;
    color: #2F3946;
    border: 1px solid #DDDEDF;
    background: #FFFFFF;
    padding: 1px;
}


/************************** Headers Fonts */
h1
{
    color: #2785b4;
    font-size: 17px;
}
h2
{
    color: #2785b4;
    font-size: 13px;
    padding-bottom: 8px;
}
h3
{
    color: #2785b4;
    font-weight: normal;
    font-size: 12px;
    padding-bottom: 8px;
}


h4
{
    font-weight: normal;
}
h5
{
    font-weight: normal;
    font-size: 11px;
    margin-bottom: -10px;
}
.H_Content
{
    color: #2785b4;
}

.H2_space
{
    color: #2785b4;
    padding-bottom: 3px;
}


/**************************** Links */

a:link, a:visited
{
    color: #2f3946;
    text-decoration: none;
}
a:hover, a:active
{
    color: #2f3946;
    text-decoration: underline;
}



/********************************** Navi */
#navi
{
    padding-left: 30px;
    padding-top: 18px;
    font-size: 13px;
}

#navi a
{
    font-size: 13px;
    text-decoration: none;
}
#navi ul
{
    padding: 0;
    list-style-type: none;
}
#navi ul li
{
    padding: 0;
    padding-bottom: 20px;
}


#navi a:link, #navi a:visited
{
    color: #2f3946;
}
#navi a:hover, #navi a:active
{
    color: #2f3946;
    text-decoration: underline;
}



/************************** Events / News */

.EventImg img
{
    padding: 0px 10px 5px 0px;
}
.EventImg
{
    width: 414px;
}

.ulSchuljahre
{
    list-style-type: disc;
    padding-left: 35px;
    padding-top: 4px;
}
.ulSchuljahre li
{
    padding: 2px;
}

.eventImgHeader
{
    position: absolute;
    z-index: 1;
}
.eventImgBig
{
    position: absolute;
    margin-top: 31px;
}


/************************** Admin area */

.eventEditButtons
{
    padding-top: 10px;
}




/*************************** Controls */

.CtrImglist
{
    padding-right: 10px;
    padding-top: 6px;
    float: left;
}


/*************************** Schueler */


.SchuelerListImg
{
    margin-bottom: 15px;
    margin-right: 10px;
    float: left;
}
.ButtonSpace
{
}
.KlassenphotoText
{
    padding-top: 5px;
}


/****************************** Lehrer */
.LehrerPhoto
{
    float: left;
}
.TDLehrerName
{
    vertical-align: bottom;
    padding-left: 10px;
    color: #2785b4;
}
.LehrerName
{
}
.LehrerText
{
    clear: left;
    padding-top: 12px;
    padding-bottom: 60px;
}





/*************************** guestbook */
.GBEntry
{
    color: #2F3946;
    font-size: 11px;
    width: 100%;
    margin-top: 30px;
}

.GBStateColumn
{
    width: 140px;
    vertical-align: top;
}
.GBComment
{
    padding-top: 15px;
}

.GBName
{
    font-weight: bold;
}

.GBText
{
    color: #2F3946;
    vertical-align: top;
}

.GBDate
{
    padding-top: 5px;
}

#SqlNavigation
{
    font-size: 11px;
    padding-top: 30px;
    padding-bottom: 10px;
}
#SqlNavigation a
{
}
.SqlNavigationAktivPage
{
    font-size: 13px;
    font-weight: bold;
}

/********************* TBStundenplan*************/

.TBStundenplan TD
{
    padding: 5px;
}




/**************************** imgSite */
#imgSiteContent
{
    margin-left: 270px;
}
.imgSiteHeaderImg
{
    margin-top: 100px;
    position: absolute;
    z-index: 0;
}
.imgSiteBigImg
{
    padding-top: 131px;
    padding-bottom: 90px;
}


/************************ Rezepte */
.tableLink
{
    width: 100%;
}
.tableRezeptUserLink
{
    font-weight: bold;
}

/******* blog Comment  ******/

#CommentContent
{
    padding-left: 30px;
}
.comEntry
{
    margin-bottom: 20px;
    border-left: dotted 1px #2785b4;
    margin-left: -5px;
    padding-left: 7px;
}
.comName
{
    background: transparent url(../App_IMG/MainSiteImg/icon_vcard.png) no-repeat scroll 0pt -1px;
    padding-left: 22px;
    font-size: 12px;
    font-weight: bold;
}
.comDate
{
    font-size: 9px;
}
.comText
{
    margin-top: 3px;
}


#AddComment
{
    margin-top: 50px;
    width: 70%;
}
.AuthorText, .AuthorName
{
}
#AddComment p
{
    font-size: 11px;
    line-height: 1.5;
}
.ComNameBox
{
    border: 1px solid #D9D9D9;
    color: #333333;
    margin: 0px 0px 10px;
    padding: 0px 2px;
    width: 120px;
}

.ComTextBox
{
    border: 1px solid #D9D9D9;
    color: #333333;
    margin: 0pt 0pt 1em;
    padding: 2px;
    width: 100%;
}

#SubmitButton
{
}

textarea, select, option, input
{
    border: 1px solid #D9D9D9;
    background: #fff;
    color: #555555;
    font-size: 12px;
    font-family: "Trebuchet MS" , helvetica,arial,sans-serif;
}
/***********************************   ***************/
