body {
	margin: 0;
	padding: 0;
	background-color: #c9e0cc;
	font-family: Arial;
	font-size: 12px;
}

/*table, td { border: 1px solid #fff; }*/

.rootTd, .menu, .charityTd, .logoTd, .breadcrumb, .content, .content_admin, .footer, .login, .Normal, .Normal TD, .NormalTextBox, P, .Normal P {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
}

.email a:link, .email a:visited, .breadcrumb a:link, .breadcrumb a:visited, .Normal a:link, .Normal a:visited, a.CommandButton:link, a.CommandButton:visited {
	font-weight: bold;
	color: #333;
}

.email a:hover, .email a:active, .breadcrumb a:hover, .breadcrumb a:active, .Normal a:hover, .Normal a:active, a.CommandButton:hover, a.CommandButton:active {
	color: #999;
	text-decoration: none;
}

.mainTable {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.leftTd {
	vertical-align: top;
	height: 100%;
}

.logoTd {
	height: 192px;
	border: 8px solid #dfeddf;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.logo {
	vertical-align: middle;
	text-align: center;
}

.menu {
	height: 100%;
	vertical-align: top;
	background-color: #eaf3e9;
}

.hspace40 {
	height: 40px;
	background-color: #eaf3e9;
}

.bkg_india {
	width: 244px;
	height: 384px;
	background-image: url(media/bkg_india.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.midTd { 
	width: 25px;
}

.rightTd {
	vertical-align: top;
	width: 700px;
	background-color: #eaf3e9;
	border-bottom: 8px solid #dfeddf;
}

.headTd {
	vertical-align: top;
	height: 50px;
	background-color: #c9e0cc;
	border: 8px solid #dfeddf;
}

.kidsTd {
	width: 420px;
	height: 176px;
/*	border-right: 8px solid #dfeddf;*/
}

.charityTd {
	width: 280px;
	height: 100%;
	text-align: right;
	vertical-align: top;
}

.charity {
	width: 100px;
	height: 100px;
	text-align: right;
	vertical-align: top;
	padding-right: 8px;
	padding-top: 8px;
}

.charity a:link, .charity a:visited {
	display: block;
	height: 92px;
	width: 100px;
	background-image: url(media/charity_star.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.charity a:hover, .charity a:active {
	background-image: url(media/charity_star_hover.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.email {
	height: 76px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

.breadcrumb {
	height: 45px;
	padding-left: 20px;
	vertical-align: bottom;
	padding-bottom: 0px;
}

.contentTd {
	padding-left: 20px;
	padding-top: 4px;
	padding-right: 60px;
	padding-bottom: 32px;
}

.content {
	height: 300px;
	vertical-align: top;
	border-top: 1px solid #c9e0cc;
}

.content_admin {
	height: 300px;
	vertical-align: top;
	padding-top: 49px;
	padding-left: 20px;
	padding-right: 32px;
	padding-bottom: 32px;
}

.login {
	text-align: right;
	padding-top: 4px;
	padding-right: 8px;
	color: #338929;
}

.login a:link, .login a:visited {
	color: #338929;
}

.login a:hover, .login a:active {
	color: #53e343;
	text-decoration: none;
}

/*CONTENT STYLING *******************/

.conTitleCell {
	padding-top: 4px;
	padding-bottom: 8px;
	letter-spacing: 1px;
	font-size: 30px;
}

.content .conTable .conContentCell IMG {
}

/* BILDUNTERSCHRIFTEN GESTALTUNG ******/
H4 {
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
	color: #333;
	font-size: 10px;
}

H1 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 7px;
	color: #330000;
	font-size: 16px;
	letter-spacing: 1px;
}

H2 {
	margin: 0px;
	padding: 0px;
	padding-top: 12px;
	padding-bottom: 4px;
	color: #330000;
	font-size: 14px;
}

H3 {
	margin: 0px;
	padding: 0px;
	color: #330000;
	font-size: 12px;
	text-decoration: underline;
}

.feedback {
	margin-left: 15px;
}

.feedback input.NormalTextBox, .feedback textarea.NormalTextBox {
	border: 1px solid  #333;
}

.feedback input.NormalTextBox {
	font-size: 14px;
	height: 20px;
}

.feedback checkbox.NormalTextBox {
}


.SubHead {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	vertical-align: top;
}

a.sendButton:link, a.sendButton:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	background-color: #c9e0cc;
}


a.sendButton:hover, a.sendButton:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	background-color: #666;
}

.cancelButton { display: none; }
