/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 
{
	font-size: 20px;
	font-family: Times New Roman;
	color: #0B3040;
	margin: 0px;
	font-weight: normal;
}

h2
{
	font-size: 16px
}

h3 
{
	color: #5E7680;
	font-size: 13px;
}



/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

.text1 
{
	font-family: Times New Roman;
	margin-bottom: 18px;
	font-size: 14px;
	color: #5E7680;
}

.text2 
{
	font-family: Times New Roman;
	font-size: 21px;
	color: #0B3040;
}

.text3 
{
	font-family: Times New Roman;
	text-align: center;
	color: #9FA0A0;
}

.text4 
{
	font-family: Times New Roman;
	font-size: 14px;
	color: #FFFFFF;
}

.text5 
{
	font-family: Times New Roman;
	font-size: 21px;
	font-weight: normal;
	color: #DAC89A;
}
.text6 
{
	font-family: Times New Roman;
	font-size: 21px;
	font-weight: normal;
	color: #1E5355;
	
}

.subtext
{
	margin-top: -15px;
	padding-bottom: 15px;
	font-size: 10px;
}


/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 0px;
	background: url(images/subpage1_02.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

.list1 h4 {
	font-size: 11px;
}

.list1 p {
	margin: 0px;
	color: #BECACF;
}

.list1 a {
	padding-left: 15px;
	background: url(images/subpage1_01.gif) no-repeat left center;
	text-decoration: none;
	color: #FFFFFF;
}

.list1 a:hover {
	text-decoration: underline;
}



/** LINKS */

a {
	color: #1D5065;
}

a:hover {
	text-decoration: none;
}
a.clean
{
	text-decoration: none;
}
a.clean:hover
{
	color: #1D5065;
	text-decoration: underline;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}


.link2 {
	text-decoration: none;
	color: #FFFFFF;
}

.link2:hover {
	text-decoration: underline;
}
.link3 {
	text-decoration: none;
	color: #0B3040;
}

.link3:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	padding-left: 16px;
	background: url(images/subpage1_01.gif) no-repeat 0px 5px;
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg2 { background: url(images/homepage03.jpg) repeat-x left top; }
.bg3 { background: url(images/greenright.png) repeat-x left top; }
.bg4 { background: url(images/homepage08.gif) repeat-x left bottom; }
.bg5 { background: #FFFFFF; border: 3px solid #FFFFFF; }
.bg6 { background: url(images/homepage14.gif) repeat-x left top; }
.bg7 { background: url(images/homepage16.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 
{
	height: 1px;
	margin-top: 15px;
	padding-bottom: 15px;
	background: url(images/homepage13.gif) repeat-x left top;
}


#greenphoto
{
	position: absolute;
	height: 228px;
	width: 400px;
	background-repeat: no-repeat;
	background-image: url('photoswitch/0.jpg');
	background-position: 12px 0px;
}


div.ui-tooltip {
    max-width: 300px;
		padding: 5px;
}

/* Sortable tables */
table.sortable thead {
    cursor: default;
}
table.sortable thead th {
		border-bottom: #1D5065 1px solid;
}
table.sortable tfoot td {
		border-top: #1D5065 1px solid;
}

table.sortable tbody tr:nth-child(2n) td {
  background: #ffffff;
}
table.sortable tbody tr:nth-child(2n+1) td {
  background: #ebf2ec;
}

.error
{
	position: relative;
	padding-left: 5px;
	color: red;
}


input.error, select.error {
      background: #acccad;
}



form p { position:relative; }
form p br { display: none; }
form td { position:relative; }
form td br { display: none; }
label  { position:absolute; color: #8ba78c; margin-left: 3px; }
td label  {margin-top: 4px; margin-left: 5px; }

br.rowdinnerseminar
{
	display: block;
}

td.regrow
{
	margin: 0px;
	padding: 3px;
	padding-left: 5px;
	border-top: black 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;
}
