body {
}

a.simple_black {
	color: black;
}
a.simple_black:visited {
	color: #222222;
}

a.noundline {
	text-decoration: none;
}

/* anchor with image */
a.imga { color: #ffffff; }
a.imga:link { color: #ffffff; }
a.imga:visited { color: #ffffff; }
a.imga:hover { color: #ffffff; }
a.imga:active { color: #ffffff; }

li
{
	list-style-position: inside;
}

div.bodybox {
	margin-top: 20px;
	margin-left: 140px;
	margin-right: 140px;
}

div.error {
	color: #FF6600;
	font-size: 22px;
}

/* ------------------
 ------ header ------
 ----------------- */

a.main_menu_link {
	top: 40px;
}

a.menu_link {
	position: relative;
	color: black;
}
a.menu_link:hover {
	font-weight: bold;
}
 
div#main_header {
	position: relative;
	height: 100px;
	top: 6px;
}

.menu_item {
	position: relative;
	float: left;
	width: 160px;
	height: 80px;
	text-align: center;
	font-family: georgia, serif;
	font-size: 20px;
	font-style: italic;	
}

/* ------------------
 ---- start page ----
 ----------------- */

div#start_menu_outer {
	position: relative;
	margin: 0 auto;
	top: 20px;
	width: 833px;
	height: 401px;
}

div#start_menu_central {
	position: absolute;

	top: 134px;
	left: 278px;
	
	background-image: url("img/DymioFromJenne.gif");
}

div#start_menu_top {
	position: absolute;
	top: 0px;
	left: 278px;
}

div#start_menu_left {
	position: absolute;
	top: 134px;
	left: 0px;
}

div#start_menu_right {
	position: absolute;
	top: 134px;
	left: 556px;
}

div#start_menu_bottom {
	position: absolute;
	top: 268px;
	left: 278px;
}

div.start_menu_item {	
	text-align: center;
	width: 277px;
	height: 133px;
	font-family: georgia, serif;
	font-size: 24px;
	font-style: italic;	
}

a.start_menu_link {
	top:50px;
}

div#start_langchose {
	position: relative;
	margin: 0 auto;
	top: 20px;
	width: 100px;
	text-align: center;
}

div#start_welcome {
	position: relative;
	margin: 0 auto;
	top: 60px;
	width: 540px;
	
	color: #444444;
}

/* ------------------
 ------ news --------
 ----------------- */

div.news_header {
	font-size: 18px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 2px;
}

div.posttext {
	border: dotted;
	border-width: 1px 1px 1px;
	border-color: #AAAAAA;
	padding: 4px;
}

img.postimg {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
}

div.news_footer {
	border: dotted;
	border-width: 0px 1px 1px;
	border-color: #AAAAAA;
	text-align: right;
	font-style: italic;
}

/* ------------------
 ------ resume ------
 ----------------- */
 
.resume_main_header_text {
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
}

.resume_header {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.resume_subheader {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.resume_body {
	margin-left: 20px;
	line-height: 140%;
}

.long_ver {
	display: none;
}

/* ------------------
 ---- portfolio -----
 ----------------- */

.work_category {
	margin-top: 28px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}

.work_project {
	margin-top: 8px;
	margin-left: 20px;
}

.work_want_more {
	margin-top: 14px;
	margin-left: 20px;
	font-style: italic;
}

/* ------------------
 ----- workpage -----
 ----------------- */

.worktitle {
	font-size: 24px;
	font-weight: bold;
}

.workdate {
	font-size: 16px;
	font-style: italic;
	color: #646464;
}

.worktext {
	margin-top: 14px;
}

.workimg {
	margin: 10px;
	border: 1px solid #000000;
}
a.workimg:link { color: #ffffff; }
a.workimg:visited { color: #ffffff; }
a.workimg:hover { color: #ffffff; }
a.workimg:active { color: #ffffff; }

.imgl {
	float: left;
}

.imgr {
	float: right;
}

/* ------------------
 ----- workpage -----
 ----------------- */
#contx_box {}
#contx_box table { margin-bottom: 24px; }
#contx_box table thead { font-weight: bold; }
#contx_box table tbody td { padding-left: 20px; }

