/* 
	filename: 	screen.css
				css-definition / screen

				validated by "W3C CSS Validator" 
				http://jigsaw.w3.org/css-validator/
				
	author:		sheila blogg
	
	version:	2.2 - 2006-03-07 - isi
		
*/

html {
	height: 100%; 
	width: 100%; 
	margin: 0px; 
	padding: 0px;
}

body { 
	background: url(../img/bg_colr.gif) top right repeat-y;
	font-size: 86%;
	height: 100%; 
	width: 100%; 
	margin: 0px; 
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


input, select, th, td, li li, li p, td p, blockquote p, p, ul p {
	font-size: 1em;
}

table.referencetable {	
	font-size: 0.8em;
	line-height: 1.6em;
	/* margin: 0 10px 0 10px; */
	text-align: left;
}

table.referencetable td {
	padding: 5px;
	vertical-align: top;
	background: #fff;
}

#contentleft li p, #contentleft blockquote p { 
	line-height: 1.6em;
	}
/* =squares */
/*----------------------------------------------------------------------------*/
#bgleft	{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 20px; 
	height: 100%; 
	background: url(../img/bg_left.gif) top left repeat-y;
}
	
/* =logo gpm logo, text*/
/*----------------------------------------------------------------------------*/
#row1	{
	height: 55px; 
	width: 31em;
	background: transparent;
	margin-left:140px;
}

#contentrow1 {
	height: 55px;
	
	background: transparent; 
}


#contentrow1 img{
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	border: none;
}

#contentrow1 p {
	font-family: Tahoma, sans-serif;
	color: #9FA8AE;
	display: inline;
	margin: 0 0 0 10px;
	padding: 0px;
	font-weight: normal;
	text-decoration:none;
}
#contentrow1 a, #contentrow1 a:link, #contentrow1 a:visited, #contentrow1 a:hover, #contentrow1 a:active {
	font-family: Tahoma, sans-serif;
	color: #9FA8AE;
	display: inline;
	margin: 0;
	padding: 0px;
	font-weight: bold;
	text-decoration:none;
}

/* =hauptnavigation */
/*----------------------------------------------------------------------------*/
#row2 {
	margin: 0 0 0 140px;
	padding:  0 0 0 0;
	font-size: 1em; 
/*	background: #005FAF url(../img/gen_mainnav_bg.gif) repeat-y top right;*/
	background: #005FAF;

}

#contentrow2 {
	display: block;
	margin: 0px;
	padding: 0px;
}

#contentrow2 ul {
	list-style:	none;
	font-size: 0.8em;
	line-height: 1.6em;
	/*height:  1.6em; new rma */
	margin:	0 0 0 0;
	padding: 0;
	color: #fff;
	overflow: hidden;
}

#contentrow2 li {
	display: inline;
	white-space: nowrap;
/*	margin:	0 0 0 -1px !important;
	padding: 0 !important;
	vertical-align:	text-top;*/
}

#contentrow2 li a {
	padding: 0.0em 7px 0.0em 18px; /*problem: link-height equals navigation height - for IE*/
    height: 100%;
    background: transparent url(../img/gen_mainnav_square.gif) no-repeat 0 50% ;
    height: 100%;
    text-decoration: none;
    margin: 0 10px 0 0;
	color: #fff;
}

#contentrow2 li>a {
	padding: 0.3em 2px 0.45em 18px; /*problem: link-height equals navigation height - for everyone else*/
}


#contentrow2 li a:hover, #contentrow2 li a.active { /* #contentrow2 li a:focus, */
    background: #FC863E url(../img/gen_mainnav_square_over.jpg) no-repeat 0 50% ;
    text-decoration: none;
}

#contentrow2 dfn {
	display: none;
}

/* =orangeline =deko element, orange border mainnavigation/subnavigation */
/*----------------------------------------------------------------------------*/
.orangeline {
	/*width: 100%; */
	margin: 0 0 0 140px;
	padding: 0px;
	height: 1px; 
/*	background: #FF6B01 url(../img/gen_orangeline_bg.gif) repeat-y top right; */
	background: #FF6B01; 
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}


