/* 
	filename: /css/messmerpartner_screen_gen.css
	version 1.1 - 2007-02-28 - mkr
	martin dot krause at gpm dot de 
	validated by w3c validator
*/

html {
	font-size: 100%;  /* for IE*/
	margin: 0;
	padding: 0;
	height: 100%; 
 	min-height:100%;
}

html > body {
	font-size: 16px;	 /* for everyone else*/
}

/* here we go with a default em size of 1em => 16px */

body {
	/*default font settings*/
	font-family: Verdana,Arial,Helvetica,sans-serif; color: #666;
	background: #F6F6F4;
	margin: 0;
	padding: 0;
	height: 100%; 
 	min-height: 100%;
}

/* this items should be the same size as their parents */
input, select, th, td, li li, li p, td p, blockquote p {
	font-size: 1em;
}

/* entrance */
#entrance {
	position:absolute;
	left: 50%;
	margin-left: -401px;
	top: 50%;
	margin-top: -195px;
	width : 802px;
	height: 391px;
	background: url(/img/gen_entrance.gif) 0 0 no-repeat;
}

#entrance div {
	margin-top:260px;
	margin-left: 439px;
}

#entrance ul {
	margin:0;
	padding:0;
	list-style: none;
}

#entrance li {
	margin: 2px 0;
	padding-top: 0;
/*	float: left;*/
}

#entrance a {
	text-decoration: none;
	font-weight: bold;
	color: #7D7D7D;
	font-size: .8em;
	margin:0;
	padding: 0;
	/* background: transparent url('/img/gen_entrance_bullet.gif') 100% 60% no-repeat;
	padding: 0 10px 0 0;
	margin: 0 0 0 5px;*/
}


#entrance a:link {
	text-decoration: none;
}
#entrance a:visited {
	text-decoration: none;
}
#entrance a:hover {
	text-decoration: none;
	color: #000;
}

#entrance a:active {
	text-decoration: none;
}

#entrance a.zh {
	display: block;
	text-decoration: none;
	text-indent: -999em;
	height: 18px;
	width: 25px;
	color: #fff;
	font-size: 0em;
	line-height: 0em;
	background: transparent url('/img/gen_entrance_zh.gif') 0 0 no-repeat;
}

#entrance a.zh:link {
	text-decoration: none;
}

#entrance a.zh:visited {
	text-decoration: none;
}

#entrance a.zh:hover {
	text-decoration: none;
	background: transparent url('/img/gen_entrance_zh.gif') 0 100% no-repeat;
}

#entrance a.zh:active {
	text-decoration: none;
}

/* everyone else */

/*header*/
#header {
	background: #fff;
	border-bottom: 1px solid Black;
	width: 100%;
	height: 3.5em;
	margin: 0;
	padding: 0;
}

#logo {
	background: #fff;
	width: 32.7em; 
	height: 2em;
	position: relative;
	left: 50%;
	margin: 0 0 0 -20em;
	padding: 1.25em 0 0 0;
	display: block;
}

#logo img {
	border: 0px none;
	width: 40em; 
	height: 2em;
	/*width: 638px; 
	height: 32px;*/
	margin: 0 0 0 0;
	padding: 0;
	display: block;
}

#layBanner {
	position: absolute;
	right: -11.25em;
	top: 0px;
	z-index: 1000;
}

#layBanner img {
	margin-bottom: 10px;
	display: block;
}

/*parentlayer centering the navigation and the content divisions */
#parentlayer {
	border: 0px none;
	padding: 0;
	background: blue;
	width: 40.0em;
	position: relative;
	left: 50%;
	margin: 2em 0 0 -20.0em;
/*	height: 100%;*/

/*adjust 7.6 em for WIN / Opera */
	background: #fff url(/img/gen_content_line_left_dotted_vertical.gif) no-repeat 20% 10.75em;

}

