/* Basic definitions */

html {
	overflow-x: auto; /* IE hack for x-scrollbar */
	overflow-y: auto; /* IE hack for y-scrollbar */
}

body {
	min-width:48em;
	font-size:0.8em;
	font-weight:normal;
	margin:0; 
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	color:#000;
}

h1,h2,h3,h4 {
	color: #282828;
	font-weight:bold;
}
h1 {
	font-size:1.4em;
	margin-bottom:2.3em;
	}
h2 {
	font-size:1.3em;
	margin-bottom:1.4em;
}
h3 {
	font-size:1.1em;
	margin-bottom:1.4em;
}
h4
	{font-size:1.0em;
	margin-bottom:1.4em; 
}

pre {
	border-top:0.25em solid green;
	border-left:0.25em solid green;
	border-right:0.25em solid green;
	border-bottom:0.25em solid green;
	padding: 0.5em;
	font-family:"Courier New",Courier,mono;
}

a, a:visited {
	color:#18624c;
	text-decoration:none; 
	cursor:pointer;
}
a:hover {
	color:#18624c;
	text-decoration:underline;
}

/* IDs */
#container {
	margin: 0 auto;
	background: #fff;
}

#header {
	overflow:hidden;
	padding:0em 0 0em 2em;
}
#header #gamm_logo {
	float: left;
	height:0px;
	display: none;
}
#header_main_text {
	color:#fff;
	padding:0em 0 0em 2em;
	text-align:center;
	margin:0;
}
/* breadcrumb bar */
#brcr {
	clear: both;
	padding: 0.3em 0em 0.3em 1em;
	color:#fff;
	font-size:0.9em;
	text-decoration:none;
	letter-spacing:1.0px;
}
#content {
	overflow: hidden;
}
#mainmenu {
	padding:2em 0 1em 0;
	width:0em;
	float:left;
	display: none;
	page-break-inside:avoid;
}
#infobox {
	padding:1em 0 1em 1em;
	width:12.5em;
	float:right;
}
#text {
	margin-left:0em;
	padding:2em 2em 3em 2em;
	background:#fff;
	margin-right:13.5em;
}
#clear_box {
	clear: both;
}
#foot {
	padding: 0.15em 0em 0.15em 0.15em;
	color:#fff;
	font-size:0.7em;
	text-align: right;
	display: none;
}

#infobox .capture{
	color:#000;
	font-weight:bold;
	margin:0;
	padding: 2em 0 0.6em 0em;
}
#mainmenu a, #mainmenu a:visited {
	display: block;
	padding: 0.5em 0 0.5em 0.7em;
	white-space:nowrap;
	background:#c7ead6;
	text-decoration:none;
	margin:0.5em 1em 0.5em 1em;
}
#mainmenu a:hover, #mainmenu a.aktiv, #mainmenu a.aktiv:hover {
	display: block;
	padding: 0.5em 0 0.5em 0.7em;
	white-space:nowrap;
	margin:0.5em 1em 0.5em 1em;
	background:#96d3b0;
	text-decoration:none;
}
#mainmenu a.aktiv, #mainmenu a.aktiv:hover, #mainmenu a.aktiv:visited {
	color: #000;
	text-decoration:none;
}

#infobox a, #infobox a:visited {
	display: block;
	padding: 0.2em 0 0.3em 0em;
	white-space:nowrap;
}
#brcr a, #foot a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#brcr a:hover, #brcr a:focus, #foot a:hover, #foot a:focus{
	font-weight:bold;
	text-decoration:underline;
}
#content table {
	border-collapse: collapse;
}

#content #text th, #content #text td, #content #text tr {
	border: 0.05em solid #18624c;
	text-indent: 0;
	padding: 0.2em;
	text-align: left;
	vertical-align: top;
}

#content #text th {
	font-size: 1.2em;
}

#content dd {
	padding-bottom: 0.8em;
}

#content #form td, #content #form tr {
	border:0;
}

/* Classes */

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify;}

.attention {
	border-left:0.3em solid #990000;
	padding-left: 0.4em;
}
.warning {
	border-top:0.25em solid red;
	border-left:0.25em solid red;
	border-right:0.25em solid red;
	border-bottom:0.25em solid red;
	padding: 0.5em;
	font-weight:bold;
}
.important {color:#990000; }
.title_h1, .title_h2, .title_h3{
	margin-top:0.3em;
	margin-bottom:0.3em;
	font-weight:bold;
	text-align:center;
}
.title{font-size:1.7em;font-weight:bold;letter-spacing:1.0px;line-height:1.8em;margin:0;}
.title_h1 {font-size:1.6em;}
.title_h2 {font-size:1.4em;}
.title_h3 {font-size:1.2em;}
.hide {display: none;}
.german {text-align: right;}

