body {
	margin: 0px 20px 0px 20px;
	font-family: Arial;
	font-size: 12px;
}

h1 {
	font-family: Arial;
	letter-spacing: 5px;
	font-size: 35px;
	color: #333333;
}

h2 {
	font-family: Arial;
	font-size: 18px;
	color: black;
	font-weight: bold;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	color: black;
	font-weight: bold;
}


table {
	font-family: Arial;
	font-size: 12px;
}

#backgroundImg {
	width: 1920px;
	height: 1300px;
	margin: 0px auto -1px auto;
	border: 1px solid white;
	background-image: url(bilder/boatBg.gif);
} 

#box {
	width: 1024px;
	margin: 0px auto -1px auto;
	border: 0px solid black;
} 

#flag {
	
}

#topContainer {
	
}

#menu {
	height: 27px;
	background-image: url(bilder/menuBg.png);
	padding-left: 260px;
	text-transform: uppercase;
	padding-top: 5px;
	background-repeat: repeat-x;
	overflow: hidden;
}

#footer {
	clear:both;
	background-image: url(bilder/footerBg.png);
	background-repeat: repeat-x;
	height: 32px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 12px;
	padding-top: 4px;
}

#logo {
	position: absolute;
	z-index: 100;
	padding-left: 20px;
}

#language {
	position: absolute;
	z-index: 100;
	margin-left: 904px;
	width: 110px;
	background-color: #FFFFFF;
	height: 20px;
	padding: 5px;
	opacity: 0.5;
    -moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#languageContent {
	position: absolute;
	z-index: 101;
	margin-left: 904px;
	width: 110px;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 8px;
}

.logoImg {
	/*margin-left: 20px;*/
	border: 0px;
}

a {
	color:	#0000EE;
}

a.menuItem:link, a.menuItem:active, a.menuItem:hover, a.menuItem:visited {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 25px;
}

a.menuItemPress:link, a.menuItemPress:active, a.menuItemPress:hover, a.menuItemPress:visited {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#contentWrapper {
	background-color: #9295A4; /*url(bilder/blueYellowBg.png) left top repeat-y;*/
}

#leftColumnWrapper {
	float : left; 
	width : 230px; 
	background-color: #A88C2E;
	padding: 10px;
}
#leftColumn {
	margin-top: 110px;
	width : 210px; 
	background-color: #A88C2E;
	padding: 10px;
}

#content {
	float : left;
	width : 700px; 
	background-color: #9295A4;
	padding: 10px;
}


#bibleHeader {
	float: left;
	/*width: 250px; */
	text-align: left; 
	height: 32px; 
	border: 0px solid black;
	margin-right: 10px;
	padding-left: 10px;
}

#bibleWord {
	border: 0px solid black;
	text-align: left;
}

img.noLink {
	border: 0px;
}

input[type="text"],input[type="submit"] {
	background: #F5F4F4;
	border: solid 1px #CCCCCC;
	padding: 2px;
}

input.newsLetterInput {
	width: 150px;
}

a.contentLink:link, a.contentLink:hover, a.contentLink:active, a.contentLink:visited {
	color: black;
	font-weight: bold;
}

input.confirm {
	background-color: #9295A4; border: 0px; color: #FFF;
}



th {
  font-family: Arial;
  font-size: 14px;
  height: 40px;
  font-weight: bold;
  text-align: left;
  vertical-align: bottom; 
  border-bottom: 2px dotted #000000; 
}