html {
	overflow-y: scroll;
}

body {
	background-color: #ffffff;
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333333;
	margin-top: 10px;
	text-align: justify;
}

/* Main layout attributes */

#middle {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#navcontainer {
	float: left;
	width: 147px;
	padding-right: 3px;
	text-align: right;
}

#logo {
	height: 150px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin-top: 20px;
	width: 150px;
}

#container {
	width: 650px;
	margin-left: 150px;
	padding: 0px;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
}
#banner {
	height: 130px;
	max-height: 130px;
	padding: 0px 20px 0px 9px;
	font-size: 1em;
}
#bannerimg {
	height: 130px;
	width: 620px;
	margin: 0px;
	padding: 0px;
}
#banneroverlay {
	position: relative;
	top: -130px;
	height: 130px;
	width: 620px;
	background-image: url(../pictures/overlay.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 1.5em;
	padding-right: 10px;
	border-bottom: 1px solid #CCCCCC;
	color: #CCCCCC;
	text-align: right;
	font-size: 13pt;
	letter-spacing:-1px;
}
#content {
  min-height: 430px;
  text-align: justify;
	margin: 0px;
	padding: 20px;
}
#footer {
	border-top: 1px solid #CCCCCC;
	padding: 20px 20px 0px 20px;
	text-align: center;
	font-size: 7pt;
	line-height: 8pt;
}

/* nav */

#navlist {
	margin: 0px;
	padding: 0px;
	background: #F3F3F3;
	text-align: left;
}

#navlist li {
	list-style: none;
	margin: 0px;
	border-top: #CCCCCC 1px solid;
	text-align: right;
	padding-right: 0px;
}

#navlist a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	background: #F3F3F3;
	text-decoration: none;
	font: bold 12px Verdana, sans-serif;
}
#navlist li a:link {
	color: #003973; /* #6C8EFF */
}
#navlist li a:visited {
	color: #003973;
}
#navlist li a:hover {
	border-color: #FFEE33;
	color: #666666;
	background: #FFFFFF;
}

#navlist li a.inside {
	font-weight: normal;
	font-size: 10px;
}

/* links */

a[target=_blank] {
	background: url("../pictures/link.png") center right no-repeat; 
	padding-right: 11px;
}

A:link {
	color:#666666;
	text-decoration:none;
}
A:hover {
	color:#003973;
	text-decoration:underline;
}
A:active {
	color:#666666;
	text-decoration:none;
}
A:active:hover {
	color:#003973;
	text-decoration:underline;
}
A:visited {
	color:#666666;
	text-decoration:none;
}
A:visited:hover {
	color:#003973;
	text-decoration:underline;
}

/* login form */
#loginusername {
	width: 61px;
	border: 1px solid #CCCCCC;
	font: 7.5pt Helvetica;
	color: #333333;
}
#loginpassword {
	width: 61px;
	border: 1px solid #CCCCCC;
	font: 7.5pt Helvetica;
	color: #333333;
}
#logintable {
	width: 100%;
	background-color: #F3F3F3;
	margin: 0px;
	padding: 6px;
}
#loginform td {
	font: 6.5pt Helvetica;
	color: #666666;
	line-height: 1.5em;
	text-align: right;
}
#logintitle {
	position: relative;
	top: -15px;
	font-size: 6pt;
	color: #003973;
	font-weight: bold;
	text-align: right;
	width: 135px;
	height: 10px;
	margin-bottom: -10px;
}
#wrongentry {
	font-size: 6pt;
	color: red;
	text-align: left;
	width: 135px;
	height: 10px;
}
#loginbutton {
	margin-top: 5px;
	width: 40px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font: 7pt Helvetica;
}
.loginentry {
	width: 73px;
}

/* password */

#passwordentry {
	border: 1px solid #CCCCCC;
	font: 8pt Helvetica;
	color:#333333;
}
#passwordbutton {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font: 8pt Helvetica;
	color:#333333;
}

/* titles */
h1 {
	margin-top: 0px;
	padding: 0px;
	text-align: right;
	color: #6C8EFF; /*#003973*/
	font-size: 14pt;
	font-weight: bold;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 12pt;
	font-weight: normal;
}
h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #666666;
	font-size: 8pt;
	font-weight: normal;
}
h4 {
	margin: -4px 0px 0px 0px;
	padding: 0px;
	color: #003973;
	font-size: 7pt;
	font-weight: bold;
}

/* general text */
p {
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	margin: 0.5em 0px;
}

hr {
	color: #CCCCCC;
	border: none;
	border-bottom: 1px solid #CCCCCC;
/*	border-right: 1px solid #CCCCCC;*/
	margin: 10px;
}

.backLink {
	text-align: right;
}

p.impressum {
	margin-bottom: 1.5em;
}
ul.impressum {
	margin-top: 0em;
	margin-bottom: 1.5em;
}

/* home */

#daySlogan {
	margin-top: 5em;
	text-align: center;
}

#daySlogan p {
	text-align: center;
}

#daySloganCopyright {
	font-size: 7pt;
}

#annualSlogan {
	margin-top: 5em;
	text-align: center;
}

