/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:10pt;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }


/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;} 

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }



html {
height: 100%;
}

body {
 width:100%;
 margin:0%;
 padding:0%;
 background-color: #D9DADC;
 height: 100%;

 font-family:verdana, arial, helvetica, sans-serif;
}

div#allbox {
 position: absolute;
 width: 950px;
 left: 50%;
 margin-left: -475px;
 background-color: #FFFFFF;
 margin-top: 0px;
 margin-bottom: 0px;
 padding:0% 0%;
 text-align: left;
 background-image: url(/go/images/bg.gif);

 /* IE-Hack für 100% Höhe */
 min-height: 100%;
 height: auto !important;
 height: 100%;
}

div#title {
height:142px;
text-align:right;
}

div#topleft1 {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 405px;
 height: 175px;
}

div#topleft2 {
 position: absolute;
 top: 175px;
 left: 0px;
 width: 225px;
 height: 25px;
}


div#menubox {
 width: 170px;
 background-color: #FFEC3C;
 float:left;
 padding: 70px 10px 0px 20px;  

 color: #0C3363;
 font-family: Verdana,Arial,Helvetica;
 line-height: 14px;
}

div#mainbox {
 float: left;
 width: 500px;
 z-index: 3;
 padding: 40px 30px 5px 40px;
}

div#newsbox {
 width: 150px;
 background-color: #C0C0C0;
 float:right;
 padding: 40px 10px 0px 10px;

 color: #0C3363;
 font-family: Verdana,Arial,Helvetica;
}


.clear {
	clear:both;
}

/*	Paragraphs / Lists
---------------------------------------------*/
#mainbox p,
#mainbox ul,
#mainbox ol {
	margin-bottom:1.2em;
	font-size:9pt;     /* <-- das ist die globale Text-Schriftgröße! */
	color: #151515;
	line-height:140%;
}

#mainbox ul li ul {
	margin-bottom:0px;
}

#mainbox td {
	font-size:9pt;     /* <-- das ist die Text-Schriftgröße in Tabellen! */
	color: #151515;
	line-height:120%;
}
#mainbox table {
	margin-bottom:1.2em;
	border-spacing: 6px;
	margin-left: -6px;
}


#mainbox ul li ul,
#mainbox ul li ol,
#mainbox ol li ol,
#mainbox ol li ul {
	font-size:1em;
}

#mainbox ul {
	margin-left:14px;
	list-style-type:square;
}

#mainbox ol {
	list-style-type:decimal-leading-zero;
}

ul#sitemap1st { }

/*	Paragraphs in Menubox
---------------------------------------------*/

#menubox ul,
#menubox li {
line-height:120%;
}

#menubox ul li {
	margin-bottom:8px;
}

#menubox ul li ul {
	margin-bottom:8px;
	margin-left: 14px;
}

#menubox ul li ul li {
	margin-bottom:2px;
	line-height:90%;
}




/*	Hyperlinks
------------------------------------------------------------------------------*/
#mainbox a, #mainbox a:link {
	color:#0C3363;
	text-decoration:underline;
}

#mainbox a:hover {
	color:#800000;
}

/* Bild, das an das Ende eines externen Links gehängt wird */
.extern{padding-left:20px;background:url('/go/images/extern.gif') no-repeat left center;}



/* -------- Menüformatierung --------- */

#menubox a.menlink {
 font-size: 10pt;
 color: #0C3363;
 text-decoration: none;
 font-weight: bold;
}

#menubox a.menlink2 {
 font-size: 10pt;
 color: #0C3363;
 text-decoration: none;
}

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

/* ------------ Footer ------------ */

#footer {
 margin-top: 10pt;
 font-family: Verdana,Arial,Helvetica;
 font-size: 8pt;
 color: #888888;
}

#footer a, #footer a:link {
 color: #888888;
 text-decoration: none;
}

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

#footer hr {
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #888888;
 border-bottom: transparent;
 width: 100%;
 margin-bottom: 0px;
}


/* ----------------- Newsbox ----------------- */

/* Headline */
#newsbox h2 {
	color: #0C3363;
	font-family:verdana, arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 14pt;
	margin-bottom: 10pt;
}

#newsbox p {
	margin-bottom:1.2em;
	font-size:10pt;
	line-height: 100%;
}

#newsbox a {
 font-size: 8pt;
 font-weight: bold;
 color: #0C3363;
}

#newsbox a:link {
 color: #0C3363;
}

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


/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#mainbox h1 {
	color: #0C3363;
	font-family:verdana, arial, helvetica, verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	line-height: 16pt;
	margin-bottom: 10pt;
}

#mainbox .teaser h1 {
	font-size:11pt;
}

/* Headline 2 */
#mainbox h2 {
	color: #0C3363;
	font-family:verdana, arial, helvetica, verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: 14pt;
	margin-bottom: 10pt;
}

/* Headline 3 */
#mainbox h3 {
	color: #0C3363;
	font-family:verdana, arial, helvetica, verdana, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 14pt;
	margin-bottom: 9pt;
}

/* Headline 3 */
#mainbox h3 {
	color: #0C3363;
	font-family:verdana, arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 13pt;
	margin-bottom: 8pt;
}

/* Headline 4 */
#mainbox h4 {
	color: #0C3363;
	font-family:verdana, arial, helvetica, verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 12pt;
	margin-bottom: 7pt;
}

/* Headline 5 */
#mainbox h5 {
	color: #0C3363;
	font-family:verdana, arial, helvetica, verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 11pt;
	margin-bottom: 6pt;
}

/* Headline 6 */
#mainbox h6 {
	color: #0C3363;
	font-family:verdana, arial, helvetica, verdana, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	line-height: 10pt;
	margin-bottom: 5pt;
}


/*	Images
------------------------------------------------------------------------------*/
#mainbox div.image {
	margin-bottom:3px;
}
#mainbox div.image p {
	margin:0;
	font-size:7pt;
}
#mainbox div.flLeft {
	margin-right:14px;
}
#mainbox div.flRight {
	margin-left:14px;
}

.flLeft { float:left; }
.flRight { float:right; }


/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
/*	background-color:#f7f7f7; */
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
/*	background-color:#f7f7f7; */
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
	font-size: 10pt;
	font-weight: bold;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fef007;
	color:#222222;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
}

/* download
*******************************************************************************/
#mainbox .download-hdl p, 
#mainbox .download-file p, 
#mainbox .download-desc p {
	margin:0;
}
#mainbox .download-hdl p {
	padding:5px 7px;
	background-color:#FBCA03;
	font-weight:bold;
	color:#fff;
}

#mainbox .download-file {
	padding:8px 7px;
	border-left:2px solid #FBCA03;
	border-right:2px solid #FBCA03;
}

#mainbox .download-desc {
	margin-bottom:1.2em;
	padding:3px 7px;
	background-color:#fffa9d;
	border-left:2px solid #FBCA03;
	border-right:2px solid #FBCA03;
	border-bottom:2px solid #FBCA03;
}

#mainbox .download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #FBCA03;
}


/* HomeGallery
*******************************************************************************/
.homegallery_show table {border: none; border-spacing: 2px;}
.homegallery_show td
  {color: #F0F0F0; background-color: #FFEC3C; padding: 5px; text-align: center; vertical-align: middle;
	    border: solid 1px; border-color: #F0F0F0 #444444 #444444 #F0F0F0; width: 162px;}

