/**
*
* css definitions for the pdftag homepage
*
* (c) 2003 Roy Kaldung, roy@kaldung.de
*
**/

body {
        background-color: #ffffff;
	background-color: #165169;
        color: #000000;
        font-family: Arial, Sans-Serif, Helvetica, Geneva;
        font-size: 10pt;
	/*background-image: url('img/back.jpg');*/
}

/* the menubackground */
#mback {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 204px;
        height: 426px;
	z-index: 1;
	background-color: #e0e0e0;
	color: #000000;
}

/* the menu */
#m {
        position: absolute;
        top: 16px;
        left: 16px;
        width: 200px;
        height: 400px;
	z-index: 2;
	padding-top: 22px;
        background-color: #cecece;
        color: #000000;
        border-style: groove;
        border-width: 2px;
	overflow: auto;
}

/* the menutitle */
#mtitle {
	position: absolute;
	top: 4px;
	left: 32px;
	width: 100px;
	padding: 1px;
	padding-left: 8px;
	z-index: 10;
	font-size: 14pt;
	background-color: #cecece;
	color: #000000;
	border-style: solid;
	border-width: 1px;
}

/* the contenttitle */
#contenttitle {
	position: absolute;
	top: 4px;
	left: 256px;
	width: 350px;
	padding: 1px;
	padding-left: 8px;
	z-index: 10;
	font-size: 14pt;
	background-color: #cecece;
	color: #000000;
	border-style: solid;
	border-width: 1px;
}

/* the anchors in the menu */
#m a { 
	text-decoration: none;
	width: 184px;
	margin-left: 4px;
        background-color: #cecece;
	color: #000000;
}
#m a:hover, #m a:focus  {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

/* table data @ menu */
#m td {
	padding-bottom: 4px;
	width: 184px;
}

/* the info-box below menu */
#info {
	position: absolute;
	top: 454px;
	left: 16px;
	z-index: 2;
}

/* the background for the content */
#contentback {
	position: absolute;
	top: 20px;
	left: 244px;
	width: 520px;
        height: 426px;
	z-index: 1;
	background-color: #e0e0e0;
	color: #000000;
}

/* the box which contains the content */
#content {
	position: absolute;
	top: 16px;
	left: 240px;
	width: 500px;
	height: 400px;
	z-index: 2;
	padding-top: 22px;
	padding-left: 8px;
	padding-right: 8px;
        background-color: #cecece;
        color: #000000;
        border-style: groove;
        border-width: 2px;
	overflow: auto;
	font-family: Courier, Monospace;
	font-size: 8pt;
}

.download {
	background-color: #c0c0a0;
	color: #000000;
}

.headline {
        font-family: Arial, Sans-Serif, Helvetica, Geneva;
        font-size: 10pt;
	background-color: #c0c0a0;
	color: #000000;
	width: 75%;
	padding-left: 8px;
}

#content a {
	text-decoration: underline;
	color: #000000;
}

#contact {
}

#contact input, #contact textarea {
	width: 350px;
	border-style: ridge;
}

#contact td {
	vertical-align: top;
	font-family: Arial, Helvetica, Sans-Serif, Geneva;
	font-size: 10pt;
}

#contact td.error {
	font-size: 8pt;
	color: #ff0000;
}

.error {
	font-size: 8pt;
	color: red;
}

/* impressum */
#impressum {
	position: absolute;
	top: 419px;
	left: 55px;
	z-index: 2;
}
#impressum a {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}

#content a.docA {
	font-size: 10pt;
        font-family: Arial, Sans-Serif, Helvetica, Geneva;
	font-weight: bold;
	color: #000000;
	background-color: #abc123;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content a.docL {
        font-family: Arial, Sans-Serif, Helvetica, Geneva;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

p.docbar {
	text-align: right;
	background-color: #c0c0a0;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}
p.docbar a{
        font-family: Arial, Sans-Serif, Helvetica, Geneva;
	text-decoration: none;
	font-size: 10pt;
}

.source {
	padding-top: 0px;
	background-color: #00ccff;
	color: #000000;
	width: 95%;
	font-family: Courier, monospace;
	font-size: 10pt;
}

.sourcehead {
	background-color: #456789;
	color: #ffffff;
	height: 16px;
	font-size: 10pt;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
}

