body { 
  margin-left: 0px; 
  margin-top: 0px; 
  margin-right: 0px; 
  margin-bottom: 0px; 
  background-color: #B2DFEE;
  background-image: url('../bilder/bg1.jpg'); 
	background-repeat: repeat;

}

p { line-height: 16px }

#registrierungtbllinks {
    width:160px;
    text-align:right;
    float:left;

    margin: 3px;
    line-height: 24px;
}

#registrierungtblrechts {
    width:90px;
    text-align:left;
    line-height: 24px;
    float:left;
}


body, td { color: #236B8E; font-family: Tahoma, Arial, Helvetica, Verdana; font-size: 11px; }

.input { color: #236B8E; font-family: Tahoma, Arial, Helvetica, Verdana; font-size: 11px }

.linkstandard {
color: #009ACD; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #009ACD
}
a { color: #009ACD; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #009ACD }
a:link { color: #009ACD; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #009ACD }
a:active { color: #009ACD; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #009ACD }
a:hover { color: #009ACD; font-weight: bold; text-decoration: none; border-bottom: none }
a:vlink { color: #009ACD; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #009ACD }

a.image { color: #009ACD; font-weight: bold; text-decoration: none; border-bottom: none }
a.image:link { color: #009ACD; font-weight: bold; text-decoration: none; border-bottom: none }
a.image:active { color: #009ACD; font-weight: bold; text-decoration: none; border-bottom: none }
a.image:hover { color: #009ACD; font-weight: bold; text-decoration: none; border-bottom: none }
a.image:vlink { color: #009ACD; font-weight: bold; text-decoration: none; border-bottom: none }

.menue a{ color: #0198E1; font-size: 13px; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #009ACD }
.menue a:link { color: #0198E1; font-size: 13px; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #009ACD }
.menue a:active { color: #0198E1; font-size: 13px; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #009ACD }
.menue a:hover { color: #0198E1; font-size: 13px; font-weight: bold; text-decoration: none; border-bottom: none }
.menue a:vlink { color: #0198E1; font-size: 13px; font-weight: bold; text-decoration: none; border-bottom: 1px dotted #009ACD }

.menue2 a{ color: #0198E1; font-size: 12px; font-weight: normal; text-decoration: none; border-bottom: 1px dotted #009ACD }
.menue2 a:link { color: #0198E1; font-size: 12px; font-weight: normal; text-decoration: none; border-bottom: 1px dotted #009ACD }
.menue2 a:active { color: #0198E1; font-size: 12px; font-weight: normal; text-decoration: none; border-bottom: 1px dotted #009ACD }
.menue2 a:hover { color: #0198E1; font-size: 12px; font-weight: normal; text-decoration: none; border-bottom: none }
.menue2 a:vlink { color: #0198E1; font-size: 12px; font-weight: normal; text-decoration: none; border-bottom: 1px dotted #009ACD }


/* calendar styles */
/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
/* calendar styles end */


body > .toolbar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 10px;
    height: 45px;
    background: url('../iui/toolbar.png') #6d84a2 repeat-x;
}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

body[orient="landscape"] > .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}

.button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
}

#backButton {
    display: inline;
    left: 6px;
    right: auto;
    padding: 0;
    max-width: 55px;
    border-width: 0 8px 0 14px;
    -webkit-border-image: url('../iui/backButton.png') 0 8 0 14;
}

/* registrierungs style */

.register_label {

}
form .check-boxes label {
  display: inline-block;
}

.register1
{
  background-color: #ffffff;
  color: #838b83;
  font-family: Tahoma, Arial, Helvetica, Verdana;  
  position: relative;
  margin-bottom: 1em;
  padding: .625em .9375em;
  width: 90%;
  border: 1px solid #000000;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.15);
  font-weight: 200;
  font-size: 11px;
  line-height: 1.25em;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.register1:hover,
.register1:active,
.register1:focus
{
  color: #236b8e;
  top: -3px;
  left: -3px;
  -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.15);
}

.register1_checkbox {
  float: left;
  clear: left;
}

fieldset {
  border:0px
}