/* =subnavigation */
/*----------------------------------------------------------------------------*/
#row3 {
	margin: 0 0 0 140px;
	padding: 0px;
	font-size: 1em; 
/*	background: #4088C3 url(../img/gen_mainnav_bg.gif) repeat-y top right;*/
	background: #4088C3;

}

#contentrow3 {
	margin: 0px;
	padding: 0px;
}


#contentrow3 ul {
	list-style:	none;
	font-size: 0.8em;
	line-height: 1.6em;
	margin:	0 0 0 0;
	padding: 0;
	color: #fff;
	overflow: hidden; 
}

#contentrow3 li {
	height: 100%;
	display: inline;
	white-space: nowrap;

}

#contentrow3 li a {
	padding: 0.0em 0px 0.0em 18px; /*problem: link-height equals navigation height - for IE*/
    height: 100%;
    background: transparent;
    height: 100%;
    text-decoration: none;
    margin: 0 10px 0 0;
	color: #fff;
	margin:0;
}

#contentrow3 li>a {
	padding: 0.3em 0px 0.45em 18px; /*problem: link-height equals navigation height - for everyone else*/
	margin:0;
}

/*problem: image size / bg image reason: text-position */
#contentrow3 li a:hover, #contentrow3 li a.active { /* IE */
    background: transparent url(../img/gen_subnav_bg_over_ie.gif) no-repeat 18px 100% ;
    text-decoration: none;
}

#contentrow3 li > a:hover, #contentrow3 li > a.active {  /* everyone else */
    background: transparent url(../img/gen_subnav_bg_over.gif) no-repeat 18px 100% ;
    text-decoration: none;
}

#contentrow3 dfn {
	display: none;
}

/* =visual */
/*----------------------------------------------------------------------------*/	
#row4 {
	/*height: 184px; */
	margin: 0px;
	padding: 0px;
	background: #F5F6F8;
}

#contentrow4 {
/*	background: #363A6F url(../img/gpm_panorama.jpg) 0 0 no-repeat;  moved to body selector, #home / #content */
	/*width: 100%; */
/*	height: 185px;  moved to body selector, #home / #content */
	margin: 0 0 0 140px;
	padding: 0px;
/*	text-align: right;*/
}

/* =toolbox, =icons, =search */
/*----------------------------------------------------------------------------*/
#toolbox {
	float: right;
	width: 285px;padding: 0px 0px 0px 0px;
	/*height: 185px;
	moved to body selector, #home / #content */
	background: transparent url(../img/gen_tools_bg.jpg) no-repeat top right;
}

#icons {
	text-align:center;
	width: 284px;
/*	height: 25px; 
	background: transparent url(../img/gen_toolbox_line.gif) repeat-x left bottom;*/
/*	removed due to ns 6.2
	padding: 0 0;
	margin: 5px 0 0 1px;
*/
	margin: 0 0 0 1px; 
	padding: 5px 0 0 0;
}
#iconshome {
	text-align:center;
	width: 284px;
	background: transparent url(../img/gen_toolbox_orangeline.gif) repeat-x left bottom;
	margin: 0 0 0 1px; 
	padding: 5px 0 0 0;
}

#icons p {
	color: #0064AC;
	margin: 0;
	padding: 0 0 8px 0;
	font-size: .9em;
	line-height: .9em;
}

#icons a, #icons a:link, #icons a:visited  {
	color: #0064AC;
	text-decoration: none;
	font-weight: normal;
	border: 0px none;
	padding: 0;
	margin: 0;
}

#icons a:hover, #icons a.active {
	color: #0064AC;
	text-decoration: underline;
}

#icons a:active {
	color: #0064AC;
}

#icons img, img.adobe {
	border: 0px none;
	margin: 0 0 0 14px;
	
}

.fontLinkSmaller {
	font-size: 0.9em; line-height: 1em;
	margin: 0 4px 0 4px;
	font-weight: bold;
}

.fontLinkDefault {
	font-size: 1.1em; line-height: 1.3em;
	font-weight: bold;
}

.fontLinkLarger {
	font-size: 1.3em; line-height: 1.6em;
}

