/*
    Brettlalm.at
    Florian Valentin 2009

/* Allgemein */
html, body, div, p, td, a, input, textarea, select {
    font-family:Verdana, Arial, sans-serif;
    color:#606060;
    font-size: 10pt;
}
html, body {
    margin:0px;
    padding:0px;
    background-color: #78694a;                         /* Hintergung Farbe */
    background-image: url(../images/bg.jpg);
    
    
    /*overflow:auto;*/
}
html {
    height:100%;
}
body {
    height:100%;

}
form {
    margin:10;
    padding:0;
}

textarea {
    width:418px;
    height:85px;
}

img {
    border:0;
}


.pagecenter
{
  position: absolute; 
 vertical-align:middle;
}





/* ENDE Allgemein */



.hTop {
    position: absolute; 
    height: 220px;
    width: 900px;
    top: 10px;
    left: 10px;
}


.hmiddl {
    position: absolute; 
    height: auto;
    width: 900px;
    top: 240px;
    left: 10px;
}




.pTop {
    position: absolute;
    height: 220px;
    width: 900px;
    #background-image: url(../images/banner/banner2.jpg);
    #background-repeat: no-repeat;
}

.pTopimage {
    position: absolute;
    right: 5px;
    top: 0px;
    height: 220px;
    width: 331px;
    background-image: url(../images/logo_Head.gif);
    background-repeat: no-repeat;
}

.pmenue {
    background-color: #FFFFFF;
    height: auto;
    width: 200px;
    top: 0px;
    position: absolute;
}
.pcontent {
    background-color: #FFFFFF;
    position: absolute;
    height: auto;
    width: 690px;
    top: 0px;
    right: 0px;

}

#pcontentin{
 position: relative;
 margin: 15px;
 width: 660px;


}


/* Standard Input */

#pcontentin a {
    color:#0060b1;
    text-decoration:none;
}
#pcontentin a:hover {
    text-decoration:underline;
}

#pcontentin h1 {
 text-indent: 10px;
}

#pcontentin h2 {
 text-indent: 15px;
}

.textcontent {
 margin: 20px;
 font-size: 10pt;
}