/* CSS Standardbrowser für FC Union Entrup */


/* Globale */

html,body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #c0c0c0;
    font-family: Tahoma, Arial, sans-serif;

}

body {
    background-image: url('grafiken/ladebalken.png');
    background-repeat: no-repeat;
    background-position: center;
}

.nojs {
    display: none;
}

form {
    display: inline;
}

fieldset {
    border: 1px ridge #999;
    padding: 1em;
}

legend, h4, h3, h5, h2 {
    font-family: 'Amaranth', sans-serif;
    font-size: 12pt;
    color: #000000;
}

p, td, th, input, dt, dd, span, fieldset {
    vertical-align: top;
    font-family: Tahoma;
    font-size: 10pt;
}

img {
    border: none;
}

.bg1 {
    background-color: #778899;
    color: #ffcc00;
}

.bg2 {
    background: #e8ba00;
}

p {
    text-align: justify;
}

.p9 {
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
}

.p10 {
    font-size: 10pt;
    font-weight: bold;
}

.p11 {
    font-size: 11pt;
    font-weight: bold;
}

.p12 {
    font-size: 12pt;
    font-weight: bold;
}

h5 {
    font-size: 12pt;
}


h4 {
    font-size: 18pt;
    font-weight: bold;
}

h3 {
    font-size: 16pt;
}

h2 {
    font-size: 14pt;
}

p#tZeit {
    font-size: 10pt;
}

a, a:link, a:visited, a:active {
    text-decoration: none;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

a:hover, .blau {
    color: #0000ff;
}

.ama {
    font-family: 'Amaranth', sans-serif;
}

.shadow {
    text-shadow: 2px 2px 2px #fff;
}

.jsaktiv {
    display: none;
}

.indent {
    text-indent: 0.8em;
}

.hidden {
    color: #ffcc00;
    cursor: default;
}

.hidden2 {
    color: #e8ba00;
    cursor: default;
}

.padR {
    padding-right: 12em;
    padding-left: 5em;
}

.padL {
    padding-left: 12em;
    padding-right: 5em;
}

.up6 {
    margin-top: -6em;
}

.pad1 {
    padding: 1em;
}

.pad2 {
    padding: 2em;
}

.s12 {
    font-size: 12pt;
}

.s14 {
    font-size: 14pt;
}

.s18 {
    font-size: 18pt;
}

.mittig {
    text-align: center;
}

.hide {
    visibility: hidden;
}

.show {
    display: block;
}

.gelb {
    background-color: #ffcc00;
}

.rot {
    color: red;
}

.black {
    color: #000000;
}

.grau {
    color: #999;
}

.hellgrau {
    color: #bbbbbb;
}

.odd {
    background: #ffd736;
}

.even {
    background: #ebc42a;
}

.tt1 {
    width: 6em;
}

.tt2 {
    width: 45em;
}

.winzig {
    font-size: 8pt;
}

.runter {
    line-height: 1.8em;
}

.rechts {
    text-align: right;
}

.tab {
    padding-right: 4em;
}

.tab1 {
    padding-left: 2em;
}

.tab2 {
    margin-left: 85px;
}

.tab3 {
    padding-left: 6.8em;
}

.tab4 {
    right: 2em;
    padding-left: 5em;
}



.hoch {
    line-height: 2.5em;
}

.error {
    font-size: 9pt;
    color: red;
    padding-right: 50px;
}
.nobg {
    background: #ffcc00;
}

fieldset a.act {
    color: #ff6666;
    font-weight: bold;
}

#disziplin {
    border-top-style: groove;
    border-top-color: black;
    border-left-style: groove;
    border-left-color: black;
    border-right-style: groove;
    border-right-color: white;
    border-bottom-style: groove;
    border-bottom-color: white;
    background: rgb(255,195,0);
    padding: 1em;
    margin: 0 7em 0 7em;

}

#spiegel {
    padding-left: 3em;
}

#spiegel td {
    width: 100px;
}


.smallbutton {
    width: 16px;
}

.sendbutton {
    width: 120px;
    font-size: 9pt;
}

.smallsend {
    width: 40px;
    font-size: 9pt;
}

.floatbox {
    position: relative;
}

.spaltelinks {
    position: relative;
    width: 20em;
    border: 1px solid blue;
}

.spalterechts {
    position: relative;
    top: -160px;
    float: right;
    right: 5px;
    width: 25em;
    border: 1px solid red;
}

#test {
    border: 1px solid green;
    width: 960px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -480px;
}

#oben, #mitte, #unten {
    position: relative;
    width: 820px;
    top: 20px;
    left: 50%;
    margin-left: -480px;
}