/*navigation*/
#navigation {
	border-bottom:1px solid #666;
	background: red;
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
	height: 1.75em;
	/* deaktiviert, falls probleme auftauchen wieder rein | fz 25.10.07 | float: left; */
	background: url(/img/gen_nav_corner_right.gif) no-repeat 100% 0px;
}

#navigation div {
	background: #666;
	float: left;
	display:block;
	padding: 0 1px 0 0;
	width: 18%;
	height: 1.75em;

}

#navigation sup{
	font-size: 0.8em;
	padding: 0 0 0 0.6em;
	margin: 0;
}

#navigation sup.smaller {
	font-size: 0.8em;
	padding: 0 0 0 0;
	margin: 0;
}

#navigation a {

/*fix: link-width for IE, maybe defining a height would be enought but better be safe*/
	height: 100%;
	width: 100%;
/*	padding:0.6em 3.75em 0.5em 1em;*/
/*	padding:0.6em 0em 0.5em 0em;*/
	padding: 0 2.0em 0em 1.5em;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	font-weight:200;
	letter-spacing: 1px;
	color: #000;
	display:block;
	background: url(/img/gen_nav_sliding_bg.gif) no-repeat 100% 0px;

}

	/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
	#navigation a {float:none;}
	/* End IE5-Mac hack */
	
/*fix: link-width in ie*/
	html > body #navigation a {width: auto;}

/*fix: text-position */
	#navigation a {
		/* IE*/
		padding-top: 1em;
	}
	
	html > body #navigation a {
		/*everyone else*/
		line-height: 3em;
		padding-top: 0;
	}

	
#navigation a:link {
	text-decoration: none;
}

#navigation a:visited {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: none;
	color: #fff;
	background: #000;
	background: url(/img/gen_nav_sliding_bg.gif) no-repeat 100% -250px;
}

#navigation a:active {
	text-decoration: none;
}

/* first navigation item , "top left round corner" */
#navigation a.left {
	text-decoration: none;
	background: url(/img/gen_nav_sliding_bg_left.gif) no-repeat 0 0px;
}

#navigation a:hover.left {
	text-decoration: none;
	background: url(/img/gen_nav_sliding_bg_left.gif) no-repeat 0 -250px;
}

/*content*/	
#maincontent {
	background: transparent url(/img/gen_content_bg_line.gif) repeat-y 0 0;

	clear: left;
	width: 40.0em;
	margin: 0 ! important;
	padding: 0 ! important;

/*	height: 100%; */
	display: block;

}

#headerImg {
	clear: both;
	border-right: 1px solid #6B6B6B;
	border-left: 1px solid #6B6B6B;
	height:50px;
	line-height: 50px;
	font-size: 50px;
}


/* black line left side - needs height adjusment via javascript */
#maincontentleftwrapper {
	padding:0;
	margin:0;
	height: 100%;
	width: 8em;
	float:left;
	vertical-align:top;


}

/* maincontent, left col: subnavigation */
#maincontentleft {
	display:block;
	width: 8em;
	margin: 1em 0 0 0;
	padding: 0;
	border: 0px solid  #000;
	background: transparent;

}

#maincontentleft #number {
	height: 100%;
	/*fixing the link-width in ie*/
	padding: 0.5em 0 0.5em 0.5em;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	color: #000;
	display: block;
	background: url(/img/gen_content_line_left_dotted_horizontal.gif) no-repeat 1px 100%;
	border: 0px solid #000;		
}

#maincontentleft #number.smaller {
	height: 100%;
	/*fixing the link-width in ie*/
	padding: 0.5em 0 0.5em 0.5em;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	color: #000;
	display: block;
	background: url(/img/gen_content_line_left_dotted_horizontal.gif) no-repeat 1px 100%;
	border: 0px solid #000;	
	letter-spacing: -0.15em;	
}

#maincontentleft #number span{
	color: #d5d5d5;
	font-size: 3.95em;
}