/* CVJF, CVJF */
#cvjmcvjfTable {
	width: 100%;
}
#cvjmcvjfTable tr {
	margin-bottom: 10px;
}
#cvjmcvjfTable td {
	text-align: left;
	vertical-align: top;
}
#cvjmcvjfTable ul {
	margin: 0px;
	padding: 0px 0px 0px 2em;
}

/* adress table */

#AL {
	margin: 0px auto;
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333333;
}
#AL td {
	width: 19em;
}

/* personal info table */

img.personal {
	height: 150px;
	max-width: 120px;
	float: right;
	z-index: -1;
	padding: 29px 5px 5px 5px;
}

table.personal {
	margin: 0px;
	width: 460px;
	border-collapse: collapse;
}

.field {
	width: 120px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.second_field {
	padding-left: 3px;
	font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333333;
}

.field_cevi {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
}

.field_title {
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.lower_field {
	padding-bottom: 20px;
}

/* personal settings */

#personalForm {
	font: 8pt Helvetica;
	color:#333333;
}
.personalDay {
	border: 1px solid #CCCCCC;
	width: 1.5em;
	font: 8pt Helvetica;
	color:#333333;
}
.personalYear {
	border: 1px solid #CCCCCC;
	width: 3em;
	font: 8pt Helvetica;
	color:#333333;
}
.personalProfession {
	border: 1px solid #CCCCCC;
	width: 320px;
	font: 8pt Helvetica;
	color:#333333;
}
.personalHobbys {
	border: 1px solid #CCCCCC;
	width: 320px;
	font: 8pt Helvetica;
	color:#333333;
}
.personalMeovermyself {
	border: 1px solid #CCCCCC;
	width: 455px;
	font: 8pt Helvetica;
	color:#333333;
}
.personalButton {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 100px;
	font: 8pt Helvetica;
	color:#333333;
}
.personalPicture {
	border: 1px solid #CCCCCC;
	width: 324px;
	font: 8pt Helvetica;
	color:#333333;
}

/* guestbook */
.guestbookTitle {
	font: 9pt Helvetica;
}

.inputText {
	width: 305px;
	border: 1px solid #CCCCCC;
	font: 8pt Helvetica;
	color: #333333;
	background: #ffffff;
}

.inputButton {
	width: 100px;
	border: 1px solid #CCCCCC;
	font: 8pt Helvetica;
	color: #333333;
	background: #ffffff;
}

.inputRadio {
}

.inputStreet {
	width: 266px;
}

.inputNumber {
	margin-left: 5px;
	width: 30px;
}

.inputPlace {
	width: 215px;
}

.inputText[disabled] {
	background-color: #EEEEEE;
}

.selectZip {
	width: 60px;
}

.inputZip {
	width: 37px;
}

textarea {
	width: 305px;
	border: 1px solid #CCCCCC;
	font: 8pt Helvetica;
	color: #333333;
	background: #ffffff;
}

.activateGuestbook {
	font: 8pt Helvetica;
}

/* gallery & thumbnails */
#thumbnails {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.outerThumbnail {
	height: 110px; 
	width: 110px;
	padding: 5px;
	margin: 0px;
	float: left;
}

.thumbnail {
	height: 100px;
	width: 100px;
	padding: 5px;
	margin: 0px;
	text-align: center;
	border: 1px solid #CCCCCC;}

.thumbnailPic {
	border: none;
	vertical-align: middle;
	max-width: 100px;
	max-height: 100px;
}

.thumbnailTable {
	width: 100%;
	height: 100%;
	border-collapse:collapse;
	table-layout: fixed;
}

.thumbnailTable td {
	vertical-align: middle;
	text-align: center;
}

#galleryDate {
	margin-top: -12px;
	text-align: right;
	font-size: 9pt;
	font-weight: normal;
}

.galleryOverviewThumbnail {
	height: 110px;
	width: 110px;
	padding: 5px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
}

.galleryOverviewLink {
	color: #666666;
}

/* dates */
.datesDescription {
	margin-bottom: 25px;
}

/* page header */

.pagesHeader {
	margin: 0px;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
}

/* change user */

#changeUser {
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
}

#changeUser th {
	padding: 2px;
}

#changeUser td {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.linkChange {
	padding-left: 20px;
	padding-top: 15px;
}

/* email shipping */
.userWrapper {
	width: 800px;
}

.mUsers, .wUsers {
	float: left;
	margin: 0px 5px 10px 5px;
}

/* tabs */
.tabs {
	margin: 0px;
	padding: 0px;
}

.tabs>ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
}

.tabs>ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}

.tabs>ul a {
	width: 150px;
	height: 20px;
	text-decoration: none;
	margin: 0px 2px;
	padding: 2px 5px;
	border: 1px solid #cccccc;
}

.tabs>ul a:active {
	text-decoration: none;
}
.tabs>ul .current a {
	background-color: #eeeeee;
}

.tabcontent {
	margin: 0px;
	padding: 0px;
	margin: 5px 0px;
	/*border: 1px solid #cccccc;*/
}

.accessibletabsanchor {
	display: none;
}
