/*
 * conIT Gesellschaft fur Consulting, Software-Entwicklung und
 *	IT-Dienstleistungen mbH, Offenbach am Main
 *
 * (c) 2014 All rights reserved.
 *
 * Copying this software, or parts hereof, is a violation of
 * German and international copyright laws and will be prosecuted.
 *
 * Project:             GOtoOL Meldesystem - für Printing
 * Creation date:       25-JUL-2014
 * Original author:     B. Holtermann
 *
 * Current file version:
 * $Revision: 1.2 $
 * $Name:  $
 * $Date: 2006/04/15 15:48:14 $
 * $Author: bjh $
 *
 * For a complete log of modifications, use 'cvs log'
 *
 * $Id: modhead.sh,v 1.2 2006/04/15 15:48:14 bjh Exp $
 *
 ****************************************************************/

body {
    margin:		0 2em 1em 4em;
    padding:		0;
    font-family:	"Nimbus Sans L",Helvetica,Arial,sans-serif;
    font-size:		85%;
    color:		black;
    background-color:	white;
}

a {
    color:		black;
    background-color:	inherit;
    text-decoration:	underline;
}

table {
    margin:		2em 0;
}

caption {
    caption-side:	bottom;
    font-size:		85%;
}

th {
    padding:		0.4em;
    background-color:	#004d00;
    color:		white;
    font-weight:	bold;
    text-align:		left;
    vertical-align:	top;
}

th a:link, th a:visited {
    display:		block;
    color:		white;
    background-color:	#FF8000;
    text-decoration:	none;
}

tr, tr.odd {
    background-color:	#efe;
}

tr.even {
    background-color:	#bfe6bf;
}

td {
    padding:		0.4em;
    vertical-align:	top;
    color:		black;
}

td.ra {
    text-align:		right;
}

td.ca {
    text-align:		center;
}

div#_pghead {
    position:		absolute;
    top:		0;
    margin:		0;
    clear:		both;
    background-color:	#93b05e;
    width:		100%;
/*dbg*/	/* border:1px dotted red; */
}

#_pghead img.logo {
    left:		0;
    height:		80px;
}

#_pghead img.clublogo {
    float:		right;
    margin-right:	4em;
}

#_pghead p a {
    position:		absolute;
    top:		3em;
    left:		320px;
    width:		15em;
    font-size:		120%;
    text-decoration:	none;
    color:		black;
    background-color:	white;
}

div#menu {
    display:		none;
}


div#content {
    position:		relative;
    margin-top:		8em;
    padding:		1em;
}

#content a img {			/* function */
    display:		none;
}

#content div.message {
    margin:		0 20%;
    padding:		1em;
    color:		black;
    background-color:	yellow;
    border:		1ex solid #FF8000;
    border-radius:	1em;
    -moz-border-radius:	1em;
    -webkit-border-radius:	1em;

}

.message h2 {
    font-size:		120%;
    font-weight:	bold;
    color:		#FF8000;
    background-color:	inherit;
}

.message p {
    font-size:		85%;
}

#content form {
    display:		none;
/*
    display:		table;
    margin:		1em auto;
    width:		80%;      */
}

#content form div {
    display:		table-row;
    margin:		0.5ex;
    padding:		0.5ex;
}

#content form div.inline {
    display:		inline;
}

#content form input, #content form select {
    display:		table-cell;
    margin:		0 1em;
}

#content form label[class] {
    color:		black;
    background-color:	#efe;
}

#content form label {
    display:		table-cell;
    padding:		0.5ex 1em;
    vertical-align:	top;
    color:		white;
    background-color:	#004d00;
    font-weight:	bold;
}


#content ul.pager {
    display:		none;
}


div#_pgfoot {
    margin:		2em  1em 1ex 1em;
    padding:		1ex;
    border-top:		1px solid black;
    font-size:		85%;
    text-align:		center;
}

#_pgfoot p {
    display:		inline;
}

#_pgfoot p#version {
    float:		left;
}

#_pgfoot p#impress {
    float:		right;
}


/* end of $Id: modhead.sh,v 1.2 2006/04/15 15:48:14 bjh Exp $ */