#search {
	width: 284px;
/*	height: 50px; 
	background: transparent url(../img/gen_toolbox_orangeline.gif) repeat-x left bottom;*/
	margin: 0;
	padding: 0;
	margin: 0 0 0 1px;

	
}
#searchhome {
	width: 284px;
/*	height: 50px; 
	background: transparent url(../img/gen_toolbox_orangeline.gif) repeat-x left bottom;*/
	margin: 0;
	padding: 0;
	margin: 3px 0 0 1px;

	
}

/* forms */
/*----------------------------------------------------------------------------*/
/* forms */
form.suchform {
	width: 199px;
	font-size: 1em;
	margin:	0;
	padding: 0;
	background: transparent;
	text-align:	right;
	display: table;
}

fieldset.suche {
	height:1.8em; 
	background: transparent;
	border:	none;
	margin:	0;
	padding: 0 0 0 30px;
}

input.suchinput {
	font-size :	0.8em;
	line-height: 0.9em;

	color: #fff; 
	background: #005FAF;
	border: 1px solid #fff;
	width: 70px;
	margin: 0px;
	padding: 3px 5px 2px 5px;

}

input.suchinput:hover, input.suchinput:active, input.suchinput:focus {
	color: #000;
	border: 1px solid #152970;
	background:	#fff;
}

input.suchsubmit {
	font-size :	0.8em;
	line-height: 0.8em;
	font-weight: bold;
	color: #5A5A58; 
	background: #EBEBE1;
	border: 1px solid #003C72;
	width: 70px;
	margin: 0px;
	padding: 3px 5px 2px 5px;
	cursor				:	pointer;
	
}
input.login {
	font-size :	0.8em;
	line-height: 0.8em;
	font-weight: bold;
	color: #5A5A58; 
	background: #EBEBE1;
	border: 1px solid #003C72;
	width: 70px;
	margin: 0px;
	padding: 3px 5px 2px 5px;
	cursor				:	pointer;
	
}
	input.searchgoogle {
	font-size :	0.8em;
	line-height: 0.8em;
	font-weight: bold;
	color: #5A5A58; 
	background: #EBEBE1;
	border: 1px solid #003C72;
	width: 94px;
	margin: 2px;
	padding: 3px 5px 2px 5px;
	cursor				:	pointer;
/*
	font-size :	0.75em;
	line-height: 0.8em;
	height: 1.9em;
	color: #5A5A58; 
	background: #EBEBE1;
	border: 1px solid #003C72;
	font-weight: bold;
	padding: 0;
	padding-top: 5px;
	margin: 0 0 0 0; 
	cursor: pointer;
	width: 5em;
*/
}

div > input.suchsubmit {
	margin: 0 0 0 0;
}

input.suchsubmit:hover, input.suchsubmit:active, input.suchsubmit:focus {
	color			:	#152970;
	border			:	1px solid #152970;
}

label {
	cursor: pointer;
}

/* =deko element, =white line between visual and breabcrumbtrail */
/*----------------------------------------------------------------------------*/
.whiteline {
	/*width: 100%; */
	margin: 0 0 0 140px;
	padding: 0px;
	height: 1px; 
	background: #fff; 
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

/* = breadcrumbtrail: breadcrumbhead = "sie sind hier", breadcrumbtrail = links*/
/*----------------------------------------------------------------------------*/		
#breadcrumb {
	margin: 0 0 0 140px;
	background: #A3A7AA;
	height: 2em;
	padding: 0px;
}

#breadcrumb p {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#breadcrumbhead {
	/* orange 
	background: #FF9A5A url(../img/gen_breadcrumbhead_bg.jpg) repeat-x 0 100%;
	padding: 8px 10px 12px 10px; 
	*/
	/* orange grey */
	background: #FF9A5A url(../img/gen_breadcrumbhead_bg.gif) no-repeat 0 100%; /*orange grey */
	padding: 6px 8px 12px 18px;
	
	border-top: 1px solid #9AA9AC;
	border-right: 1px solid #fff;
	margin: 0px;
	color: #fff;
	font-size:.8em;
	line-height:.8em;
	display: block;
	float:left;
}

