html{
   height:100%;
}
body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;   
}
ul {
	list-style-image:url(/WebObjects/TWRegistrierung/_images/list_dot.gif);
	list-style-type:disc;
	list-style-position:outside;
}
a.closeWindow {
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(/WebObjects/TWRegistrierung/_images/close_window_link.gif);
	padding-left:14px;
	font-size:10px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
   text-decoration:none;
}
a.closeWindow:hover{
   text-decoration:underline;  
}
a.cornelsen {
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(/WebObjects/TWRegistrierung/_images/pfeil_link.gif);
	padding-left:14px;
	font-size:10px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
   text-decoration:none;
}
a.cornelsen:hover{
   text-decoration:underline;  
}
a.normal {
	color:#BB0000;
	background-image:url(/WebObjects/TWRegistrierung/_images/pfeil_link.gif);
	padding-left:14px;
	font-size:12px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
   text-decoration:none;
}
a {
	color:#BB0000;
	font-size:12px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
   text-decoration:none;
}
a,a.normal,a.normal:hover{
   text-decoration:underline;  
}
a.bold {
	color:#BB0000;
	background-image:url(/WebObjects/TWRegistrierung/_images/pfeil_link.gif);
	padding-left:14px;
	font-size:12px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
   text-decoration:none;
	font-weight:bold;
}
a.bold:hover{
   text-decoration:underline;  
}
ul {
	list-style-image:url(/WebObjects/TWRegistrierung/_images/list_dot.gif);
	list-style-type:disc;
	list-style-position:outside;
}

/*********  padding  *********/
.pad15all {
	padding: 15px;
}
.pad5top {
	padding-top: 5px;
}
.pad15top {
	padding-top: 15px;
}
.pad15left {
	padding-left: 15px;
}
.pad30left {
	padding-left: 30px;
}
.pad5left {
	padding-left: 5px;
}
.pad15left {
	padding-left: 15px;
}
.pad5bot {
	padding-bottom: 5px;
}
.pad15bot {
	padding-bottom: 15px;
}
.pad15rig {
	padding-right: 15px;
}
.pad30all {
	padding: 30px;
}
.pad25all {
	padding: 25px;
}
.pad20all {
	padding: 20px;
}
/*********  text  ********/
.weightbold {
	font-weight: bold;
}
.fontsize20 {
	font-size: 20px;
}
.colorFF0000 {
	color: #FF0000;
}


/*********  border  *********/
.bortopFFFFFF {
	border-top: 1px solid #FFFFFF;
}
.borall9A9A9A{
	border-width:1px;
	border-color:#9A9A9A;
	border-style:solid;
}


/*********  bg  *********/
.bgDFE19A {
	background: #DFE19A;
}
.bgFFFFFF {
	background: #FFFFFF;
}