#maincontentleft a {

	/*fixing the link-width in ie*/
	height: 100%;
	font-weight:normal;
	padding: 0.5em 0 0.5em 0.85em;
	text-decoration: none;
	font-size: 0.7em;
	color: #000;
	display: block;
	background: url(/img/gen_content_line_left_dotted_horizontal.gif) no-repeat 1px 100%;
	border: 0px solid #000;
}

#maincontentleft a:link {
	text-decoration: none;
}

#maincontentleft a:visited {
	text-decoration: none;
}

#maincontentleft a:hover {
	text-decoration: none;
	color: #94BD21;
}

#maincontentleft a:active {
	text-decoration: none;
	color: #94BD21;
}

#maincontentleft a.current {
	color: #94BD21;
}

#maincontentleft span.current {
		background: transparent url(/img/gen_content_bg_line_dotted_94BD21.gif) repeat-x 3px 100%;
}

#fakeBorderRight {
/*	border-right: 1px solid black;*/
/*	background: transparent url(/img/gen_border-right-bottom.gif) 100% 100% repeat-y;*/
	margin: 0 0 0 0 ! important;
	padding: 0 ! important;
	border: none; 
	background: transparent url(/img/gen_1x1_6B6B6B.gif) 100% 0 repeat-y;
}

/* maincontent, right col */
#maincontentright {

	background: url(/img/icon_sun.gif) 44% 7em no-repeat;
	display:block;
	background: #fff;
	margin: 0 2em 0 12.5em;
	padding: 3.55em 1px 0 0;
	border: 0px solid #000;
	background: transparent;
}

#maincontentright h1 {
	font-size: 1.4em;
	line-height: 1em;
	padding: 0;
	margin: 0 0 1em 0;
	color: #000;
	font-weight: 200;
	border-top: 0px none #000;
}
#maincontentright h1.newsheadline {
	margin: 0 0 .5em 0;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
}

#maincontentright p.newsdate {
	margin: 0 0 3em 0;
	font-size: .65em;
}

#maincontentright h2 {
	font-size: 0.7em;
	line-height: 1.6em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 .5em 0;
}

#maincontentright a {
	color: #333;	
}

#maincontentright a.extlink {
	padding-right: 13px;
	background: url("/img/icon_exlink.gif") right 3px no-repeat;
}

#maincontentright a:link {
	color: #333;
}

#maincontentright a:visited {
	color: #333;
}

#maincontentright a:hover {
	color: #333;
	text-decoration: none;
}

#maincontentright a:active {
	color: #333;
}

#maincontentright h3 {
	font-size: 0.7em;
	line-height: 1.6em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
}

#maincontentright h3 a {
	color: #333;
}

#maincontentright h3 a:link {
	color: #333;
}

#maincontentright h3 a:visited {
	color: #333;
}

#maincontentright h3 a:hover {
	color: #333;
	text-decoration: none;
}

#maincontentright h3 a:active {
	color: #333;
}

#maincontentright p, #maincontentright address {
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 0;
	margin: 0 0 1.5em 0;
	font-style: normal;
}

#maincontentright .hasWhiteBorder {
	border: 1px solid #fff;
}


#maincontentright ul {
}


#maincontentright li {
	font-size: 0.7em;
	line-height: 1.6em;
}

#maincontentright ul.orange {
	list-style: none;
	margin: 0;
	padding: 0;
}

#maincontentright li.orange {
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 0 0 0 10px;
	margin: 0 0 0 4px;
	background: transparent url(/img/tria.gif) no-repeat 0 55%;
}

#maincontentright ul.evenuneven {
	margin:0;
	padding:0;
	list-style: none;
}

#maincontentright li.even {
	padding: 4px 4px 6px 20px;
	background: transparent url(/img/tria.gif) no-repeat 8px 10px;
}

#maincontentright li.uneven {
	padding: 4px 4px 6px 20px;
	background: #F8F8F8 url(/img/tria.gif) no-repeat 8px 10px;
}

#maincontentright .overview li.even {
	background: transparent url(/img/overview.gif) no-repeat 8px 10px ! important;
}