#breadcrumbtrail {
	/* orange 
	background: #CED3D7 url(../img/gen_breadcrumbtrail_bg.jpg) repeat-x 0 100%;
	padding: 8px 0px 12px 0px;
	margin: 0px;
	*/
	/* orange grey */
	/*background: #CED3D7 url(../img/gen_breadcrumbtrail_bg.gif) repeat-x 0 100%; */
	padding: 6px 0px 12px 0px;
	margin: 0px;
	
	/*orange grey three sections */
	background: #CED3D7 url(../img/gen_breadcrumbtrail_bg_right.gif) no-repeat bottom right;
	
	border-top: 1px solid #9AA9AC;

	color: #454748;
	font-size:.8em;
	line-height:.8em;
}

.guillemot {
	color: #0067B7;
	font-size:.85em;
	line-height:.85em;
}

#breadcrumbtrail a {
	color: #0067B7;
	text-decoration: none;
}

#breadcrumbtrail a:link {
	color: #0067B7;

}

#breadcrumbtrail a:visited {
	color: #0067B7;

}

#breadcrumbtrail a:hover {
	color: #0067B7;

}

#breadcrumbtrail a:active {
	color: #0067B7;

}


/* =content */
/*----------------------------------------------------------------------------*/		
#contentdiv {/*background: url(../img/bg_left.gif) left repeat-y;*/ clear: both;}


/* =contentleft */
/*----------------------------------------------------------------------------*/		
#contentleftwrapper { 
	width: 100%;  
	float: left;  
	margin-right: -300px; 
	background: transparent;
}

#contentleft {  
	margin: 30px 320px 0px 140px; 
	background: transparent;
}

#contentleft h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 .5em 0;
	padding: 0;
	color: #A2ADB1;

}

.secondcolor {
	color: #FF6700;
}

#contentleft h2 {
	font-size: .95em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.5em 0 .5em 0;
	padding: 0;
	color: #57585A;
}

#contentleft h3, #contentleft li h3{
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 1.5em 0 .5em 0;
	padding: 0;
	color: #57585A;
}

#contentleft p {
	font-size: .85em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
	padding: 0;
	color: #57585A;

}

#contentleft ul, #contentleft address, dd, dt {
	font-size: .85em;
	line-height: 1.6em;
	color: #57585A;
}

#reflist ul {
	font-size: .85em;
	line-height: 2.6em;
	color: #0000cc;
}

#contentleft  dt {
	margin: 0 0 .5em 0;
}
#contentleft ul p {
	font-size: 1em;
	line-height: 1.2em;
}

#contentleft a {
	color: #FF6700;
}

#contentleft a:link {
	color: #FF6700;
}

#contentleft a:visited {
	color: #FF6700;
}

#contentleft a:hover {
	color: #FF6700;
/*	text-decoration: none;*/
}

#contentleft a:active {
	color: #FF6700;
}

#contentleft p.errorMessage {
	color: #f00;
}

#contentleft dl dd{
	margin: 0 0 1em 1.5em;
	padding:0;
}

#contentleft p.imgCaptionWide {
	font-size: 0.65em;
	line-height: 1.5em;
	width: 180px;
	text-align: left;
}

.botMargin {
	margin-bottom: 5em;
}
/* =contentinclude */
/*----------------------------------------------------------------------------*/

b, strong, .bold {
	font-weight		:	bold;
	stress			:	50;
}

.spellout {}

img.copylogo {
	margin			:	5px 0 10px 10px;
	padding			:	0;
}

div.floatright {
	margin			:	0 0 10px 10px;
}

div.floatright img.copyimage {
	margin			:	0 0 2px 0;
}

div.floatleft {
	float			:	left;
	margin			:	0px 20px 0px 0px;
}
img.copyimage {
	margin			:	0 0 10px 10px;
	padding			:	0;
	border			: solid 1px #57585A;
}

img.transpimage {

	margin			:	0 0 10px 10px;
	padding			:	0;
	border			: solid 0px #57585A;
}
span.textLeftBreit {
	display				:	inline;
	float				:	left;
	width				:	8em;
	text-align			:	left;
}

