/* Global Styles */

/*html{
  height:100%; /* means 100% of the client window 
}*/

html {  
  /*background-image:url('../images/isprsbg.gif'); */
  background:; background-color: #DDDDDD;  }



html {
  margin:0;
  padding:0;
  width:100%;
}

table.full-height {
  width:100%;
  border:1px solid black;
}


body {
    margin:0 auto;
    padding:0;
    border:none;
	background: #FFFFFF;
	width:1000px;
	overflow-y: scroll;
}

#wrapper
{
    background-color:#fff;
    -moz-box-shadow:0 0 2px 2px rgba(119,119,119,0.8);
    -webkit-box-shadow:0 0 2px 2px rgba(119,119,119,0.8);
    box-shadow:0 0 2px 2px rgba(119,119,119,0.8);
    behavior:url("./js/PIE.htc");
}

.mybox
{
    background: #FDFDEF;
	border: 1px solid #63782;
	box-shadow: 3px 3px 5px rgba(0,0,0, .2);
    behavior:url("./js/PIE.htc");
}

.gradient
{
    background: #eee;
	border: 1px solid #DDD;
	background: -moz-linear-gradient(top, #EEE, #FFF);    
	background: -webkit-linear-gradient(top, #eee, #fff);
	background: -ms-linear-gradient(top, #eee, #fff);
	background: -o-linear-gradient(top, #eee, #fff);
	box-shadow: 1px 2px 4px rgba(0,0,0, .2);
    behavior:url("./js/PIE.htc");
}


div, h1, h4, p, a {
    margin:0;
    padding:0;
    border:none;
}


body
{
	/*height: 100%; /* means 100% of the ‘html’ element */
	font:81.25% arial,helvetica,sans-serif;
	/* font-family: Arial, Helvetica, Sans-Serif; */
	/*font-family: verdana, arial, helvetica, geneva, sans-serif;*/
	/*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
	/*font-size: 95.0%;*/ 
	/* background-image:url('../images/background.gif'), background-repeat: repeat-y; */
}


p,
ul,
ol,
li,
td
{
    font-size: 1.0em;
    line-height: 1.40em;
    color: #444444;
}

.announce
{
    font-size: 0.85em;
    line-height: 1.2em;
    font-weight:bold;
    color: #444444;
}

p.mylist
{
    font-size: 1.0em;
    line-height: 1.2em;
    color: #444444;
	padding-left:20px;
}

.member-list
{
    color: #444444;
}



p.bold { font-weight:bold}
p.italic { font-style:italic}
p.bi {font-weight:bold; font-style:italic}

td.bold { font-weight:bold}
td.italic { font-style:italic}
td.bi {font-weight:bold; font-style:italic}

tr.bold { font-weight:bold}
tr.italic { font-style:italic}
tr.bi {font-weight:bold; font-style:italic}

ul{font-size: 1.0em;line-height: 1.3em;}
ol{font-size: 1.0em;line-height: 1.3em;}

	
a
{
	text-decoration: none;
	color: #044abf;
	/*color: #0000DF; 111010*/
}
/*bisher bei a  color: #0000FF;  */
/*a:link {
	color: #993300; bachground-color: transparent
	}*/
	
/* bisher 28-11-08 a:visited   color: #FF8A09;   */

a:visited {
	color: #044abf;
	/*color: #0000DF; 111010*/
	background-color: transparent;
}

/* bisher 28-11-08 a:hover   color: #5C743D;   */
/* bisher 01-03-13 a:hover   color: #FF8A09;   */
a:hover {
	float: none; width: auto; color: #66b31a; height: auto; background-color: transparent; text-decoration: underline
}


a:active {
	COLOR: #006699; background-color: transparent
}

p {
	margin-bottom: 12px;
}

/* hr
{
	color: #66B31A; grün
	background-color: #66B31A;
	height: 1px; 
	border:0px;
} */

/*hr
{
	color: #2d4a74; blau
	background-color: #2d4a74;
	height: 1px; 
	border:0px;
} */

hr
{
    height:0;
    	background: transparent url(../images/dashed_line.gif) repeat-x ;
    	clear:left;
    	margin-top:8px;
    	margin-bottom:8px;
    	padding-top:5px;
    	padding-bottom:5px;
    	border: 0;
}

hr.grey
{
    height:1px;
    background-color:#CCC;
    border:0;
    color: #CCCCCC;
}

hr.green
{
    height:1px;
    background-color:#66B31A;
    border:0;
    color: #66B31A;
}



ol{
	margin-top: 6px;
	margin-bottom: 6px;
}
ul{
	margin-top: 6px;
	margin-bottom: 6px;
}
ul li{
	/* list-style-image: url('../images/bullet_small_blue.gif');
	list-style-position:outside; */
	list-style-type:disc;
	margin-bottom: 6px;
}

ul.blank 
{
    list-style-type:none;
}

ul.blank li{
	list-style-image:none;
}

ol li{
	margin-bottom: 6px;
}

ol.latin 
{
    list-style-type:lower-latin;
}

/* ul li {
	list-style-image: url('images/bullet_small_blue.gif'); 
} */

h1
{
    font-family: Arial, Helvetica, Sans-Serif;
    margin-bottom:20px;
    border-bottom:1px solid #66B31A;
    font-size: 1.5em;
    color: #2d4a74;
}

h2
{
	/* font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.2em;
	vertical-align: middle;
	color: #163782;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 0;
	border:0; */
	font-size: 1.4em;
    line-height: 1.4em;
    vertical-align: middle;
    color: #2d4a74;
    margin-top: 12px;
    margin-bottom: 6px;
    padding: 0;
    border:0;
}
h3 {
	/* font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.05em;
	color: #163782;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 0;
	border:0; */
	font-size: 1.2em;
    line-height: 1.2em;
    vertical-align: middle;
    color: #2d4a74;
    margin-top: 12px;
    margin-bottom: 6px;
    padding: 0;
    border:0;
}

h4 {
	/* font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0;
	border:0; */
	font-size: 1.1em;
    line-height: 1.2em;
    vertical-align: middle;
    color: #444444;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0;
    border:0;
}

a.blacklink { COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none}
a.blacklink:visited {COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none}
a.blacklink:hover {	COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none}
a.blacklink:active {COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none}
a.blacklinkus {	COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline}
a.blacklinkus:visited {	COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline}
a.blacklinkus:hover {COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline}
a.blacklinkus:active {COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline}
a.linkaktuell {COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none}
a.linkaktuell:visited {COLOR: #000000; BACKGROUND-COLOR: transparent}
a.linkaktuell:hover {COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline}
a.linkaktuell:active {COLOR: #000000; BACKGROUND-COLOR: transparent}
a.navlinkus {	COLOR: #2d4a74; BACKGROUND-COLOR: #DDECFF; TEXT-DECORATION: underline}
a.navlinkus:visited {COLOR: #2d4a74; BACKGROUND-COLOR: #DDECFF; TEXT-DECORATION: underline}
a.navlinkus:hover {COLOR: #2d4a74; BACKGROUND-COLOR: #C2DCFF; TEXT-DECORATION: underline}
a.navlinkus:active {COLOR: #2d4a74; BACKGROUND-COLOR: #DDECFF; TEXT-DECORATION: underline}

a.whitelink {color: #ffffff; background-color: transparent; text-decoration: none}
a.whitelink:visited {color: #ffffff; background-color: transparent; text-decoration: none}
a.whitelink:hover {color: #ffffff; background-color: transparent; text-decoration: none}
a.whitelink:active {color: #ffffff; background-color: transparent; text-decoration: none}

a.greylink {color: #333333; background-color: transparent; text-decoration: none}
a.greylink:visited {color: #333333; background-color: transparent; text-decoration: none}
a.greylink:hover {color: #333333; background-color: transparent; text-decoration: none}
a.greylink:active {color: #333333; background-color: transparent; text-decoration: none}

a.bluelink { COLOR: #2d4a74; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none}
a.bluelink:visited {COLOR: #2d4a74; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none}
a.bluelink:hover {	COLOR: #2d4a74; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline}
a.bluelink:active {COLOR: #2d4a74; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none}

a.menuelink { COLOR: #FFFFFF; BACKGROUND-COLOR: #2d4a74; TEXT-DECORATION: none}
a.menuelink:visited {COLOR: #FFFFFF; BACKGROUND-COLOR: #2d4a74; TEXT-DECORATION: none}
a.menuelink:hover {	COLOR: #FFFFFF; BACKGROUND-COLOR: #FF9933; TEXT-DECORATION: underline}
a.menuelink:active {COLOR: #FFFFFF; BACKGROUND-COLOR: #2d4a74; TEXT-DECORATION: none}

a.menulink { COLOR: #ffffff; background-color: #253c5b; TEXT-DECORATION: none; display:block; 
font-size:12px; padding-top:2px; padding-bottom:2px; padding-left:2px; 
border:0; margin:0;}
a.menulink:visited { COLOR: #FFFFFF; TEXT-DECORATION: none}
a.menulink:hover { COLOR: #FFFFFF; background-color: #66b31a; TEXT-DECORATION: none}
a.menulink:active { COLOR: #FFFFFF; TEXT-DECORATION: none}

#leftlink ul
{
    width:160px;
	margin:20px 0 0;
	float:left;
	background-color: #ffffff;
	font-size:12px;	
}

#leftlink ul
{
    background-color: #ffffff;
	
}

#leftlink li
{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}

#leftlink li a
{
	margin-left:0px;
	margin-right:9px;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	text-decoration:none;
	background-color:#253c5b;
	color:#ffffff;	
}

#leftlink li a:hover
{
	background-color:#66b31a;
}

a.menu1 { color: #FFFFFF; background-color: transparent; vertical-align:top}
a.menu1:active { color: #FFFFFF; background-color: transparent; vertical-align:top}
a.menu1:hover  { color: #FFFFFF; background-color: transparent; vertical-align:top}
a.menu1:visited { color: #FFFFFF; background-color: transparent; vertical-align:top}
a.menu1:selected { color: #FFFFFF; background-color: transparent; text-decoration: underline; vertical-align:top}

a.menu2 { color: #2d4a74; background-color: transparent;}
a.menu2:active { color: #2d4a74; background-color: transparent;}
a.menu2:hover  { color: #2d4a74; background: transparent; }
a.menu2:visited { color: #2d4a74; background-color: transparent;}
a.menu2:selected { color: #2d4a74; background-color: transparent; text-decoration: underline}


/* ID Styles */

#myheader
{
    width: 1000px;
    height: 20px;
    padding-top:4px;
	text-align:right;
	font-size:smaller;
	color:#000;
	background-color: #EEE;
	orphans:100;
	border:1px;
	border-bottom-color: transparent;
}

#myheader 
{
    width: 1000px;
    height: 20px;
    padding-top:4px;
	text-align:right;
	font-size:13px;
	color:#000;
	background-color: #EEE;
	orphans:100;
	border:1px;
	border-bottom-color: transparent;
}

#logo
{
    width: 184px;
    height: 160px;
    background: #FFF url('../images/isprs_logo.gif') no-repeat;
	display:inline; float:left;
}

#isprs_header 	{
	width: 816px;
	height: 160px;
	background: #FFF url('../images/isprs4.jpg') no-repeat;
	display:inline; float:left;
}

#sitemap-bar {
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url('../images/sitemap-bar.jpg'); 
	background-repeat:repeat-x;
	white-space:nowrap;
	text-align:right;
	width:130px;
	float:right;
}

#dateformat {
	height:24px;
	width:184px;
	/* padding-top:5px; */
	text-align:center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: .2em;
	border:0px;
	background-image:url('../images/menu-bar.jpg'); 
	background-repeat:repeat-x;
	float:left;
	/* border-right: solid 1px #FFFFFF; */
}

.dateformat {
	height:24px;
	width:184px;
	text-align:center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: .2em;
	border:0px;
}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
#menu-bar {
	width:816px;
	height:24px;
	/* padding-top:4px; */
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image:url('../images/menu-bar.jpg'); 
	background-repeat:repeat-x;
	/*vertical-align:text-top;*/
	vertical-align:top;
	border:0px;
	/*padding-top:2px;*/
	/* bottom:2px; */
	white-space:nowrap;
	float:left;
	display:inline;
	/* position:static; */
}
#menu-bar td.menu1 {
	border-right: 1px solid #ffffff;
}


#mycontainer2
{
    width: 1000px;
    min-height: 600px;
    height: 100%;
    background: #FFF url('../images/bg2.gif');
    clear:left;
}

#mycontainer3
{
    width: 1000px;
    min-height: 600px;
    height: 100%;
    background: #FFF url('../images/bg3.gif');
    clear:left;
}

#vert-menu {
	padding-top:12px;
	width:184px;
	float:left; 
}

#space {
	width:30px;
	float:left; 
}

#Content {
	width:765px;
	float:left;
	padding: 12px 20px 10px 30px;
	/* border-left:1px solid #CCC; */
	min-height: 600px;
}

#Content3 {
	width:584px;
	float:left;
	padding: 12px 20px 10px 30px;
	/* border-left:1px solid #CCC;
	border-right:1px solid #CCC; */
	min-height: 600px;
}

/* #right {
	padding-top:12px;
	width:183px;
	float:left;
} */

#right-menue 
{
    padding-top:12px;
	width:180px;
	float:left;
	margin-left:0px;
}

#right-menue p
{
    font-size:13px;
    padding-bottom:12px;
}

#Content2 {
	width:612px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#footer {
	width:1000px;
	height:20px;
	font-size:8pt;
	color: #ffffff;
	background-image:url('../images/menu-bar.jpg'); 
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	padding-top:4px;
}

#end {
	width:1000px;
	height:30px;
	background: transparent;
}

#menu1
{
	font-size: 12px;
	vertical-align:top;
	height:24px;
}

.menu0
{
	font-size: 12px;
	vertical-align:middle;
	height:24px;
	line-height:12px;
}

.menu0, a.menu0, a:visited.menu0, a:hover.menu0
{
	color: #ffffff;
}


.menu1
{
	font-size: 12px;
	vertical-align:middle;
	height:20px;
	line-height:12px;
	border-bottom-style:solid;
	border-bottom-color:transparent;
	border-top:1px;
	border-bottom:1px;
	width:184px;
}

.menu1, a.menu1, a:visited.menu1, a:hover.menu1
{
	color: #ffffff;
}

.menu1s
{
	font-size: 12px;
	vertical-align:middle;
	height:20px;
	line-height:12px;
	border-bottom-style:solid;
	border-bottom-color:transparent;
	border-top:1px;
	border-bottom:1px;
	width:184px;
}

.menu1s, a.menu1s, a:visited.menu1s, a:hover.menu1s
{
	color: #ffffff;
}

a:selected.menu1s
{
	color: #ffffff;
	text-decoration: underline;
}

.menu2
{
	font-size: 12px;
	vertical-align:middle;
	height:20px;
	line-height:12px;
	padding-left:0px;
	padding-right:0px;	
	border-bottom-color:transparent;
	border-top:1px;
	border-bottom:1px;	
}

.menu2, a.menu2, a:visited.menu2, a:hover.menu2
{
	color: #ffffff;
}

.menu3
{
	font-size: 12px;
	vertical-align:middle;
	height:20px;
	line-height:12px;
	padding-left:5px;
	padding-right:0px;	
	border-bottom-color:transparent;
	border-top:1px;
	border-bottom:1px;
}

.menu3, a.menu3, a:visited.menu3, a:hover.menu3
{
	color: #ffffff;
}

.menu4
{
	font-size: 12px;
	vertical-align:middle;
	height:20px;
	line-height:12px;
	padding-left:10px;
	padding-right:0px;	
	border-bottom-color:transparent;
	border-top:1px;
	border-bottom:1px;
}

.menu4, a.menu4, a:visited.menu4, a:hover.menu4
{
	color: #ffffff;
}

.menu5
{
	font-size: 12px;
	vertical-align:middle;
	height:20px;
	line-height:12px;
	padding-left:15px;
	padding-right:3px;	
	border-bottom-color:transparent;
	border-top:1px;
	border-bottom:1px;
}

.menu5, a.menu5, a:visited.menu5, a:hover.menu5
{
	color: #ffffff;
}

#menu1 a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	/* vertical-align: top; */
} 

#menu1 td a {
	margin: 0px;
    border-right: 1px solid #ffffff;
    border-width: 0px 0px 0px 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 5;
    display: block;
    
} 

#menu1 {
	border-right: 1px solid #ffffff;
} 

#menu1 a:hover {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
} 


#menu1 a:selected {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
} 


#menu2 {
	margin: 0px;
	height: 20px;
	width: 175px;
	color: #2d4a74;
	background-color: #DDECFF;
}

#menu2 a{
	color: #FFFFFF;
	background-color: transparent;
}

#menu2 a:hover {
	background-color: transparent;
	color: #FFFFFF;
}

 

#menu3
{
	border-color: #2d4a74;
	border-style: solid none solid none;
	border-width: thin;
	margin: 0px;
	height: 20px;
	width: 175px;
	color: #2d4a74;
	background-color: #DDECFF;
}

#menu3 a{
	border-style: solid none solid none;
	border-width: thin;
	margin: 0px;
	height: 20px;
	width: 175px;
	color: #2d4a74;
	background-color: #DDECFF;
}

#menu3 a:hover {
	background-color: transparent;
	color: #FFFFFF;
}


#menu {
	margin: 0px;
	height: 20px;
	width: 100%;
	background-color: #DDECFF;
}

#menulink td a  
{
    display:block; 
    width:100%;
}


.sponsor
{
    background-color:#FDFADF;
}

.cosponsor
{
    /* background-color:#dcecf8; */
	background-color:#e2eef7;
}

.mybutton
{
    margin-bottom:15px;
    margin-top:15px;
	/*border-radius:2px;*/
	/*background-color:#253c5b;
	color:white;
	border:0;
	padding:5px;*/
	
}

.grid
{
    background-color:#eeeeee;
    border-top-style:none;
    border-left-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
    border-top-width:0px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-bottom-color:#FFFFFF;
    border-left-color:#FFFFFF;
    border-right-color:#FFFFFF;
    border-style:solid;
    vertical-align:top;
    color:#333333;
}

.row1
{
    background-color:#efefef;
    border-top-style:none;
    border-left-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
    border-top-width:0px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-bottom-color:#FFFFFF;
    border-left-color:#FFFFFF;
    border-right-color:#FFFFFF;
    border-style:solid;
    vertical-align:top;
    color:#333333;

}

tr.row1 td
{
    background-color:#efefef;
    border-top-style:none;
    border-left-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
    border-top-width:0px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-bottom-color:#FFFFFF;
    border-left-color:#FFFFFF;
    border-right-color:#FFFFFF;
    border-style:solid;
    vertical-align:top;
    padding-left:4px;
    color:#333333;
}

.row2
{
    background-color:#e3e3e3;
    border-top-style:none;
    border-left-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
    border-top-width:0px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-bottom-color:#FFFFFF;
    border-left-color:#FFFFFF;
    border-right-color:#FFFFFF;
    border-style:solid;
    vertical-align:top;
    color:#333333;
}

tr.row2 td
{
    background-color:#e3e3e3;
    border-top-style:none;
    border-left-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
    border-top-width:0px;
    border-left-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-bottom-color:#FFFFFF;
    border-left-color:#FFFFFF;
    border-right-color:#FFFFFF;
    border-style:solid;
    vertical-align:top;
    color:#333333;
}

.pager
{
    background-color:#eeeeee;
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
    border-bottom-style:none;
    border-top-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-bottom-width:0px;
    border-bottom-color:#eeeeee;
    border-left-color:#eeeeee;
    border-right-color:#eeeeee;
    border-style:solid;
    vertical-align:top;
    color:#333333;
}

tr.pager td
{
    background-color:#eeeeee;
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
    border-bottom-style:none;
    border-top-width:0px;
    border-left-width:0px;
    border-right-width:0px;
    border-bottom-width:0px;
    border-bottom-color:#eeeeee;
    border-left-color:#eeeeee;
    border-right-color:#eeeeee;
    border-style:solid;
    vertical-align:top;
    color:#333333;
}

.labelfield
{
    /* margin-bottom: 3px; */
    vertical-align:top;
}

.mycheckbox
{
    /* margin-bottom: 3px; */
    vertical-align:top;
    color: #444444;
}

.inputfield
{
    /* background-color:#EBFDD7;  gruen */
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
    border-style:solid;
    border-width:1px;
    border-color:#999999;    
}

.inputfield:focus
{
    /* background-color:#FFFFCC; gelb */
    /*background-color: #e2eef7; blau */
    /* margin-top: 2px;
    margin-bottom: 2px;
    border-style:solid; */
    border-width:1px;
    border-color:#0e5a04;  /* #66B31A */ 
}

.inputfield-req
{
    /* background-color:#EBFDD7;  gruen */
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
    border-style:solid;
    border-left-width:2px;    
    border-bottom-width:1px;
    border-top-width:1px;
    border-right-width:1px;
    border-left-color:#b2514a;    
    border-bottom-color:#999999;
    border-top-color:#999999;
    border-right-color:#999999;
}


.inputfield-req:focus
{
    /* background-color:#EBFDD7;  gruen */
    border-bottom-color:#0e5a04;
    border-top-color:#0e5a04;
    border-right-color:#0e5a04; 
}

.inputfield2
{
    /*background-color:#EBFDD7;  */
    margin-top: 3px;
    margin-bottom: 3px;  
    margin-left: 10px;
    border-style:solid;
    border-width:1px;
    border-color:#999999;    
}

.inputfield2:focus
{
    border-color:#0e5a04; 
}



.inputfield2-req
{
    /*background-color:#EBFDD7;  */
    margin-top: 3px;
    margin-bottom: 3px;  
    margin-left: 10px;
    border-style:solid;
    border-left-width:2px;    
    border-bottom-width:1px;
    border-top-width:1px;
    border-right-width:1px;
    border-left-color:#b2514a;    
    border-bottom-color:#999999;
    border-top-color:#999999;
    border-right-color:#999999;
}

.inputfield2-req:focus
{
    border-bottom-color:#0e5a04;
    border-top-color:#0e5a04;
    border-right-color:#0e5a04; 
}

.inputfield4, .mytextarea4, .inputfield4-req {
    padding: 9px;
    border: solid 1px #E5E5E5;
    outline: 0;
    line-height: 1.2;
    font: normal 13px/150% Verdana, Tahoma, sans-serif;
    /*width: 200px;*/
    /*background: #FFFFFF url('bg_form.png') left top repeat-x;*/
    background: #FFFFFF url('bg_form.png') left top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

.inputfield4-req {
    border-left-width: 2px;
    border-left-color: #b2514a;
}

.mytextarea4 {
    width: 400px;
    max-width: 400px;
    height: 150px;
    line-height: 150%;
}

.inputfield4:hover, .inputfield4:focus, .inputfield4-req:hover, .inputfield4-req:focus, textarea:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.inputfield4-req:hover, .inputfield4-req:focus {
    border-left-color: #b2514a;
}



.mylabel4 {
    /*margin-right: 20px;
    border-right:20px;
    margin-left:10px;*/
    padding-right: 20px;
    border: 20px;
    border-color: white;
    color: #999999;
    border-spacing: 20px;
}

.mysubmit4 {
    width: auto;
    padding: 9px 15px;
    background: #2d4a74;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mysubmit {
    width: auto;
    padding: 9px 15px;
    background: #2d4a74;
    border: 0;
    /*font-size: 14px;*/
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.buttons {
    width: auto;
    padding: 5px 5px;
    background: #2d4a74;
    border: 0;
    /*font-size: 14px;*/
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mylogin{
    border-spacing:20px;
    margin:20px;
    padding:20px;
}

.Error
{
    color: #b2514a;
}

.ErrorMessage {
    color: #b2514a;
    margin-left:5px;
    padding-left:5px;
}

.TopLabel
{
    margin-left:5px;
}

.cancelbutton2
{
    margin-top: 10px;
    margin-left: 20px;  
    text-align:right;   
}

.accordion 
{
	width: 200px;
}

.accordion 
{  
    width: 400px;  
}  
          
.accordionHeader 
{  
    border: 1px solid #2F4F4F;  
    color: white;  
    background-color: #2E4d7B;  
    font-family: Arial, Sans-Serif;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
          
.accordionHeaderSelected 
{  
    border: 1px solid #2F4F4F;  
    color: white;  
    background-color: #5078B3;  
    font-family: Arial, Sans-Serif;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
          
.accordionContent 
{  
    background-color: #D3DEEF;  
    border: 1px dashed #2F4F4F;  
    border-top: none;  
    padding: 5px;  
    padding-top: 10px;  
}  



/* #menu1 {
	margin: 0px;
	height: 20px;
	width: 100%;
	background-color: #C2DCFF;
}

#menu1 a {
	color: #FFFFFF;
	text-decoration: none;
} */

#navigation {
	margin: 0px;
	background-color: #DDECFF;
	border-color: #DDECFF;
}

#navigation a {
	font: 13px Arial, Helvetica, sans-serif;
	color: #2d4a74;
	/* line-height: 16px; */
	text-decoration: none;
	display: block;
	padding: 8px 6px 10px 20px;
}
	
#navigation a.linkus {
	font: 13px Arial, Helvetica, sans-serif;
	color: #2d4a74;
	/* line-height: 16px; */
	text-decoration: underline;
	display: block;
	padding: 8px 6px 10px 20px;
}

#navigation p {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	/* line-height: 16px; */
	text-decoration: none;
	display: block;
	padding: 8px 6px 10px 20px;
}
	
#navigation a:hover {
	background: #C2DCFF;
	color: #2d4a74;
}
	
#navigation td {
	border-bottom: 1px #FFFFFF solid;
	background-color: #DDECFF;
}
	
#navigation ul {
	list-style-type: none;
}

	
#foundation
{
    width: 184px;
    height: 160px;
    background: #FFF url(../images/foundation2.png) no-repeat;
    background-position:center;
    vertical-align:middle;
}



#logo_title 	{
	color: #FFFFFF;
	line-height: 30px;
	font-weight: bold;
	background-image: transparent;
    font-style: normal;
    font-variant: normal;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}


#PageTitle
{
	/* font: 1.3em Arial, Helvetica, sans-serif;
	color: #163782;
	line-height: 50px;
	margin-top:10px;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	float:none;
	width:766px; */
	font-family: Arial, Helvetica, Sans-Serif;
	padding-top:12px;
    margin-bottom:20px;
    border-bottom:1px solid #66B31A;
    font-size: 1.5em;
    font-weight: bold;
    color: #2d4a74;
}

.totop
{
	font-size:smaller;
	padding-bottom:15px;
    border-top:1px dotted #CCCCCC;
}

#MainMenu0 	{
	background-color: transparent;
	text-align: left; 
	font-size: 12pt;
}

#TitleMenu2 td {
	font: 14px Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	background-color: #DDECFF;
}

#fullheight {height:100%}


.bar
{
    width: 30px;
    background: url(../images/pixel_white20.gif) y-repeat;
}

#tagline
{
	color: #2d4a74;
	line-height: 18px;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#title
{
	font: 13pt Arial, Helvetica, sans-serif;
	color: #2d4a74;
	line-height: 24px;
	background-color: #DDECFF;
	text-align: left;
}

#title a {
	font: 13pt Arial, Helvetica, sans-serif;
	color: #2d4a74;
	/* line-height: 16px; */
	text-decoration: none;
}

#title2 	{
	font: 12pt Arial, Helvetica, sans-serif;
	color: #2d4a74;
	line-height: 24px;
	background-color: #DDECFF;
	text-align: left;
}

#title2 a {
	font: 12pt Arial, Helvetica, sans-serif;
	color: #2d4a74;
	/* line-height: 16px; */
	text-decoration: none;
}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
/*#dateformat {
	font: 11px Arial, Helvetica, sans-serif;
	color: #2d4a74;
	letter-spacing: .2em;
	background-color: #C2DCFF;
}*/
	

/* Class Styles */
	
a.normal1,a:visited.normal1, .normal1{
	color: #FFFFFF;
	background-color: #253c5b; /* #DDECFF; */
	}

/* Zweispaliges Layout im Inhaltsbereich neu*/

#mainText .col2{
	width:46%;
	float:left;
	border-right: 1px dotted #cccccc;
	padding-right:15px;
}

#mainText .col2end{
	width:46%;
	float:left;
	padding-left:15px;
	
}

/* Zweispaliges Layout im Inhaltsbereich alt*/

#mainText #lspalte{
	width:46%;
	border-right: 1px dotted #cccccc;
	padding-right:15px;
}

#MainText #rspalte{
	width:46%;
	float:right;
	padding-right:15px;
	padding-left:5px;
}


/* Dreispaliges Layout im Inhaltsbereich neu*/

#mainText .col3{
	width:30%;
	float:left;
	border-right: 1px dotted #cccccc;
	padding-right:5px;
	margin-right:15px;
}

#mainText .col3end{
	width:30%;
	float:left;
	margin-right:0px;
}



.clear {
	clear: both;
}


.special
{
    color: #FFFFFF;
	background-color: #FF9933;
	cursor:default;
}

.background{
	background-color: #DDECFF;
	}
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.static_hoverstyle {
	background-color: #FF9933; 
	color:White;
	}
	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #2d4a74;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #2d4a74;
	line-height: 12px;
	/*letter-spacing:.1em;*/
	text-decoration: none;
}

.navTextus {
	font: 12px Arial, Helvetica, sans-serif;
	color: #2d4a74;
	line-height: 12px;
	/*letter-spacing:.1em;*/
	text-decoration: underline;
}

.navText1 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #2d4a74;
	line-height: 16px;
	letter-spacing:.1em;
	text-decoration: none;
}

.navText2 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #2d4a74;
	line-height: 8px;
	/*letter-spacing:.1em;*/
	text-decoration: none;
}

.imgReports {
	max-width:560px;
	width: expression (this.width);
	max-height:560px;
	height: expression (this.height);
}

.imgReports0 {
	max-width:200px;
	width: expression (this.width);
	max-height:200px;
	height: expression (this.height);
}

TABLE TD
{
    font-size:1.0em;
}

TABLE.fine
{
    border-left-color: #ffffff;
    border-bottom-color: #ffffff;
    color: #000000;
    border-top-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: #F8F8F8;
    border-right-color: #ffffff;
    vertical-align: top;
}
TABLE.fine TH {
	border: 1px solid #ffffff;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	/* background-color: #163782; 111010 */
	background-color: #253c5b;
	padding-left:5px;
	height: 30px;
	width: 0;
}
TABLE.fine TH a{
	border: 0px solid #ffffff;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	/* background-color: #163782; 111010 */
	background-color: #253c5b;
	height: 30px;
	width: 0;
}
TABLE.fine TD
{
    border-right: #ffffff 1px solid;
    padding-right: 3px;
    border-top: #ffffff 1px solid;
    padding-left: 5px;
    padding-bottom: 3px;
    border-left: #ffffff 1px solid;
    color: #000000;
    padding-top: 3px;
    border-bottom: #ffffff 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f2f2f2;
}

TABLE.officer2
{
    border-width: 1px 1px 0px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #d0d0d0;
	border-collapse: separate;
	background-color: white;
}
TABLE.officer2 TH {
	border-width: 0px 0px 1px 1px;
	padding: 2px;
	border-style: solid;
	background-color: #f0f0f0;
	border-color: #d0d0d0;
	text-align: left;
	border-bottom: solid 1px #c0c0c0;
	color: #2d4a74;
}

TABLE.officer2 TD
{
    border-width: 0px 0px 1px 1px;
	padding: 4px;
	border-style: solid;
	border-color: #d0d0d0;
	vertical-align: top;
	text-align:left;
}

TABLE.officer
{
    border-style:none;
	border-collapse: collapse;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	width:100%;
}

TABLE.officer TD
{
    border-style:none;
	border-color:#ffffff;
	padding: 20px;
}

TABLE.officer TD p
{
    padding-bottom:0px;
	padding-top:0px;
}



table.grey {
    border-width: 1px 1px 0px 0px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #d0d0d0;
    border-collapse: separate;
    background-color: white;
    /*color: #123456;*/
}

table.grey th {
        border-width: 0px 0px 1px 1px;
        padding: 2px;
        border-style: solid;
        background-color: #f0f0f0;
        border-color: #d0d0d0;
        /*color: #666;*/
        text-align: center;
        border-bottom: solid 1px #c0c0c0;
    }

table.grey td {
        border-width: 0px 0px 1px 1px;
        padding: 4px;
        border-style: solid;
        border-color: #d0d0d0;
        /*color: #666;*/
        vertical-align: top;
        text-align: center;
    }

table.grey-left {
    border-width: 1px 1px 0px 0px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #d0d0d0;
    border-collapse: separate;
    background-color: white;
    /*color: #123456;*/
}

table.grey-left th {
        border-width: 0px 0px 1px 1px;
        padding: 2px;
        border-style: solid;
        background-color: #f0f0f0;
        border-color: #d0d0d0;
        /*color: #666;*/
        text-align: center;
        border-bottom: solid 1px #c0c0c0;
    }

table.grey-left td {
        border-width: 0px 0px 1px 1px;
        padding: 4px;
        border-style: solid;
        border-color: #d0d0d0;
        /*color: #666;*/
        vertical-align: top;
        text-align: left;
    }

TABLE.calendar 
{
    border-left-color: #253c5b; 
    border-bottom-color: #253c5b; 
	border-top-color: #253c5b; 
	border-right-color: #253c5b;
	/* background-color: #F8F8F8;  */
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.90em;
	border-collapse: collapse; 	
}

TABLE.calendar TH {
	border-right: #253c5b 1px solid;
	border-top: #253c5b 1px solid;
	border-left: #253c5b 1px solid;
	border-bottom: #253c5b 1px solid;
	color: #FFFFFF;
	font-size:0.95em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align:top;
	background-color: #253c5b;
}
TABLE.calendar TD
{
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
	/* background-color: #FFFFFF; */
}

TABLE.front 
{
    border-left-color: #253c5b; 
    border-bottom-color: #253c5b; 
	border-top-color: #253c5b; 
	border-right-color: #253c5b;
	/* background-color: #F8F8F8;  */
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.90em;
	border-collapse: collapse; 	
}

TABLE.front TH {
	border-right: #253c5b 1px solid;
	border-top: #253c5b 1px solid;
	border-left: #253c5b 1px solid;
	border-bottom: #253c5b 1px solid;
	color: #FFFFFF;
	font-size:0.95em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align:top;
	background-color: #253c5b;
}
TABLE.front TD
{
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
	/* background-color: #FFFFFF; */
}

TABLE.frontpage
{
    border-left-color: #253c5b; 
    border-bottom-color: #253c5b; 
	border-top-color: #253c5b; 
	border-right-color: #253c5b;
	/* background-color: #F8F8F8;  */
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.90em;
	border-collapse: collapse; 	
}

TABLE.frontpage TH {
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	color: #333333;
	font-size:0.95em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align:top;
	font-weight:bold;
}
TABLE.frontpage TD
{
	border-right: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
	/* background-color: #FFFFFF; */
}

TABLE.awards {
	BORDER-LEFT-COLOR: #253c5b; 
	BORDER-BOTTOM-COLOR: #253c5b; 
	COLOR: #000000; 
	BORDER-TOP-COLOR: #253c5b; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BORDER-COLLAPSE: collapse; 
	BACKGROUND-COLOR: #F8F8F8; 
	BORDER-RIGHT-COLOR: #253c5b;
}
TABLE.awards TH {
	BORDER-RIGHT: #253c5b 1px solid;
	BORDER-TOP: #253c5b 1px solid;
	BORDER-LEFT: #253c5b 1px solid;
	COLOR: #FFFFFF;
	BORDER-BOTTOM: #253c5b 1px solid;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	background-color: #253c5b;
}
TABLE.awards TD
{
	border-right: #253c5b 1px solid;
	border-top: #253c5b 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #253c5b 1px solid;
	color: #333333;
	padding-top: 5px;
	border-bottom: #253c5b 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* Bild links platziert, wird vom Text umflossen */
img.left {
	
	float:left;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:10px;
	border: none;
	}

/* Bild rechts platziert, wird vom Text umflossen */
img.right {
	
	float:right;
	margin-top:0px;
	margin-left:15px;
	margin-right:0px;
	margin-bottom:10px;
	border: none;
	}

.login 
{
   
	 
}

.loginTitle {
	FONT-SIZE: 11pt; padding-bottom:10px; font-weight:bold; COLOR: #253c5b; FONT-FAMILY: Arial, Helvetica, sans-serif; 
	WHITE-SPACE: nowrap; TEXT-ALIGN:center;
}

.loginTextBox {
	padding-bottom:10px; FONT-FAMILY: Arial, Helvetica, sans-serif; background-color:#ECFFEC;
	WHITE-SPACE: nowrap; TEXT-ALIGN:center;
}

.loginLabel {
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

.account {
	FONT-SIZE: 9pt; padding-left:22px; font-weight:bold; COLOR: #777777; FONT-FAMILY: Arial, Helvetica, sans-serif; WHITE-SPACE: nowrap; TEXT-ALIGN: left
}

.login_status {
	FONT-SIZE: 9pt; padding-left:22px; font-weight:bold; COLOR: #253c5b; FONT-FAMILY: Arial, Helvetica, sans-serif; WHITE-SPACE: nowrap; TEXT-ALIGN: left
}

.myLabels {
	FONT-SIZE: 10pt; FONT-FAMILY: Arial, Helvetica, sans-serif; WHITE-SPACE: nowrap; TEXT-ALIGN: left
}

.small {
	FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; WHITE-SPACE: nowrap; TEXT-ALIGN: left
}
.main {
	RIGHT: 0px; LEFT: 0px; WIDTH: 100%; BOTTOM: 0px; TOP: 0px;
	background-image:url('../images/background.gif'); 
	background-repeat:repeat-y;
}



.content {
  RIGHT: 0px; LEFT: 0px; WIDTH: 100%; BOTTOM: 0px; TOP: 0px; 
}

.mymenu-bar {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image:url('./images/menu-bar.jpg'); 
	background-repeat:repeat-x;
	vertical-align:text-top;
	bottom:2px;
	white-space:nowrap;
}


.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(../images/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url(../images/shadow.png) right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0px;
}


/* helper classes (not YDSF related) */

.demo-ydsf {
	position: relative;
	border: 1px solid #999;
	padding: 10px;
	background: #fff url(../images/gradient.jpg) left top repeat-x;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { float: right; }

.note {
	width: 200px;
	border: 1px solid #666;
	padding: 10px;
	background: #ffc;
	color: #333;
}

/* für pdf Dateien */

a.pdf,a:visited.pdf,a:hover.pdf,a:active.pdf, .pdf

	{ 

	background: url(http://www.isprs.org/images/pdf_klein.gif) no-repeat transparent left center;

	padding-left: 16px;
   	padding-right: 3px;
	
}

/* klasse "externerlink", bei externen Links wird der linkexternicon.gif eingefügt*/
a:link.externerlink,a:visited.externerlink , a:hover.externerlink , a:active.externerlink , .externerlink {


background: url(http://www.isprs.org/images/linkexternicon_klein.gif) no-repeat transparent 1px 6px;

   	
	
   	padding-left: 13px;
   	padding-right: 3px;	
}

/* klasse "internerlink", bei internen Links wird der intern_klein.gif eingefügt*/
a:link.internerlink,a:visited.internerlink , a:hover.internerlink , a:active.internerlink , .internerlink {


background: url(http://www.isprs.org/images/intern_klein.gif) no-repeat transparent 1px 4px;

   	
	
   	padding-left: 13px;
   	padding-right: 3px;	
}

/* für word Dateien */

a.word,a:visited.word,a:hover.word,a:active.word, .word

	{ 

	background: url(http://www.isprs.org/igages/doc_klein.gif) no-repeat transparent left center;

	padding-left: 17px;
   	padding-right: 3px;
	
}

/* für .ps Dateien */

a.ps,a:visited.ps,a:hover.ps,a:active.ps, .ps

	{ 

	background: url(http://www.isprs.org/images/ps_klein.gif) no-repeat transparent left center;

	padding-left: 17px;
   	padding-right: 3px;
	
}

/* für Mail-Links */
a.email,a:visited.email,a:hover.email,a:active.email, .email

        { 

        background: url(http://www.isprs.org/images/mailtoicon.gif) no-repeat transparent left center;

        padding-left: 16px;
        padding-right: 3px;
        
}

/* für Websites */
a.url,a:visited.url,a:hover.url,a:active.url, .url

        { 

        background: url(http://www.isprs.org/images/homeicon2.gif) no-repeat transparent left center;

        padding-left: 16px;
        padding-right: 3px;
        
}

/* für Telefonnummern */
.tel, span.tel {

        background: url(http://www.isprs.org/images/telefon.gif) no-repeat transparent left center;

        padding-left: 16px;
        padding-right: 3px;
}

/* für Faxnummern */
.fax, span.fax {

        background: url(http://www.isprs.org/images/fax.gif) no-repeat transparent left center;

        padding-left: 16px;
        padding-right: 3px;
}

/* for Uppercase */
.uppercase, span.uppercase {

        text-transform:uppercase;
}

/* for Uppercase */
a.right, a:visited.right, a:hover.right, a:active.right, .right, span.right {

        text-align:right;
}

/* für Datei-Links */
a.file,a:visited.file,a:hover.file,a:active.file, .file { 

        background: url(http://www.isprs.org/images/icon_datei.png) no-repeat transparent left center;

        padding-left: 16px;
        padding-right: 3px;
}
/* für rss feeds */

a.rss,a:visited.rss,a:hover.rss,a:active.rss, .rss

	{ 

	background: url(http://www.isprs.org/images/feed-icon-14x14.png) no-repeat transparent;

	padding-left: 16px;
	padding-right: 3px;
	display:block;
	border-bottom:1px solid transparent;
}
/* Link alle News sehen*/
a.em,a:visited.em,a:hover.em,a:active.em, .em {

        background: url(http://www.isprs.org/images/right-arrow.png) no-repeat transparent;

        padding-left: 16px;
        padding-right: 3px;
		display:block;
		border-bottom:1px solid transparent;
}
/* für wichtige symbolische Hinweis */
span.achtung {

        background: url(http://www.isprs.org/images/icon_achtung.png) no-repeat transparent;

        padding-left: 16px;
        padding-right: 3px;
}

.figure {
	
	font-size:smaller; 
	font-weight:bold; 
	text-align:center; 
	vertical-align:top
	}