#maincontentright .overview li.uneven {
	background: #F8F8F8 url(/img/overview.gif) no-repeat 8px 10px ! important;
}

#maincontentright li.even a, #maincontentright li.uneven a {
	margin:0;
	padding: 0;
}

#maincontentright ul.ularbeit{
	margin:0;
	padding:0;
	list-style: none;
}

#maincontentright ul.ularbeit li {
	margin:0 0 1.2em 0;
	padding:0 0 0 110px;
	height: 60px;
}

#maincontentright ul.ularbeit a{
	text-decoration: underline;
}
#maincontentright ul.ularbeit a:link{
	text-decoration: underline;
}
#maincontentright ul.ularbeit a:visited{
	text-decoration: underline;
}
#maincontentright ul.ularbeit a:hover{
	text-decoration: none;
}
#maincontentright ul.ularbeit a:active{
	text-decoration: underline;
}

ul.home,
#maincontentright ul.home {
	list-style:none; 
	margin:0;
	padding: 0;
}

#maincontentright ul.paragraph {
	margin-top: 0.2em;
	margin-bottom: 1em;
}

#maincontentright li li { /* ul in ul sitemap */
	font-size: 1em;
}

li.home {
	background: transparent url(/img/tria.gif) .5em .4em  no-repeat;
	padding: 0 0 0 1.75em;
	margin: 0 0 1.5em 0;

}


#maincontentright li.home {
/*	text-indent: -6.8em;*/
/*	margin-left: 6.8em;*/
	background: transparent url(/img/tria.gif) .5em 1.25em no-repeat;
	padding: .75em .75em .75em 1.75em;
	margin: 0 0 1.5em 0;

}

#maincontentright li.home img {
/*	margin: -1px 5px 0 0;*/

}


#maincontentright .floatrightimage {
	float: right;
	padding: 0 0 3px 10px; 
}

#maincontentright .floatleftimage {
	float: left;
	margin: 4px 10px 0 2px; 
}

#maincontentright .floatrightw3cicon {
	float: right;
	clear: right;
	margin: 5px 0 0px 15px; 
}

/* for IE*/
#maincontentright p.overview {
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 0 0 0 10px;
	margin: 5px 0 0 2px;
	background: transparent url(/img/icon-overview.gif) no-repeat 0% 60%;
}

/* for everyone else*/
div #maincontentright > p.overview {
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 0 0 0 12px;
	margin: 5px 0 0 0;
	background: transparent url(/img/icon-overview.gif) no-repeat 0% 40%;	
}

#maincontentright a.navigationleft {
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 0 0 0 12px;
	margin: 0 6px 0 0;
	background: transparent url(/img/tria_l.gif) no-repeat 0 55%;
}

#maincontentright a.navigationright {
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 0 14px 0 0;
	margin: 0 0 0 6px;
	background: transparent url(/img/tria.gif) no-repeat 100% 55%;
}

#maincontentright a.navigationrightindent {
	font-size: 0.7em;
	line-height: 1.6em;
	padding: 0 14px 0 0;
	margin: 0 0 0 63px;
	background: transparent url(/img/tria.gif) no-repeat 100% 55%;
}

#maincontentright img.floatrightacro {
	float: right;
	width: 5.5em;
	height: 1.9375em;
}

#maincontentright img.pdfimageicon {
	width: 1.696428571em;
	height: 1.428571429em;
}

#maincontentright table.standard {
	border-right: 0px none #fff;
	border-left: 0px none #fff;
	border-top: 0px none #fff;
	border-bottom: 1px dotted #000;	
	border-spacing: 0;
	margin: 0 0 1em 0;
	font-size: 0.7em;		
}

#maincontentright table.tablelast {
	border-right: 0px none #fff;
	border-left: 0px none #fff;
	border-top: 0px none #fff;	
	border-spacing: 0;
	margin: 0 0 1em 0;
	font-size: 0.7em;	
}

#maincontentright span.function {
	padding: 0 0 0 0.7em;	
	border-left: 1px solid #6b6b6b;   
	display: block;	
	width: 19em;
	line-height: 1.4em;	
}