span.textLeft {
	display				:	inline;
	float				:	left;
	width				:	5em;
	text-align			:	left;
}

p.pmByline {
	font-size		:	0.7em;
	font-style		:	italic;
}
p.pmIntro {
	font-weight		:	bold;
}

img.noborder {
	border			:	0 none !important;
}

br.space10px {
	font-size			:	1em;
	line-height			:	1em;
	height				:	1em;
}


.center	{
	text-align: center;
}

p.indentLeft {
	margin-left			:	20px;
}

address, abbr, acronym, dfn	{
	font-variant	:	normal;
	font-style		:	normal;
	text-transform	:	none;
	margin			:	0 0 0.9em 0;
}

a.inhalt {
	float			:	right;
	font-weight		:	normal;
	font-size		:	0.9em;
}


#contentleft p.imgCaptionWide, #contentleft p.imgCaptionNarrow {
	font-size: 0.65em;
	line-height: 1.5em;
	width: 150px;
	text-align: left;
}

.botMargin {
	margin-bottom: 5em;
}

.noBotMargin {
	margin-bottom	:	0;
}

q:before {
	content			:	"";
}
q:after {
	content			:	"";
}
/* =footer */
/*----------------------------------------------------------------------------*/		

#mandela {
	background: url(../img/1dotmande.gif);
	height: 100px;

	}

#footer {
	background: #F5F6F8 url(../img/gen_footer_bg.gif) repeat-x 0 100%;
	padding: 0;
	margin: 30px  0 15px 0;
	height: 1.5em;
}

#footer p {
	font-size: .8em;
	margin: 0 0 0 10px;

}

#lastchanged {
	background: transparent url(../img/gen_footer_square.gif) no-repeat 0 70%;
	float: left;
	margin: 0;
	padding: 0.3em 0 0 15px;
	/* IE */
}

#ffox {

	float: left;
	margin: 0;
	padding: 30px 0 0 350px;
	/* IE */
}


#footer > #lastchanged {
	padding: 0em 0 0 15px; /* everyone else */
}

#copyright {	
	background: transparent url(../img/gen_footer_square.gif) no-repeat 0 70%;
	float: right;
	margin: 0;
	padding: 0.3em  15px 0 15px; /* IE */
}

#footer > #copyright {
	padding: 0em  15px 0 15px; /* everyone else */
}

/* =sidebar, =contentright */
/*----------------------------------------------------------------------------*/

#contentright { 
	width: 284px;  
	float: right; 
	background: transparent;
}

.contentrightbox { 
	padding: 10px 0px 5px 0px;
	background: transparent url(../img/gen_footer_bg.gif) repeat-x 0 100%;
}

#contentright h2 {
	background: transparent url(../img/gen_contentleft_square.gif) no-repeat 15px 4px;/* 15px 60% */
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 0 0 .3em 0px;
	padding: 0 15px 0 35px;
	color: #A2ADB1;
	font-weight: bold;
}

#contentright h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	margin: 0 0 .3em 0px;
	padding: 0 15px 0 35px;
	color: #005FAF;
}

#contentright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.55em;
	margin: 0 0 10px 0px;
	padding: 0 15px 0 35px;
	color: #57585A;
}

#contentright a {
	color: #FF6700;
}

#contentright a:link {
	color: #FF6700;
}

#contentright a:visited {
	color: #FF6700;
}

#contentright a:hover {
	color: #FF6700;
	text-decoration: underline;
}

#contentright a:active {
	color: #FF6700;
}

#contentright img {
	border: 0;
}
	
	
/* =metanavigation */
/*----------------------------------------------------------------------------*/		
#metanaviDiv {
	font-family: verdana, sans-serif;
	font-size: .95em;
	position: absolute; 
	top:100px; 
	left: 16px; 
	width: 112px; 
	text-align: right; 
	background: #F5F6F8; 
	border: 0px dotted red; 
	z-index: 1000;
	color: #0063B8;
}

#metanaviDiv ul {
	text-align: right; 
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#metanaviDiv li {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #0063B8;
}

