/* 
 *  REDCODE.DE - Global Web Styles
 *  (C)opyright 2001-2005 REDCODE.DE. All Rights reserved.
 *  Visit us at http://www.redcode.de/
 *  fecit tmh
 */

/*
 * position - color - border - font - text
 *
 * constant    z-index:  0-9
 * content     z-index: 10-19
 * context     z-index: 20-29
 * navigation  z-index: 30-39
 * development z-index: 50
 */


/*** Standard Einstellungen ***/
BODY { background-color: white }
BODY, DIV, TH, TD, P, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	vertical-align: top;
	color: #333333;
}

TH, TD, P, H3 { margin: 0pt 0pt 6pt 0pt }
H1, H2 { margin: 33pt 0pt 11pt 0pt; font-size: 12pt; font-weight: bold; letter-spacing: 1pt }
H4, H5, H6 { margin: 6pt 0pt; font-size: 10pt }
UL { list-style: square outside }

A, A:link, A:visited, A:hover, A:active 
{ color: black; background-color: transparent; text-decoration: underline }

/*** Spezielle Klassen ***/
.discrete, A.discrete:link, A.discrete:visited, A.discrete:hover, A.discrete:active   
{ background-color: transparent; border: none; text-decoration: none }

.logotype { font-style: italic; font-variant: small-caps }
.copyright, .legalnote { color: gray; font-weight: normal; font-size: 8pt; font-style: italic; line-height: 11pt; text-decoration: none }
.robot, .close    { color: transparent; visibility: hidden }

/*** Ausrichtung ***/
#MAINWRAPPER {
	margin:0 auto;
	width:920px;
	border:1px solid black;
	border-top:none;
	background:white;
	position:relative;
	background:url(/images/footer-logo.gif) bottom right no-repeat white;
}
#MAINHEAD { position:relative; padding:20px; }
#MAINHEAD p {position:absolute; top:45px; left:410px;}
#TOOLBAR { position:absolute; top:10px; right:20px; }
#MAINCONTENT	{  }
#MAINCONTEXT	{  }
#MAINNAVIGATION	{  }
#TOOLBAR			{ text-align: right; }

#MAINHEAD .leftcolumn	{ text-align: left; width: 200px; padding: 5px 20px; }
#MAINHEAD .middlecolumn	{ text-align: left; }
#MAINHEAD .rightcolumn	{ text-align: right; }

#MAINCONTEXT	{ padding: 0px 15px; }
#MAINCONTEXT DIV	{ display: inline-table; }

.legal {
	text-align: center;
}

/* End of global-web.css */