#oben {
    border-right: 140px solid #c0c0c0;
    background: #0000ff;
    height: 2em;
}

#mitte {
    min-height: 750px;
    background: #ffcc00;
    border-left: 145px solid #0000ff;
}

#unten {
    border-left: 145px solid #c0c0c0;
    background: #ffcc00;
    height: 2em;
}

#wappen {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

#picto {
    position: relative;
    width: 645px;
    height: 40px;
    top: 10px;
    border-top: 0.15em solid black;
    border-bottom: 0.15em solid black;
    z-index: 9;
}

#picto img {
    float: left;
    height: 40px;
    padding-left: 2em;
}

#head {
      padding: 1.5em;
}

#breadcrumb {
    margin: 0;
    padding-left: 1em;
    width: 500px;
    font-size: 8pt;
    z-index: 2;
}

.loginbox {
    position: relative;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

#logger {
    position: absolute;
    top: 0;
    width: 800px;
    text-align: right;
    color: #666;
}

#logger a {
    cursor: pointer;
}

#breadcrumb a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

#breadcrumb a:hover {
    color: #0000ff;
}


/* Navigation */
#nav {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -542px;
    z-index: 1;
    font-size: 8pt;
    display: none;
}

#nav b,#nav a {
    color: #a5a5a5;
    font-weight: normal;
    cursor: pointer;
}

#nav dt, #nav dd, #nav2 li {
    list-style: none;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

#nav dd {
    margin-left: 10px;
    display: none;
}

#nav input:hover, #nav b:hover, #nav2 a:hover {
    color: #ffffff;
    font-weight: bold;
}

#nav .active {
    color: #dc143c;
    font-weight: bold;
}

#nav dt:hover #nav dd {
    display: block;
}


#nav2 {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -580px;
    z-index: 1;
    font-size: 9pt;
}

#nav2 a {
    color: #a5a5a5;
    font-weight: normal;
}

#nav2 li ul {
    display: none;
}

#nav2 li:hover ul {
    display: block;
    margin-left: -2em;
}




/* Diashow Seite 1 */
#maske {
    position: absolute;
    top: 143px;
    left: 50%;
    margin-left: 33px;
    z-index: 4;
}

#diashow {
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: 70px;
    width: 400px;
    height: 300px;
    border: 1px solid black;
    overflow: hidden;
    z-index: 3;
}

#diashow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#diashow img.active {
    z-index: 3;
}

#diashow img.last-active {
    z-index: 3;
}


/* newsticker */

#partner {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -380px;
    width: 750px;
    height: 150px;
    overflow: hidden;
    display: none;
}

#ticker li {
    list-style: none;
    display: inline;
    padding: 0 3em 0 3em;
    font-size: 20pt;
}


/* inhalte */

#main {
    margin: 0.5em 0 0 0;
    min-height: 350px;
    height: auto;
    padding: 1em 2em 1em 1.5em;
}

#maininfo {
    float: left;
}


.tZeit {
    width: 200px;
    padding: 0.6em 1em 1em 1.2em;
    font-size: 10pt;
}

#fbtab {
    position: absolute;
    top: 260px;
    left: 280px;
}

.framebox {
    width: 780px;
    height: 400px;
    background: #ffcc00;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    scrolling: auto;
}

#inhalt {
    text-align: justify;
    margin: 0 0 0 260px;
    font-size: 10pt;
    font-family: Verdana,Arial,sans-serif;
}

.wahlDiv {
    width: 270px;
    float: left;
}

.wahlDiv fieldset, .adminDiv fieldset {
    padding: 1.7em;
}

.adminDiv {
    position: relative;
    margin-left: 290px;
    width: 500px;
}

#termtable {
    margin: 2em;
    border-collapse: collapse;
}

#termtable td {
    padding: 0.2em;
}

#sitemap {
    position: absolute;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    margin-bottom: 2em;
    padding: 2em;
}

#liste {
    list-style: none;
    margin-left: -2.4em;
}

.trainbutton {
    border: none;
    color: #555;
    font-weight: bold;
    background: #ffcc00;
    margin-left: -0.6em;
}

.trainbutton:hover {
    color: #00f;
}

/* Tabs */

.tab1 {
    padding-left: 0.5em;
}

.tab2 {
    padding-left: 2em;
}



/* News */

#newsbox {
    position: relative;
    width: 500px;
    margin-top: 4em;
    margin-bottom: 10em;
    z-index: 5;
}

#newsbox fieldset {
    padding: 1.5em;
}

#newsfuss {
    font-family: 'Amaranth', sans-serif;
    font-size: 7pt;
    position: relative;
    left: 310px;
    top: -12px;
    color: #666;
}
    
