body {
	background-color: #DB9C53;
	font-family: 'Oxygen', sans-serif;
	font-size: 12pt;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

td {
	padding: 3px 5px;
}

input[type=text] {
	/*font-family: 'Oxygen', sans-serif;*/
	font-family: Verdana;
	font-size: 10pt;
	border: none;
	padding: 0px 2px;
}

input[type=password] {
	/*font-family: 'Oxygen', sans-serif;*/
	font-family: Verdana;
	font-size: 10pt;
	border: none;
	padding: 0px 2px;
}

textarea {
	font-family: 'Oxygen', sans-serif;
	font-size: 10pt;
	border: none;
	background: #EBEBEB;
	padding: 0px 2px;
	resize: none;
}

.bold {
	font-weight: bold;
}

.right {
	float: right;
	font-weight: normal;
}

.rounded_2 { -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; }
.rounded_3 { -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
.rounded_4 { -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; }
.rounded_5 { -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; }
.rounded_6 { -moz-border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px; }
.rounded_7 { -moz-border-radius: 7px; -webkit-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px; }
.rounded_8 { -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px; border-radius: 8px; }

.button {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 24px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}.button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color: #dfdfdf;
	cursor: pointer;
}.button:active {
	position: relative;
	top: 1px;
}

.txtnob {
	font-family: 'Oxygen', sans-serif;
	font-size: 10pt;
	border: none;
	background: #EBEBEB;
	padding: 0px 2px;
}

.input_block {
	margin: 2px 0px 10px 0px;
}

.input_head {
	margin-bottom: 2px;
	font-weight: bold;
}

#center_element {
	width: 600px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -300px;
	background-color: red;
}

#journal_head {
	width: 100%;
	height: 34px;
	background-color: #C98332;
	left: 0;
	top: 0;
	position: fixed;
	text-align: center;
	padding: 4px;
	z-index: 90;
	box-shadow: 2px 2px 1px #555555;
}

#journal_main {
	position: relative;
	top: 46px;

	width: 100%;
}

#journal_content {
	width: 1000px;
	height: 800px;
}

#journal_nav {
	width: 256px;
	padding: 4px 3px 3px 3px;
	border: 1px solid #585858;
	background-color: #A67B44;
	position: fixed;
}

#journal_display {
	width: 716px;
	padding: 8px;
	float: right;
}

.journal_nav_block {
	background-color: #D9A56A;
	padding: 14px 6px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2px;
}

.journal_nav_block:hover {
	background-color: #CC8E47;
	cursor: pointer;
	color: #515151;
}

.journal_nav_sel {
	background-color: #D9A56A;
	padding: 14px 6px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2px;
	color: red;
}

#journal_title_handwriting {
	font-family: 'Grand Hotel', sans-serif;
	font-size: 20pt;
}

#journal_title_handwriting:hover {
	cursor: pointer;
}

#journal_calender {
	background-color: orange;
	margin-top: 12px;
	position: relative;
	width: 100%;
}

.journal_year_block {
	margin-bottom: 8px;
}

.journal_year_head {
	padding: 4px 6px;
	font-weight: bold;
	color: #222222;
	background-color: #8A5B0A;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.journal_year_block:hover #journal_edit {
	display: block;
}

.journal_year_text {
	padding: 4px 6px;
	background-color: #B3750B;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#journal_edit {
	display: none;
}

.journal_day_head, .journal_search_head {
	font-weight: bold;
	font-size: 110%;
	color: #A34110;
	margin-bottom: 8px;
}

.goldstar {
	margin-bottom: 8px;
}

.goldstar_date {
	padding: 4px 6px;
	font-weight: bold;
	background-color: #B5992A;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.goldstar_text {
	padding: 4px 6px;
	background-color: #C2AC55;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.journal_day_overview_block, .journal_search_overview_block {
	margin-bottom: 8px;
}

.journal_day_overview_date, .journal_search_overview_date {
	padding: 4px 6px;
	font-weight: bold;
	background-color: #A88442;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.journal_day_overview_text, .journal_search_overview_text {
	padding: 4px 6px;
	background-color: #C99C47;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.journal_day_span {
	color: #5E5C58;
}