#metanaviDiv a {
	color: #0063B8;
	text-decoration: none;
}

#metanaviDiv a:link {
	color: #0063B8;
	text-decoration: none;
}

#metanaviDiv a:visited {
	color: #0063B8;
	text-decoration: none;
}

#metanaviDiv a:hover {
	color: #0063B8;
	text-decoration: underline;
}

#metanaviDiv a:active {
	color: #0063B8;
	text-decoration: none;


}

#metanaviDiv a.active {
	color: #0063B8;
	text-decoration: underline;
}

#metanavbgcover {
	position: absolute; 
	top:92px; 
	left: 16px; 
	width: 124px;
/*	height:178px;  moved to body selector, #home / #content */
	background: #F5F6F8; 
	z-index: 900;
}


	
/* =metanavigation NUR INDEX PAGE!! */
/*----------------------------------------------------------------------------*/
.inputXSubmit {
	font-size :	0.9em;
	line-height: 1.0em;
	font-weight: bold;	
	color: #5A5A58; 
	background: #EBEBE1;
	border: 1px solid #003C72;
	margin	:	5px 0 3px 0;
	padding	:	0.2em 0.15em 0.2em 0.15em;
	cursor	:	pointer;
}
		
#metanaviDivX {
	font-family: verdana, sans-serif;
	font-size: .95em;
	position: absolute; 
	top: 60px; 
	left: 16px; 
	width: 110px; 
	text-align: right; 
	background: #F5F6F8; 
	border: 0px dotted red; 
	z-index: 1000;
	color: #0063B8;
}

#metanaviDivX ul {
	text-align: left; 
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#metanaviDivX li {
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	line-height: 1.3em;
	color: #0063B8;
}

#metanaviDivX a {
	color: #0063B8;
	text-decoration: none;
}

#metanaviDivX a:link {
	color: #0063B8;
	text-decoration: none;
}

#metanaviDivX a:visited {
	color: #0063B8;
	text-decoration: none;
}

#metanaviDivX a:hover {
	color: #0063B8;
	text-decoration: underline;
}

#metanaviDivX a:active {
	color: #0063B8;
	text-decoration: none;


}

#metanaviDivX a.active {
	color: #0063B8;
	text-decoration: underline;
}

#metanavbgcoverX {
	position: absolute; 
	top:55px; 
	left: 16px; 
	width: 124px;
/*	height:178px;  moved to body selector, #home / #content */
	background: #F5F6F8; 
	z-index: 900;
}

/* =table: fake tables */
/*----------------------------------------------------------------------------*/	


.tr {
	clear: left;
	clear: right;
	clear: both;
	padding: 2px 0;
}

.trhome {
	clear: left;
	clear: right;
	clear: both;
	padding: 8px 0;
	
}

.trpoem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
	text-align: center; 	
	clear: left;
	clear: right;
	clear: both;
	padding: 8px 0;
}

.ticker {
	background: none; 
	border: 0px; 
	color: #FFFFFF;	
	padding: 2px 0;	
}

.td {
	 float: right;
	 padding: 0;
	 margin: 0 10px 0 0;
}



/* =misc */
/*----------------------------------------------------------------------------*/		
.clear {
	clear: left;
	clear: right;
	clear: both;
	height: 1px;
	margin-top: -1px;
	font-size: 0;
	line-height: 0;
}

#noCssDisclaimer, #printCitationText, dfn, .skip, .start {
	display: none;
}
.floatright	{
	float: right;
}

abbr, acronym {
	border-bottom: 1px solid #f00;
	cursor: help;
}

/* =body selector */
/*----------------------------------------------------------------------------*/	
#home #contentrow4, #home #toolbox {
	height: 185px; 
}

#home #contentrow4 {
	background: #363A6F url(../img/panorama_nn.jpg) 0 0 no-repeat;
}

#metanavbgcover {
	height:178px; 
}

#content #contentrow4, #content #toolbox {
	height: 120px; 
}

#content #contentrow4 {
	background: #363A6F url(../img/panorama_content.jpg) 0 0 no-repeat;
}

