table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h6 {
	font-style: italic;
  	font-weight: bold;
  	font-size: 14pt;
  	font-family: Courier;
  	color: blue;
}

a:link {color:blue; text-decoration:none;}
a:visited {color:blue; text-decoration:none}
a:hover {color:#000000; text-decoration:none}

div.noprint {
  	display: none;
}

div.signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: medium solid;
	border-right: medium none;
	border-bottom: medium none;
	border-left: medium none;
}

#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

.Auswahl { 
	/* background-color:#dff; */
	width:300px;
	/*border:6px solid #ddd; */
	}

.menutitle {
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#ECECFF;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
	}

.regtitle {
	margin-bottom: 5px;
	background-color:#FFECEC;
	color:#000000;
	width:140px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}
	
.submenu {
	margin-bottom: 0.5em;
	text-align: left;
}

.redbox {
	background-color:#FFBBDD; padding:6px; margin:0px;
}
	
.ISSF {
	color:#FF0000;
	font-size: 10pt;
}

.TEAM {
	color:#0000FF;
	font-size: 10pt;
}

.ORGANIZERS {
	color:#00FF00;
	font-size: 10pt;
}

.MEDIA {
	color:#FF00FF;
	font-size: 10pt;
}

.formtitle1 {
	text-align: center;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.formtitle2 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.formtitle3 {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.formtitle4 {
	text-align: center;
	font-size: 1.0em;
/*	font-weight: bold; */
	margin-bottom: 0.5em;
}

.hinweis {
	font-size: 1.0em;
}

.table_tr:hover {
	background-color:#EfECFF;
}

a.button {
	padding:3px 7px 2px;
	margin: 1px;
	color:#000000;
	text-decoration:none;
	font-size:10pt;
	background-color:#FFF;  
	background-image:url(images/textbg.png);  
	background-repeat:repeat-x;
	background-position:0 0%;
	border:1px solid #b2b2b2; 
}

a.button:active,
a.button:hover,
a.button:focus {
	border:1px solid #666;  
	background-color:#FFF;
}

input, select {
	padding:1px;
	margin:1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #b2b2b2;
	border-top:1px solid #b2b2b2;
}

input {
	padding:2px 5px;
	font-size:1.0em;
	background-color:#FFF;  
	background-image:url(images/textbg.png);  
	background-repeat:repeat-x;
	background-position:0 0%;
	border:1px solid #b2b2b2; 
}

input:hover, 
input:active,
input:focus {
	border:1px solid #666;  
	background-color:#FFF;
}

select {
	background-color:#FFF;  
	border:1px solid #b2b2b2; 
}


select:focus, 
select:hover,
select:active {
	border:1px solid #666;  
	background-color:#FFF;
}

option {
	background-color:#FFF;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

optgroup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}

option:hover,
option:focus,
option:active {
	background-color:#6495ed;
}
	