#journal_day_overview_head, #journal_search_overview_head, #journal_contacts_head, #journal_search_contacts_head, #journal_birthdays_head {
	background-color: #AD5313;
	font-weight: bold;
	padding: 4px 6px;
	margin-bottom: 12px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#journal_search_overview_head span, #journal_search_contacts_head span {
	color: #969696;
}

.journal_conversation {
	padding: 1px 4px;
	background-color: #CC8F1F;
	margin: 0px 4px 2px 0px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.journal_conversation:hover {
	background-color: #FFA500;
	cursor: pointer;
}

.conversation_message {
	position: relative;
	
	margin: 2px 0px 8px 0px;
	width: 480px;
}

.message_left {
	left: 0px;
}

.message_right {
	left: 84px;
}

.message_head {
	padding: 2px 3px;
	background-color: #777777;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.message_text {
	padding: 2px 3px;
	background-color: #D6D6D6;

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.conv_michael {
	background-color: #0A85C7 !important;
}

.conv_michaela {
	background-color: #DB9D46 !important;
}

.conv_sandra {
	background-color: #0AAD0D !important;
}

.conv_angelika {
	background-color: #C4BF1D !important;
}

.conv_thomas {
	background-color: #B8411D !important;
}

.conv_matthias {
	background-color: #4590AD !important;
}

.conv_christian {
	background-color: #CFBE40 !important;
}

.conv_rene {
	background-color: #05B55D !important;
}

.message_device {
	font-size: 90%;
	padding: 2px 4px;
}

.conversation_break {
	margin: 12px 0px;
	color: #898989;
}

.contact {
	background-color: #BF8858;
	padding: 3px 5px;
	margin-bottom: 4px;
}

.contact:hover {
	background-color: #946338;
	cursor: pointer;
}

.contact:hover .bold {
	color: #E7E7E7;
}

#contact_details {
	font-size: 11pt;
}

.contact_block {
	margin-bottom: 16px;
}

.contact_block span {
	display: inline-block;
}

#cont_block_first_name, #cont_block_last_name {
	margin-right: 12px;
}

#cont_block_middle_name {
	margin-left: 48px;
}

#cont_block_birthday {
	margin-right: 82px;
}

#cont_block_age {
	margin-right: 116px;
}

#cont_block_family {
	margin-right: 24px;
}

#cont_block_education {
	margin-right: 24px;
}

#cont_block_address {
	margin-right: 24px;
}

.contact_age {
	padding: 3px 5px;
	font-weight: bold;
	background-color: #868686;
	color: #C2C2C2;
}

#cont_block_placeholder {
	width: 220px;
}

.birthday_block {
	margin-bottom: 5px;
	background-color: #A87548;
	padding: 3px 5px;
}

.birthday_week {
	margin-bottom: 8px;
	color: #6E2C12;
	font-size: 110%;
}

.birthday_day {
	background-color: red;
	margin: 2px;
	padding: 2px 4px;
}

.birthday_name {
	display: inline-block;
	padding: 2px 4px;
	margin: 2px 3px;
}

.birthday_name:hover {
	cursor: pointer;
	color: #C0C0C0;
	background-color: #423A2C;
}

.journal_nav_add {
	display: inline-block;
	width: 110px;
	text-align: center;
	margin: 8px 4px 0px 4px;
	padding: 4px 0px;
}

#journal_add:hover .journal_nav_add {
	background-color: #B08758;
}

#journal_add:hover .journal_nav_add:hover {
	background-color: #96724A;
}

#journal_day_overview_birthdays {
	margin-bottom: 4px;
	color: #5E291E;
}

.birthday_wrap {
	background-color: #B37640; 
	padding: 3px 5px;
	margin: 5px 0px;
}

.birthday_day_title {
	font-weight: bold;
	margin-bottom: 2px;
	color: #242424;
}

/* LOGIN */
#journal_login {
	margin: 80px 0px 0px 376px;
}