#content #metanavbgcover {
	height:140px; 
}

/* =forms, new */
/*----------------------------------------------------------------------------*/

fieldset {
	border: none;
	margin: 0 0 1.5em 0;
	padding:0;
}

p.formLabelLeft {
	display				:	inline;
	margin-bottom		:	0;
	background: blue;
}

#contentleft .tr {
	clear: left;
	clear: right;
	clear: both;
	padding: 0 0;
	margin: 0 0 0.5em 0;
}

#contentleft .tr p{
	padding:0;
	margin:0;
	display: inline;

}

#contentleft .td {
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	width: 8em;

}

#contentleft .tdlogin {
	float: left;
	padding: 0;
	margin: 0 0 0 0;
	width: 10em;
}

#contentleft .tdfullsize {
	padding: 0;
	margin: 0 0 0 0;
}
input:focus, submit:focus, select:focus, textarea:focus {
	background: #f6f6fa;
}
.inputFormRadio {
	width				:	1.5em;
	height				:	1.5em;
	margin				:	2px 0.2em 0 0;
	padding				:	0;
	vertical-align		:	-0.25em;
}
.inputFormGr {
	padding				:	1px 0.2em;
	width				:	17.8em;
	border				:	1px solid #93a0c9;
	background			:	#fff;
}

.inputFormPLZ {
	padding				:	1px  0 1px 0.2em;
	width				:	5em;
	border				:	1px solid #93a0c9;
	background			:	#fff;
	margin: 0 .5em 0 0;
}

.inputFormOrt { /* IE */
	padding				:	1px  0 1px 0.2em;
	width				:	12.2em;
	border				:	1px solid #93a0c9;
	background			:	#fff;
}
div > .inputFormOrt { /* everyone else */
	padding				:	1px  0 1px 0.2em;
	width				:	12.1em;
	border				:	1px solid #93a0c9;
	background			:	#fff;
}

.selectForm { /* IE */
	width				:	17.75em;
	margin:0;
	padding:0;

}
div > .selectForm { /* everyone else */
	width				:	18.35em;
	margin:0;
	padding:0;

}
.inputFormCheckbox {
	border				:	1px solid #fff;
	padding				:	0;
	width				:	1.5em;
	height				:	1.5em;
	margin				:	0 5px 0 0;
	vertical-align		:	-0.3em;
}



.inputTbrowser {

	padding				:	1px 0.2em;
	width				:	17.8em;
	height: 20px;
	border				:	1px solid #93a0c9;
	background			:	#fff;
	margin				:	0;
	padding				:	0px;
	
}

.submitTbrowser{
	font-size :	0.9em;
	font-weight: bold;
	color: #5A5A58; 
	background: #EBEBE1;
	border: 1px solid #003C72;
	width: 70px;
	height: 20px;
	margin: 1px 0px 0px 10px ;
	padding: 2px 5px 3px 5px;
	cursor				:	pointer;
}

.tdTbrowserText{
	float				:	left;
	padding				: 	0;

}

.tdTbrowserInput{

}

.vtop {
	vertical-align: top;
}
textarea { /* IE */
	clear:left;
	display: block;
	font-size: .90em;
	line-height: 1.35em;
	width	:	27.6em;
	height	:	9em;
	border	:	1px solid #93a0c9;
	margin	:	0;
	padding	:	2px 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div > textarea { /* everyone else */
	clear:left;
	display: block;
	font-size: .90em;
	line-height: 1.35em;
	width	:	27.4em;
	height	:	9em;
	border	:	1px solid #93a0c9;
	margin	:	0;
	padding	:	2px 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputFormSubmit {
	font-size :	0.9em;
	line-height: 1.2em;
	font-weight: bold;	
	color: #5A5A58; 
	background: #EBEBE1;
	border: 1px solid #003C72;
	margin	:	5px 0 3px 0;
	padding	:	0.2em 0.15em 0.2em 0.15em;
	cursor	:	pointer;
}
.inputFormSubmit:hover, .inputFormSubmit:active {
	color			:	#152970;
}

#contentleft li p{
	line-height: 1.6em;
}