#maincontentright span.email {
	padding: 0 0 0 0.7em;	
	border-left: 1px solid #6b6b6b;
	display: inline;	
}

#maincontentright td {
	vertical-align: bottom;		
	padding: 0 0 0.9em 0;
}

.smalldate {
	font-size: .8em;
}

/* menatnavigation */

#metanavigation {
	font-weight: bold;
	font-size: 0.6em;
	color: #aaa;
	padding: 0 0 10px 0;
	width: 40.0em;
	position: relative;
	left: 50%;
	margin: 10px 0 0 -20.0em;
	text-align: center;
}
#metanavigation #line {
	height: 1px;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	background: #aaa;
	margin: 0 0 10px 0;
}

#metanavigation a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#metanavigation a:link {
	color: #666666;
	text-decoration: none;
}

#metanavigation a:visited {
	color: #666666;
	text-decoration: none;
}

#metanavigation a:hover {
	color: #666666;
	text-decoration: underline;
}

#metanavigation a:active {
	color: #aaa;
	text-decoration: underline;
}

#metanavigation #copyMore {
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}

/*misc styles */
.invisiblebasic {
	display: none;
}
.invisiblechrome {
	display: none;
}
.invisible {
	display: none;
}
.normal {
	font-weight:normal;
}
.bold {
	font-weight:bold;
}

.clearleft {
	clear:left; 
	height: 0; 
	font-size:0; 
	line-height: 0em;
}

.clearright {
	clear:right; 
	height: 0; 
	font-size: 0; 
	line-height: 0em;
}
.clearboth {
	clear: both; 
	height: 0; 
	font-size:0; 
	line-height: 0em;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}

.floatright {
	float: right;
}

.sitemap {
	padding: 2px 5px;
	line-height: 1.6em; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 0.7em;
}

/* formular */

fieldset {
	margin: 0;
	padding: 0;
	border: 0px none;
}

div.row {
	margin:0 0 0 2em;
	padding:0;
	clear:right;
}

label {
	font-size: 0.7em;
	text-align:left;
	width:8em;
	padding:0.2em;
	margin: 1em 0 0 0;
	display: block;
}


.formLabelBreit {}


.errorMessage {
	color: #94BD21;
}

form {
	margin: 0 0 1.2em 0;
}

.inputFormGr,
.selectForm {
	border: 1px solid #8D8D8D;
	background: #F8F8F8;
	width: 18em;
	font-size: 0.8em;
	margin:-1em 3em 0 0em;
	padding: 2px 2px;
	display: inline;
	float: right;
}

.inputFormCountry {
	border: 1px solid #8D8D8D;
	background: #F8F8F8;
	width: 236px;
	font-size: 0.8em;
	margin:-1em 3em 0 0em;
	padding: 2px 2px;
	display: inline;
	float: right;
}

.divPlzOrt {
	margin:-1em 3em 0 0em;
	padding: 2px 2px;
	float: right;
}

.inputFormPLZ {
	border: 1px solid #8D8D8D;
	background: #F8F8F8;
	width: 5em;
	font-size: 0.8em;
}

.inputFormOrt {
	border: 1px solid #8D8D8D;
	background: #F8F8F8;
	width: 13em;
	font-size: 0.8em;
}

#formPlz {
	float: left;
	margin-left: 101px ;
	margin-right:0;
	border: 1px solid #8D8D8D;
	background: #F8F8F8;
	width: 5em;
	font-size: 0.8em;
}

* html #formPlz {
	margin-left: 94px ;
	margin-right:7px;
}

#formOrt {
	float: left;
	
	border: 1px solid #8D8D8D;
	background: #F8F8F8;
	width: 11.65em;
	margin-left: 10px;
	font-size: 0.8em;
}

/*	border: 1px solid #red; */

.selectForm {
	width: 18.0em;
	margin:-1em 3em 0 0em;
}

