/* Die Auskommentierung ist optional! */
body {
	font-family: arial, helvetica, sans-serif;
}

.important {
	color: red;
	font-weight: bold;
}

#box {
	width: 800px;
	height: 800px;
	margin: 0px auto;
}

#menu {
	background-image: url(../img/menu.png);
	background-repeat:no-repeat;
	width: 200px; 
	height: 745px;
	padding-top: 5px;
	float: left;
	overflow:auto;
}

#navi {
	margin: 0px;
}

#header {
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 50px;
}

#headerbox {
	left: 520px;
	top: 12px;
	position: relative;
	width: 270px;
}

#languageSelection {
}

#searchbox {
	height: 22px;
	margin-left: 45px;
}

#searchfield {
	width: 190px;
	border:1px solid black;
}

#searchbutton {
	top: 2px;
	position: relative;
}

#content {
	float: right;
	width: 550px;
	margin-top: 37px;
	margin-right: 37px;
}

#content_top {
	background-image: url(../img/box_top.png);
	width: 550px;
	height: 17px;
}

#content_middle {
	background-image: url(../img/box_middle.png);
	width: 530px;
	min-height: 430px;
	max-height: 635px;
	padding: 0px 10px 0px 10px;
	font-size: 15px;
	line-height: 1.3;
	overflow: auto;
}

#content_bottom {
	float: right;
	background-image: url(../img/box_bottom.png);
	width: 550px;
	height: 18px;
}

#bhajan-quote {
	border-style:dotted;
	border-width: 0px 0px 1px 0px;
	font-size: 16px;
	font-family: Times;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
	padding-top: 5px;
	text-align: right;
}

fieldset {
	margin: 20px 0;
	padding: 15px 10px;
	border: 3px double #006d64;
	overflow: auto;
}

legend {
	padding: 2px 5px;
	font-weight: bold;
}

.formline {
	border: 1px solid #006d64;
	margin-left:5px;
	margin-right:5px;
	width:170px;
}

.longform {
	width:402px;
}

#small_content {
	float: right;
	width: 270px;
	margin-top: 37px;
	margin-right: 37px;
}

#small_content_top {
	background-image: url(../img/boxs_small_top.png);
	width: 270px;
	height: 10px;
}

#small_content_middle {
	background-image: url(../img/boxs_small_middle.png);
	width: 250px;
	min-height: 230px;
	max-height: 635px;
	padding: 0px 10px 0px 10px;
	font-size: 15px;
	line-height: 1.3;
	overflow: auto;
}

#small_content_bottom {
	float: right;
	background-image: url(../img/boxs_small_bottom.png);
	width: 270px;
	height: 10px;
}

#content h1, #small_content h1 {
	font-size: 16px;
	font-weight: bold;
}

.navilist, .navilist ul {
	list-style: none;
	padding:0px;
	color: #355d6c;
	text-decoration:none;
	width: 175px;
}

.navilist ul {
	font-size: 12px;
}

.navilist li  {
	padding-bottom:3px;
}

.navilist li ul li  {
	padding-top:1px;
	padding-bottom:1px;
}

.navilist li ul li ul li  {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.navilist li ul {
	padding: 0px;
	margin: 0px;
}

.navilist a {
	text-decoration:none;
	color: #355d6c;
	margin-left: 10px;
}

.navilist a:hover {
	text-decoration:underline;
}

.activemenu {
	border-style:solid;
	border-width: 1px 1px 1px 0px;
	padding-top: 3px;
}

.activeLink {
	font-weight: bold;
}

.inActiveLink {
	color: black !important;
}

.red, .red a {
	border-color: #cb5d00;
	color: #cb5d00;
}

.c1, .c1 a {
	border-color: #861116;
	color: #861116;
}

.c2, .c2 a {
	border-color: #c75b0e;
	color: #c75b0e;
}

.c3, .c3 a {
	border-color: #d39800;
	color: #d39800;
}

.c4, .c4 a {
	border-color: #52801a;
	color: #52801a;
}

.c5, .c5 a {
	border-color: #0090b4;
	color: #0090b4;
}

.c6, .c6 a {
	border-color: #003366;
	color: #003366;
}

.c7, .c7 a {
	border-color: #78457f;
	color: #78457f;
}