body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;	
	background-color: #F5F5F5;	
}
#top-header {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	height: 20px;
}
#main-container {
	clear: left;
	float: left;
	position: relative;	
	width: 100%;		
	text-align: center;		
}
#main {	
	position: relative;
	margin:0px auto;	
	width: 860px;	
	text-align: left;	
}
#header {	
	position: relative;
	float: left;		
	width: 860px;
	height: 240px;	
}
#content-container-main {
	position: relative;
	float: left;
	width: 860px;
	background-color: #FFFFFF;
}
#content-container {
	clear: left;	
	position: relative;
	float: left;		
	width: 820px;
	left: 20px;	
	margin-bottom: 40px;	
}
#content-body {
	position: relative;
	float: left;		
	width: 540px;
	left: 0px;	
}
#content-body-top {
	position: relative;
	float: left;		
	width: 540px;
	left: 0px;	
}
#content-body-left {
	clear: left;
	position: relative;
	float: left;		
	width: 260px;
	left: 0px;
	/*margin-top: 20px;*/	
}
#content-body-right {
	position: relative;
	float: right;		
	width: 260px;
	right: 0px;
	/*margin-top: 20px;*/	
}
#content-sidebar-container {
	position: relative;
	float: right;		
	width: 260px;
	right: 0px;	
}
#content-navigation {
	position: relative;
	float: left;		
	width: 260px;
	right: 0px;	
}
#content-language-selection {	
	clear: left;
	position: relative;
	float: left;
	margin-top: 20px;	
}
#content-body-border {	
	clear: left;
	position: relative;
	float: left;
	margin-top: 20px;	
}
.content-element {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 15px;
}
#content-body-border .content-element {
	padding-bottom: 0px;
}
p {
	margin: 0px;
	padding-bottom: 5px;
}

/* Text formatting */

ul {
	/* general */
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
ul li {
	list-style-type: disc;
	/* first level */		
}
ul li ul li{
	/* second level */
	margin-left: 20px;
}


a {
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

H1 {
	margin-top: 0px;
}
H2 {
	margin: 0px;
	padding: 0px 0px 5px 0;
}
.caption {
	font-size: 12px;
}

/* Sidebar */


/* Navigation */
#content-navigation ul.main-navigation {
	margin: 0px;
	padding: 0px;
}
#content-navigation ul.main-navigation li {
	list-style: none;
}
#content-navigation ul.main-navigation li ul {
	margin: 0px;
	padding: 0px;
}
#content-navigation ul.main-navigation li ul li {
	list-style: none;
	margin-left: 20px;
	margin-top: 5px;
}

/* News */

.csc-frame-frame2 {
	padding: 0px;
	background-color: #FFFF00;
}

.csc-frame-frame2 a {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.csc-frame-frame2 a:hover {
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}



/*

.vdnews {
	background-color: #FFFF00;
}

.csc-frame-frame2:before {
  background: transparent url(pics/corner_ur.gif) scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url(pics/corner_ul.gif);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.csc-frame-frame2:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(pics/corner_bl.gif);
  margin: 0 0 -1px 0;
  height: 30px;
  background-color: #FFFF00;
  background: transparent url(pics/corner_br.gif) scroll no-repeat bottom right ;
  padding: 0;
}
*/
/*
div.news-content-element {
	margin: 20px 0px 20px;
	padding: 0px;
	background-color: #FFFF00;		
}

div.news-content-element div.corner-ul {
	background: url(pics/corner_ul.gif) top left no-repeat;
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0;		
}
div.news-content-element div.corner-ur {
	background: url(pics/corner_ur.gif) top right no-repeat;
	position: relative;
	float: right;
}
*/

#content-navigation ul {
	margin: 0px;
	padding: 0px;
}

#content-navigation li {
	/* first level */
	margin-left: 0px;
	list-style-type: none;
	font-weight: normal;
}
#content-navigation ul li ul li{
	/* second level */
	margin-left: 20px;
	list-style-type: none;
}

#content-navigation li.navigation-active-cur {
	/* navigation item which is currently selected */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content-navigation a.navigation-standard {
	/* navigation item which is not selected and not within the root line*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}
#content-navigation a.navigation-standard:hover {
	/* navigation item which is not selected and not within the root line*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}
#content-navigation a.navigation-active-act {
	/* navigation item which is not selected but within the root line*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}
#content-navigation a.navigation-active-act:hover {
	/* navigation item which is not selected but within the root line*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}

/* Language selection */

#content-language-selection {
	/* language selection item which is currently selected */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#content-language-selection a {
	/* language selection item which is not selected and not within the root line*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}
#content-language-selection a:hover {
	/* language selection item which is not selected and not within the root line*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
}

/* Mail form */

.mailform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.mailformrequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

FORM TABLE TR TD {
	text-align: left;
	width: 150px;
}

/* payments */

#response {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F0037F;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 15px;
}
#response .number{
	color: #000000;
}
label {
	clear: left;
	float: left;
	width: 130px;
}