div.row > select.selectForm {
	width: 18.5em;
}
div.rowright {
	margin:0 0 0 8em;
	padding:0;
	clear:right;
}

fieldset > div.rowright{
	margin:0 0 0 8.4em;
}

.inputFormSubmit {
	border: 1px solid #8D8D8D;
	color: #000;
	background: #E8E8E8;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	cursor:pointer;
}

.inputFormGr:focus, .inputFormTextarea:focus, select:focus {
	background: #F8F8F8;
	color: #000;
}

.inputFormSubmit:hover, .inputFormSubmit:active, .inputFormSubmit:focus {
	background: #000;
	color: #fff;
	border: 1px solid #ccc;
}


.searchForm input.inputFormGr {
	float: none;
	margin-right: 5px;
	height: 20px;
	padding: 0;
}

.searchForm > input.inputFormGr {
	padding: 2px 0 2px 0;
	height: 16px;
}

.searchForm input.inputFormSubmit {
	height: 20px;
}

.searchForm > input.inputFormSubmit {
	height: 22px;
	vertical-align: -1px;
}

.searchForm label {
	display: inline;
}

.searchForm > input.radBut {
	vertical-align: -2px;
}




#zusatzJournalist {
	visibility: hidden;
	display: none;
}

.gallery {
	margin: 12px 0px 5px 0;
}

/* bottom round corners  */
#bottomWrapper {
	clear: both;
	background: url(/img/gen_1x1_6B6B6B.gif) 0 100% repeat-x; 
	height: 20px;
	margin: 0 ! important;
	padding: 0 ! important;
}

#cornerBotRight {
	background: url(/img/gen_bottom_corner_right.gif); 
	width: 20px; 
	height: 20px; 
	float: right;
}

#cornerBotLeft {
	background: url(/img/gen_bottom_corner_left.gif);
	width: 20px;
	height: 20px;
	float: left;
}

.clearAll {
	height: 1px;
	line-height: 1px;
	font-size: 1px; 
	margin-top: -1px;
	clear: both;
}

/* replacing: #navigation dfn, #maincontentleft dfn*/
a dfn {
	display: none;
	visibility: hidden;
}
a img {
	border: 0px none #fff;
}


#printheader, #printlogo, #printaddress, #copyright{
	display: none;
}
a.exlink {
	background: transparent url(/img/exlink.gif) 4px 50% no-repeat;
	padding-left: 15px;
}

.odd {
	background-color: #EFEFEF ! important;
}

.even {
	background-color: transparent ! important;
}
.roundedcorners{

	margin: 0 ! important;
	padding: 0 ! important;
}
.genericCornerTopLeft{
	height: 1%;
	margin: 0 ! important;
	padding: 0 ! important;
	background: transparent url(/img/gen_generic-corners-top-left.gif) top left no-repeat;
}
.genericCornerTopRight{
	height: 1%;
	margin: 0 ! important;
	padding: 0 ! important;
	background: transparent url(/img/gen_generic-corners-top-right.gif) top right no-repeat;
}
.genericCornerBottomLeft{
	height: 1%;
	margin: 0 ! important;
	padding: 0 ! important;
	background: transparent url(/img/gen_generic-corners-bottom-left.gif) bottom left no-repeat;
}
.genericCornerBottomRight{
	height: 1%;
	padding: .75em .75em .75em 1.75em;
	margin: 0 0 0 0;
	background: transparent url(/img/gen_generic-corners-bottom-right.gif) bottom right no-repeat;
}

img.imgTria {
	width: 7px;
	height: 10px;
	margin-bottom: -2px;
	margin-right: 5px;
	margin-left: 5px;
	
}
.poweredByNewsCaster {
	background: transparent url(/img/core_powered-by-newscaster.gif) no-repeat 100% 100%;
	display: block;
	min-height: 1.0625em;
	min-width: 10.4375em;
}

.poweredByNewsCaster span {
	display: none;
}

* html .poweredByNewsCaster {
	height: 17px;
	width: auto;
}