/* Accordion */

#acc  {
    padding-left: 100px;
    padding-right: 10px;
	width: 660px;
	font-family: Verdana, Arial, sans-serif;
}

.myAcc {
    position: relative;
    top: -10px;
    left: 50px;
}

.acc div {
    padding: 10px 20px 20px 20px;
    background: #ffcc00;
    border: none;
    font-size: 9pt;
}

.acc p {
	border: none;
	text-decoration: none;
    font-size: 9pt;
    margin: 0;
    text-align: justify;
    padding-bottom: 0.8em;
}

.acc a {
	cursor: pointer;
    height: 15px;
	display: block;
	padding: 5px;
    margin-left: 20px;
	margin-bottom: 10px;
    text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #555;
	background: #e8ba00;
    border-radius: 5px;
	border-top: 1px solid #fff;
    border-left: 1px solid #fff;
	border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    outline: none;

}

.acc a:hover {
    box-shadow: 2px 2px 3px black;
    border-radius: 5px;
	border-top: 1px solid #fff;
    border-left: 1px solid #fff;
	border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.ui-state-active {
    box-shadow: 2px 2px 3px black;
	border-top: 1px solid #555;
    border-left: 1px solid #555;
	border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}


/* Mitgliedschaft */

#m1 {
    width: 240px;
    margin-right: 40px;
    float: left;
}

#m2 {
    width: 420px;
    margin-left: 150px;
}

#morePeople {
    display: none;
}

#okButt {
    margin-left: 105px;
    margin-top: 10px;
}


/* Galerie */

.minipics {
    float: left;
    margin: 2em 0 0 2em;
    width: 150px;
}


/* Map */
#karte {
    position: relative;
    top: 10px;
    margin-left: 250px;
}

#map {
    width: 500px;
    height: 500px;
    font-size: 9pt;
}
    
    
    
/* Pics */
.pics {
    position: relative;
    padding: 0.8em 0 0 3em;
}

#pic2 {
    clip: rect(0px,80px,0px,60px);
    overflow: hidden;
    height: 65px;
}



/* Gästebuch */

.blogdiv {
    position: absolute;
    top: 200px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
}

.blogtable {
    position: relative;
    width: 650px;
    background-color: #e8ba00;
    margin-left: 5em;
}

.blogtable a:link {
    color: #555;
}

.blogtable a:hover {
    color: #0000ff;
}

.headleft {
    width: 70%;
    padding-left: 5px;
    font-weight: bold;
    color: #333333;
}

.headright {
    width: 30%;
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
    color: #333333;
}

.blog {
    padding: 5px;
    background-color: #ffcc00;
}

#blogdate {
    position: relative;
    left: 470px;
    top: -13px;
}

#gbneu {
    position: absolute;
    width: 500px;
    top: 280px;
    left: 50%;
    margin-left: -250px;
    display: none;
}

.eintrag {
    background: #e8ba00;
}



#gbneu fieldset {
    padding: 15px;
}

.TF {
    width: 455px;
}

.TA {
    width: 455px;
    max-width: 455px !important;
    resize: none;
}

.HF {
    display: none;
}


/* TimePicker */
#s1, #m1 {
    position: absolute;
    left: 190px;
    top: 412px;
    display: none;
    width: 100px;
    background: #dddddd;
    border: 1px groove grey;
    padding: 0 0.5em 0.5em 0.5em;
}

#stunde, #minute {
     width: 18px;
}

.b1 {
     font-size: 8pt;
     width: 25px;
     height: 25px;
     text-align: center;
     margin-right: auto;
     margin-left: auto;
     padding-left: 4px;
}

.timetitel {
     font-weight: bold;
     padding-bottom: -10px;
}

.closer {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8pt;
    background: #c0c0c0;
    padding: 0.3em;
    line-height: 0.7em;
    cursor: pointer;
}

.closer1 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 9pt;
    padding: 0.4em;
    line-height: 0.7em;
    cursor: pointer;
}

.aufstellung {
    width: 250px;
    float: left;
    margin-right: 2em;
}

.aufstellung td {
    line-height: 1.5em;
}

.pool td {
    width: 300px;
    font-size: 8pt;
    line-height: 1.5em;
}

.editPool {
    display: none;
    position: absolute;
    top: 220px;
    left: 220px;
    width: 500px;
    padding: 1.5em;
}

#editSinglePlayer {
    position: absolute;
    top: 200px;
    left: 200px;
    width: 260px;
    background: #c0c0c0;
    padding: 1.5em;
}

/* DateTimePicker */

.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }






